commit b88bf05f1ca1ec97959b52337798b991ad1bd0ae Author: Yxq <2290299376@qq.com> Date: Thu Sep 25 13:11:33 2025 +0800 1.丰尚wms最新版本 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff82742 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# ---> Java +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# ---> Vue +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ + diff --git a/.idea/202501-Wms-Kate-Wuxi.iml b/.idea/202501-Wms-Kate-Wuxi.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/202501-Wms-Kate-Wuxi.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b5e1c09 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..034fa61 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + 1742196115930 + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..414be00 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 202501-Wms-Kate-Wuxi + +无锡卡特Wms \ No newline at end of file diff --git a/dev_wms_client/.gitignore b/dev_wms_client/.gitignore new file mode 100644 index 0000000..403adbc --- /dev/null +++ b/dev_wms_client/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/dev_wms_client/README.md b/dev_wms_client/README.md new file mode 100644 index 0000000..435cfb5 --- /dev/null +++ b/dev_wms_client/README.md @@ -0,0 +1,24 @@ +# helloworld + +## Project setup +``` +npm install +``` + +### Compiles and hot-reloads for development +``` +npm run serve +``` + +### Compiles and minifies for production +``` +npm run build +``` + +### Lints and fixes files +``` +npm run lint +``` + +### Customize configuration +See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/dev_wms_client/babel.config.js b/dev_wms_client/babel.config.js new file mode 100644 index 0000000..e955840 --- /dev/null +++ b/dev_wms_client/babel.config.js @@ -0,0 +1,5 @@ +module.exports = { + presets: [ + '@vue/cli-plugin-babel/preset' + ] +} diff --git a/dev_wms_client/jsconfig.json b/dev_wms_client/jsconfig.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/dev_wms_client/jsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} diff --git a/dev_wms_client/package-lock.json b/dev_wms_client/package-lock.json new file mode 100644 index 0000000..5e94a4d --- /dev/null +++ b/dev_wms_client/package-lock.json @@ -0,0 +1,21688 @@ +{ + "name": "wms", + "version": "0.1.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "wms", + "version": "0.1.0", + "dependencies": { + "@element-plus/icons-vue": "^2.3.1", + "axios": "^1.3.3", + "core-js": "^3.8.3", + "element-plus": "^2.9.8", + "file-saver": "^2.0.5", + "moment": "^2.29.4", + "node-polyfill-webpack-plugin": "^2.0.1", + "qrcode": "^1.5.3", + "qrcode.vue": "^3.4.1", + "stream-http": "^3.2.0", + "vue": "^3.2.13", + "vue-print-nb": "^1.7.5", + "vue-router": "^4.0.3", + "vue3-print-nb": "^0.1.4", + "vuex": "^4.0.0", + "xlsx": "^0.18.5" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-router": "~5.0.0", + "@vue/cli-plugin-vuex": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "sass": "^1.87.0", + "sass-loader": "^16.0.5" + } + }, + "node_modules/@achrinza/node-ipc": { + "version": "9.2.6", + "resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.6.tgz", + "integrity": "sha512-ULSIYPy4ZPM301dfCxRz0l2GJjOwIo/PqmWonIu1bLml7UmnVQmH+juJcoyXp6E8gIRRNAjGYftJnNQlfy4vPg==", + "dev": true, + "dependencies": { + "@node-ipc/js-queue": "2.0.3", + "event-pubsub": "4.3.0", + "js-message": "1.0.7" + }, + "engines": { + "node": "8 || 9 || 10 || 11 || 12 || 13 || 14 || 15 || 16 || 17 || 18 || 19" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.5.tgz", + "integrity": "sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.20.5.tgz", + "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.5", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.5", + "@babel/parser": "^7.20.5", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/eslint-parser": { + "version": "7.19.1", + "resolved": "https://registry.npmmirror.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", + "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "dev": true, + "dependencies": { + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || >=14.0.0" + }, + "peerDependencies": { + "@babel/core": ">=7.11.0", + "eslint": "^7.5.0 || ^8.0.0" + } + }, + "node_modules/@babel/generator": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.20.5.tgz", + "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.5", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dev": true, + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.20.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz", + "integrity": "sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz", + "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.2.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.3.3", + "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.19.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", + "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.19.1", + "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", + "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.20.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", + "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", + "dev": true, + "dependencies": { + "@babel/helper-function-name": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.20.6", + "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.6.tgz", + "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==", + "dev": true, + "dependencies": { + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.20.5.tgz", + "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", + "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-proposal-optional-chaining": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.20.1", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz", + "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-decorators": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.5.tgz", + "integrity": "sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/plugin-syntax-decorators": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", + "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz", + "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.20.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", + "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz", + "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-decorators": { + "version": "7.19.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz", + "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz", + "integrity": "sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz", + "integrity": "sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", + "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz", + "integrity": "sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.18.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", + "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz", + "integrity": "sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz", + "integrity": "sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-simple-access": "^7.19.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz", + "integrity": "sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-validator-identifier": "^7.19.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", + "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz", + "integrity": "sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", + "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "regenerator-transform": "^0.15.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz", + "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.19.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz", + "integrity": "sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.18.10", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", + "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.20.0", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.20.2", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.20.1", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.19.0", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.20.2", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "core-js-compat": "^3.25.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.20.6", + "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.6.tgz", + "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.11" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.18.10", + "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.20.5.tgz", + "integrity": "sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.5", + "@babel/types": "^7.20.5", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.20.5.tgz", + "integrity": "sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@ctrl/tinycolor": { + "version": "3.5.0", + "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.5.0.tgz", + "integrity": "sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==", + "engines": { + "node": ">=10" + } + }, + "node_modules/@element-plus/icons-vue": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz", + "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==", + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "0.4.3", + "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", + "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", + "dev": true, + "peer": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.1.1", + "espree": "^7.3.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.18.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-13.18.0.tgz", + "integrity": "sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==", + "dev": true, + "peer": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@eslint/eslintrc/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "peer": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/@floating-ui/core": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.1.1.tgz", + "integrity": "sha512-PL7g3dhA4dHgZfujkuD8Q+tfJJynEtnNQSPzmucCnxMvkxf4cLBJw/ZYqZUn4HCh33U3WHrAfv2R2tbi9UCSmw==" + }, + "node_modules/@floating-ui/dom": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.1.1.tgz", + "integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==", + "dependencies": { + "@floating-ui/core": "^1.1.0" + } + }, + "node_modules/@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", + "dev": true + }, + "node_modules/@hapi/topo": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz", + "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", + "dev": true, + "dependencies": { + "@hapi/hoek": "^9.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", + "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", + "dev": true, + "peer": true, + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true, + "peer": true + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { + "version": "5.1.1-v1", + "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + "dev": true, + "dependencies": { + "eslint-scope": "5.1.1" + } + }, + "node_modules/@node-ipc/js-queue": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz", + "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==", + "dev": true, + "dependencies": { + "easy-stack": "1.0.1" + }, + "engines": { + "node": ">=1.0.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@polka/url": { + "version": "1.0.0-next.21", + "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "dev": true + }, + "node_modules/@popperjs/core": { + "name": "@sxzz/popperjs-es", + "version": "2.11.7", + "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz", + "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==" + }, + "node_modules/@sideway/address": { + "version": "4.1.4", + "resolved": "https://registry.npmmirror.com/@sideway/address/-/address-4.1.4.tgz", + "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", + "dev": true, + "dependencies": { + "@hapi/hoek": "^9.0.0" + } + }, + "node_modules/@sideway/formula": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.0.tgz", + "integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==", + "dev": true + }, + "node_modules/@sideway/pinpoint": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", + "dev": true + }, + "node_modules/@soda/friendly-errors-webpack-plugin": { + "version": "1.8.1", + "resolved": "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz", + "integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==", + "dev": true, + "dependencies": { + "chalk": "^3.0.0", + "error-stack-parser": "^2.0.6", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8.0.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/friendly-errors-webpack-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@soda/get-current-script": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz", + "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==", + "dev": true + }, + "node_modules/@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dev": true, + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmmirror.com/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmmirror.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dev": true, + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/eslint": { + "version": "8.4.10", + "resolved": "https://registry.npmmirror.com/@types/eslint/-/eslint-8.4.10.tgz", + "integrity": "sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.0.tgz", + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==" + }, + "node_modules/@types/express": { + "version": "4.17.14", + "resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.14.tgz", + "integrity": "sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==", + "dev": true, + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.31", + "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.31.tgz", + "integrity": "sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "node_modules/@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true + }, + "node_modules/@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + }, + "node_modules/@types/lodash": { + "version": "4.14.191", + "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.191.tgz", + "integrity": "sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==" + }, + "node_modules/@types/lodash-es": { + "version": "4.17.6", + "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.6.tgz", + "integrity": "sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==", + "dependencies": { + "@types/lodash": "*" + } + }, + "node_modules/@types/mime": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-3.0.1.tgz", + "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==", + "dev": true + }, + "node_modules/@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "node_modules/@types/node": { + "version": "18.11.9", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + }, + "node_modules/@types/normalize-package-data": { + "version": "2.4.1", + "resolved": "https://registry.npmmirror.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", + "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", + "dev": true + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "node_modules/@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "dev": true + }, + "node_modules/@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==", + "dev": true + }, + "node_modules/@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true + }, + "node_modules/@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dev": true, + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==", + "dev": true, + "dependencies": { + "@types/mime": "*", + "@types/node": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmmirror.com/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/web-bluetooth": { + "version": "0.0.16", + "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz", + "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==" + }, + "node_modules/@types/ws": { + "version": "8.5.3", + "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.3.tgz", + "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@vue/babel-helper-vue-jsx-merge-props": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz", + "integrity": "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==", + "dev": true + }, + "node_modules/@vue/babel-helper-vue-transform-on": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz", + "integrity": "sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==", + "dev": true + }, + "node_modules/@vue/babel-plugin-jsx": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz", + "integrity": "sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.0.0", + "@babel/template": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "@vue/babel-helper-vue-transform-on": "^1.0.2", + "camelcase": "^6.0.0", + "html-tags": "^3.1.0", + "svg-tags": "^1.0.0" + } + }, + "node_modules/@vue/babel-plugin-transform-vue-jsx": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz", + "integrity": "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "html-tags": "^2.0.0", + "lodash.kebabcase": "^4.1.1", + "svg-tags": "^1.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-plugin-transform-vue-jsx/node_modules/html-tags": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz", + "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@vue/babel-preset-app": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/babel-preset-app/-/babel-preset-app-5.0.8.tgz", + "integrity": "sha512-yl+5qhpjd8e1G4cMXfORkkBlvtPCIgmRf3IYCWYDKIQ7m+PPa5iTm4feiNmCMD6yGqQWMhhK/7M3oWGL9boKwg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.16", + "@babel/helper-compilation-targets": "^7.12.16", + "@babel/helper-module-imports": "^7.12.13", + "@babel/plugin-proposal-class-properties": "^7.12.13", + "@babel/plugin-proposal-decorators": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/plugin-transform-runtime": "^7.12.15", + "@babel/preset-env": "^7.12.16", + "@babel/runtime": "^7.12.13", + "@vue/babel-plugin-jsx": "^1.0.3", + "@vue/babel-preset-jsx": "^1.1.2", + "babel-plugin-dynamic-import-node": "^2.3.3", + "core-js": "^3.8.3", + "core-js-compat": "^3.8.3", + "semver": "^7.3.4" + }, + "peerDependencies": { + "@babel/core": "*", + "core-js": "^3", + "vue": "^2 || ^3.2.13" + }, + "peerDependenciesMeta": { + "core-js": { + "optional": true + }, + "vue": { + "optional": true + } + } + }, + "node_modules/@vue/babel-preset-app/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@vue/babel-preset-jsx": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz", + "integrity": "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==", + "dev": true, + "dependencies": { + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "@vue/babel-sugar-composition-api-inject-h": "^1.4.0", + "@vue/babel-sugar-composition-api-render-instance": "^1.4.0", + "@vue/babel-sugar-functional-vue": "^1.4.0", + "@vue/babel-sugar-inject-h": "^1.4.0", + "@vue/babel-sugar-v-model": "^1.4.0", + "@vue/babel-sugar-v-on": "^1.4.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0", + "vue": "*" + }, + "peerDependenciesMeta": { + "vue": { + "optional": true + } + } + }, + "node_modules/@vue/babel-sugar-composition-api-inject-h": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz", + "integrity": "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-composition-api-render-instance": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz", + "integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-functional-vue": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz", + "integrity": "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-inject-h": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz", + "integrity": "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-v-model": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz", + "integrity": "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "camelcase": "^5.0.0", + "html-tags": "^2.0.0", + "svg-tags": "^1.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-v-model/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@vue/babel-sugar-v-model/node_modules/html-tags": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz", + "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@vue/babel-sugar-v-on": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz", + "integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==", + "dev": true, + "dependencies": { + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "camelcase": "^5.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@vue/babel-sugar-v-on/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@vue/cli-overlay": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz", + "integrity": "sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==", + "dev": true + }, + "node_modules/@vue/cli-plugin-babel": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-babel/-/cli-plugin-babel-5.0.8.tgz", + "integrity": "sha512-a4qqkml3FAJ3auqB2kN2EMPocb/iu0ykeELwed+9B1c1nQ1HKgslKMHMPavYx3Cd/QAx2mBD4hwKBqZXEI/CsQ==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.16", + "@vue/babel-preset-app": "^5.0.8", + "@vue/cli-shared-utils": "^5.0.8", + "babel-loader": "^8.2.2", + "thread-loader": "^3.0.0", + "webpack": "^5.54.0" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0" + } + }, + "node_modules/@vue/cli-plugin-router": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-router/-/cli-plugin-router-5.0.8.tgz", + "integrity": "sha512-Gmv4dsGdAsWPqVijz3Ux2OS2HkMrWi1ENj2cYL75nUeL+Xj5HEstSqdtfZ0b1q9NCce+BFB6QnHfTBXc/fCvMg==", + "dev": true, + "dependencies": { + "@vue/cli-shared-utils": "^5.0.8" + }, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0" + } + }, + "node_modules/@vue/cli-plugin-vuex": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.8.tgz", + "integrity": "sha512-HSYWPqrunRE5ZZs8kVwiY6oWcn95qf/OQabwLfprhdpFWAGtLStShjsGED2aDpSSeGAskQETrtR/5h7VqgIlBA==", + "dev": true, + "peerDependencies": { + "@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0" + } + }, + "node_modules/@vue/cli-service": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-service/-/cli-service-5.0.8.tgz", + "integrity": "sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.12.16", + "@soda/friendly-errors-webpack-plugin": "^1.8.0", + "@soda/get-current-script": "^1.0.2", + "@types/minimist": "^1.2.0", + "@vue/cli-overlay": "^5.0.8", + "@vue/cli-plugin-router": "^5.0.8", + "@vue/cli-plugin-vuex": "^5.0.8", + "@vue/cli-shared-utils": "^5.0.8", + "@vue/component-compiler-utils": "^3.3.0", + "@vue/vue-loader-v15": "npm:vue-loader@^15.9.7", + "@vue/web-component-wrapper": "^1.3.0", + "acorn": "^8.0.5", + "acorn-walk": "^8.0.2", + "address": "^1.1.2", + "autoprefixer": "^10.2.4", + "browserslist": "^4.16.3", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "cli-highlight": "^2.1.10", + "clipboardy": "^2.3.0", + "cliui": "^7.0.4", + "copy-webpack-plugin": "^9.0.1", + "css-loader": "^6.5.0", + "css-minimizer-webpack-plugin": "^3.0.2", + "cssnano": "^5.0.0", + "debug": "^4.1.1", + "default-gateway": "^6.0.3", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "fs-extra": "^9.1.0", + "globby": "^11.0.2", + "hash-sum": "^2.0.0", + "html-webpack-plugin": "^5.1.0", + "is-file-esm": "^1.0.0", + "launch-editor-middleware": "^2.2.1", + "lodash.defaultsdeep": "^4.6.1", + "lodash.mapvalues": "^4.6.0", + "mini-css-extract-plugin": "^2.5.3", + "minimist": "^1.2.5", + "module-alias": "^2.2.2", + "portfinder": "^1.0.26", + "postcss": "^8.2.6", + "postcss-loader": "^6.1.1", + "progress-webpack-plugin": "^1.0.12", + "ssri": "^8.0.1", + "terser-webpack-plugin": "^5.1.1", + "thread-loader": "^3.0.0", + "vue-loader": "^17.0.0", + "vue-style-loader": "^4.1.3", + "webpack": "^5.54.0", + "webpack-bundle-analyzer": "^4.4.0", + "webpack-chain": "^6.5.1", + "webpack-dev-server": "^4.7.3", + "webpack-merge": "^5.7.3", + "webpack-virtual-modules": "^0.4.2", + "whatwg-fetch": "^3.6.2" + }, + "bin": { + "vue-cli-service": "bin/vue-cli-service.js" + }, + "engines": { + "node": "^12.0.0 || >= 14.0.0" + }, + "peerDependencies": { + "vue-template-compiler": "^2.0.0", + "webpack-sources": "*" + }, + "peerDependenciesMeta": { + "cache-loader": { + "optional": true + }, + "less-loader": { + "optional": true + }, + "pug-plain-loader": { + "optional": true + }, + "raw-loader": { + "optional": true + }, + "sass-loader": { + "optional": true + }, + "stylus-loader": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + }, + "webpack-sources": { + "optional": true + } + } + }, + "node_modules/@vue/cli-shared-utils": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz", + "integrity": "sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==", + "dev": true, + "dependencies": { + "@achrinza/node-ipc": "^9.2.5", + "chalk": "^4.1.2", + "execa": "^1.0.0", + "joi": "^17.4.0", + "launch-editor": "^2.2.1", + "lru-cache": "^6.0.0", + "node-fetch": "^2.6.7", + "open": "^8.0.2", + "ora": "^5.3.0", + "read-pkg": "^5.1.1", + "semver": "^7.3.4", + "strip-ansi": "^6.0.0" + } + }, + "node_modules/@vue/cli-shared-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-shared-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@vue/cli-shared-utils/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@vue/cli-shared-utils/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/@vue/cli-shared-utils/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/cli-shared-utils/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@vue/cli-shared-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.45.tgz", + "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "source-map": "^0.6.1" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", + "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", + "dependencies": { + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", + "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-ssr": "3.2.45", + "@vue/reactivity-transform": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7", + "postcss": "^8.1.10", + "source-map": "^0.6.1" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", + "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", + "dependencies": { + "@vue/compiler-dom": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "node_modules/@vue/component-compiler-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz", + "integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==", + "dev": true, + "dependencies": { + "consolidate": "^0.15.1", + "hash-sum": "^1.0.2", + "lru-cache": "^4.1.2", + "merge-source-map": "^1.1.0", + "postcss": "^7.0.36", + "postcss-selector-parser": "^6.0.2", + "source-map": "~0.6.1", + "vue-template-es2015-compiler": "^1.9.0" + }, + "optionalDependencies": { + "prettier": "^1.18.2 || ^2.0.0" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/@vue/component-compiler-utils/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "node_modules/@vue/component-compiler-utils/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@vue/component-compiler-utils/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + }, + "node_modules/@vue/devtools-api": { + "version": "6.4.5", + "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.4.5.tgz", + "integrity": "sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==" + }, + "node_modules/@vue/reactivity": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.45.tgz", + "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "dependencies": { + "@vue/shared": "3.2.45" + } + }, + "node_modules/@vue/reactivity-transform": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", + "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", + "dependencies": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.2.45.tgz", + "integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", + "dependencies": { + "@vue/reactivity": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", + "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", + "dependencies": { + "@vue/runtime-core": "3.2.45", + "@vue/shared": "3.2.45", + "csstype": "^2.6.8" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.45.tgz", + "integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==", + "dependencies": { + "@vue/compiler-ssr": "3.2.45", + "@vue/shared": "3.2.45" + }, + "peerDependencies": { + "vue": "3.2.45" + } + }, + "node_modules/@vue/shared": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.45.tgz", + "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==" + }, + "node_modules/@vue/vue-loader-v15": { + "name": "vue-loader", + "version": "15.10.1", + "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-15.10.1.tgz", + "integrity": "sha512-SaPHK1A01VrNthlix6h1hq4uJu7S/z0kdLUb6klubo738NeQoLbS6V9/d8Pv19tU0XdQKju3D1HSKuI8wJ5wMA==", + "dev": true, + "dependencies": { + "@vue/component-compiler-utils": "^3.1.0", + "hash-sum": "^1.0.2", + "loader-utils": "^1.1.0", + "vue-hot-reload-api": "^2.3.0", + "vue-style-loader": "^4.1.0" + }, + "peerDependencies": { + "css-loader": "*", + "webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0" + }, + "peerDependenciesMeta": { + "cache-loader": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } + } + }, + "node_modules/@vue/vue-loader-v15/node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/@vue/web-component-wrapper": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz", + "integrity": "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==", + "dev": true + }, + "node_modules/@vueuse/core": { + "version": "9.12.0", + "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.12.0.tgz", + "integrity": "sha512-h/Di8Bvf6xRcvS/PvUVheiMYYz3U0tH3X25YxONSaAUBa841ayMwxkuzx/DGUMCW/wHWzD8tRy2zYmOC36r4sg==", + "dependencies": { + "@types/web-bluetooth": "^0.0.16", + "@vueuse/metadata": "9.12.0", + "@vueuse/shared": "9.12.0", + "vue-demi": "*" + } + }, + "node_modules/@vueuse/core/node_modules/vue-demi": { + "version": "0.13.11", + "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz", + "integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, + "node_modules/@vueuse/metadata": { + "version": "9.12.0", + "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.12.0.tgz", + "integrity": "sha512-9oJ9MM9lFLlmvxXUqsR1wLt1uF7EVbP5iYaHJYqk+G2PbMjY6EXvZeTjbdO89HgoF5cI6z49o2zT/jD9SVoNpQ==" + }, + "node_modules/@vueuse/shared": { + "version": "9.12.0", + "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.12.0.tgz", + "integrity": "sha512-TWuJLACQ0BVithVTRbex4Wf1a1VaRuSpVeyEd4vMUWl54PzlE0ciFUshKCXnlLuD0lxIaLK4Ypj3NXYzZh4+SQ==", + "dependencies": { + "vue-demi": "*" + } + }, + "node_modules/@vueuse/shared/node_modules/vue-demi": { + "version": "0.13.11", + "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz", + "integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.8.1", + "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmmirror.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peer": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/address": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/address/-/address-1.2.1.tgz", + "integrity": "sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/adler-32": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", + "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "peer": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arch": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "dev": true + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "peer": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmmirror.com/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dependencies": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/asn1.js/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/assert": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/assert/-/assert-2.0.0.tgz", + "integrity": "sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==", + "dependencies": { + "es6-object-assign": "^1.1.0", + "is-nan": "^1.2.1", + "object-is": "^1.0.1", + "util": "^0.12.0" + } + }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/async": { + "version": "2.6.4", + "resolved": "https://registry.npmmirror.com/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/async-validator": { + "version": "4.2.5", + "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz", + "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.13", + "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.13.tgz", + "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001426", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/axios": { + "version": "1.3.3", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.3.tgz", + "integrity": "sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==", + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "dev": true, + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.3", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", + "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.3", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", + "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.3", + "core-js-compat": "^3.25.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", + "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "node_modules/bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + }, + "node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/bonjour-service": { + "version": "1.0.14", + "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.0.14.tgz", + "integrity": "sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==", + "dev": true, + "dependencies": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==" + }, + "node_modules/browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dependencies": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dependencies": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "node_modules/browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dependencies": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "dependencies": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "node_modules/browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "dependencies": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "node_modules/browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dependencies": { + "pako": "~1.0.5" + } + }, + "node_modules/browserslist": { + "version": "4.21.4", + "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "dependencies": { + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==" + }, + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==" + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001715", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001715.tgz", + "integrity": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/cfb": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz", + "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", + "dependencies": { + "adler-32": "~1.3.0", + "crc-32": "~1.2.0" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/clean-css": { + "version": "5.3.1", + "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.1.tgz", + "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-highlight": { + "version": "2.1.11", + "resolved": "https://registry.npmmirror.com/cli-highlight/-/cli-highlight-2.1.11.tgz", + "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==", + "dev": true, + "dependencies": { + "chalk": "^4.0.0", + "highlight.js": "^10.7.1", + "mz": "^2.4.0", + "parse5": "^5.1.1", + "parse5-htmlparser2-tree-adapter": "^6.0.0", + "yargs": "^16.0.0" + }, + "bin": { + "highlight": "bin/highlight" + }, + "engines": { + "node": ">=8.0.0", + "npm": ">=5.0.0" + } + }, + "node_modules/cli-highlight/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-highlight/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cli-highlight/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/cli-highlight/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/cli-highlight/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-highlight/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cli-spinners": { + "version": "2.7.0", + "resolved": "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "dev": true, + "dependencies": { + "arch": "^2.1.1", + "execa": "^1.0.0", + "is-wsl": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmmirror.com/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/codepage": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz", + "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/colord": { + "version": "2.9.3", + "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true + }, + "node_modules/colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "node_modules/consolidate": { + "version": "0.15.1", + "resolved": "https://registry.npmmirror.com/consolidate/-/consolidate-0.15.1.tgz", + "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==", + "dev": true, + "dependencies": { + "bluebird": "^3.1.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==" + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true + }, + "node_modules/copy-webpack-plugin": { + "version": "9.1.0", + "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz", + "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==", + "dev": true, + "dependencies": { + "fast-glob": "^3.2.7", + "glob-parent": "^6.0.1", + "globby": "^11.0.3", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^5.1.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/core-js": { + "version": "3.26.1", + "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.26.1.tgz", + "integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==", + "hasInstallScript": true + }, + "node_modules/core-js-compat": { + "version": "3.26.1", + "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.26.1.tgz", + "integrity": "sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/crc-32": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", + "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==", + "bin": { + "crc32": "bin/crc32.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmmirror.com/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "dependencies": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + } + }, + "node_modules/create-ecdh/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dependencies": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "node_modules/create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmmirror.com/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "dependencies": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/cross-spawn/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmmirror.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dependencies": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + }, + "engines": { + "node": "*" + } + }, + "node_modules/css-declaration-sorter": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", + "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/css-loader": { + "version": "6.7.2", + "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.7.2.tgz", + "integrity": "sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==", + "dev": true, + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.18", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.3.8" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/css-loader/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/css-minimizer-webpack-plugin": { + "version": "3.4.1", + "resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "dev": true, + "dependencies": { + "cssnano": "^5.0.6", + "jest-worker": "^27.0.2", + "postcss": "^8.3.5", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@parcel/css": { + "optional": true + }, + "clean-css": { + "optional": true + }, + "csso": { + "optional": true + }, + "esbuild": { + "optional": true + } + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cssnano": { + "version": "5.1.14", + "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-5.1.14.tgz", + "integrity": "sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==", + "dev": true, + "dependencies": { + "cssnano-preset-default": "^5.2.13", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-preset-default": { + "version": "5.2.13", + "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz", + "integrity": "sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==", + "dev": true, + "dependencies": { + "css-declaration-sorter": "^6.3.1", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.3", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.7", + "postcss-merge-rules": "^5.1.3", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.4", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.1", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.1", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/csstype": { + "version": "2.6.21", + "resolved": "https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==" + }, + "node_modules/dayjs": { + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "peer": true + }, + "node_modules/deepmerge": { + "version": "1.5.2", + "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-1.5.2.tgz", + "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/default-gateway/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/default-gateway/node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/default-gateway/node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/default-gateway/node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/default-gateway/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "dependencies": { + "clone": "^1.0.2" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "dependencies": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "dev": true, + "license": "Apache-2.0", + "optional": true, + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "node_modules/diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmmirror.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dependencies": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + } + }, + "node_modules/diffie-hellman/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/dijkstrajs": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.3.tgz", + "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==" + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true + }, + "node_modules/dns-packet": { + "version": "5.4.0", + "resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-5.4.0.tgz", + "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "dev": true, + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "peer": true, + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "dependencies": { + "utila": "~0.4" + } + }, + "node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "node_modules/domain-browser": { + "version": "4.22.0", + "resolved": "https://registry.npmmirror.com/domain-browser/-/domain-browser-4.22.0.tgz", + "integrity": "sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true + }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "node_modules/easy-stack": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/easy-stack/-/easy-stack-1.0.1.tgz", + "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true + }, + "node_modules/electron-to-chromium": { + "version": "1.4.284", + "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==" + }, + "node_modules/element-plus": { + "version": "2.9.8", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.9.8.tgz", + "integrity": "sha512-srViUaUdfblBKGMeuEPiXxxKlH5aUmKqEwmhb/At9Sj91DbU6od/jYN1955cTnzt3wTSA7GfnZF7UiRX9sdRHg==", + "dependencies": { + "@ctrl/tinycolor": "^3.4.1", + "@element-plus/icons-vue": "^2.3.1", + "@floating-ui/dom": "^1.0.1", + "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7", + "@types/lodash": "^4.14.182", + "@types/lodash-es": "^4.17.6", + "@vueuse/core": "^9.1.0", + "async-validator": "^4.2.5", + "dayjs": "^1.11.13", + "escape-html": "^1.0.3", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.2", + "memoize-one": "^6.0.0", + "normalize-wheel-es": "^1.2.0" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmmirror.com/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dependencies": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/encode-utf8": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz", + "integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==" + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmmirror.com/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.12.0", + "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", + "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmmirror.com/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "peer": true, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmmirror.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "dev": true, + "dependencies": { + "stackframe": "^1.3.4" + } + }, + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + }, + "node_modules/es6-object-assign": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz", + "integrity": "sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==" + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint": { + "version": "7.32.0", + "resolved": "https://registry.npmmirror.com/eslint/-/eslint-7.32.0.tgz", + "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "dev": true, + "peer": true, + "dependencies": { + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.4.3", + "@humanwhocodes/config-array": "^0.5.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^2.0.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.1.2", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "table": "^6.0.9", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "dev": true, + "peer": true, + "dependencies": { + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "peer": true, + "dependencies": { + "@babel/highlight": "^7.10.4" + } + }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "peer": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "peer": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "peer": true + }, + "node_modules/eslint/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "peer": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "peer": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.18.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-13.18.0.tgz", + "integrity": "sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==", + "dev": true, + "peer": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "peer": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/eslint/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "peer": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "peer": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "peer": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "peer": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/espree": { + "version": "7.3.1", + "resolved": "https://registry.npmmirror.com/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "dev": true, + "peer": true, + "dependencies": { + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/espree/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "peer": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/espree/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "peer": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "peer": true, + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esquery/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "peer": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-pubsub": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/event-pubsub/-/event-pubsub-4.3.0.tgz", + "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dependencies": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/execa": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "dependencies": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/express": { + "version": "4.18.2", + "resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dev": true, + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true, + "peer": true + }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/figures": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz", + "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "peer": true, + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/file-saver": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", + "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==" + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/filter-obj": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/filter-obj/-/filter-obj-2.0.2.tgz", + "integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "peer": true, + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "dev": true, + "peer": true + }, + "node_modules/follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/frac": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz", + "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "dev": true + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "dev": true, + "peer": true + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, + "node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "dev": true, + "dependencies": { + "duplexer": "^0.1.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dependencies": { + "get-intrinsic": "^1.1.1" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "dependencies": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true + }, + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/html-tags": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.2.0.tgz", + "integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/html-webpack-plugin": { + "version": "5.5.0", + "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "dev": true, + "dependencies": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "webpack": "^5.20.0" + } + }, + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dev": true, + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } + } + }, + "node_modules/https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==" + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + }, + "node_modules/ignore": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.2.1.tgz", + "integrity": "sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/immutable": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", + "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", + "dev": true, + "license": "MIT" + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "peer": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-file-esm": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/is-file-esm/-/is-file-esm-1.0.0.tgz", + "integrity": "sha512-rZlaNKb4Mr8WlRu2A9XdeoKgnO5aA53XdPHgCKVyCrQ/rWi89RET1+bq37Ru46obaQXeiX4vmFIm1vks41hoSA==", + "dev": true, + "dependencies": { + "read-pkg-up": "^7.0.1" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-nan": { + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/is-nan/-/is-nan-1.3.2.tgz", + "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/javascript-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz", + "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==", + "dev": true + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/joi": { + "version": "17.7.0", + "resolved": "https://registry.npmmirror.com/joi/-/joi-17.7.0.tgz", + "integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==", + "dev": true, + "dependencies": { + "@hapi/hoek": "^9.0.0", + "@hapi/topo": "^5.0.0", + "@sideway/address": "^4.1.3", + "@sideway/formula": "^3.0.0", + "@sideway/pinpoint": "^2.0.0" + } + }, + "node_modules/js-message": { + "version": "1.0.7", + "resolved": "https://registry.npmmirror.com/js-message/-/js-message-1.0.7.tgz", + "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==", + "dev": true, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "peer": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true, + "peer": true + }, + "node_modules/json5": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/klona": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/launch-editor": { + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.6.0.tgz", + "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", + "dev": true, + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.7.3" + } + }, + "node_modules/launch-editor-middleware": { + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/launch-editor-middleware/-/launch-editor-middleware-2.6.0.tgz", + "integrity": "sha512-K2yxgljj5TdCeRN1lBtO3/J26+AIDDDw+04y6VAiZbWcTdBwsYN6RrZBnW5DN/QiSIdKNjKdATLUUluWWFYTIA==", + "dev": true, + "dependencies": { + "launch-editor": "^2.6.0" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "peer": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.0.6.tgz", + "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/loader-utils/node_modules/json5": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + }, + "node_modules/lodash-unified": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz", + "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==", + "peerDependencies": { + "@types/lodash-es": "*", + "lodash": "*", + "lodash-es": "*" + } + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lodash.defaultsdeep": { + "version": "4.6.1", + "resolved": "https://registry.npmmirror.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz", + "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==", + "dev": true + }, + "node_modules/lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true + }, + "node_modules/lodash.mapvalues": { + "version": "4.6.0", + "resolved": "https://registry.npmmirror.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==", + "dev": true + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "peer": true + }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmmirror.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true, + "peer": true + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/log-symbols/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/log-symbols/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-update": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/log-update/-/log-update-2.3.0.tgz", + "integrity": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==", + "dev": true, + "dependencies": { + "ansi-escapes": "^3.0.0", + "cli-cursor": "^2.0.0", + "wrap-ansi": "^3.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", + "dev": true, + "dependencies": { + "restore-cursor": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "dev": true, + "dependencies": { + "mimic-fn": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", + "dev": true, + "dependencies": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "dependencies": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz", + "integrity": "sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==", + "dev": true, + "dependencies": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "dependencies": { + "sourcemap-codec": "^1.4.8" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmmirror.com/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "3.4.12", + "resolved": "https://registry.npmmirror.com/memfs/-/memfs-3.4.12.tgz", + "integrity": "sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==", + "dev": true, + "dependencies": { + "fs-monkey": "^1.0.3" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/memoize-one": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "node_modules/merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "dependencies": { + "source-map": "^0.6.1" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dependencies": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "bin": { + "miller-rabin": "bin/miller-rabin" + } + }, + "node_modules/miller-rabin/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "2.7.1", + "resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz", + "integrity": "sha512-viOoaUFy+Z2w43VsGPbtfwFrr0tKwDctK9dUofG5MBViYhD1noGFUzzDIVw0KPwCGUP+c7zqLxm+acuQs7zLzw==", + "dev": true, + "dependencies": { + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "dev": true + }, + "node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/module-alias": { + "version": "2.2.2", + "resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.2.2.tgz", + "integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==", + "dev": true + }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, + "node_modules/mrmime": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-1.0.1.tgz", + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "peer": true + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "dev": true, + "license": "MIT", + "optional": true + }, + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true, + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-polyfill-webpack-plugin": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-2.0.1.tgz", + "integrity": "sha512-ZUMiCnZkP1LF0Th2caY6J/eKKoA0TefpoVa68m/LQU1I/mE8rGt4fNYGgNuCcK+aG8P8P43nbeJ2RqJMOL/Y1A==", + "dependencies": { + "assert": "^2.0.0", + "browserify-zlib": "^0.2.0", + "buffer": "^6.0.3", + "console-browserify": "^1.2.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.12.0", + "domain-browser": "^4.22.0", + "events": "^3.3.0", + "filter-obj": "^2.0.2", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "^1.0.1", + "process": "^0.11.10", + "punycode": "^2.1.1", + "querystring-es3": "^0.2.1", + "readable-stream": "^4.0.0", + "stream-browserify": "^3.0.0", + "stream-http": "^3.2.0", + "string_decoder": "^1.3.0", + "timers-browserify": "^2.0.12", + "tty-browserify": "^0.0.1", + "type-fest": "^2.14.0", + "url": "^0.11.0", + "util": "^0.12.4", + "vm-browserify": "^1.1.2" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "webpack": ">=5" + } + }, + "node_modules/node-polyfill-webpack-plugin/node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/node-polyfill-webpack-plugin/node_modules/readable-stream": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.3.0.tgz", + "integrity": "sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/node-polyfill-webpack-plugin/node_modules/type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==", + "engines": { + "node": ">=12.20" + } + }, + "node_modules/node-releases": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-package-data/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/normalize-wheel-es": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz", + "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==" + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true + }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmmirror.com/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/open": { + "version": "8.4.0", + "resolved": "https://registry.npmmirror.com/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "dev": true, + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/opener": { + "version": "1.5.2", + "resolved": "https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true, + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "peer": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmmirror.com/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ora/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/ora/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/ora/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmmirror.com/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==" + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dev": true, + "dependencies": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/pako": { + "version": "1.0.11", + "resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmmirror.com/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dependencies": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "dev": true + }, + "node_modules/parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", + "dev": true, + "dependencies": { + "parse5": "^6.0.1" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dependencies": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pngjs": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", + "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/portfinder": { + "version": "1.0.32", + "resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz", + "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", + "dev": true, + "dependencies": { + "async": "^2.6.4", + "debug": "^3.2.7", + "mkdirp": "^0.5.6" + }, + "engines": { + "node": ">= 0.12.0" + } + }, + "node_modules/portfinder/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "dependencies": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "postcss": "^8.2.2" + } + }, + "node_modules/postcss-colormin": { + "version": "5.3.0", + "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", + "dev": true, + "dependencies": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-convert-values": { + "version": "5.1.3", + "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "node_modules/postcss-loader/node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "5.1.7", + "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-merge-rules": { + "version": "5.1.3", + "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz", + "integrity": "sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dev": true, + "dependencies": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-params": { + "version": "5.1.4", + "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dev": true, + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-unicode": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dev": true, + "dependencies": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dev": true, + "dependencies": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-initial": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz", + "integrity": "sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.11", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", + "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "peer": true, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/prettier": { + "version": "2.8.0", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.0.tgz", + "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==", + "dev": true, + "optional": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "dev": true, + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/progress": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "peer": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/progress-webpack-plugin": { + "version": "1.0.16", + "resolved": "https://registry.npmmirror.com/progress-webpack-plugin/-/progress-webpack-plugin-1.0.16.tgz", + "integrity": "sha512-sdiHuuKOzELcBANHfrupYo+r99iPRyOnw15qX+rNlVUqXGfjXdH4IgxriKwG1kNJwVswKQHMdj1hYZMcb9jFaA==", + "dev": true, + "dependencies": { + "chalk": "^2.1.0", + "figures": "^2.0.0", + "log-update": "^2.3.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true + }, + "node_modules/public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmmirror.com/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dependencies": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/public-encrypt/node_modules/bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/qrcode": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.3.tgz", + "integrity": "sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==", + "dependencies": { + "dijkstrajs": "^1.0.1", + "encode-utf8": "^1.0.3", + "pngjs": "^5.0.0", + "yargs": "^15.3.1" + }, + "bin": { + "qrcode": "bin/qrcode" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/qrcode.vue": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-3.4.1.tgz", + "integrity": "sha512-wq/zHsifH4FJ1GXQi8/wNxD1KfQkckIpjK1KPTc/qwYU5/Bkd4me0w4xZSg6EXk6xLBkVDE0zxVagewv5EMAVA==", + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/qrcode/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/qrcode/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/qrcode/node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/qrcode/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/qrcode/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/qrcode/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/qrcode/node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" + }, + "node_modules/qrcode/node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/qrcode/node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==", + "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.", + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dependencies": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmmirror.com/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmmirror.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, + "dependencies": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up/node_modules/type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.0", + "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", + "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.1", + "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz", + "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/regexpu-core": { + "version": "5.2.2", + "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.2.2.tgz", + "integrity": "sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsgen": "^0.7.1", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.7.1", + "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.7.1.tgz", + "integrity": "sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dev": true, + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sass": { + "version": "1.87.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz", + "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==", + "dev": true, + "dependencies": { + "chokidar": "^4.0.0", + "immutable": "^5.0.2", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + }, + "optionalDependencies": { + "@parcel/watcher": "^2.4.1" + } + }, + "node_modules/sass-loader": { + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz", + "integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==", + "dev": true, + "dependencies": { + "neo-async": "^2.6.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", + "sass": "^1.3.0", + "sass-embedded": "*", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "node-sass": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/sass/node_modules/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "dev": true, + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/sass/node_modules/readdirp": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz", + "integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "node_modules/selfsigned": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.1.1.tgz", + "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "dev": true, + "dependencies": { + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmmirror.com/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true + }, + "node_modules/sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" + } + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shell-quote": { + "version": "1.7.4", + "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.7.4.tgz", + "integrity": "sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==", + "dev": true + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/sirv": { + "version": "1.0.19", + "resolved": "https://registry.npmmirror.com/sirv/-/sirv-1.0.19.tgz", + "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", + "dev": true, + "dependencies": { + "@polka/url": "^1.0.0-next.20", + "mrmime": "^1.0.0", + "totalist": "^1.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "peer": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "peer": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "peer": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/slice-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "peer": true + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" + }, + "node_modules/spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.12", + "resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "dev": true + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmmirror.com/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true, + "peer": true + }, + "node_modules/ssf": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz", + "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==", + "dependencies": { + "frac": "~1.1.2" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmmirror.com/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", + "dev": true + }, + "node_modules/stackframe": { + "version": "1.3.4", + "resolved": "https://registry.npmmirror.com/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "dev": true + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/stream-browserify": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/stream-browserify/-/stream-browserify-3.0.0.tgz", + "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", + "dependencies": { + "inherits": "~2.0.4", + "readable-stream": "^3.5.0" + } + }, + "node_modules/stream-http": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-3.2.0.tgz", + "integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==", + "dependencies": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "xtend": "^4.0.2" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "peer": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/stylehacks": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "dev": true, + "dependencies": { + "browserslist": "^4.21.4", + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dev": true, + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/table": { + "version": "6.8.1", + "resolved": "https://registry.npmmirror.com/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", + "dev": true, + "peer": true, + "dependencies": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/table/node_modules/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "peer": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "node_modules/table/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "peer": true + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/terser": { + "version": "5.16.0", + "resolved": "https://registry.npmmirror.com/terser/-/terser-5.16.0.tgz", + "integrity": "sha512-KjTV81QKStSfwbNiwlBXfcgMcOloyuRdb62/iLFPGBcVNF4EXjhdYBhYHmbJpiBrVxZhDvltE11j+LBQUxEEJg==", + "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.6", + "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", + "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.14", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.14.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true, + "peer": true + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/thread-loader": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/thread-loader/-/thread-loader-3.0.4.tgz", + "integrity": "sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==", + "dev": true, + "dependencies": { + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^4.1.0", + "loader-utils": "^2.0.0", + "neo-async": "^2.6.2", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "peerDependencies": { + "webpack": "^4.27.0 || ^5.0.0" + } + }, + "node_modules/thread-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/thread-loader/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "node_modules/timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmmirror.com/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "dependencies": { + "setimmediate": "^1.0.4" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true, + "engines": { + "node": ">=0.6" + } + }, + "node_modules/totalist": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/totalist/-/totalist-1.1.0.tgz", + "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "node_modules/tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", + "dev": true + }, + "node_modules/tty-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmmirror.com/tty-browserify/-/tty-browserify-0.0.1.tgz", + "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "peer": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/url": { + "version": "0.11.0", + "resolved": "https://registry.npmmirror.com/url/-/url-0.11.0.tgz", + "integrity": "sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==", + "dependencies": { + "punycode": "1.3.2", + "querystring": "0.2.0" + } + }, + "node_modules/url/node_modules/punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==" + }, + "node_modules/util": { + "version": "0.12.5", + "resolved": "https://registry.npmmirror.com/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "dependencies": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/utila": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true, + "peer": true + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "node_modules/vue": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/vue/-/vue-3.2.45.tgz", + "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", + "dependencies": { + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-sfc": "3.2.45", + "@vue/runtime-dom": "3.2.45", + "@vue/server-renderer": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "node_modules/vue-hot-reload-api": { + "version": "2.3.4", + "resolved": "https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", + "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==", + "dev": true + }, + "node_modules/vue-loader": { + "version": "17.0.1", + "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-17.0.1.tgz", + "integrity": "sha512-/OOyugJnImKCkAKrAvdsWMuwoCqGxWT5USLsjohzWbMgOwpA5wQmzQiLMzZd7DjhIfunzAGIApTOgIylz/kwcg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "loader-utils": "^2.0.0" + }, + "peerDependencies": { + "webpack": "^4.1.0 || ^5.0.0-0" + }, + "peerDependenciesMeta": { + "@vue/compiler-sfc": { + "optional": true + }, + "vue": { + "optional": true + } + } + }, + "node_modules/vue-loader/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vue-loader/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/vue-loader/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/vue-loader/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/vue-loader/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/vue-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/vue-loader/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/vue-print-nb": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/vue-print-nb/-/vue-print-nb-1.7.5.tgz", + "integrity": "sha512-iNbNyUVRWz0Ha1UTiCKxMPtHLUDGgNI8e8xmD3xqm9RlXIUeX9bT7DgNAfY8vPzqyFRHqGjxLI1rycKH366ziQ==", + "dependencies": { + "vue": "^2.6.11" + } + }, + "node_modules/vue-print-nb/node_modules/@vue/compiler-sfc": { + "version": "2.7.14", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz", + "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==", + "dependencies": { + "@babel/parser": "^7.18.4", + "postcss": "^8.4.14", + "source-map": "^0.6.1" + } + }, + "node_modules/vue-print-nb/node_modules/csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "node_modules/vue-print-nb/node_modules/vue": { + "version": "2.7.14", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz", + "integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==", + "dependencies": { + "@vue/compiler-sfc": "2.7.14", + "csstype": "^3.1.0" + } + }, + "node_modules/vue-router": { + "version": "4.1.6", + "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz", + "integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==", + "dependencies": { + "@vue/devtools-api": "^6.4.5" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", + "dev": true, + "dependencies": { + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + } + }, + "node_modules/vue-style-loader/node_modules/hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "node_modules/vue-template-es2015-compiler": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz", + "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", + "dev": true + }, + "node_modules/vue3-print-nb": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/vue3-print-nb/-/vue3-print-nb-0.1.4.tgz", + "integrity": "sha512-LExI7viEzplR6ZKQ2b+V4U0cwGYbVD4fut/XHvk3UPGlT5CcvIGs6VlwGp107aKgk6P8Pgx4rco3Rehv2lti3A==", + "dependencies": { + "vue": "^3.0.5" + } + }, + "node_modules/vuex": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.1.0.tgz", + "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==", + "dependencies": { + "@vue/devtools-api": "^6.0.0-beta.11" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "node_modules/webpack": { + "version": "5.75.0", + "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.75.0.tgz", + "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.10.0", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.4.0", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-bundle-analyzer": { + "version": "4.7.0", + "resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.7.0.tgz", + "integrity": "sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==", + "dev": true, + "dependencies": { + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "chalk": "^4.1.0", + "commander": "^7.2.0", + "gzip-size": "^6.0.0", + "lodash": "^4.17.20", + "opener": "^1.5.2", + "sirv": "^1.0.7", + "ws": "^7.3.1" + }, + "bin": { + "webpack-bundle-analyzer": "lib/bin/analyzer.js" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/webpack-bundle-analyzer/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-bundle-analyzer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-chain": { + "version": "6.5.1", + "resolved": "https://registry.npmmirror.com/webpack-chain/-/webpack-chain-6.5.1.tgz", + "integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==", + "dev": true, + "dependencies": { + "deepmerge": "^1.5.2", + "javascript-stringify": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "dev": true, + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/webpack-dev-server": { + "version": "4.11.1", + "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", + "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", + "dev": true, + "dependencies": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.1", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.1.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.1", + "ws": "^8.4.2" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "node_modules/webpack-dev-server/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "8.11.0", + "resolved": "https://registry.npmmirror.com/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "dev": true, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "dev": true, + "dependencies": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-virtual-modules": { + "version": "0.4.6", + "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz", + "integrity": "sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==", + "dev": true + }, + "node_modules/webpack/node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/whatwg-fetch": { + "version": "3.6.2", + "resolved": "https://registry.npmmirror.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", + "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==", + "dev": true + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmmirror.com/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" + }, + "node_modules/which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "node_modules/wmf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz", + "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/word": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz", + "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/ws": { + "version": "7.5.9", + "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xlsx": { + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz", + "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==", + "dependencies": { + "adler-32": "~1.3.0", + "cfb": "~1.2.1", + "codepage": "~1.15.0", + "crc-32": "~1.2.1", + "ssf": "~0.11.2", + "wmf": "~1.0.1", + "word": "~0.3.0" + }, + "bin": { + "xlsx": "bin/xlsx.njs" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + } + }, + "dependencies": { + "@achrinza/node-ipc": { + "version": "9.2.6", + "resolved": "https://registry.npmmirror.com/@achrinza/node-ipc/-/node-ipc-9.2.6.tgz", + "integrity": "sha512-ULSIYPy4ZPM301dfCxRz0l2GJjOwIo/PqmWonIu1bLml7UmnVQmH+juJcoyXp6E8gIRRNAjGYftJnNQlfy4vPg==", + "dev": true, + "requires": { + "@node-ipc/js-queue": "2.0.3", + "event-pubsub": "4.3.0", + "js-message": "1.0.7" + } + }, + "@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dev": true, + "requires": { + "@babel/highlight": "^7.18.6" + } + }, + "@babel/compat-data": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.20.5.tgz", + "integrity": "sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==", + "dev": true + }, + "@babel/core": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.20.5.tgz", + "integrity": "sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.5", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-module-transforms": "^7.20.2", + "@babel/helpers": "^7.20.5", + "@babel/parser": "^7.20.5", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + } + }, + "@babel/eslint-parser": { + "version": "7.19.1", + "resolved": "https://registry.npmmirror.com/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", + "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "dev": true, + "requires": { + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.0" + } + }, + "@babel/generator": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.20.5.tgz", + "integrity": "sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==", + "dev": true, + "requires": { + "@babel/types": "^7.20.5", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dev": true, + "requires": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz", + "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.20.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "semver": "^6.3.0" + } + }, + "@babel/helper-create-class-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz", + "integrity": "sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6" + } + }, + "@babel/helper-create-regexp-features-plugin": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz", + "integrity": "sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.2.1" + } + }, + "@babel/helper-define-polyfill-provider": { + "version": "0.3.3", + "resolved": "https://registry.npmmirror.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + } + }, + "@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true + }, + "@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-function-name": { + "version": "7.19.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "dev": true, + "requires": { + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-member-expression-to-functions": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", + "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", + "dev": true, + "requires": { + "@babel/types": "^7.18.9" + } + }, + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-module-transforms": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz", + "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.1", + "@babel/types": "^7.20.2" + } + }, + "@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "dev": true + }, + "@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + } + }, + "@babel/helper-replace-supers": { + "version": "7.19.1", + "resolved": "https://registry.npmmirror.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", + "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.18.9", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/traverse": "^7.19.1", + "@babel/types": "^7.19.0" + } + }, + "@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dev": true, + "requires": { + "@babel/types": "^7.20.2" + } + }, + "@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", + "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", + "dev": true, + "requires": { + "@babel/types": "^7.20.0" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dev": true, + "requires": { + "@babel/types": "^7.18.6" + } + }, + "@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "dev": true + }, + "@babel/helper-wrap-function": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", + "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", + "dev": true, + "requires": { + "@babel/helper-function-name": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" + } + }, + "@babel/helpers": { + "version": "7.20.6", + "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.20.6.tgz", + "integrity": "sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==", + "dev": true, + "requires": { + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" + } + }, + "@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.20.5.tgz", + "integrity": "sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==" + }, + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", + "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-proposal-optional-chaining": "^7.18.9" + } + }, + "@babel/plugin-proposal-async-generator-functions": { + "version": "7.20.1", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz", + "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" + } + }, + "@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-proposal-class-static-block": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", + "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + } + }, + "@babel/plugin-proposal-decorators": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.20.5.tgz", + "integrity": "sha512-Lac7PpRJXcC3s9cKsBfl+uc+DYXU5FD06BrTFunQO6QIQT+DwyzDPURAowI3bcvD1dZF/ank1Z5rstUJn3Hn4Q==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/plugin-syntax-decorators": "^7.19.0" + } + }, + "@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + } + }, + "@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + } + }, + "@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + } + }, + "@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", + "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + } + }, + "@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + } + }, + "@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + } + }, + "@babel/plugin-proposal-object-rest-spread": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz", + "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.20.1" + } + }, + "@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + } + }, + "@babel/plugin-proposal-optional-chaining": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", + "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + } + }, + "@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dev": true, + "requires": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-proposal-private-property-in-object": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz", + "integrity": "sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + } + }, + "@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-decorators": { + "version": "7.19.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.19.0.tgz", + "integrity": "sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" + } + }, + "@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.3" + } + }, + "@babel/plugin-syntax-import-assertions": { + "version": "7.20.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.19.0" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-transform-arrow-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", + "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-async-to-generator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", + "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-remap-async-to-generator": "^7.18.6" + } + }, + "@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-block-scoping": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz", + "integrity": "sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-classes": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz", + "integrity": "sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==", + "dev": true, + "requires": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.19.1", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + } + }, + "@babel/plugin-transform-computed-properties": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", + "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-destructuring": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz", + "integrity": "sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dev": true, + "requires": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-for-of": { + "version": "7.18.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", + "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-modules-amd": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz", + "integrity": "sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz", + "integrity": "sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-simple-access": "^7.19.4" + } + }, + "@babel/plugin-transform-modules-systemjs": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz", + "integrity": "sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==", + "dev": true, + "requires": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.19.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-validator-identifier": "^7.19.1" + } + }, + "@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dev": true, + "requires": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", + "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + } + }, + "@babel/plugin-transform-parameters": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz", + "integrity": "sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2" + } + }, + "@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-regenerator": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", + "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.20.2", + "regenerator-transform": "^0.15.1" + } + }, + "@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-runtime": { + "version": "7.19.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz", + "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "semver": "^6.3.0" + } + }, + "@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-spread": { + "version": "7.19.0", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz", + "integrity": "sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" + } + }, + "@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-unicode-escapes": { + "version": "7.18.10", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", + "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.18.9" + } + }, + "@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dev": true, + "requires": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/preset-env": { + "version": "7.20.2", + "resolved": "https://registry.npmmirror.com/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.20.0", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.20.2", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.20.1", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.19.0", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.20.2", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "core-js-compat": "^3.25.1", + "semver": "^6.3.0" + } + }, + "@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmmirror.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + } + }, + "@babel/runtime": { + "version": "7.20.6", + "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.6.tgz", + "integrity": "sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.11" + } + }, + "@babel/template": { + "version": "7.18.10", + "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" + } + }, + "@babel/traverse": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.20.5.tgz", + "integrity": "sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.5", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.20.5", + "@babel/types": "^7.20.5", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.20.5", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.20.5.tgz", + "integrity": "sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + } + }, + "@ctrl/tinycolor": { + "version": "3.5.0", + "resolved": "https://registry.npmmirror.com/@ctrl/tinycolor/-/tinycolor-3.5.0.tgz", + "integrity": "sha512-tlJpwF40DEQcfR/QF+wNMVyGMaO9FQp6Z1Wahj4Gk3CJQYHwA2xVG7iKDFdW6zuxZY9XWOpGcfNCTsX4McOsOg==" + }, + "@element-plus/icons-vue": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz", + "integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==", + "requires": {} + }, + "@eslint/eslintrc": { + "version": "0.4.3", + "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", + "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", + "dev": true, + "peer": true, + "requires": { + "ajv": "^6.12.4", + "debug": "^4.1.1", + "espree": "^7.3.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^3.13.1", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "globals": { + "version": "13.18.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-13.18.0.tgz", + "integrity": "sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==", + "dev": true, + "peer": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "peer": true + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "peer": true + } + } + }, + "@floating-ui/core": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.1.1.tgz", + "integrity": "sha512-PL7g3dhA4dHgZfujkuD8Q+tfJJynEtnNQSPzmucCnxMvkxf4cLBJw/ZYqZUn4HCh33U3WHrAfv2R2tbi9UCSmw==" + }, + "@floating-ui/dom": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.1.1.tgz", + "integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==", + "requires": { + "@floating-ui/core": "^1.1.0" + } + }, + "@hapi/hoek": { + "version": "9.3.0", + "resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz", + "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==", + "dev": true + }, + "@hapi/topo": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz", + "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", + "dev": true, + "requires": { + "@hapi/hoek": "^9.0.0" + } + }, + "@humanwhocodes/config-array": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", + "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", + "dev": true, + "peer": true, + "requires": { + "@humanwhocodes/object-schema": "^1.2.0", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + } + }, + "@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "dev": true, + "peer": true + }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==" + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==" + }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "requires": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "@nicolo-ribaudo/eslint-scope-5-internals": { + "version": "5.1.1-v1", + "resolved": "https://registry.npmmirror.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + "dev": true, + "requires": { + "eslint-scope": "5.1.1" + } + }, + "@node-ipc/js-queue": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/@node-ipc/js-queue/-/js-queue-2.0.3.tgz", + "integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==", + "dev": true, + "requires": { + "easy-stack": "1.0.1" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "dev": true, + "optional": true, + "requires": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1", + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + } + }, + "@parcel/watcher-android-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "dev": true, + "optional": true + }, + "@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "dev": true, + "optional": true + }, + "@parcel/watcher-darwin-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "dev": true, + "optional": true + }, + "@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "dev": true, + "optional": true + }, + "@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "dev": true, + "optional": true + }, + "@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "dev": true, + "optional": true + }, + "@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "dev": true, + "optional": true + }, + "@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "dev": true, + "optional": true + }, + "@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "dev": true, + "optional": true + }, + "@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "dev": true, + "optional": true + }, + "@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "dev": true, + "optional": true + }, + "@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "dev": true, + "optional": true + }, + "@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "dev": true, + "optional": true + }, + "@polka/url": { + "version": "1.0.0-next.21", + "resolved": "https://registry.npmmirror.com/@polka/url/-/url-1.0.0-next.21.tgz", + "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", + "dev": true + }, + "@popperjs/core": { + "version": "npm:@sxzz/popperjs-es@2.11.7", + "resolved": "https://registry.npmmirror.com/@sxzz/popperjs-es/-/popperjs-es-2.11.7.tgz", + "integrity": "sha512-Ccy0NlLkzr0Ex2FKvh2X+OyERHXJ88XJ1MXtsI9y9fGexlaXaVTPzBCRBwIxFkORuOb+uBqeu+RqnpgYTEZRUQ==" + }, + "@sideway/address": { + "version": "4.1.4", + "resolved": "https://registry.npmmirror.com/@sideway/address/-/address-4.1.4.tgz", + "integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==", + "dev": true, + "requires": { + "@hapi/hoek": "^9.0.0" + } + }, + "@sideway/formula": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.0.tgz", + "integrity": "sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==", + "dev": true + }, + "@sideway/pinpoint": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", + "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==", + "dev": true + }, + "@soda/friendly-errors-webpack-plugin": { + "version": "1.8.1", + "resolved": "https://registry.npmmirror.com/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.8.1.tgz", + "integrity": "sha512-h2ooWqP8XuFqTXT+NyAFbrArzfQA7R6HTezADrvD9Re8fxMLTPPniLdqVTdDaO0eIoLaAwKT+d6w+5GeTk7Vbg==", + "dev": true, + "requires": { + "chalk": "^3.0.0", + "error-stack-parser": "^2.0.6", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@soda/get-current-script": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/@soda/get-current-script/-/get-current-script-1.0.2.tgz", + "integrity": "sha512-T7VNNlYVM1SgQ+VsMYhnDkcGmWhQdL0bDyGm5TlQ3GBXnJscEClUUOKduWTmm2zCnvNLC1hc3JpuXjs/nFOc5w==", + "dev": true + }, + "@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "dev": true + }, + "@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmmirror.com/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dev": true, + "requires": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmmirror.com/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmmirror.com/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmmirror.com/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dev": true, + "requires": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "@types/eslint": { + "version": "8.4.10", + "resolved": "https://registry.npmmirror.com/@types/eslint/-/eslint-8.4.10.tgz", + "integrity": "sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==", + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmmirror.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "requires": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "@types/estree": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.0.tgz", + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==" + }, + "@types/express": { + "version": "4.17.14", + "resolved": "https://registry.npmmirror.com/@types/express/-/express-4.17.14.tgz", + "integrity": "sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==", + "dev": true, + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.18", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "@types/express-serve-static-core": { + "version": "4.17.31", + "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.31.tgz", + "integrity": "sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true + }, + "@types/http-proxy": { + "version": "1.17.9", + "resolved": "https://registry.npmmirror.com/@types/http-proxy/-/http-proxy-1.17.9.tgz", + "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + }, + "@types/lodash": { + "version": "4.14.191", + "resolved": "https://registry.npmmirror.com/@types/lodash/-/lodash-4.14.191.tgz", + "integrity": "sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==" + }, + "@types/lodash-es": { + "version": "4.17.6", + "resolved": "https://registry.npmmirror.com/@types/lodash-es/-/lodash-es-4.17.6.tgz", + "integrity": "sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==", + "requires": { + "@types/lodash": "*" + } + }, + "@types/mime": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/@types/mime/-/mime-3.0.1.tgz", + "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==", + "dev": true + }, + "@types/minimist": { + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/@types/minimist/-/minimist-1.2.2.tgz", + "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", + "dev": true + }, + "@types/node": { + "version": "18.11.9", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.11.9.tgz", + "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==" + }, + "@types/normalize-package-data": { + "version": "2.4.1", + "resolved": "https://registry.npmmirror.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", + "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "dev": true + }, + "@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmmirror.com/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==", + "dev": true + }, + "@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true + }, + "@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dev": true, + "requires": { + "@types/express": "*" + } + }, + "@types/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmmirror.com/@types/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==", + "dev": true, + "requires": { + "@types/mime": "*", + "@types/node": "*" + } + }, + "@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmmirror.com/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/web-bluetooth": { + "version": "0.0.16", + "resolved": "https://registry.npmmirror.com/@types/web-bluetooth/-/web-bluetooth-0.0.16.tgz", + "integrity": "sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==" + }, + "@types/ws": { + "version": "8.5.3", + "resolved": "https://registry.npmmirror.com/@types/ws/-/ws-8.5.3.tgz", + "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@vue/babel-helper-vue-jsx-merge-props": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.4.0.tgz", + "integrity": "sha512-JkqXfCkUDp4PIlFdDQ0TdXoIejMtTHP67/pvxlgeY+u5k3LEdKuWZ3LK6xkxo52uDoABIVyRwqVkfLQJhk7VBA==", + "dev": true + }, + "@vue/babel-helper-vue-transform-on": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/@vue/babel-helper-vue-transform-on/-/babel-helper-vue-transform-on-1.0.2.tgz", + "integrity": "sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==", + "dev": true + }, + "@vue/babel-plugin-jsx": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-jsx/-/babel-plugin-jsx-1.1.1.tgz", + "integrity": "sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.0.0", + "@babel/template": "^7.0.0", + "@babel/traverse": "^7.0.0", + "@babel/types": "^7.0.0", + "@vue/babel-helper-vue-transform-on": "^1.0.2", + "camelcase": "^6.0.0", + "html-tags": "^3.1.0", + "svg-tags": "^1.0.0" + } + }, + "@vue/babel-plugin-transform-vue-jsx": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.4.0.tgz", + "integrity": "sha512-Fmastxw4MMx0vlgLS4XBX0XiBbUFzoMGeVXuMV08wyOfXdikAFqBTuYPR0tlk+XskL19EzHc39SgjrPGY23JnA==", + "dev": true, + "requires": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "html-tags": "^2.0.0", + "lodash.kebabcase": "^4.1.1", + "svg-tags": "^1.0.0" + }, + "dependencies": { + "html-tags": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz", + "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==", + "dev": true + } + } + }, + "@vue/babel-preset-app": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/babel-preset-app/-/babel-preset-app-5.0.8.tgz", + "integrity": "sha512-yl+5qhpjd8e1G4cMXfORkkBlvtPCIgmRf3IYCWYDKIQ7m+PPa5iTm4feiNmCMD6yGqQWMhhK/7M3oWGL9boKwg==", + "dev": true, + "requires": { + "@babel/core": "^7.12.16", + "@babel/helper-compilation-targets": "^7.12.16", + "@babel/helper-module-imports": "^7.12.13", + "@babel/plugin-proposal-class-properties": "^7.12.13", + "@babel/plugin-proposal-decorators": "^7.12.13", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/plugin-transform-runtime": "^7.12.15", + "@babel/preset-env": "^7.12.16", + "@babel/runtime": "^7.12.13", + "@vue/babel-plugin-jsx": "^1.0.3", + "@vue/babel-preset-jsx": "^1.1.2", + "babel-plugin-dynamic-import-node": "^2.3.3", + "core-js": "^3.8.3", + "core-js-compat": "^3.8.3", + "semver": "^7.3.4" + }, + "dependencies": { + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "@vue/babel-preset-jsx": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-preset-jsx/-/babel-preset-jsx-1.4.0.tgz", + "integrity": "sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==", + "dev": true, + "requires": { + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "@vue/babel-sugar-composition-api-inject-h": "^1.4.0", + "@vue/babel-sugar-composition-api-render-instance": "^1.4.0", + "@vue/babel-sugar-functional-vue": "^1.4.0", + "@vue/babel-sugar-inject-h": "^1.4.0", + "@vue/babel-sugar-v-model": "^1.4.0", + "@vue/babel-sugar-v-on": "^1.4.0" + } + }, + "@vue/babel-sugar-composition-api-inject-h": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-inject-h/-/babel-sugar-composition-api-inject-h-1.4.0.tgz", + "integrity": "sha512-VQq6zEddJHctnG4w3TfmlVp5FzDavUSut/DwR0xVoe/mJKXyMcsIibL42wPntozITEoY90aBV0/1d2KjxHU52g==", + "dev": true, + "requires": { + "@babel/plugin-syntax-jsx": "^7.2.0" + } + }, + "@vue/babel-sugar-composition-api-render-instance": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-composition-api-render-instance/-/babel-sugar-composition-api-render-instance-1.4.0.tgz", + "integrity": "sha512-6ZDAzcxvy7VcnCjNdHJ59mwK02ZFuP5CnucloidqlZwVQv5CQLijc3lGpR7MD3TWFi78J7+a8J56YxbCtHgT9Q==", + "dev": true, + "requires": { + "@babel/plugin-syntax-jsx": "^7.2.0" + } + }, + "@vue/babel-sugar-functional-vue": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-functional-vue/-/babel-sugar-functional-vue-1.4.0.tgz", + "integrity": "sha512-lTEB4WUFNzYt2In6JsoF9sAYVTo84wC4e+PoZWSgM6FUtqRJz7wMylaEhSRgG71YF+wfLD6cc9nqVeXN2rwBvw==", + "dev": true, + "requires": { + "@babel/plugin-syntax-jsx": "^7.2.0" + } + }, + "@vue/babel-sugar-inject-h": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-inject-h/-/babel-sugar-inject-h-1.4.0.tgz", + "integrity": "sha512-muwWrPKli77uO2fFM7eA3G1lAGnERuSz2NgAxuOLzrsTlQl8W4G+wwbM4nB6iewlKbwKRae3nL03UaF5ffAPMA==", + "dev": true, + "requires": { + "@babel/plugin-syntax-jsx": "^7.2.0" + } + }, + "@vue/babel-sugar-v-model": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-model/-/babel-sugar-v-model-1.4.0.tgz", + "integrity": "sha512-0t4HGgXb7WHYLBciZzN5s0Hzqan4Ue+p/3FdQdcaHAb7s5D9WZFGoSxEZHrR1TFVZlAPu1bejTKGeAzaaG3NCQ==", + "dev": true, + "requires": { + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "camelcase": "^5.0.0", + "html-tags": "^2.0.0", + "svg-tags": "^1.0.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "html-tags": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-2.0.0.tgz", + "integrity": "sha512-+Il6N8cCo2wB/Vd3gqy/8TZhTD3QvcVeQLCnZiGkGCH3JP28IgGAY41giccp2W4R3jfyJPAP318FQTa1yU7K7g==", + "dev": true + } + } + }, + "@vue/babel-sugar-v-on": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/@vue/babel-sugar-v-on/-/babel-sugar-v-on-1.4.0.tgz", + "integrity": "sha512-m+zud4wKLzSKgQrWwhqRObWzmTuyzl6vOP7024lrpeJM4x2UhQtRDLgYjXAw9xBXjCwS0pP9kXjg91F9ZNo9JA==", + "dev": true, + "requires": { + "@babel/plugin-syntax-jsx": "^7.2.0", + "@vue/babel-plugin-transform-vue-jsx": "^1.4.0", + "camelcase": "^5.0.0" + }, + "dependencies": { + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + } + } + }, + "@vue/cli-overlay": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-overlay/-/cli-overlay-5.0.8.tgz", + "integrity": "sha512-KmtievE/B4kcXp6SuM2gzsnSd8WebkQpg3XaB6GmFh1BJGRqa1UiW9up7L/Q67uOdTigHxr5Ar2lZms4RcDjwQ==", + "dev": true + }, + "@vue/cli-plugin-babel": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-babel/-/cli-plugin-babel-5.0.8.tgz", + "integrity": "sha512-a4qqkml3FAJ3auqB2kN2EMPocb/iu0ykeELwed+9B1c1nQ1HKgslKMHMPavYx3Cd/QAx2mBD4hwKBqZXEI/CsQ==", + "dev": true, + "requires": { + "@babel/core": "^7.12.16", + "@vue/babel-preset-app": "^5.0.8", + "@vue/cli-shared-utils": "^5.0.8", + "babel-loader": "^8.2.2", + "thread-loader": "^3.0.0", + "webpack": "^5.54.0" + } + }, + "@vue/cli-plugin-router": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-router/-/cli-plugin-router-5.0.8.tgz", + "integrity": "sha512-Gmv4dsGdAsWPqVijz3Ux2OS2HkMrWi1ENj2cYL75nUeL+Xj5HEstSqdtfZ0b1q9NCce+BFB6QnHfTBXc/fCvMg==", + "dev": true, + "requires": { + "@vue/cli-shared-utils": "^5.0.8" + } + }, + "@vue/cli-plugin-vuex": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-plugin-vuex/-/cli-plugin-vuex-5.0.8.tgz", + "integrity": "sha512-HSYWPqrunRE5ZZs8kVwiY6oWcn95qf/OQabwLfprhdpFWAGtLStShjsGED2aDpSSeGAskQETrtR/5h7VqgIlBA==", + "dev": true, + "requires": {} + }, + "@vue/cli-service": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-service/-/cli-service-5.0.8.tgz", + "integrity": "sha512-nV7tYQLe7YsTtzFrfOMIHc5N2hp5lHG2rpYr0aNja9rNljdgcPZLyQRb2YRivTHqTv7lI962UXFURcpStHgyFw==", + "dev": true, + "requires": { + "@babel/helper-compilation-targets": "^7.12.16", + "@soda/friendly-errors-webpack-plugin": "^1.8.0", + "@soda/get-current-script": "^1.0.2", + "@types/minimist": "^1.2.0", + "@vue/cli-overlay": "^5.0.8", + "@vue/cli-plugin-router": "^5.0.8", + "@vue/cli-plugin-vuex": "^5.0.8", + "@vue/cli-shared-utils": "^5.0.8", + "@vue/component-compiler-utils": "^3.3.0", + "@vue/vue-loader-v15": "npm:vue-loader@^15.9.7", + "@vue/web-component-wrapper": "^1.3.0", + "acorn": "^8.0.5", + "acorn-walk": "^8.0.2", + "address": "^1.1.2", + "autoprefixer": "^10.2.4", + "browserslist": "^4.16.3", + "case-sensitive-paths-webpack-plugin": "^2.3.0", + "cli-highlight": "^2.1.10", + "clipboardy": "^2.3.0", + "cliui": "^7.0.4", + "copy-webpack-plugin": "^9.0.1", + "css-loader": "^6.5.0", + "css-minimizer-webpack-plugin": "^3.0.2", + "cssnano": "^5.0.0", + "debug": "^4.1.1", + "default-gateway": "^6.0.3", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "fs-extra": "^9.1.0", + "globby": "^11.0.2", + "hash-sum": "^2.0.0", + "html-webpack-plugin": "^5.1.0", + "is-file-esm": "^1.0.0", + "launch-editor-middleware": "^2.2.1", + "lodash.defaultsdeep": "^4.6.1", + "lodash.mapvalues": "^4.6.0", + "mini-css-extract-plugin": "^2.5.3", + "minimist": "^1.2.5", + "module-alias": "^2.2.2", + "portfinder": "^1.0.26", + "postcss": "^8.2.6", + "postcss-loader": "^6.1.1", + "progress-webpack-plugin": "^1.0.12", + "ssri": "^8.0.1", + "terser-webpack-plugin": "^5.1.1", + "thread-loader": "^3.0.0", + "vue-loader": "^17.0.0", + "vue-style-loader": "^4.1.3", + "webpack": "^5.54.0", + "webpack-bundle-analyzer": "^4.4.0", + "webpack-chain": "^6.5.1", + "webpack-dev-server": "^4.7.3", + "webpack-merge": "^5.7.3", + "webpack-virtual-modules": "^0.4.2", + "whatwg-fetch": "^3.6.2" + } + }, + "@vue/cli-shared-utils": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/@vue/cli-shared-utils/-/cli-shared-utils-5.0.8.tgz", + "integrity": "sha512-uK2YB7bBVuQhjOJF+O52P9yFMXeJVj7ozqJkwYE9PlMHL1LMHjtCYm4cSdOebuPzyP+/9p0BimM/OqxsevIopQ==", + "dev": true, + "requires": { + "@achrinza/node-ipc": "^9.2.5", + "chalk": "^4.1.2", + "execa": "^1.0.0", + "joi": "^17.4.0", + "launch-editor": "^2.2.1", + "lru-cache": "^6.0.0", + "node-fetch": "^2.6.7", + "open": "^8.0.2", + "ora": "^5.3.0", + "read-pkg": "^5.1.1", + "semver": "^7.3.4", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@vue/compiler-core": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.2.45.tgz", + "integrity": "sha512-rcMj7H+PYe5wBV3iYeUgbCglC+pbpN8hBLTJvRiK2eKQiWqu+fG9F+8sW99JdL4LQi7Re178UOxn09puSXvn4A==", + "requires": { + "@babel/parser": "^7.16.4", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "source-map": "^0.6.1" + } + }, + "@vue/compiler-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.2.45.tgz", + "integrity": "sha512-tyYeUEuKqqZO137WrZkpwfPCdiiIeXYCcJ8L4gWz9vqaxzIQRccTSwSWZ/Axx5YR2z+LvpUbmPNXxuBU45lyRw==", + "requires": { + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "@vue/compiler-sfc": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.2.45.tgz", + "integrity": "sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==", + "requires": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-ssr": "3.2.45", + "@vue/reactivity-transform": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7", + "postcss": "^8.1.10", + "source-map": "^0.6.1" + } + }, + "@vue/compiler-ssr": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.2.45.tgz", + "integrity": "sha512-6BRaggEGqhWht3lt24CrIbQSRD5O07MTmd+LjAn5fJj568+R9eUD2F7wMQJjX859seSlrYog7sUtrZSd7feqrQ==", + "requires": { + "@vue/compiler-dom": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "@vue/component-compiler-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz", + "integrity": "sha512-97sfH2mYNU+2PzGrmK2haqffDpVASuib9/w2/noxiFi31Z54hW+q3izKQXXQZSNhtiUpAI36uSuYepeBe4wpHQ==", + "dev": true, + "requires": { + "consolidate": "^0.15.1", + "hash-sum": "^1.0.2", + "lru-cache": "^4.1.2", + "merge-source-map": "^1.1.0", + "postcss": "^7.0.36", + "postcss-selector-parser": "^6.0.2", + "prettier": "^1.18.2 || ^2.0.0", + "source-map": "~0.6.1", + "vue-template-es2015-compiler": "^1.9.0" + }, + "dependencies": { + "hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "requires": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + } + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + } + } + }, + "@vue/devtools-api": { + "version": "6.4.5", + "resolved": "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.4.5.tgz", + "integrity": "sha512-JD5fcdIuFxU4fQyXUu3w2KpAJHzTVdN+p4iOX2lMWSHMOoQdMAcpFLZzm9Z/2nmsoZ1a96QEhZ26e50xLBsgOQ==" + }, + "@vue/reactivity": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.2.45.tgz", + "integrity": "sha512-PRvhCcQcyEVohW0P8iQ7HDcIOXRjZfAsOds3N99X/Dzewy8TVhTCT4uXpAHfoKjVTJRA0O0K+6QNkDIZAxNi3A==", + "requires": { + "@vue/shared": "3.2.45" + } + }, + "@vue/reactivity-transform": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/reactivity-transform/-/reactivity-transform-3.2.45.tgz", + "integrity": "sha512-BHVmzYAvM7vcU5WmuYqXpwaBHjsS8T63jlKGWVtHxAHIoMIlmaMyurUSEs1Zcg46M4AYT5MtB1U274/2aNzjJQ==", + "requires": { + "@babel/parser": "^7.16.4", + "@vue/compiler-core": "3.2.45", + "@vue/shared": "3.2.45", + "estree-walker": "^2.0.2", + "magic-string": "^0.25.7" + } + }, + "@vue/runtime-core": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.2.45.tgz", + "integrity": "sha512-gzJiTA3f74cgARptqzYswmoQx0fIA+gGYBfokYVhF8YSXjWTUA2SngRzZRku2HbGbjzB6LBYSbKGIaK8IW+s0A==", + "requires": { + "@vue/reactivity": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "@vue/runtime-dom": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.2.45.tgz", + "integrity": "sha512-cy88YpfP5Ue2bDBbj75Cb4bIEZUMM/mAkDMfqDTpUYVgTf/kuQ2VQ8LebuZ8k6EudgH8pYhsGWHlY0lcxlvTwA==", + "requires": { + "@vue/runtime-core": "3.2.45", + "@vue/shared": "3.2.45", + "csstype": "^2.6.8" + } + }, + "@vue/server-renderer": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.2.45.tgz", + "integrity": "sha512-ebiMq7q24WBU1D6uhPK//2OTR1iRIyxjF5iVq/1a5I1SDMDyDu4Ts6fJaMnjrvD3MqnaiFkKQj+LKAgz5WIK3g==", + "requires": { + "@vue/compiler-ssr": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "@vue/shared": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.2.45.tgz", + "integrity": "sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==" + }, + "@vue/vue-loader-v15": { + "version": "npm:vue-loader@15.10.1", + "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-15.10.1.tgz", + "integrity": "sha512-SaPHK1A01VrNthlix6h1hq4uJu7S/z0kdLUb6klubo738NeQoLbS6V9/d8Pv19tU0XdQKju3D1HSKuI8wJ5wMA==", + "dev": true, + "requires": { + "@vue/component-compiler-utils": "^3.1.0", + "hash-sum": "^1.0.2", + "loader-utils": "^1.1.0", + "vue-hot-reload-api": "^2.3.0", + "vue-style-loader": "^4.1.0" + }, + "dependencies": { + "hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + } + } + }, + "@vue/web-component-wrapper": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz", + "integrity": "sha512-Iu8Tbg3f+emIIMmI2ycSI8QcEuAUgPTgHwesDU1eKMLE4YC/c/sFbGc70QgMq31ijRftV0R7vCm9co6rldCeOA==", + "dev": true + }, + "@vueuse/core": { + "version": "9.12.0", + "resolved": "https://registry.npmmirror.com/@vueuse/core/-/core-9.12.0.tgz", + "integrity": "sha512-h/Di8Bvf6xRcvS/PvUVheiMYYz3U0tH3X25YxONSaAUBa841ayMwxkuzx/DGUMCW/wHWzD8tRy2zYmOC36r4sg==", + "requires": { + "@types/web-bluetooth": "^0.0.16", + "@vueuse/metadata": "9.12.0", + "@vueuse/shared": "9.12.0", + "vue-demi": "*" + }, + "dependencies": { + "vue-demi": { + "version": "0.13.11", + "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz", + "integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==", + "requires": {} + } + } + }, + "@vueuse/metadata": { + "version": "9.12.0", + "resolved": "https://registry.npmmirror.com/@vueuse/metadata/-/metadata-9.12.0.tgz", + "integrity": "sha512-9oJ9MM9lFLlmvxXUqsR1wLt1uF7EVbP5iYaHJYqk+G2PbMjY6EXvZeTjbdO89HgoF5cI6z49o2zT/jD9SVoNpQ==" + }, + "@vueuse/shared": { + "version": "9.12.0", + "resolved": "https://registry.npmmirror.com/@vueuse/shared/-/shared-9.12.0.tgz", + "integrity": "sha512-TWuJLACQ0BVithVTRbex4Wf1a1VaRuSpVeyEd4vMUWl54PzlE0ciFUshKCXnlLuD0lxIaLK4Ypj3NXYzZh4+SQ==", + "requires": { + "vue-demi": "*" + }, + "dependencies": { + "vue-demi": { + "version": "0.13.11", + "resolved": "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.13.11.tgz", + "integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==", + "requires": {} + } + } + }, + "@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "requires": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" + }, + "@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" + }, + "@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" + }, + "@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "requires": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" + }, + "@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "requires": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmmirror.com/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "requires": { + "event-target-shim": "^5.0.0" + } + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.8.1", + "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.8.1.tgz", + "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==" + }, + "acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmmirror.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "requires": {} + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "peer": true, + "requires": {} + }, + "acorn-walk": { + "version": "8.2.0", + "resolved": "https://registry.npmmirror.com/acorn-walk/-/acorn-walk-8.2.0.tgz", + "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "dev": true + }, + "address": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/address/-/address-1.2.1.tgz", + "integrity": "sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==", + "dev": true + }, + "adler-32": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz", + "integrity": "sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==" + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "requires": { + "ajv": "^8.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + } + } + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "requires": {} + }, + "ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmmirror.com/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "peer": true + }, + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + }, + "ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmmirror.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "arch": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmmirror.com/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "peer": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "asn1.js": { + "version": "5.4.1", + "resolved": "https://registry.npmmirror.com/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "requires": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0", + "safer-buffer": "^2.1.0" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } + } + }, + "assert": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/assert/-/assert-2.0.0.tgz", + "integrity": "sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==", + "requires": { + "es6-object-assign": "^1.1.0", + "is-nan": "^1.2.1", + "object-is": "^1.0.1", + "util": "^0.12.0" + } + }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "peer": true + }, + "async": { + "version": "2.6.4", + "resolved": "https://registry.npmmirror.com/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", + "dev": true, + "requires": { + "lodash": "^4.17.14" + } + }, + "async-validator": { + "version": "4.2.5", + "resolved": "https://registry.npmmirror.com/async-validator/-/async-validator-4.2.5.tgz", + "integrity": "sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==" + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true + }, + "autoprefixer": { + "version": "10.4.13", + "resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.13.tgz", + "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001426", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + } + }, + "available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==" + }, + "axios": { + "version": "1.3.3", + "resolved": "https://registry.npmmirror.com/axios/-/axios-1.3.3.tgz", + "integrity": "sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==", + "requires": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmmirror.com/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "dev": true, + "requires": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmmirror.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dev": true, + "requires": { + "object.assign": "^4.1.0" + } + }, + "babel-plugin-polyfill-corejs2": { + "version": "0.3.3", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", + "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.3", + "semver": "^6.1.1" + } + }, + "babel-plugin-polyfill-corejs3": { + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", + "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.3", + "core-js-compat": "^3.25.1" + } + }, + "babel-plugin-polyfill-regenerator": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", + "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "dev": true, + "requires": { + "@babel/helper-define-polyfill-provider": "^0.3.3" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + }, + "batch": { + "version": "0.6.1", + "resolved": "https://registry.npmmirror.com/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmmirror.com/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "bl": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", + "dev": true + }, + "bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + }, + "body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dev": true, + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "bonjour-service": { + "version": "1.0.14", + "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.0.14.tgz", + "integrity": "sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==", + "dev": true, + "requires": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "brorand": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==" + }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "browserify-cipher": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "requires": { + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" + } + }, + "browserify-des": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "requires": { + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "browserify-rsa": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/browserify-rsa/-/browserify-rsa-4.1.0.tgz", + "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", + "requires": { + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" + } + }, + "browserify-sign": { + "version": "4.2.1", + "resolved": "https://registry.npmmirror.com/browserify-sign/-/browserify-sign-4.2.1.tgz", + "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "requires": { + "bn.js": "^5.1.1", + "browserify-rsa": "^4.0.1", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.3", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.5", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "browserify-zlib": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "requires": { + "pako": "~1.0.5" + } + }, + "browserslist": { + "version": "4.21.4", + "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.21.4.tgz", + "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "requires": { + "caniuse-lite": "^1.0.30001400", + "electron-to-chromium": "^1.4.251", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.9" + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==" + }, + "builtin-status-codes": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + }, + "caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dev": true, + "requires": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "caniuse-lite": { + "version": "1.0.30001715", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001715.tgz", + "integrity": "sha512-7ptkFGMm2OAOgvZpwgA4yjQ5SQbrNVGdRjzH0pBdy1Fasvcr+KAeECmbCAECzTuDuoX0FCY8KzUxjf9+9kfZEw==" + }, + "case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmmirror.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "dev": true + }, + "cfb": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cfb/-/cfb-1.2.2.tgz", + "integrity": "sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==", + "requires": { + "adler-32": "~1.3.0", + "crc-32": "~1.2.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dev": true, + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==" + }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "clean-css": { + "version": "5.3.1", + "resolved": "https://registry.npmmirror.com/clean-css/-/clean-css-5.3.1.tgz", + "integrity": "sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-highlight": { + "version": "2.1.11", + "resolved": "https://registry.npmmirror.com/cli-highlight/-/cli-highlight-2.1.11.tgz", + "integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "highlight.js": "^10.7.1", + "mz": "^2.4.0", + "parse5": "^5.1.1", + "parse5-htmlparser2-tree-adapter": "^6.0.0", + "yargs": "^16.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "cli-spinners": { + "version": "2.7.0", + "resolved": "https://registry.npmmirror.com/cli-spinners/-/cli-spinners-2.7.0.tgz", + "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", + "dev": true + }, + "clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "dev": true, + "requires": { + "arch": "^2.1.1", + "execa": "^1.0.0", + "is-wsl": "^2.1.1" + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmmirror.com/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true + }, + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + } + }, + "codepage": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/codepage/-/codepage-1.15.0.tgz", + "integrity": "sha512-3g6NUTPd/YtuuGrhMnOMRjFc+LJw/bnMp3+0r/Wcz3IXUuCosKRJvMphm5+Q+bvTVGcJJuRvVLuYba+WojaFaA==" + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "colord": { + "version": "2.9.3", + "resolved": "https://registry.npmmirror.com/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true + }, + "colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmmirror.com/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmmirror.com/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.4", + "resolved": "https://registry.npmmirror.com/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, + "requires": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true + }, + "console-browserify": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/console-browserify/-/console-browserify-1.2.0.tgz", + "integrity": "sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==" + }, + "consolidate": { + "version": "0.15.1", + "resolved": "https://registry.npmmirror.com/consolidate/-/consolidate-0.15.1.tgz", + "integrity": "sha512-DW46nrsMJgy9kqAbPt5rKaCr7uFtpo4mSUvLHIUbJEjm0vo+aY5QLwBUq3FK4tRnJr/X0Psc0C4jf/h+HtXSMw==", + "dev": true, + "requires": { + "bluebird": "^3.1.1" + } + }, + "constants-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==" + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "requires": { + "safe-buffer": "5.2.1" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==", + "dev": true + }, + "convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true + }, + "copy-webpack-plugin": { + "version": "9.1.0", + "resolved": "https://registry.npmmirror.com/copy-webpack-plugin/-/copy-webpack-plugin-9.1.0.tgz", + "integrity": "sha512-rxnR7PaGigJzhqETHGmAcxKnLZSR5u1Y3/bcIv/1FnqXedcL/E2ewK7ZCNrArJKCiSv8yVXhTqetJh8inDvfsA==", + "dev": true, + "requires": { + "fast-glob": "^3.2.7", + "glob-parent": "^6.0.1", + "globby": "^11.0.3", + "normalize-path": "^3.0.0", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "core-js": { + "version": "3.26.1", + "resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.26.1.tgz", + "integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==" + }, + "core-js-compat": { + "version": "3.26.1", + "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.26.1.tgz", + "integrity": "sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==", + "dev": true, + "requires": { + "browserslist": "^4.21.4" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmmirror.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "crc-32": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz", + "integrity": "sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==" + }, + "create-ecdh": { + "version": "4.0.4", + "resolved": "https://registry.npmmirror.com/create-ecdh/-/create-ecdh-4.0.4.tgz", + "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", + "requires": { + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } + } + }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmmirror.com/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "crypto-browserify": { + "version": "3.12.0", + "resolved": "https://registry.npmmirror.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "requires": { + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" + } + }, + "css-declaration-sorter": { + "version": "6.3.1", + "resolved": "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", + "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==", + "dev": true, + "requires": {} + }, + "css-loader": { + "version": "6.7.2", + "resolved": "https://registry.npmmirror.com/css-loader/-/css-loader-6.7.2.tgz", + "integrity": "sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==", + "dev": true, + "requires": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.18", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.3.8" + }, + "dependencies": { + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "css-minimizer-webpack-plugin": { + "version": "3.4.1", + "resolved": "https://registry.npmmirror.com/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "dev": true, + "requires": { + "cssnano": "^5.0.6", + "jest-worker": "^27.0.2", + "postcss": "^8.3.5", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "requires": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + } + }, + "css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "cssnano": { + "version": "5.1.14", + "resolved": "https://registry.npmmirror.com/cssnano/-/cssnano-5.1.14.tgz", + "integrity": "sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==", + "dev": true, + "requires": { + "cssnano-preset-default": "^5.2.13", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + } + }, + "cssnano-preset-default": { + "version": "5.2.13", + "resolved": "https://registry.npmmirror.com/cssnano-preset-default/-/cssnano-preset-default-5.2.13.tgz", + "integrity": "sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==", + "dev": true, + "requires": { + "css-declaration-sorter": "^6.3.1", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.0", + "postcss-convert-values": "^5.1.3", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.7", + "postcss-merge-rules": "^5.1.3", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.4", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.1", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.1", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + } + }, + "cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "dev": true, + "requires": {} + }, + "csso": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dev": true, + "requires": { + "css-tree": "^1.1.2" + } + }, + "csstype": { + "version": "2.6.21", + "resolved": "https://registry.npmmirror.com/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==" + }, + "dayjs": { + "version": "1.11.13", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.13.tgz", + "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" + }, + "deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", + "dev": true, + "peer": true + }, + "deepmerge": { + "version": "1.5.2", + "resolved": "https://registry.npmmirror.com/deepmerge/-/deepmerge-1.5.2.tgz", + "integrity": "sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==", + "dev": true + }, + "default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmmirror.com/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dev": true, + "requires": { + "execa": "^5.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "requires": { + "clone": "^1.0.2" + } + }, + "define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true + }, + "define-properties": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "requires": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true + }, + "des.js": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/des.js/-/des.js-1.0.1.tgz", + "integrity": "sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==", + "requires": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" + } + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true + }, + "detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "dev": true, + "optional": true + }, + "detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "diffie-hellman": { + "version": "5.0.3", + "resolved": "https://registry.npmmirror.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "requires": { + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } + } + }, + "dijkstrajs": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.3.tgz", + "integrity": "sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==" + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true + }, + "dns-packet": { + "version": "5.4.0", + "resolved": "https://registry.npmmirror.com/dns-packet/-/dns-packet-5.4.0.tgz", + "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "dev": true, + "requires": { + "@leichtgewicht/ip-codec": "^2.0.1" + } + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, + "peer": true, + "requires": { + "esutils": "^2.0.2" + } + }, + "dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "requires": { + "utila": "~0.4" + } + }, + "dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "domain-browser": { + "version": "4.22.0", + "resolved": "https://registry.npmmirror.com/domain-browser/-/domain-browser-4.22.0.tgz", + "integrity": "sha512-IGBwjF7tNk3cwypFNH/7bfzBcgSCbaMOD3GsaY1AU/JRrnHnYgEM0+9kQt52iZxjNsjBtJYtao146V+f8jFZNw==" + }, + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmmirror.com/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + }, + "domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmmirror.com/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmmirror.com/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "dev": true + }, + "dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", + "dev": true + }, + "duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmmirror.com/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "easy-stack": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/easy-stack/-/easy-stack-1.0.1.tgz", + "integrity": "sha512-wK2sCs4feiiJeFXn3zvY0p41mdU5VUgbgs1rNsc/y5ngFUijdWd+iIN8eoyuZHKB8xN6BL4PdWmzqFmxNg6V2w==", + "dev": true + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true + }, + "electron-to-chromium": { + "version": "1.4.284", + "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz", + "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==" + }, + "element-plus": { + "version": "2.9.8", + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.9.8.tgz", + "integrity": "sha512-srViUaUdfblBKGMeuEPiXxxKlH5aUmKqEwmhb/At9Sj91DbU6od/jYN1955cTnzt3wTSA7GfnZF7UiRX9sdRHg==", + "requires": { + "@ctrl/tinycolor": "^3.4.1", + "@element-plus/icons-vue": "^2.3.1", + "@floating-ui/dom": "^1.0.1", + "@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7", + "@types/lodash": "^4.14.182", + "@types/lodash-es": "^4.17.6", + "@vueuse/core": "^9.1.0", + "async-validator": "^4.2.5", + "dayjs": "^1.11.13", + "escape-html": "^1.0.3", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.2", + "memoize-one": "^6.0.0", + "normalize-wheel-es": "^1.2.0" + } + }, + "elliptic": { + "version": "6.5.4", + "resolved": "https://registry.npmmirror.com/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "requires": { + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true + }, + "encode-utf8": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz", + "integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true + }, + "encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmmirror.com/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "iconv-lite": "^0.6.2" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "enhanced-resolve": { + "version": "5.12.0", + "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", + "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "enquirer": { + "version": "2.3.6", + "resolved": "https://registry.npmmirror.com/enquirer/-/enquirer-2.3.6.tgz", + "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "dev": true, + "peer": true, + "requires": { + "ansi-colors": "^4.1.1" + } + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmmirror.com/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "dev": true, + "requires": { + "stackframe": "^1.3.4" + } + }, + "es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + }, + "es6-object-assign": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/es6-object-assign/-/es6-object-assign-1.1.0.tgz", + "integrity": "sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==" + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "eslint": { + "version": "7.32.0", + "resolved": "https://registry.npmmirror.com/eslint/-/eslint-7.32.0.tgz", + "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", + "dev": true, + "peer": true, + "requires": { + "@babel/code-frame": "7.12.11", + "@eslint/eslintrc": "^0.4.3", + "@humanwhocodes/config-array": "^0.5.0", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.0.1", + "doctrine": "^3.0.0", + "enquirer": "^2.3.5", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^5.1.1", + "eslint-utils": "^2.1.0", + "eslint-visitor-keys": "^2.0.0", + "espree": "^7.3.1", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^5.1.2", + "globals": "^13.6.0", + "ignore": "^4.0.6", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^3.13.1", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "progress": "^2.0.0", + "regexpp": "^3.1.0", + "semver": "^7.2.1", + "strip-ansi": "^6.0.0", + "strip-json-comments": "^3.1.0", + "table": "^6.0.9", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "peer": true, + "requires": { + "@babel/highlight": "^7.10.4" + } + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "peer": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "peer": true + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "peer": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "peer": true + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "peer": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "globals": { + "version": "13.18.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-13.18.0.tgz", + "integrity": "sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==", + "dev": true, + "peer": true, + "requires": { + "type-fest": "^0.20.2" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "peer": true + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "dev": true, + "peer": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "peer": true + }, + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "peer": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "peer": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "peer": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "peer": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "peer": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "peer": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + } + }, + "eslint-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/eslint-utils/-/eslint-utils-2.1.0.tgz", + "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==", + "dev": true, + "peer": true, + "requires": { + "eslint-visitor-keys": "^1.1.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "peer": true + } + } + }, + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true + }, + "espree": { + "version": "7.3.1", + "resolved": "https://registry.npmmirror.com/espree/-/espree-7.3.1.tgz", + "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==", + "dev": true, + "peer": true, + "requires": { + "acorn": "^7.4.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^1.3.0" + }, + "dependencies": { + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmmirror.com/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, + "peer": true + }, + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "dev": true, + "peer": true + } + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "peer": true + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "dev": true, + "peer": true, + "requires": { + "estraverse": "^5.1.0" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "peer": true + } + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "requires": { + "estraverse": "^5.2.0" + }, + "dependencies": { + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + } + } + }, + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==" + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true + }, + "event-pubsub": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/event-pubsub/-/event-pubsub-4.3.0.tgz", + "integrity": "sha512-z7IyloorXvKbFx9Bpie2+vMJKKx1fH1EN5yiTfp8CiLOTptSYy1g8H4yDpGlEdshL1PBiFtBHepF2cNsqeEeFQ==", + "dev": true + }, + "event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" + }, + "eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" + }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "^6.0.0", + "get-stream": "^4.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "express": { + "version": "4.18.2", + "resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dev": true, + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "dependencies": { + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + } + } + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true, + "peer": true + }, + "fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmmirror.com/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "requires": { + "websocket-driver": ">=0.5.1" + } + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/figures/-/figures-2.0.0.tgz", + "integrity": "sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "peer": true, + "requires": { + "flat-cache": "^3.0.4" + } + }, + "file-saver": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/file-saver/-/file-saver-2.0.5.tgz", + "integrity": "sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==" + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "filter-obj": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/filter-obj/-/filter-obj-2.0.2.tgz", + "integrity": "sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==" + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmmirror.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dev": true, + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "peer": true, + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", + "dev": true, + "peer": true + }, + "follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" + }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmmirror.com/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "requires": { + "is-callable": "^1.1.3" + } + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true + }, + "frac": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/frac/-/frac-1.1.2.tgz", + "integrity": "sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==" + }, + "fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "dev": true + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dev": true, + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "dev": true, + "peer": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "get-intrinsic": { + "version": "1.1.3", + "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz", + "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "requires": { + "is-glob": "^4.0.3" + } + }, + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "requires": { + "get-intrinsic": "^1.1.3" + } + }, + "graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "dev": true, + "requires": { + "duplexer": "^0.1.2" + } + }, + "handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "requires": { + "get-intrinsic": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "requires": { + "has-symbols": "^1.0.2" + } + }, + "hash-base": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "requires": { + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "safe-buffer": "^5.2.0" + } + }, + "hash-sum": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-2.0.0.tgz", + "integrity": "sha512-WdZTbAByD+pHfl/g9QSsBIIwy8IT+EsPiKDs0KNX+zSHhdDLFKdZu0BQHljvO+0QI/BasbMSUa8wYNCZTvhslg==", + "dev": true + }, + "hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmmirror.com/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "requires": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "highlight.js": { + "version": "10.7.3", + "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-10.7.3.tgz", + "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "dev": true + }, + "hmac-drbg": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "requires": { + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" + } + }, + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmmirror.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmmirror.com/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "requires": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmmirror.com/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "dev": true + }, + "html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "requires": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + } + }, + "html-tags": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/html-tags/-/html-tags-3.2.0.tgz", + "integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==", + "dev": true + }, + "html-webpack-plugin": { + "version": "5.5.0", + "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "dev": true, + "requires": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + } + }, + "htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmmirror.com/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmmirror.com/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "requires": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + } + }, + "http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dev": true, + "requires": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + } + }, + "https-browserify": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==" + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "requires": {} + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + }, + "ignore": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.2.1.tgz", + "integrity": "sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==", + "dev": true + }, + "immutable": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", + "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "peer": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "dev": true + }, + "is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmmirror.com/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + }, + "is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-file-esm": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/is-file-esm/-/is-file-esm-1.0.0.tgz", + "integrity": "sha512-rZlaNKb4Mr8WlRu2A9XdeoKgnO5aA53XdPHgCKVyCrQ/rWi89RET1+bq37Ru46obaQXeiX4vmFIm1vks41hoSA==", + "dev": true, + "requires": { + "read-pkg-up": "^7.0.1" + } + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, + "is-generator-function": { + "version": "1.0.10", + "resolved": "https://registry.npmmirror.com/is-generator-function/-/is-generator-function-1.0.10.tgz", + "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-nan": { + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/is-nan/-/is-nan-1.3.2.tgz", + "integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "dev": true + }, + "is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + } + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmmirror.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true + }, + "javascript-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz", + "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==", + "dev": true + }, + "jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "joi": { + "version": "17.7.0", + "resolved": "https://registry.npmmirror.com/joi/-/joi-17.7.0.tgz", + "integrity": "sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==", + "dev": true, + "requires": { + "@hapi/hoek": "^9.0.0", + "@hapi/topo": "^5.0.0", + "@sideway/address": "^4.1.3", + "@sideway/formula": "^3.0.0", + "@sideway/pinpoint": "^2.0.0" + } + }, + "js-message": { + "version": "1.0.7", + "resolved": "https://registry.npmmirror.com/js-message/-/js-message-1.0.7.tgz", + "integrity": "sha512-efJLHhLjIyKRewNS9EGZ4UpI8NguuL6fKkhRxVuMmrGV2xN/0APGdQYwLFky5w9naebSZ0OwAGp0G6/2Cg90rA==", + "dev": true + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "peer": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true, + "peer": true + }, + "json5": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmmirror.com/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true + }, + "klona": { + "version": "2.0.5", + "resolved": "https://registry.npmmirror.com/klona/-/klona-2.0.5.tgz", + "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", + "dev": true + }, + "launch-editor": { + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/launch-editor/-/launch-editor-2.6.0.tgz", + "integrity": "sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==", + "dev": true, + "requires": { + "picocolors": "^1.0.0", + "shell-quote": "^1.7.3" + } + }, + "launch-editor-middleware": { + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/launch-editor-middleware/-/launch-editor-middleware-2.6.0.tgz", + "integrity": "sha512-K2yxgljj5TdCeRN1lBtO3/J26+AIDDDw+04y6VAiZbWcTdBwsYN6RrZBnW5DN/QiSIdKNjKdATLUUluWWFYTIA==", + "dev": true, + "requires": { + "launch-editor": "^2.6.0" + } + }, + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "peer": true, + "requires": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + } + }, + "lilconfig": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/lilconfig/-/lilconfig-2.0.6.tgz", + "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==", + "dev": true + }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmmirror.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==" + }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "dependencies": { + "json5": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/json5/-/json5-1.0.1.tgz", + "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + } + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmmirror.com/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + }, + "lodash-unified": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/lodash-unified/-/lodash-unified-1.0.3.tgz", + "integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==", + "requires": {} + }, + "lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmmirror.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "lodash.defaultsdeep": { + "version": "4.6.1", + "resolved": "https://registry.npmmirror.com/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz", + "integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==", + "dev": true + }, + "lodash.kebabcase": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "integrity": "sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==", + "dev": true + }, + "lodash.mapvalues": { + "version": "4.6.0", + "resolved": "https://registry.npmmirror.com/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz", + "integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==", + "dev": true + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true, + "peer": true + }, + "lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmmirror.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true, + "peer": true + }, + "lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmmirror.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "log-update": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/log-update/-/log-update-2.3.0.tgz", + "integrity": "sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "cli-cursor": "^2.0.0", + "wrap-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==", + "dev": true, + "requires": { + "restore-cursor": "^2.0.0" + } + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==", + "dev": true, + "requires": { + "mimic-fn": "^1.0.0" + } + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==", + "dev": true, + "requires": { + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + } + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + }, + "wrap-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz", + "integrity": "sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==", + "dev": true, + "requires": { + "string-width": "^2.1.1", + "strip-ansi": "^4.0.0" + } + } + } + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "requires": { + "tslib": "^2.0.3" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "requires": { + "sourcemap-codec": "^1.4.8" + } + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + } + }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmmirror.com/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmmirror.com/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true + }, + "memfs": { + "version": "3.4.12", + "resolved": "https://registry.npmmirror.com/memfs/-/memfs-3.4.12.tgz", + "integrity": "sha512-BcjuQn6vfqP+k100e0E9m61Hyqa//Brp+I3f0OBmN0ATHlFA8vx3Lt8z57R3u2bPqe3WGDBC+nF72fTH7isyEw==", + "dev": true, + "requires": { + "fs-monkey": "^1.0.3" + } + }, + "memoize-one": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true + }, + "merge-source-map": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/merge-source-map/-/merge-source-map-1.1.0.tgz", + "integrity": "sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==", + "dev": true, + "requires": { + "source-map": "^0.6.1" + } + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "miller-rabin": { + "version": "4.0.1", + "resolved": "https://registry.npmmirror.com/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "requires": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "mini-css-extract-plugin": { + "version": "2.7.1", + "resolved": "https://registry.npmmirror.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.1.tgz", + "integrity": "sha512-viOoaUFy+Z2w43VsGPbtfwFrr0tKwDctK9dUofG5MBViYhD1noGFUzzDIVw0KPwCGUP+c7zqLxm+acuQs7zLzw==", + "dev": true, + "requires": { + "schema-utils": "^4.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "minimalistic-crypto-utils": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "dev": true + }, + "minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "module-alias": { + "version": "2.2.2", + "resolved": "https://registry.npmmirror.com/module-alias/-/module-alias-2.2.2.tgz", + "integrity": "sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==", + "dev": true + }, + "moment": { + "version": "2.29.4", + "resolved": "https://registry.npmmirror.com/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" + }, + "mrmime": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-1.0.1.tgz", + "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "dev": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmmirror.com/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "requires": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + } + }, + "mz": { + "version": "2.7.0", + "resolved": "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dev": true, + "requires": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==" + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "peer": true + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "dev": true, + "optional": true + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "dev": true, + "requires": { + "whatwg-url": "^5.0.0" + } + }, + "node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true + }, + "node-polyfill-webpack-plugin": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-2.0.1.tgz", + "integrity": "sha512-ZUMiCnZkP1LF0Th2caY6J/eKKoA0TefpoVa68m/LQU1I/mE8rGt4fNYGgNuCcK+aG8P8P43nbeJ2RqJMOL/Y1A==", + "requires": { + "assert": "^2.0.0", + "browserify-zlib": "^0.2.0", + "buffer": "^6.0.3", + "console-browserify": "^1.2.0", + "constants-browserify": "^1.0.0", + "crypto-browserify": "^3.12.0", + "domain-browser": "^4.22.0", + "events": "^3.3.0", + "filter-obj": "^2.0.2", + "https-browserify": "^1.0.0", + "os-browserify": "^0.3.0", + "path-browserify": "^1.0.1", + "process": "^0.11.10", + "punycode": "^2.1.1", + "querystring-es3": "^0.2.1", + "readable-stream": "^4.0.0", + "stream-browserify": "^3.0.0", + "stream-http": "^3.2.0", + "string_decoder": "^1.3.0", + "timers-browserify": "^2.0.12", + "tty-browserify": "^0.0.1", + "type-fest": "^2.14.0", + "url": "^0.11.0", + "util": "^0.12.4", + "vm-browserify": "^1.1.2" + }, + "dependencies": { + "buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmmirror.com/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "readable-stream": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-4.3.0.tgz", + "integrity": "sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==", + "requires": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10" + } + }, + "type-fest": { + "version": "2.19.0", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-2.19.0.tgz", + "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==" + } + } + }, + "node-releases": { + "version": "2.0.6", + "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==" + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmmirror.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmmirror.com/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true + }, + "normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmmirror.com/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "dev": true + }, + "normalize-wheel-es": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/normalize-wheel-es/-/normalize-wheel-es-1.2.0.tgz", + "integrity": "sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==" + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", + "dev": true, + "requires": { + "path-key": "^2.0.0" + } + }, + "nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "requires": { + "boolbase": "^1.0.0" + } + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true + }, + "object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true + }, + "object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmmirror.com/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmmirror.com/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmmirror.com/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + } + }, + "obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, + "requires": { + "ee-first": "1.1.1" + } + }, + "on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "open": { + "version": "8.4.0", + "resolved": "https://registry.npmmirror.com/open/-/open-8.4.0.tgz", + "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "dev": true, + "requires": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + } + }, + "opener": { + "version": "1.5.2", + "resolved": "https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true + }, + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "peer": true, + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + } + }, + "ora": { + "version": "5.4.1", + "resolved": "https://registry.npmmirror.com/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "requires": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "os-browserify": { + "version": "0.3.0", + "resolved": "https://registry.npmmirror.com/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==" + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dev": true, + "requires": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "pako": { + "version": "1.0.11", + "resolved": "https://registry.npmmirror.com/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==" + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-asn1": { + "version": "5.1.6", + "resolved": "https://registry.npmmirror.com/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "requires": { + "asn1.js": "^5.2.0", + "browserify-aes": "^1.0.0", + "evp_bytestokey": "^1.0.0", + "pbkdf2": "^3.0.3", + "safe-buffer": "^5.1.1" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmmirror.com/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "parse5": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/parse5/-/parse5-5.1.1.tgz", + "integrity": "sha512-ugq4DFI0Ptb+WWjAdOK16+u/nHfiIrcE+sh8kZMaM0WllQKLI9rOUq6c2b7cwPkXdzfQESqvoqK6ug7U/Yyzug==", + "dev": true + }, + "parse5-htmlparser2-tree-adapter": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", + "dev": true, + "requires": { + "parse5": "^6.0.1" + }, + "dependencies": { + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true + } + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "path-browserify": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + }, + "pngjs": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", + "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" + }, + "portfinder": { + "version": "1.0.32", + "resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz", + "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", + "dev": true, + "requires": { + "async": "^2.6.4", + "debug": "^3.2.7", + "mkdirp": "^0.5.6" + }, + "dependencies": { + "debug": { + "version": "3.2.7", + "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, + "requires": { + "ms": "^2.1.1" + } + } + } + }, + "postcss": { + "version": "8.4.19", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.19.tgz", + "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "requires": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmmirror.com/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-colormin": { + "version": "5.3.0", + "resolved": "https://registry.npmmirror.com/postcss-colormin/-/postcss-colormin-5.3.0.tgz", + "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", + "dev": true, + "requires": { + "browserslist": "^4.16.6", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-convert-values": { + "version": "5.1.3", + "resolved": "https://registry.npmmirror.com/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmmirror.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "dev": true, + "requires": {} + }, + "postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "dev": true, + "requires": {} + }, + "postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "dev": true, + "requires": {} + }, + "postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "dev": true, + "requires": {} + }, + "postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmmirror.com/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dev": true, + "requires": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, + "dependencies": { + "semver": { + "version": "7.3.8", + "resolved": "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "postcss-merge-longhand": { + "version": "5.1.7", + "resolved": "https://registry.npmmirror.com/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.1" + } + }, + "postcss-merge-rules": { + "version": "5.1.3", + "resolved": "https://registry.npmmirror.com/postcss-merge-rules/-/postcss-merge-rules-5.1.3.tgz", + "integrity": "sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dev": true, + "requires": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-params": { + "version": "5.1.4", + "resolved": "https://registry.npmmirror.com/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "dev": true, + "requires": {} + }, + "postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + } + }, + "postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.4" + } + }, + "postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "requires": { + "icss-utils": "^5.0.0" + } + }, + "postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "dev": true, + "requires": {} + }, + "postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-unicode": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dev": true, + "requires": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmmirror.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dev": true, + "requires": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-reduce-initial": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-reduce-initial/-/postcss-reduce-initial-5.1.1.tgz", + "integrity": "sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0" + } + }, + "postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, + "postcss-selector-parser": { + "version": "6.0.11", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", + "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, + "postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + } + }, + "postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dev": true, + "requires": { + "postcss-selector-parser": "^6.0.5" + } + }, + "postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true, + "peer": true + }, + "prettier": { + "version": "2.8.0", + "resolved": "https://registry.npmmirror.com/prettier/-/prettier-2.8.0.tgz", + "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==", + "dev": true, + "optional": true + }, + "pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "dev": true, + "requires": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmmirror.com/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "progress": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz", + "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==", + "dev": true, + "peer": true + }, + "progress-webpack-plugin": { + "version": "1.0.16", + "resolved": "https://registry.npmmirror.com/progress-webpack-plugin/-/progress-webpack-plugin-1.0.16.tgz", + "integrity": "sha512-sdiHuuKOzELcBANHfrupYo+r99iPRyOnw15qX+rNlVUqXGfjXdH4IgxriKwG1kNJwVswKQHMdj1hYZMcb9jFaA==", + "dev": true, + "requires": { + "chalk": "^2.1.0", + "figures": "^2.0.0", + "log-update": "^2.3.0" + } + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "dependencies": { + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true + } + } + }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true + }, + "public-encrypt": { + "version": "4.0.3", + "resolved": "https://registry.npmmirror.com/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "requires": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmmirror.com/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } + } + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + }, + "qrcode": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.3.tgz", + "integrity": "sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==", + "requires": { + "dijkstrajs": "^1.0.1", + "encode-utf8": "^1.0.3", + "pngjs": "^5.0.0", + "yargs": "^15.3.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==" + }, + "yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "requires": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + } + }, + "yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } + } + } + }, + "qrcode.vue": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/qrcode.vue/-/qrcode.vue-3.4.1.tgz", + "integrity": "sha512-wq/zHsifH4FJ1GXQi8/wNxD1KfQkckIpjK1KPTc/qwYU5/Bkd4me0w4xZSg6EXk6xLBkVDE0zxVagewv5EMAVA==", + "requires": {} + }, + "qs": { + "version": "6.11.0", + "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "requires": { + "side-channel": "^1.0.4" + } + }, + "querystring": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/querystring/-/querystring-0.2.0.tgz", + "integrity": "sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==" + }, + "querystring-es3": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==" + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "randomfill": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "requires": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true + }, + "raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "dependencies": { + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true + } + } + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmmirror.com/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmmirror.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + }, + "dependencies": { + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "regenerate-unicode-properties": { + "version": "10.1.0", + "resolved": "https://registry.npmmirror.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", + "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "dev": true, + "requires": { + "regenerate": "^1.4.2" + } + }, + "regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true + }, + "regenerator-transform": { + "version": "0.15.1", + "resolved": "https://registry.npmmirror.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz", + "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", + "dev": true, + "requires": { + "@babel/runtime": "^7.8.4" + } + }, + "regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "dev": true, + "peer": true + }, + "regexpu-core": { + "version": "5.2.2", + "resolved": "https://registry.npmmirror.com/regexpu-core/-/regexpu-core-5.2.2.tgz", + "integrity": "sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==", + "dev": true, + "requires": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsgen": "^0.7.1", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + } + }, + "regjsgen": { + "version": "0.7.1", + "resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.7.1.tgz", + "integrity": "sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==", + "dev": true + }, + "regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "requires": { + "jsesc": "~0.5.0" + }, + "dependencies": { + "jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true + } + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmmirror.com/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true + }, + "renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dev": true, + "requires": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmmirror.com/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "retry": { + "version": "0.13.1", + "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "ripemd160": { + "version": "2.0.2", + "resolved": "https://registry.npmmirror.com/ripemd160/-/ripemd160-2.0.2.tgz", + "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "sass": { + "version": "1.87.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.87.0.tgz", + "integrity": "sha512-d0NoFH4v6SjEK7BoX810Jsrhj7IQSYHAHLi/iSpgqKc7LaIDshFRlSg5LOymf9FqQhxEHs2W5ZQXlvy0KD45Uw==", + "dev": true, + "requires": { + "@parcel/watcher": "^2.4.1", + "chokidar": "^4.0.0", + "immutable": "^5.0.2", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "dependencies": { + "chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "dev": true, + "requires": { + "readdirp": "^4.0.1" + } + }, + "readdirp": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz", + "integrity": "sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==", + "dev": true + } + } + }, + "sass-loader": { + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz", + "integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==", + "dev": true, + "requires": { + "neo-async": "^2.6.2" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + }, + "select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "selfsigned": { + "version": "2.1.1", + "resolved": "https://registry.npmmirror.com/selfsigned/-/selfsigned-2.1.1.tgz", + "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "dev": true, + "requires": { + "node-forge": "^1" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmmirror.com/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + } + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + } + } + }, + "serialize-javascript": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz", + "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "requires": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true + }, + "http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true + } + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmmirror.com/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmmirror.com/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, + "shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "requires": { + "kind-of": "^6.0.2" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true + }, + "shell-quote": { + "version": "1.7.4", + "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.7.4.tgz", + "integrity": "sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==", + "dev": true + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "sirv": { + "version": "1.0.19", + "resolved": "https://registry.npmmirror.com/sirv/-/sirv-1.0.19.tgz", + "integrity": "sha512-JuLThK3TnZG1TAKDwNIqNq6QA2afLOCcm+iE8D1Kj3GA40pSPsxQjjJl0J8X3tsR7T+CP1GavpzLwYkgVLWrZQ==", + "dev": true, + "requires": { + "@polka/url": "^1.0.0-next.20", + "mrmime": "^1.0.0", + "totalist": "^1.0.0" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "peer": true, + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "peer": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "peer": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "peer": true + } + } + }, + "sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmmirror.com/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "requires": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmmirror.com/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmmirror.com/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmmirror.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==" + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.12", + "resolved": "https://registry.npmmirror.com/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "dev": true + }, + "spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmmirror.com/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + } + }, + "spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "requires": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true, + "peer": true + }, + "ssf": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.11.2.tgz", + "integrity": "sha512-+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g==", + "requires": { + "frac": "~1.1.2" + } + }, + "ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmmirror.com/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, + "requires": { + "minipass": "^3.1.1" + } + }, + "stable": { + "version": "0.1.8", + "resolved": "https://registry.npmmirror.com/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "dev": true + }, + "stackframe": { + "version": "1.3.4", + "resolved": "https://registry.npmmirror.com/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==", + "dev": true + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true + }, + "stream-browserify": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/stream-browserify/-/stream-browserify-3.0.0.tgz", + "integrity": "sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==", + "requires": { + "inherits": "~2.0.4", + "readable-stream": "^3.5.0" + } + }, + "stream-http": { + "version": "3.2.0", + "resolved": "https://registry.npmmirror.com/stream-http/-/stream-http-3.2.0.tgz", + "integrity": "sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==", + "requires": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "xtend": "^4.0.2" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "peer": true + }, + "stylehacks": { + "version": "5.1.1", + "resolved": "https://registry.npmmirror.com/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "dev": true, + "requires": { + "browserslist": "^4.21.4", + "postcss-selector-parser": "^6.0.4" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmmirror.com/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dev": true, + "requires": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "dependencies": { + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + } + } + }, + "table": { + "version": "6.8.1", + "resolved": "https://registry.npmmirror.com/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", + "dev": true, + "peer": true, + "requires": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "peer": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true, + "peer": true + } + } + }, + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==" + }, + "terser": { + "version": "5.16.0", + "resolved": "https://registry.npmmirror.com/terser/-/terser-5.16.0.tgz", + "integrity": "sha512-KjTV81QKStSfwbNiwlBXfcgMcOloyuRdb62/iLFPGBcVNF4EXjhdYBhYHmbJpiBrVxZhDvltE11j+LBQUxEEJg==", + "requires": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmmirror.com/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + } + } + }, + "terser-webpack-plugin": { + "version": "5.3.6", + "resolved": "https://registry.npmmirror.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", + "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", + "requires": { + "@jridgewell/trace-mapping": "^0.3.14", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.14.1" + }, + "dependencies": { + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", + "dev": true, + "peer": true + }, + "thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "requires": { + "any-promise": "^1.0.0" + } + }, + "thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmmirror.com/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "requires": { + "thenify": ">= 3.1.0 < 4" + } + }, + "thread-loader": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/thread-loader/-/thread-loader-3.0.4.tgz", + "integrity": "sha512-ByaL2TPb+m6yArpqQUZvP+5S1mZtXsEP7nWKKlAUTm7fCml8kB5s1uI3+eHRP2bk5mVYfRSBI7FFf+tWEyLZwA==", + "dev": true, + "requires": { + "json-parse-better-errors": "^1.0.2", + "loader-runner": "^4.1.0", + "loader-utils": "^2.0.0", + "neo-async": "^2.6.2", + "schema-utils": "^3.0.0" + }, + "dependencies": { + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "timers-browserify": { + "version": "2.0.12", + "resolved": "https://registry.npmmirror.com/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "requires": { + "setimmediate": "^1.0.4" + } + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true + }, + "totalist": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/totalist/-/totalist-1.1.0.tgz", + "integrity": "sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==", + "dev": true + }, + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "dev": true + }, + "tslib": { + "version": "2.4.1", + "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.1.tgz", + "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==", + "dev": true + }, + "tty-browserify": { + "version": "0.0.1", + "resolved": "https://registry.npmmirror.com/tty-browserify/-/tty-browserify-0.0.1.tgz", + "integrity": "sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==" + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "peer": true, + "requires": { + "prelude-ls": "^1.2.1" + } + }, + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "dev": true + }, + "unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "requires": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + } + }, + "unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true + }, + "unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "dev": true + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true + }, + "update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "requires": { + "punycode": "^2.1.0" + } + }, + "url": { + "version": "0.11.0", + "resolved": "https://registry.npmmirror.com/url/-/url-0.11.0.tgz", + "integrity": "sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==", + "requires": { + "punycode": "1.3.2", + "querystring": "0.2.0" + }, + "dependencies": { + "punycode": { + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.3.2.tgz", + "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==" + } + } + }, + "util": { + "version": "0.12.5", + "resolved": "https://registry.npmmirror.com/util/-/util-0.12.5.tgz", + "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==", + "requires": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmmirror.com/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + }, + "v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true, + "peer": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true + }, + "vm-browserify": { + "version": "1.1.2", + "resolved": "https://registry.npmmirror.com/vm-browserify/-/vm-browserify-1.1.2.tgz", + "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==" + }, + "vue": { + "version": "3.2.45", + "resolved": "https://registry.npmmirror.com/vue/-/vue-3.2.45.tgz", + "integrity": "sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==", + "requires": { + "@vue/compiler-dom": "3.2.45", + "@vue/compiler-sfc": "3.2.45", + "@vue/runtime-dom": "3.2.45", + "@vue/server-renderer": "3.2.45", + "@vue/shared": "3.2.45" + } + }, + "vue-hot-reload-api": { + "version": "2.3.4", + "resolved": "https://registry.npmmirror.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz", + "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==", + "dev": true + }, + "vue-loader": { + "version": "17.0.1", + "resolved": "https://registry.npmmirror.com/vue-loader/-/vue-loader-17.0.1.tgz", + "integrity": "sha512-/OOyugJnImKCkAKrAvdsWMuwoCqGxWT5USLsjohzWbMgOwpA5wQmzQiLMzZd7DjhIfunzAGIApTOgIylz/kwcg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "hash-sum": "^2.0.0", + "loader-utils": "^2.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "vue-print-nb": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/vue-print-nb/-/vue-print-nb-1.7.5.tgz", + "integrity": "sha512-iNbNyUVRWz0Ha1UTiCKxMPtHLUDGgNI8e8xmD3xqm9RlXIUeX9bT7DgNAfY8vPzqyFRHqGjxLI1rycKH366ziQ==", + "requires": { + "vue": "^2.6.11" + }, + "dependencies": { + "@vue/compiler-sfc": { + "version": "2.7.14", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-2.7.14.tgz", + "integrity": "sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==", + "requires": { + "@babel/parser": "^7.18.4", + "postcss": "^8.4.14", + "source-map": "^0.6.1" + } + }, + "csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "vue": { + "version": "2.7.14", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.7.14.tgz", + "integrity": "sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==", + "requires": { + "@vue/compiler-sfc": "2.7.14", + "csstype": "^3.1.0" + } + } + } + }, + "vue-router": { + "version": "4.1.6", + "resolved": "https://registry.npmmirror.com/vue-router/-/vue-router-4.1.6.tgz", + "integrity": "sha512-DYWYwsG6xNPmLq/FmZn8Ip+qrhFEzA14EI12MsMgVxvHFDYvlr4NXpVF5hrRH1wVcDP8fGi5F4rxuJSl8/r+EQ==", + "requires": { + "@vue/devtools-api": "^6.4.5" + } + }, + "vue-style-loader": { + "version": "4.1.3", + "resolved": "https://registry.npmmirror.com/vue-style-loader/-/vue-style-loader-4.1.3.tgz", + "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", + "dev": true, + "requires": { + "hash-sum": "^1.0.2", + "loader-utils": "^1.0.2" + }, + "dependencies": { + "hash-sum": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/hash-sum/-/hash-sum-1.0.2.tgz", + "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", + "dev": true + } + } + }, + "vue-template-es2015-compiler": { + "version": "1.9.1", + "resolved": "https://registry.npmmirror.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz", + "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", + "dev": true + }, + "vue3-print-nb": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/vue3-print-nb/-/vue3-print-nb-0.1.4.tgz", + "integrity": "sha512-LExI7viEzplR6ZKQ2b+V4U0cwGYbVD4fut/XHvk3UPGlT5CcvIGs6VlwGp107aKgk6P8Pgx4rco3Rehv2lti3A==", + "requires": { + "vue": "^3.0.5" + } + }, + "vuex": { + "version": "4.1.0", + "resolved": "https://registry.npmmirror.com/vuex/-/vuex-4.1.0.tgz", + "integrity": "sha512-hmV6UerDrPcgbSy9ORAtNXDr9M4wlNP4pEFKye4ujJF8oqgFFuxDCdOLS3eNoRTtq5O3hoBDh9Doj1bQMYHRbQ==", + "requires": { + "@vue/devtools-api": "^6.0.0-beta.11" + } + }, + "watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "requires": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + } + }, + "wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmmirror.com/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "requires": { + "minimalistic-assert": "^1.0.0" + } + }, + "wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmmirror.com/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "requires": { + "defaults": "^1.0.3" + } + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "dev": true + }, + "webpack": { + "version": "5.75.0", + "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.75.0.tgz", + "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "requires": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.10.0", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.4.0", + "webpack-sources": "^3.2.3" + }, + "dependencies": { + "@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" + }, + "schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "webpack-bundle-analyzer": { + "version": "4.7.0", + "resolved": "https://registry.npmmirror.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.7.0.tgz", + "integrity": "sha512-j9b8ynpJS4K+zfO5GGwsAcQX4ZHpWV+yRiHDiL+bE0XHJ8NiPYLTNVQdlFYWxtpg9lfAQNlwJg16J9AJtFSXRg==", + "dev": true, + "requires": { + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "chalk": "^4.1.0", + "commander": "^7.2.0", + "gzip-size": "^6.0.0", + "lodash": "^4.17.20", + "opener": "^1.5.2", + "sirv": "^1.0.7", + "ws": "^7.3.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "webpack-chain": { + "version": "6.5.1", + "resolved": "https://registry.npmmirror.com/webpack-chain/-/webpack-chain-6.5.1.tgz", + "integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==", + "dev": true, + "requires": { + "deepmerge": "^1.5.2", + "javascript-stringify": "^2.0.1" + } + }, + "webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmmirror.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "dev": true, + "requires": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "dependencies": { + "ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + } + } + }, + "webpack-dev-server": { + "version": "4.11.1", + "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", + "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", + "dev": true, + "requires": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.1", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.1.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.1", + "ws": "^8.4.2" + }, + "dependencies": { + "ajv": { + "version": "8.11.2", + "resolved": "https://registry.npmmirror.com/ajv/-/ajv-8.11.2.tgz", + "integrity": "sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.3" + } + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + } + }, + "ws": { + "version": "8.11.0", + "resolved": "https://registry.npmmirror.com/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "dev": true, + "requires": {} + } + } + }, + "webpack-merge": { + "version": "5.8.0", + "resolved": "https://registry.npmmirror.com/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", + "dev": true, + "requires": { + "clone-deep": "^4.0.1", + "wildcard": "^2.0.0" + } + }, + "webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==" + }, + "webpack-virtual-modules": { + "version": "0.4.6", + "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz", + "integrity": "sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==", + "dev": true + }, + "websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmmirror.com/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "requires": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + } + }, + "websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmmirror.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true + }, + "whatwg-fetch": { + "version": "3.6.2", + "resolved": "https://registry.npmmirror.com/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", + "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==", + "dev": true + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "dev": true, + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmmirror.com/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==" + }, + "which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmmirror.com/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "requires": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + } + }, + "wildcard": { + "version": "2.0.0", + "resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.0.tgz", + "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", + "dev": true + }, + "wmf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wmf/-/wmf-1.0.2.tgz", + "integrity": "sha512-/p9K7bEh0Dj6WbXg4JG0xvLQmIadrner1bi45VMJTfnbVHsc7yIajZyoSoK60/dtVBs12Fm6WkUI5/3WAVsNMw==" + }, + "word": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/word/-/word-0.3.0.tgz", + "integrity": "sha512-OELeY0Q61OXpdUfTp+oweA/vtLVg5VDOXh+3he3PNzLGG/y0oylSOC1xRVj0+l4vQ3tj/bB1HVHv1ocXkQceFA==" + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "dev": true, + "peer": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "ws": { + "version": "7.5.9", + "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "requires": {} + }, + "xlsx": { + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.18.5.tgz", + "integrity": "sha512-dmg3LCjBPHZnQp5/F/+nnTa+miPJxUXB6vtk42YjBBKayDNagxGEeIdWApkYPOf3Z3pm3k62Knjzp7lMeTEtFQ==", + "requires": { + "adler-32": "~1.3.0", + "cfb": "~1.2.1", + "codepage": "~1.15.0", + "crc-32": "~1.2.1", + "ssf": "~0.11.2", + "wmf": "~1.0.1", + "word": "~0.3.0" + } + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmmirror.com/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true + } + } +} diff --git a/dev_wms_client/package.json b/dev_wms_client/package.json new file mode 100644 index 0000000..f57c645 --- /dev/null +++ b/dev_wms_client/package.json @@ -0,0 +1,60 @@ +{ + "name": "wms", + "version": "0.1.0", + "private": true, + "scripts": { + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "lint": "vue-cli-service lint" + }, + "dependencies": { + "@element-plus/icons-vue": "^2.3.1", + "axios": "^1.3.3", + "core-js": "^3.8.3", + "element-plus": "^2.9.8", + "file-saver": "^2.0.5", + "moment": "^2.29.4", + "node-polyfill-webpack-plugin": "^2.0.1", + "qrcode": "^1.5.3", + "qrcode.vue": "^3.4.1", + "stream-http": "^3.2.0", + "vue": "^3.2.13", + "vue-print-nb": "^1.7.5", + "vue-router": "^4.0.3", + "vue3-print-nb": "^0.1.4", + "vuex": "^4.0.0", + "xlsx": "^0.18.5" + }, + "devDependencies": { + "@babel/core": "^7.12.16", + "@babel/eslint-parser": "^7.12.16", + "@vue/cli-plugin-babel": "~5.0.0", + "@vue/cli-plugin-router": "~5.0.0", + "@vue/cli-plugin-vuex": "~5.0.0", + "@vue/cli-service": "~5.0.0", + "sass": "^1.87.0", + "sass-loader": "^16.0.5" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/vue3-essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "@babel/eslint-parser" + }, + "rules": { + "no-unused-vars": "off" + } + }, + "browserslist": [ + "> 1%", + "last 2 versions", + "not dead", + "not ie 11" + ] +} diff --git a/dev_wms_client/public/favicon.ico b/dev_wms_client/public/favicon.ico new file mode 100644 index 0000000..25453c7 Binary files /dev/null and b/dev_wms_client/public/favicon.ico differ diff --git a/dev_wms_client/public/index.html b/dev_wms_client/public/index.html new file mode 100644 index 0000000..3e5a139 --- /dev/null +++ b/dev_wms_client/public/index.html @@ -0,0 +1,17 @@ + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +
+ + + diff --git a/dev_wms_client/src/App.vue b/dev_wms_client/src/App.vue new file mode 100644 index 0000000..e0eefab --- /dev/null +++ b/dev_wms_client/src/App.vue @@ -0,0 +1,55 @@ + + + diff --git a/dev_wms_client/src/api/config.js b/dev_wms_client/src/api/config.js new file mode 100644 index 0000000..812b713 --- /dev/null +++ b/dev_wms_client/src/api/config.js @@ -0,0 +1,37 @@ +import request from "@/http/request"; + +export const updateConfig = (params) => { + return request({ + url: '/config/updateConfig', + method: 'post', + data: params, + timeout: 10000 + }) +} + +export const queryConfigsByPage = (params) => { + return request({ + url: '/config/queryConfigsByPage', + method: 'post', + data: params, + timeout: 10000 + }) +} + +export const restartSystem = (params) => { + return request({ + url: '/system/restartSystem', + method: 'post', + data: params, + timeout: 10000 + }) +} + +export const reloadConfig = (params) => { + return request({ + url: '/system/reloadConfig', + method: 'post', + data: params, + timeout: 10000 + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/equipment.js b/dev_wms_client/src/api/equipment.js new file mode 100644 index 0000000..1e57977 --- /dev/null +++ b/dev_wms_client/src/api/equipment.js @@ -0,0 +1,13 @@ +import request from "@/http/request"; + +const getEquipmentsByPage = (params) => { + return request({ + url: '/equipment/queryEquipmentInfoByPage', + method: 'post', + data: params + }) +} + +export { + getEquipmentsByPage +} \ No newline at end of file diff --git a/dev_wms_client/src/api/excel.js b/dev_wms_client/src/api/excel.js new file mode 100644 index 0000000..1ebda5e --- /dev/null +++ b/dev_wms_client/src/api/excel.js @@ -0,0 +1,175 @@ +import request from "@/http/request"; +// 上传物料基础信息 +export const uploadExcelBaseGoods = (data) => { + return request({ + url: '/excel/importBaseGoods', + method: 'post', + data: data, + timeout: 600000 + }) +} +// 上传看板 +export const uploadExcelKanban = (data) => { + return request({ + url: '/excel/importKanban', + method: 'post', + data: data, + timeout: 600000 + }) +} +// 上传dbs +export const uploadExcelDbs = (data) => { + return request({ + url: '/excel/importDbs', + method: 'post', + data: data, + timeout: 600000 + }) +} +// 上传非服务件配料单 +export const uploadExcelProduct = (data) => { + return request({ + url: '/excel/importProduct', + method: 'post', + data: data, + timeout: 600000 + }) +} +// 上传服务件配料单 +export const uploadExcelSingleProduct = (data) => { + return request({ + url: '/excel/importServiceProduct', + method: 'post', + data: data, + timeout: 600000 + }) +} +// 上传配对关系 +export const uploadExcelProductExtend = (data) => { + return request({ + url: '/excel/importProductExtend', + method: 'post', + data: data, + timeout: 600000 + }) +} +// 上传盘点请求清单 +export const uploadExcelInventoryRequest = (data) => { + return request({ + url: '/excel/importInventoryRequest', + method: 'post', + data: data, + timeout: 600000 + }) +} + +// 导出dbs +export const exportDbsWithExcel = (data) => { + return request({ + url: '/excel/exportDbsWithExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出配料单 +export const exportKittingBomWithExcel = (data) => { + return request({ + url: '/excel/exportKittingBomWithExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出配对关系 +export const exportKittingBomRelationWithExcel = (data) => { + return request({ + url: '/excel/exportKittingBomRelationWithExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出物料 +export const exportGoodsExcel = (data) => { + return request({ + url: '/excel/exportGoodsExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出库存 +export const exportStockExcel = (data) => { + return request({ + url: '/excel/exportStockExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出库存更新记录 +export const exportStockUpdateExcel = (data) => { + return request({ + url: '/excel/exportStockUpdateExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出工作详情 +export const exportWorkSummaryExcel = (data) => { + return request({ + url: '/excel/exportWorkSummaryExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出看板需求 +export const exportKanbanExcel = (data) => { + return request({ + url: '/excel/exportKanbanExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出入库记录 +export const exportInTaskRecordExcel = (data) => { + return request({ + url: '/excel/exportInTaskRecordExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出出库记录 +export const exportOutTaskRecordExcel = (data) => { + return request({ + url: '/excel/exportOutTaskRecordExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} +// 导出库位详情 +export const exportLocationDetailExcel = (data) => { + return request({ + url: '/excel/exportLocationDetailExcel', + method: 'post', + responseType: 'blob', + data: data, + timeout: 600000 + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/goods.js b/dev_wms_client/src/api/goods.js new file mode 100644 index 0000000..007d460 --- /dev/null +++ b/dev_wms_client/src/api/goods.js @@ -0,0 +1,22 @@ +import request from "@/http/request"; + +/** + * 分页查找物料 + */ +export const getGoodsInfoByPage = (params) => { + return request({ + url: '/goods/getGoodsInfoByPage', + method: 'post', + data: params + }) +} +/** + * 根据物料id查询物料信息 + */ +export const getGoodsInfoByGoodsId = (params) => { + return request({ + url: '/goods/getGoodsInfoByGoodsId', + method: 'get', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/job.js b/dev_wms_client/src/api/job.js new file mode 100644 index 0000000..3650b41 --- /dev/null +++ b/dev_wms_client/src/api/job.js @@ -0,0 +1,13 @@ +import request from "@/http/request"; + +const getJobsByPage = (params) => { + return request({ + url: '/job/queryJobInfoByPage', + method: 'post', + data: params + }) +} + +export { + getJobsByPage +} \ No newline at end of file diff --git a/dev_wms_client/src/api/kateLogin.js b/dev_wms_client/src/api/kateLogin.js new file mode 100644 index 0000000..66d853a --- /dev/null +++ b/dev_wms_client/src/api/kateLogin.js @@ -0,0 +1,19 @@ +import axios from "axios"; +axios.defaults.baseURL = 'https://login.microsoftonline.com/caterpillar.onmicrosoft.com' +axios.defaults.timeout = 5000; +// axios.defaults.withCredentials = true + +const postToGetToken = (params) => { + return axios({ + url: '/oauth2/v2.0/token', + method: 'post', + data: params, + headers: { + 'Content-Type': 'application/x-www-form-urlencoded' + } + }) +} + +export { + postToGetToken +} \ No newline at end of file diff --git a/dev_wms_client/src/api/kateWork.js b/dev_wms_client/src/api/kateWork.js new file mode 100644 index 0000000..3292df4 --- /dev/null +++ b/dev_wms_client/src/api/kateWork.js @@ -0,0 +1,209 @@ +import request from "@/http/request"; + +// 查询工作 +export const queryKateWorks = (params) => { + return request({ + url: '/kate/queryKateWorks', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 下发工作 +export const initWorks = (params) => { + return request({ + url: '/kate/initWorks', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 查询当前工作 +export const getCurrentWorks = (params) => { + return request({ + url: '/kate/getCurrentWorks', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 确认当前工作 +export const confirmCurrentWork = (params) => { + return request({ + url: '/kate/confirmCurrentWork', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 获取图纸---定时显示 +export const getImageOfWork = (params) => { + return request({ + url: '/kate/getImageOfWork', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 获取料盒及缺料 +export const getBoxesAndLacks = (params) => { + return request({ + url: '/kate/getBoxesAndLacks', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 分页查询看板 +export const queryKanbanByPage = (params) => { + return request({ + url: '/kate/queryKanbanByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 生成看板需求 +export const genClcKanbanRequirement = (params) => { + return request({ + url: '/kate/genClcKanbanRequirement', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 请求图纸---产线扫码 +export const requestImageDetail = (params) => { + return request({ + url: '/kate/requestImageDetail', + method: 'post', + data: params, + timeout: 10000 + }) +} +// 分页查询DBS +export const queryDbsByPage = (params) => { + return request({ + url: '/kate/queryDbsByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 分页查询配料单 +export const queryKittingBomByPage = (params) => { + return request({ + url: '/kate/queryKittingBomByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 分页查询图纸列表 +export const queryImagesByPage = (params) => { + return request({ + url: '/kate/queryImagesByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 分页查询对应关系 +export const queryRelationByPage = (params) => { + return request({ + url: '/kate/queryRelationByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export const queryWorkSummaryByPage = (params) => { + return request({ + url: '/kate/queryWorkSummaryByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 查询当前工作正在配的料 +export const queryWorkingGoodsByPage = (params) => { + return request({ + url: '/kate/queryWorkingGoodsByPage', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 查询缺料列表 +export const getLackGoods = (params) => { + return request({ + url: '/kate/getLackGoods', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 更新工作信息 +export const updateKateWorks = (params) => { + return request({ + url: '/kate/updateKateWorks', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 关闭缺料工作 +export const closeCurrentWorks = (params) => { + return request({ + url: '/kate/closeCurrentWorks', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 请求料盒标签数据 +export const requestPrintBoxTags = (params) => { + return request({ + url: '/kate/requestPrintBoxTags', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 删除一条dbs计划 +export const deleteDbsPlan = (params) => { + return request({ + url: '/kate/deleteDbsPlan', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 获取物料需求 +export const getGoodsRequirement = (params) => { + return request({ + url: '/kate/getGoodsRequirement', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 删除配料单 +export const deleteKittingBom = (params) => { + return request({ + url: '/kate/deleteKittingBom', + method: 'post', + data: params, + timeout: 5000 + }) +} +// 获取筛选条件的所有工单号列表 +export const getTargetOrderList = (params) => { + return request({ + url: '/kate/getTargetOrderList', + method: 'post', + data: params, + timeout: 5000 + }) +} diff --git a/dev_wms_client/src/api/location.js b/dev_wms_client/src/api/location.js new file mode 100644 index 0000000..9771210 --- /dev/null +++ b/dev_wms_client/src/api/location.js @@ -0,0 +1,9 @@ +import request from "@/http/request"; + +export const queryLocationsByPage = (params) => { + return request({ + url: '/location/queryLocationsByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/login.js b/dev_wms_client/src/api/login.js new file mode 100644 index 0000000..3b528d0 --- /dev/null +++ b/dev_wms_client/src/api/login.js @@ -0,0 +1,31 @@ +import request from "@/http/request"; + +const loginWithoutAuth = (params) => { + return request({ + url: '/login/loginWithoutAuth', + method: 'post', + data: params + }) +} + +const loginWithAuth = (params) => { + return request({ + url: '/login/loginWithAuth', + method: 'post', + data: params + }) +} + +const getUser = (params) => { + return request({ + url: '/user/getUser', + method: 'post', + data: params + }) +} + +export { + loginWithoutAuth, + loginWithAuth, + getUser +} \ No newline at end of file diff --git a/dev_wms_client/src/api/pickPlan.js b/dev_wms_client/src/api/pickPlan.js new file mode 100644 index 0000000..08d6222 --- /dev/null +++ b/dev_wms_client/src/api/pickPlan.js @@ -0,0 +1,9 @@ +import request from "@/http/request"; + +export const queryPickPlansByPage = (params) => { + return request({ + url: '/pickPlan/queryPickPlansByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/pickTaskBak.js b/dev_wms_client/src/api/pickTaskBak.js new file mode 100644 index 0000000..7311531 --- /dev/null +++ b/dev_wms_client/src/api/pickTaskBak.js @@ -0,0 +1,9 @@ +import request from "@/http/request"; + +export const queryPickTaskBaksByPage = (params) => { + return request({ + url: '/pickTaskBak/queryPickTaskBaksByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/record.js b/dev_wms_client/src/api/record.js new file mode 100644 index 0000000..6128fff --- /dev/null +++ b/dev_wms_client/src/api/record.js @@ -0,0 +1,13 @@ +import request from "@/http/request"; + +const getTaskRecords = (params) => { + return request({ + url: '/record/getTaskRecordByPage', + method: 'post', + data: params + }) +} + +export { + getTaskRecords +} \ No newline at end of file diff --git a/dev_wms_client/src/api/stand.js b/dev_wms_client/src/api/stand.js new file mode 100644 index 0000000..8669537 --- /dev/null +++ b/dev_wms_client/src/api/stand.js @@ -0,0 +1,22 @@ +import request from "@/http/request"; + +const getAllStands = (params) => { + return request({ + url: '/stand/getAllStands', + method: 'post', + data: params + }) +} + +const updateStandInfo = (params) => { + return request({ + url: '/stand/updateStandInfo', + method: 'post', + data: params + }) +} + +export { + getAllStands, + updateStandInfo +} \ No newline at end of file diff --git a/dev_wms_client/src/api/stock.js b/dev_wms_client/src/api/stock.js new file mode 100644 index 0000000..afffb7e --- /dev/null +++ b/dev_wms_client/src/api/stock.js @@ -0,0 +1,25 @@ +import request from "@/http/request"; + +export const queryStocksByPage = (params) => { + return request({ + url: '/stock/queryStocksByPage', + method: 'post', + data: params + }) +} + +export const queryStocks = (params) => { + return request({ + url: '/stock/queryStocks', + method: 'post', + data: params + }) +} + +export const queryStockUpdateByPage = (params) => { + return request({ + url: '/stock/queryStockUpdateByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/task.js b/dev_wms_client/src/api/task.js new file mode 100644 index 0000000..39d0006 --- /dev/null +++ b/dev_wms_client/src/api/task.js @@ -0,0 +1,109 @@ +import request from "@/http/request"; + +export const requireStockIn = (params) => { + return request({ + url: '/task/requireStockIn', + method: 'post', + data: params + }) +} + +export const requireStockOut = (params) => { + return request({ + url: '/task/requireStockOut', + method: 'post', + data: params + }) +} + +export const getCompareData = (params) => { + return request({ + url: '/task/getCompareData', + method: 'post', + data: params + }) +} + +export const queryStocksCompare = (params) => { + return request({ + url: '/task/queryStocksCompare', + method: 'post', + data: params + }) +} + +export const requireVehiclesForIn = (params) => { + return request({ + url: '/task/requireVehiclesForIn', + method: 'post', + data: params + }) +} + +export const getCurrentTask = (params) => { + return request({ + url: '/task/getCurrentTask', + method: 'post', + data: params + }) +} + +export const getPdaData = (params) => { + return request({ + url: '/task/getPdaData', + method: 'post', + data: params + }) +} + +export const confirmCurrentTask = (params) => { + return request({ + url: '/task/confirmCurrentTask', + method: 'post', + data: params + }) +} + +export const confirmCurrentTaskByPDA = (params) => { + return request({ + url: '/task/confirmCurrentTaskByPDA', + method: 'post', + data: params + }) +} + +// 请求盘点 +export const requestInventory = (params) => { + return request({ + url: '/task/requestInventory', + method: 'post', + data: params + }) +} +// 获取盘点信息 +export const getInventoryConfirm = (params) => { + return request({ + url: '/task/getInventoryConfirm', + method: 'post', + data: params + }) +} +// 确认盘点信息 +export const confirmInventory = (params) => { + return request({ + url: '/task/confirmInventory', + method: 'post', + data: params + }) +} +// 获取缺料数量 +export const getGoodsLackQty = (params) => { + return request({ + url: '/task/getGoodsLackQty', + method: 'get', + params: { + goodsId: params.goodsId, + workOrder: params.workOrder + } + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/taskOperation.js b/dev_wms_client/src/api/taskOperation.js new file mode 100644 index 0000000..e93ac84 --- /dev/null +++ b/dev_wms_client/src/api/taskOperation.js @@ -0,0 +1,28 @@ +import request from "@/http/request"; + +// 删除wms任务 +export const deleteWmsTask = (params) => { + return request({ + url: '/taskOperation/deleteWmsTask', + method: 'post', + data: params + }) +} + +// 更新wms任务 +export const updateWmsTask = (params) => { + return request({ + url: '/taskOperation/updateWmsTask', + method: 'post', + data: params + }) +} + +// 更新出库单任务 +export const updateOutsTask = (params) => { + return request({ + url: '/taskOperation/updateOutsTask', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/taskQuery.js b/dev_wms_client/src/api/taskQuery.js new file mode 100644 index 0000000..fce41b4 --- /dev/null +++ b/dev_wms_client/src/api/taskQuery.js @@ -0,0 +1,50 @@ +import request from "@/http/request"; + +// 分页查询任务列表 +export const queryTasksByPage = (params) => { + return request({ + url: '/taskQuery/queryTasksByPage', + method: 'post', + data: params + }) +} +// 分页查询入库记录 +export const queryInTaskRecordByPage = (params) => { + return request({ + url: '/taskQuery/queryInTaskRecordByPage', + method: 'post', + data: params + }) +} +// 分页查询出库记录 +export const queryOutTaskRecordByPage = (params) => { + return request({ + url: '/taskQuery/queryOutTaskRecordByPage', + method: 'post', + data: params + }) +} +// 分页查询拣选任务 +export const queryPickTasksByPage = (params) => { + return request({ + url: '/taskQuery/queryPickTasksByPage', + method: 'post', + data: params + }) +} +// 分页查询出库单 +export const queryOutsByPage = (params) => { + return request({ + url: '/taskQuery/queryOutsByPage', + method: 'post', + data: params + }) +} +// 分页查询盘点信息 +export const queryInventoryRecordByPage = (params) => { + return request({ + url: '/taskQuery/queryInventoryRecordByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/user.js b/dev_wms_client/src/api/user.js new file mode 100644 index 0000000..0ccf645 --- /dev/null +++ b/dev_wms_client/src/api/user.js @@ -0,0 +1,149 @@ +import request from "@/http/request"; + +// // 登录方法 +// export function login(username, password, code, uuid) { +// const data = { +// username, +// password, +// code, +// uuid +// } +// return request({ +// url: '/login', +// headers: { +// isToken: false +// }, +// method: 'post', +// data: data +// }) +// } + +// // 注册方法 +// export function register(data) { +// return request({ +// url: '/register', +// headers: { +// isToken: false +// }, +// method: 'post', +// data: data +// }) +// } + +// // 获取用户详细信息 +// export function getInfo() { +// return request({ +// url: '/getInfo', +// method: 'get' +// }) +// } + +// // 退出方法 +// export function logout() { +// return request({ +// url: '/logout', +// method: 'post' +// }) +// } + +// // 获取验证码 +// export function getCodeImg() { +// return request({ +// url: '/captchaImage', +// headers: { +// isToken: false +// }, +// method: 'get', +// timeout: 20000 +// }) +// } + +export function getUserList(params) { + return request({ + url: '/user/getUserList', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function getRoleList(params) { + return request({ + url: '/user/getRoleList', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function getPermissionList(params) { + return request({ + url: '/user/getPermissionList', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function updateRoleInfo(params) { + return request({ + url: '/user/updateRoleInfo', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function deleteRoleInfo(params) { + return request({ + url: '/user/deleteRoleInfo', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function addRoleInfo(params) { + return request({ + url: '/user/addRoleInfo', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function getRoleOptions(params) { + return request({ + url: '/user/getRoleOptions', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function updateUserInfo(params) { + return request({ + url: '/user/updateUserInfo', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function addUserInfo(params) { + return request({ + url: '/user/addUserInfo', + method: 'post', + data: params, + timeout: 5000 + }) +} + +export function deleteUserInfo(params) { + return request({ + url: '/user/deleteUserInfo', + method: 'post', + data: params, + timeout: 5000 + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/vehicle.js b/dev_wms_client/src/api/vehicle.js new file mode 100644 index 0000000..92e1a64 --- /dev/null +++ b/dev_wms_client/src/api/vehicle.js @@ -0,0 +1,9 @@ +import request from "@/http/request"; + +export const queryVehicleInfoByPage = (params) => { + return request({ + url: '/vehicle/queryVehicleInfoByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/api/wmsLog.js b/dev_wms_client/src/api/wmsLog.js new file mode 100644 index 0000000..3cade8b --- /dev/null +++ b/dev_wms_client/src/api/wmsLog.js @@ -0,0 +1,19 @@ +import request from "@/http/request"; + +// 分页查询接收日志 +export const queryLogsByPage = (params) => { + return request({ + url: '/log/queryLogsByPage', + method: 'post', + data: params + }) +} + +// 分页查询发送日志 +export const queryApisByPage = (params) => { + return request({ + url: '/log/queryApisByPage', + method: 'post', + data: params + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/assets/fdbk_log.png b/dev_wms_client/src/assets/fdbk_log.png new file mode 100644 index 0000000..81b7919 Binary files /dev/null and b/dev_wms_client/src/assets/fdbk_log.png differ diff --git a/dev_wms_client/src/assets/logo.png b/dev_wms_client/src/assets/logo.png new file mode 100644 index 0000000..f3d2503 Binary files /dev/null and b/dev_wms_client/src/assets/logo.png differ diff --git a/dev_wms_client/src/components/appTag.vue b/dev_wms_client/src/components/appTag.vue new file mode 100644 index 0000000..f908080 --- /dev/null +++ b/dev_wms_client/src/components/appTag.vue @@ -0,0 +1,90 @@ + + + diff --git a/dev_wms_client/src/components/sideMenu.vue b/dev_wms_client/src/components/sideMenu.vue new file mode 100644 index 0000000..29dc8c4 --- /dev/null +++ b/dev_wms_client/src/components/sideMenu.vue @@ -0,0 +1,41 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/constant/form.js b/dev_wms_client/src/constant/form.js new file mode 100644 index 0000000..59c218f --- /dev/null +++ b/dev_wms_client/src/constant/form.js @@ -0,0 +1,72 @@ +export const shortcuts = [ + { + text: '今天', + value: new Date(), + }, + { + text: '昨天', + value: () => { + const date = new Date() + date.setTime(date.getTime() - 3600 * 1000 * 24) + return date + }, + }, +] + +export const labelPosition = 'top' + +export const printObj = { + id: "printArea", // 这里是要打印元素的ID + popTitle: " ", // 打印的标题 + extraCss: "", // 打印可引入外部的一个 css 文件 + extraHead: "", // 打印头部文字 + preview: false, // 是否启动预览模式,默认是false + previewTitle: '打印预览', // 打印预览的标题 + previewPrintBtnLabel: '预览结束,开始打印', // 打印预览的标题下方的按钮文本,点击可进入打印 + zIndex: 10002, // 预览窗口的z-index,默认是20002,最好比默认值更高 + previewBeforeOpenCallback() { + // console.log('正在加载预览窗口!'); + }, // 预览窗口打开之前的callback + previewOpenCallback() { console.log('已经加载完预览窗口,预览打开了!') }, // 预览窗口打开时的callback + beforeOpenCallback() { + // console.log('开始打印之前!') + }, // 开始打印之前的callback + openCallback() { + // console.log('执行打印了!') + }, // 调用打印时的callback + closeCallback() { + // console.log('关闭了打印工具!') + }, // 关闭打印的callback(无法区分确认or取消) + clickMounted() { + // console.log('点击v-print绑定的按钮了!') + }, +} +// 创建打印Obj +export const getPrintObj = (printId) => { + return { + id: printId, // 这里是要打印元素的ID + popTitle: " ", // 打印的标题 + extraCss: "", // 打印可引入外部的一个 css 文件 + extraHead: "", // 打印头部文字 + preview: false, // 是否启动预览模式,默认是false + previewTitle: '打印预览', // 打印预览的标题 + previewPrintBtnLabel: '预览结束,开始打印', // 打印预览的标题下方的按钮文本,点击可进入打印 + zIndex: 10002, // 预览窗口的z-index,默认是20002,最好比默认值更高 + previewBeforeOpenCallback() { + // console.log('正在加载预览窗口!'); + }, // 预览窗口打开之前的callback + previewOpenCallback() { console.log('已经加载完预览窗口,预览打开了!') }, // 预览窗口打开时的callback + beforeOpenCallback() { + // console.log('开始打印之前!') + }, // 开始打印之前的callback + openCallback() { + // console.log('执行打印了!') + }, // 调用打印时的callback + closeCallback() { + // console.log('关闭了打印工具!') + }, // 关闭打印的callback(无法区分确认or取消) + clickMounted() { + // console.log('点击v-print绑定的按钮了!') + }, + } +} \ No newline at end of file diff --git a/dev_wms_client/src/constant/options.js b/dev_wms_client/src/constant/options.js new file mode 100644 index 0000000..9d6597c --- /dev/null +++ b/dev_wms_client/src/constant/options.js @@ -0,0 +1,347 @@ +// 库存状态枚举 +export const stockStatusOptions = [ + { + value: 0, + label: '在库中' + }, + { + value: 1, + label: '出库中' + }, + { + value: 2, + label: '已出库' + }, + { + value: 3, + label: '回库中' + }, + { + value: 4, + label: '盘点中' + }, + { + value: 9, + label: '库存锁定' + } +] +// 物料状态枚举 +export const goodsStatusOptions = [ + { + value: 0, + label: '正常' + }, + { + value: 1, + label: '不合格' + }, + { + value: 2, + label: '延期' + }, + { + value: 3, + label: '过期' + }, + { + value: 5, + label: '长时间未使用' + } +] +// 看板状态枚举 +export const kanbanStatusOptions = [ + { + value: 0, + label: '空' + }, + { + value: 1, + label: '满' + } +] +// dbs状态枚举 +export const dbsStatusOptions = [ + { + value: 0, + label: '未开始' + }, + { + value: 1, + label: '已开始' + }, + { + value: 2, + label: '已完成' + } +] +// 配料单枚举 +export const kittingBomTypeOptions = [ + { + value: 1, + label: '非服务件' + }, + { + value: 2, + label: '服务件' + } +] +// 工作总结枚举 +export const summaryTypeOptions = [ + { + value: 1, + label: '未关闭' + }, + { + value: 2, + label: '已关闭' + } +] +// 工作状态枚举 +export const workStatusOptions = [ + { + value: -1, + label: '已暂停' + }, + { + value: 0, + label: '未开始' + }, + { + value: 1, + label: '已开始' + }, + { + value: 2, + label: '已完成' + } +] +// 缺料状态枚举 +export const lackStatusOptions = [ + { + value: 0, + label: '不缺料' + }, + { + value: 1, + label: '缺料' + } +] +// 任务类型枚举 +export const taskTypeOptions = [ + { + value: 1, + label: '入库' + }, + { + value: 2, + label: '出库' + }, + { + value: 3, + label: '盘点' + } +] +// Wms任务状态枚举 +export const wmsTaskStatusOptions = [ + { + value: -1, + label: '暂存' + }, + { + value: 0, + label: '初始化' + }, + { + value: 1, + label: '已解析' + }, + { + value: 2, + label: '已下发' + }, + { + value: 3, + label: '正在执行' + }, + { + value: 4, + label: '执行完成' + }, + { + value: 98, + label: '已取消' + }, + { + value: 99, + label: '执行异常' + }, +] +// 拣选任务状态枚举 +export const pickingTaskStatusOptions = [ + { + value: -2, + label: '入库用' + }, + { + value: -1, + label: '暂存中' + }, + { + value: 0, + label: '待下发' + }, + { + value: 1, + label: '已下发' + }, + { + value: 2, + label: '执行中' + }, + { + value: 3, + label: '已到达' + }, + { + value: 4, + label: '已离开' + }, + { + value: 5, + label: '已取消' + }, +] +// 是否枚举 +export const yesOrNoOptions = [ + { + value: 0, + label: '否' + }, + { + value: 1, + label: '是' + } +] +// 料箱状态枚举 +export const vehicleStatusOptions = [ + { + value: 1, + label: '入库中' + }, + { + value: 2, + label: '在库中' + }, + { + value: 3, + label: '出库中' + }, + { + value: 9, + label: '锁定中' + } +] +// 出库单类型枚举 +export const outTypeOptions = [ + { + value: 1, + label: '空箱出库' + }, + { + value: 2, + label: '普通出库' + }, + { + value: 4, + label: '完整出库' + }, + { + value: 5, + label: '入库使用' + }, + { + value: 9, + label: '紧急出库' + } +] +// 是否锁定枚举 +export const lockOptions = [ + { + value: 0, + label: '未锁定' + }, + { + value: 1, + label: '已锁定' + } +] +// 是否空闲枚举 +export const occupyOptions = [ + { + value: 0, + label: '空闲' + }, + { + value: 1, + label: '占用' + } +] +// 盘点结果枚举 +export const invResultOptions = [ + { + value: -99, + label: '未盘' + }, + { + value: -1, + label: '盘亏' + }, + { + value: 0, + label: '正常' + }, + { + value: 1, + label: '盘盈' + } +] +// 设备类型枚举 +export const equipmentTypeOptions = [ + { + value: 1, + label: '堆垛机' + } +] +// 设备状态枚举 +export const equipmentStatusOptions = [ + { + value: 0, + label: '不可用' + }, + { + value: 1, + label: '可用' + } +] +// 定时器类型枚举 +export const timerTypeOptions = [ + { + value: 1, + label: '普通定时器' + }, + { + value: 2, + label: 'Cron表达式' + } +] +// 任务状态枚举 +export const jobStatusOptions = [ + { + value: 0, + label: '不生效' + }, + { + value: 1, + label: '生效' + } +] \ No newline at end of file diff --git a/dev_wms_client/src/demo/excelDemo.vue b/dev_wms_client/src/demo/excelDemo.vue new file mode 100644 index 0000000..ff52e8c --- /dev/null +++ b/dev_wms_client/src/demo/excelDemo.vue @@ -0,0 +1,55 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/env.d.ts b/dev_wms_client/src/env.d.ts new file mode 100644 index 0000000..4ecb849 --- /dev/null +++ b/dev_wms_client/src/env.d.ts @@ -0,0 +1,2 @@ +declare module 'element-plus/dist/locale/zh-cn.mjs'; +declare module 'vue3-print-nb'; \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelBaseGoods.vue b/dev_wms_client/src/excel/UploadExcelBaseGoods.vue new file mode 100644 index 0000000..cae8c0b --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelBaseGoods.vue @@ -0,0 +1,94 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelDbs.vue b/dev_wms_client/src/excel/UploadExcelDbs.vue new file mode 100644 index 0000000..e950031 --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelDbs.vue @@ -0,0 +1,98 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelInventory.vue b/dev_wms_client/src/excel/UploadExcelInventory.vue new file mode 100644 index 0000000..9f644d3 --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelInventory.vue @@ -0,0 +1,98 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelKanban.vue b/dev_wms_client/src/excel/UploadExcelKanban.vue new file mode 100644 index 0000000..d63e8aa --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelKanban.vue @@ -0,0 +1,98 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelProduct.vue b/dev_wms_client/src/excel/UploadExcelProduct.vue new file mode 100644 index 0000000..6eb6a60 --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelProduct.vue @@ -0,0 +1,95 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelProductExtend.vue b/dev_wms_client/src/excel/UploadExcelProductExtend.vue new file mode 100644 index 0000000..ec65da0 --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelProductExtend.vue @@ -0,0 +1,98 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/excel/UploadExcelSingleProduct.vue b/dev_wms_client/src/excel/UploadExcelSingleProduct.vue new file mode 100644 index 0000000..2494965 --- /dev/null +++ b/dev_wms_client/src/excel/UploadExcelSingleProduct.vue @@ -0,0 +1,95 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/http/request.js b/dev_wms_client/src/http/request.js new file mode 100644 index 0000000..485004c --- /dev/null +++ b/dev_wms_client/src/http/request.js @@ -0,0 +1,46 @@ +import axios from 'axios' + +const request = axios.create({ + baseURL: 'http://172.18.222.253:12315/wms', + //baseURL: 'http://localhost:12315/wms', + timeout: 5000 +}) +// 172.18.222.253 +// axios.defaults.baseURL = 'http://localhost:12315/wms' +// axios.defaults.baseURL = 'https://s4wwjasrsp01.ap.cat.com/wmsServer/wms' + +// // request 请求器 +// // 可以自请求发送前对请求做一些处理 +// // 比如统一加token,对请求参数统一加密 +// request.interceptors.request.use(config => { +// if (config && config.headers) { +// config.headers['Content-Type'] = 'application/json;charset=utf-8'; +// } +// // config.headers['token'] = user.token; // 设置请求头 +// return config +// }, error => { +// return Promise.reject(error) +// }); + +// // response 拦截器 +// // 可以在接口响应后统一处理结果 +// request.interceptors.response.use( +// response => { +// let res = response.data; +// // 如果是返回的文件 +// if (response.config.responseType === 'blob') { +// return res +// } +// // 兼容服务端返回的字符串数据 +// if (typeof res === 'string') { +// res = res ? JSON.parse(res) : res +// } +// return res; +// }, +// error => { +// console.log('err' + error) // for debug +// return Promise.reject(error) +// } +// ) + +export default request \ No newline at end of file diff --git a/dev_wms_client/src/layout/ImageTable.vue b/dev_wms_client/src/layout/ImageTable.vue new file mode 100644 index 0000000..f816a59 --- /dev/null +++ b/dev_wms_client/src/layout/ImageTable.vue @@ -0,0 +1,350 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/OutsMonitor.vue b/dev_wms_client/src/layout/OutsMonitor.vue new file mode 100644 index 0000000..e710cb0 --- /dev/null +++ b/dev_wms_client/src/layout/OutsMonitor.vue @@ -0,0 +1,355 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/clcKanban.vue b/dev_wms_client/src/layout/clcKanban.vue new file mode 100644 index 0000000..63c1c61 --- /dev/null +++ b/dev_wms_client/src/layout/clcKanban.vue @@ -0,0 +1,308 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/dbsList.vue b/dev_wms_client/src/layout/dbsList.vue new file mode 100644 index 0000000..90f2d1f --- /dev/null +++ b/dev_wms_client/src/layout/dbsList.vue @@ -0,0 +1,673 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/equipment.vue b/dev_wms_client/src/layout/equipment.vue new file mode 100644 index 0000000..a56ab96 --- /dev/null +++ b/dev_wms_client/src/layout/equipment.vue @@ -0,0 +1,263 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/goods.vue b/dev_wms_client/src/layout/goods.vue new file mode 100644 index 0000000..0a99f5d --- /dev/null +++ b/dev_wms_client/src/layout/goods.vue @@ -0,0 +1,322 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/goodsIn.vue b/dev_wms_client/src/layout/goodsIn.vue new file mode 100644 index 0000000..e83afb4 --- /dev/null +++ b/dev_wms_client/src/layout/goodsIn.vue @@ -0,0 +1,588 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/goodsOut.vue b/dev_wms_client/src/layout/goodsOut.vue new file mode 100644 index 0000000..22120e8 --- /dev/null +++ b/dev_wms_client/src/layout/goodsOut.vue @@ -0,0 +1,585 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/imageDisplay.vue b/dev_wms_client/src/layout/imageDisplay.vue new file mode 100644 index 0000000..58eaa29 --- /dev/null +++ b/dev_wms_client/src/layout/imageDisplay.vue @@ -0,0 +1,90 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/inTaskRecord.vue b/dev_wms_client/src/layout/inTaskRecord.vue new file mode 100644 index 0000000..c4fc0a6 --- /dev/null +++ b/dev_wms_client/src/layout/inTaskRecord.vue @@ -0,0 +1,314 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/inventory.vue b/dev_wms_client/src/layout/inventory.vue new file mode 100644 index 0000000..9e41aeb --- /dev/null +++ b/dev_wms_client/src/layout/inventory.vue @@ -0,0 +1,437 @@ + + + + + diff --git a/dev_wms_client/src/layout/inventoryRecord.vue b/dev_wms_client/src/layout/inventoryRecord.vue new file mode 100644 index 0000000..a7555a6 --- /dev/null +++ b/dev_wms_client/src/layout/inventoryRecord.vue @@ -0,0 +1,337 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/job.vue b/dev_wms_client/src/layout/job.vue new file mode 100644 index 0000000..b849623 --- /dev/null +++ b/dev_wms_client/src/layout/job.vue @@ -0,0 +1,274 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/kitting.vue b/dev_wms_client/src/layout/kitting.vue new file mode 100644 index 0000000..f5b86fb --- /dev/null +++ b/dev_wms_client/src/layout/kitting.vue @@ -0,0 +1,880 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/kittingList.vue b/dev_wms_client/src/layout/kittingList.vue new file mode 100644 index 0000000..67dbf5f --- /dev/null +++ b/dev_wms_client/src/layout/kittingList.vue @@ -0,0 +1,386 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/kittingRelation.vue b/dev_wms_client/src/layout/kittingRelation.vue new file mode 100644 index 0000000..f758815 --- /dev/null +++ b/dev_wms_client/src/layout/kittingRelation.vue @@ -0,0 +1,455 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/locationsTable.vue b/dev_wms_client/src/layout/locationsTable.vue new file mode 100644 index 0000000..663b698 --- /dev/null +++ b/dev_wms_client/src/layout/locationsTable.vue @@ -0,0 +1,492 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/outTaskRecord.vue b/dev_wms_client/src/layout/outTaskRecord.vue new file mode 100644 index 0000000..8864ea4 --- /dev/null +++ b/dev_wms_client/src/layout/outTaskRecord.vue @@ -0,0 +1,346 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/pda.vue b/dev_wms_client/src/layout/pda.vue new file mode 100644 index 0000000..c0a4dcf --- /dev/null +++ b/dev_wms_client/src/layout/pda.vue @@ -0,0 +1,450 @@ + + + + + diff --git a/dev_wms_client/src/layout/pickPlan.vue b/dev_wms_client/src/layout/pickPlan.vue new file mode 100644 index 0000000..7cf18b8 --- /dev/null +++ b/dev_wms_client/src/layout/pickPlan.vue @@ -0,0 +1,235 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/pickTaskBak.vue b/dev_wms_client/src/layout/pickTaskBak.vue new file mode 100644 index 0000000..eb5c62b --- /dev/null +++ b/dev_wms_client/src/layout/pickTaskBak.vue @@ -0,0 +1,278 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/pickTaskMonitor.vue b/dev_wms_client/src/layout/pickTaskMonitor.vue new file mode 100644 index 0000000..bbe0083 --- /dev/null +++ b/dev_wms_client/src/layout/pickTaskMonitor.vue @@ -0,0 +1,278 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/role_permission.vue b/dev_wms_client/src/layout/role_permission.vue new file mode 100644 index 0000000..f422f23 --- /dev/null +++ b/dev_wms_client/src/layout/role_permission.vue @@ -0,0 +1,388 @@ + + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/role_user.vue b/dev_wms_client/src/layout/role_user.vue new file mode 100644 index 0000000..6ced147 --- /dev/null +++ b/dev_wms_client/src/layout/role_user.vue @@ -0,0 +1,376 @@ + + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/scanForImage.vue b/dev_wms_client/src/layout/scanForImage.vue new file mode 100644 index 0000000..280e930 --- /dev/null +++ b/dev_wms_client/src/layout/scanForImage.vue @@ -0,0 +1,121 @@ + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/standSettings.vue b/dev_wms_client/src/layout/standSettings.vue new file mode 100644 index 0000000..263f73c --- /dev/null +++ b/dev_wms_client/src/layout/standSettings.vue @@ -0,0 +1,495 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/stock.vue b/dev_wms_client/src/layout/stock.vue new file mode 100644 index 0000000..8123243 --- /dev/null +++ b/dev_wms_client/src/layout/stock.vue @@ -0,0 +1,597 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/stockCompare.vue b/dev_wms_client/src/layout/stockCompare.vue new file mode 100644 index 0000000..75d8e4d --- /dev/null +++ b/dev_wms_client/src/layout/stockCompare.vue @@ -0,0 +1,298 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/stockUpdateRecord.vue b/dev_wms_client/src/layout/stockUpdateRecord.vue new file mode 100644 index 0000000..f475881 --- /dev/null +++ b/dev_wms_client/src/layout/stockUpdateRecord.vue @@ -0,0 +1,315 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/taskMonitor.vue b/dev_wms_client/src/layout/taskMonitor.vue new file mode 100644 index 0000000..5d06b4a --- /dev/null +++ b/dev_wms_client/src/layout/taskMonitor.vue @@ -0,0 +1,551 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/testView.vue b/dev_wms_client/src/layout/testView.vue new file mode 100644 index 0000000..68bfb74 --- /dev/null +++ b/dev_wms_client/src/layout/testView.vue @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/vehicle.vue b/dev_wms_client/src/layout/vehicle.vue new file mode 100644 index 0000000..c850d54 --- /dev/null +++ b/dev_wms_client/src/layout/vehicle.vue @@ -0,0 +1,453 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/wmsConfigNew.vue b/dev_wms_client/src/layout/wmsConfigNew.vue new file mode 100644 index 0000000..1efd1ee --- /dev/null +++ b/dev_wms_client/src/layout/wmsConfigNew.vue @@ -0,0 +1,377 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/wmsLog.vue b/dev_wms_client/src/layout/wmsLog.vue new file mode 100644 index 0000000..6d9324e --- /dev/null +++ b/dev_wms_client/src/layout/wmsLog.vue @@ -0,0 +1,350 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/layout/workSummary.vue b/dev_wms_client/src/layout/workSummary.vue new file mode 100644 index 0000000..550d34b --- /dev/null +++ b/dev_wms_client/src/layout/workSummary.vue @@ -0,0 +1,797 @@ + + + + \ No newline at end of file diff --git a/dev_wms_client/src/main.js b/dev_wms_client/src/main.js new file mode 100644 index 0000000..0738582 --- /dev/null +++ b/dev_wms_client/src/main.js @@ -0,0 +1,20 @@ +import { createApp } from 'vue' +import App from './App.vue' +import router from './router' +import store from './store' +import './styles/index.scss' +import ElementPlus from 'element-plus' +import 'element-plus/dist/index.css' +import * as ElementPlusIconsVue from '@element-plus/icons-vue' +import print from 'vue3-print-nb' +import zhCn from 'element-plus/dist/locale/zh-cn.mjs' + +const app = createApp(App) +app.use(store) +app.use(router) +app.use(ElementPlus, {locale: zhCn}) +app.use(print) +for (const [key, component] of Object.entries(ElementPlusIconsVue)) { + app.component(key, component) +} +app.mount('#app') \ No newline at end of file diff --git a/dev_wms_client/src/print/printDemo.vue b/dev_wms_client/src/print/printDemo.vue new file mode 100644 index 0000000..e4a04a9 --- /dev/null +++ b/dev_wms_client/src/print/printDemo.vue @@ -0,0 +1,85 @@ + + + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/router/index.js b/dev_wms_client/src/router/index.js new file mode 100644 index 0000000..915870c --- /dev/null +++ b/dev_wms_client/src/router/index.js @@ -0,0 +1,89 @@ +import {createRouter, createWebHashHistory} from 'vue-router' +import HomeView from '@/views/HomeView.vue' +import login from '@/views/login.vue' +import systemCenter from '@/views/SystemCenter.vue' + +const routes = [ + { + path: '/home', + name: 'home', + component: HomeView, + // redirect: '/stock', + children: [ + {path: '/stock', component: () => import('@/layout/stock.vue')},// 库存 + {path: '/goodsIn', component: () => import('@/layout/goodsIn.vue')},// 入库 + {path: '/goodsOut', component: () => import('@/layout/goodsOut.vue')},// 出库 + {path: '/kitting', component: () => import('@/layout/kitting.vue')},// 配料 + {path: '/inTaskRecord', component: () => import('@/layout/inTaskRecord.vue')},// 入库记录 + {path: '/outTaskRecord', component: () => import('@/layout/outTaskRecord.vue')},// 出库记录 + {path: '/location', component: () => import('@/layout/locationsTable.vue')},// 库位 + {path: '/goods', component: () => import('@/layout/goods.vue')},// 物料 + {path: '/standSettings', component: () => import('@/layout/standSettings.vue')},// 站台(库口)设置 + {path: '/config', component: () => import('@/layout/wmsConfigNew.vue')},// 系统配置 + {path: '/taskMonitor', component: () => import('@/layout/taskMonitor.vue')},// 任务监控 + {path: '/vehicles', component: () => import('@/layout/vehicle.vue')},// 料箱监控 + {path: '/inventory', component: () => import('@/layout/inventory.vue')},// 盘点 + {path: '/inventoryRecord', component: () => import('@/layout/inventoryRecord.vue')},// 盘点记录 + {path: '/wmsLog', component: () => import('@/layout/wmsLog.vue')},// 日志 + {path: '/workSummary', component: () => import('@/layout/workSummary.vue')},// 工作总结 + {path: '/pickTask', component: () => import('@/layout/pickTaskMonitor.vue')},// 拣选任务 + {path: '/outsMonitor', component: () => import('@/layout/OutsMonitor.vue')},// 任务表单 + {path: '/clcKanban', component: () => import('@/layout/clcKanban.vue')},// 需求看板 + {path: '/stockCompare', component: () => import('@/layout/stockCompare.vue')}, + {path: '/stockUpdateRecord', component: () => import('@/layout/stockUpdateRecord.vue')},// 库存更新记录 + {path: '/roleUser', component: () => import('@/layout/role_user.vue')},// 角色——用户列表 + {path: '/rolePermission', component: () => import('@/layout/role_permission.vue')},// 角色——权限列表 + {path: '/test', component: () => import('@/layout/testView.vue')},// 测试 + {path: '/dbsList', component: () => import('@/layout/dbsList.vue')},// dbs计划 + {path: '/kittingList', component: () => import('@/layout/kittingList.vue')},// 配料单 + {path: '/kittingRelation', component: () => import('@/layout/kittingRelation.vue')},// 对应关系 + {path: '/imageTable', component: () => import('@/layout/ImageTable.vue')}, + {path: '/equipment', component: () => import('@/layout/equipment.vue')}, + {path: '/job', component: () => import('@/layout/job.vue')}, + {path: '/pickPlan', component: () => import('@/layout/pickPlan.vue')}, + {path: '/pickTaskBak', component: () => import('@/layout/pickTaskBak.vue')}, + ] + }, + { + path: '/', + name: 'login', + component: login + }, + { + path: '/pda', + name: 'pda', + component: () => import('@/layout/pda.vue') + }, + { + path: '/systemCenter', + name: 'systemCenter', + component: systemCenter + }, + { + path: '/imageDisplay', + name: 'imageDisplay', + component: () => import('@/layout/imageDisplay.vue') + }, + { + path: '/scanForImage', + name: 'scanForImage', + component: () => import('@/layout/scanForImage.vue') + } +] + +const router = createRouter({ + base: '/', + history: createWebHashHistory(), + routes +}) + +// 挂载路由导航守卫 +router.beforeEach((to, from, next) => { + if (to.path === '/') return next() + // 获取token + const user = sessionStorage.getItem('user') + if (!user) return next('/') + next() +}) + +export default router diff --git a/dev_wms_client/src/store/index.js b/dev_wms_client/src/store/index.js new file mode 100644 index 0000000..37150ef --- /dev/null +++ b/dev_wms_client/src/store/index.js @@ -0,0 +1,128 @@ +import { createStore } from 'vuex' + +export default createStore({ + state: { + stateTagsList: [], + user: {}, + menuList: [], + token: '', + verifier: '', + stand: {}, + kittingWork: { + workOrder: '', + productId: '', + singleProduct: '', + boxNo: '' + }, + }, + getters: { + getStateTagsList(state) { + return state.stateTagsList + }, + getUser(state) { + return state.user + }, + getUserName(state) { + return state.user.userName + }, + getMenuList(state) { + return state.menuList + }, + getToken(state) { + return state.token + }, + getVerify(state) { + return state.verifier + }, + getStand(state) { + return state.stand + }, + getStandId(state) { + return state.stand.standId + }, + getKittingWork(state) { + return state.kittingWork + }, + getMenuItemByPath(state) { + return function (path) { + for (const item of state.menuList) { + for (const subItem of item.children) { + if (subItem.path === path) { + return subItem + } + } + } + return undefined + } + } + }, + mutations: { + /** + * 选择tag标签 + */ + mutationSelectTags(state, data) { + let result = false + for (let i = 0; i < state.stateTagsList.length; i++) { + if (state.stateTagsList[i].path === data.path) { + return result = true + } + } + result === false ? state.stateTagsList.push(data) : '' + }, + + /** + * 关闭tag标签 + */ + mutationCloseTag(state, data) { + let result = state.stateTagsList.findIndex(item => item.path === data.path) + state.stateTagsList.splice(result, 1) + }, + + /** + * 存储用户信息 + */ + mutationUser(state, data) { + state.user = data + sessionStorage.setItem("user", state.user) + }, + + /** + * 存储菜单信息 + */ + mutationMenu(state, data) { + state.menuList = data + // sessionStorage.setItem("menuList", state.menuList) + }, + + /** + * 存储站台信息 + */ + mutationStand(state, data) { + state.stand = data + // sessionStorage.setItem("stand", state.stand) + }, + + /** + * 存储站台配料信息 + */ + mutationKittingWork(state, data) { + state.kittingWork = data + // sessionStorage.setItem("kittingWork", state.kittingWork) + }, + + /** + * 存储认证 + */ + mutationAddVerify(state, data) { + state.verifier = data + }, + + mutationClearVerify(state) { + state.verifier = '' + }, + }, + actions: { + }, + modules: { + } +}) diff --git a/dev_wms_client/src/styles/index.scss b/dev_wms_client/src/styles/index.scss new file mode 100644 index 0000000..48a6b83 --- /dev/null +++ b/dev_wms_client/src/styles/index.scss @@ -0,0 +1,9 @@ +/* 只需要重写你需要的即可 */ +@forward 'element-plus/theme-chalk/src/common/var.scss' with ($colors: ('primary': ('base': green, + ), + ), +); + +// 如果只是按需导入,则可以忽略以下内容。 +// 如果你想导入所有样式: +// @use "element-plus/theme-chalk/src/index.scss" as *; \ No newline at end of file diff --git a/dev_wms_client/src/utils/dateUtils.js b/dev_wms_client/src/utils/dateUtils.js new file mode 100644 index 0000000..fc2510e --- /dev/null +++ b/dev_wms_client/src/utils/dateUtils.js @@ -0,0 +1,19 @@ +export const revertSeconds = (originSeconds) => { + const dayRule = 60*60*24 + const hourRule = 60*60 + const days = Math.floor(originSeconds/dayRule) + const hours = Math.floor((originSeconds%dayRule)/hourRule) + const minutes = Math.floor((originSeconds%hourRule)/60) + const seconds = originSeconds%60 + var dueTime = '' + if (days > 0) { + dueTime = dueTime.concat(days).concat('天') + } + if (hours > 0) { + dueTime = dueTime.concat(hours).concat('小时') + } + if (minutes > 0) { + dueTime = dueTime.concat(minutes).concat('分') + } + return dueTime.concat(seconds).concat('秒') +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/excelUtils.js b/dev_wms_client/src/utils/excelUtils.js new file mode 100644 index 0000000..8c1eabc --- /dev/null +++ b/dev_wms_client/src/utils/excelUtils.js @@ -0,0 +1,13 @@ +import * as XLSX from 'xlsx' +import {timeFormatter} from "@/utils/formatter"; + +export const exportToExcel = (excelHead, data, sheetName, fileName) => { + const workBook = XLSX.utils.book_new() + const dataWithHead = [excelHead, ...data] + const worksheet = XLSX.utils.json_to_sheet(dataWithHead, { + skipHeader: true + }) + XLSX.utils.book_append_sheet(workBook, worksheet, sheetName) + const fileNameWithTime = fileName + timeFormatter(new Date()) + '.xlsx' + XLSX.writeFile(workBook, fileNameWithTime) +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/formatter.js b/dev_wms_client/src/utils/formatter.js new file mode 100644 index 0000000..47fb6b4 --- /dev/null +++ b/dev_wms_client/src/utils/formatter.js @@ -0,0 +1,203 @@ +import moment from "moment"; +import { revertSeconds } from '@/utils/dateUtils' +// 时间格式化 +export const timeFormatter = (date) => { + if (date === null || date === undefined || date === '') { + return '' + } + return moment(date).format('yyyy-MM-DD HH:mm:ss'); +} +// 日期格式化 +export const dateFormatter = (date) => { + if (date === null || date === undefined) { + return '' + } + return moment(date).format('yyyy-MM-DD'); +} +// 运行时长格式化 +export const dueFormatter = (date) => { + if (date === null || date === undefined) { + return '' + } + return revertSeconds(moment(new Date().getTime()).diff(moment(date), 'seconds')); +} + +// 库位格式化 +export const locationFormatter = (locationId) => { + if (locationId === null || locationId === undefined || locationId === '') { + return '' + } + const locationArray = locationId.split('-') + if (locationArray.length === 3) { + return locationArray[0] + '排' + locationArray[1] + '列' + locationArray[2] + '层' + } else if (locationArray.length === 4) { + return locationArray[0] + '排' + locationArray[1] + '列' + locationArray[2] + '层' + locationArray[3] + '深度' + } else { + return '' + } +} +// 配置类型格式化 +export const configTypeFormatter = (value) => { + switch (value) { + case 1: + return '输入框' + case 2: + return '下拉多选' + case 3: + return '开关' + default: + return '任务类型异常' + } +} +// 文件大小格式化 +export const sizeFormatter = (value) => { + if (typeof value != 'number') { + return 'error' + } + const oneByte = 1 + const oneKB = oneByte * 1024 + const oneMB = oneKB * 1024 + const oneGB = oneMB * 1024 + const oneTB = oneGB * 1024 + const onePB = oneTB * 1024 + const oneEB = onePB * 1024 + const oneZB = oneEB * 1024 + const oneYB = oneZB * 1024 + if (value < oneKB) { + return value + 'B' + } else if (value < oneMB) { + return (value / oneKB).toFixed(2) + 'KB' + } else if (value < oneGB) { + return (value / oneMB).toFixed(2) + 'MB' + } else if (value < oneTB) { + return (value / oneGB).toFixed(2) + 'GB' + } else if (value < onePB) { + return (value / oneTB).toFixed(2) + 'TB' + } else if (value < oneEB) { + return (value / onePB).toFixed(2) + 'PB' + } else if (value < oneZB) { + return (value / oneEB).toFixed(2) + 'EB' + } else if (value < oneYB) { + return (value / oneZB).toFixed(2) + 'ZB' + } else { + return (value / oneYB).toFixed(2) + 'YB' + } +} +// json格式化 +export const jsonFormatter = (value) => { + if (value == null) { + return "" + } + if (typeof value == 'string') { + try { + return JSON.stringify(JSON.parse(value), null, 4) + } catch (e) { + return "error" + } + } else { + return JSON.stringify(value, null, 4) + } +} +// 去除英文和数字之外的字符 +export const replaceEnglishAndNumberIGAI = (value) => { + return value.replace(/[^\u4e00-\u9fa5a-zA-Z0-9]/g, '') +} +// 是否格式化 +export const yesOrNoFormatter = (value) => { + return value === 1 ? '是' : '否' +} +// 反转是否格式化 +export const converseYesOrNoFormatter = (value) => { + return value === 0 ? '是' : '否' +} +// 任务类型格式化 +export const wmsTaskTypeFormatter = (value) => { + switch (value) { + case 1: + return '入库' + case 2: + return '出库' + case 3: + return '盘点' + default: + return '未知类型' + } +} +// wms任务状态格式化 +export const wmsTaskStatusFormatter = (value) => { + switch (value) { + case -1: + return '暂存' + case 0: + return '初始化' + case 1: + return '已解析' + case 2: + return '已下发' + case 3: + return '正在执行' + case 4: + return '执行完成' + case 98: + return '已取消' + case 99: + return '执行异常' + default: + return '未知状态' + } +} +// 料箱状态 +export const vehicleStatusFormatter = (value) => { + switch (value) { + case 1: + return '入库中' + case 2: + return '在库中' + case 3: + return '出库中' + case 9: + return '锁定中' + default: + return '未知状态' + } +} +// 拣选任务状态 +export const pickTaskStatusFormatter = (value) => { + switch (value) { + case -2: + return '入库用' + case -1: + return '暂存中' + case 0: + return '待下发' + case 1: + return '已下发' + case 2: + return '执行中' + case 3: + return '已到达' + case 4: + return '已离开' + case 5: + return '拣选取消' + default: + return '已取消' + } +} +// 出库单类型格式化 +export const outTaskTypeFormatter = (value) => { + switch (value) { + case 1: + return '空箱出库' + case 2: + return '普通出库' + case 4: + return '完整出库' + case 5: + return '入库使用' + case 9: + return '紧急出库' + default: + return '未知类型' + } +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/generator.js b/dev_wms_client/src/utils/generator.js new file mode 100644 index 0000000..4f8f5e5 --- /dev/null +++ b/dev_wms_client/src/utils/generator.js @@ -0,0 +1,35 @@ +import { toUnderScoreCase } from '@/utils/stringUtils.js' +// 构建table基本请求---带分页 +export const genTableRequest = (baseTableQuery) => { + // 构建sortBy的集合 + let sortBy = [] + for (const [key, value] of baseTableQuery.sortBy) { + sortBy.push({ + column: toUnderScoreCase(key), + asc: value + }) + } + return { + pageNo: baseTableQuery.currentPage, + pageSize: baseTableQuery.pageSize, + sortBy: sortBy.reverse(), + standId: baseTableQuery.standId, + userName: baseTableQuery.userName + } +} + +/** + * 向options中添加全部这个选项 + * @param {*} options + * @param defaultValue + * @returns + */ +export const addAllOptionOfOptions = (options, defaultValue) => { + const allOption = [ + { + value: defaultValue === undefined || defaultValue === null ? -99 : defaultValue, + label: '全部' + } + ] + return allOption.concat(options) +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/hashUtils.js b/dev_wms_client/src/utils/hashUtils.js new file mode 100644 index 0000000..78a0df7 --- /dev/null +++ b/dev_wms_client/src/utils/hashUtils.js @@ -0,0 +1,11 @@ +import crypto from 'crypto' +export const base64URLEncode = (str) => { + return str.toString('base64') + .replace(/\+/g, '-') + .replace(/\//g, '_') + .replace(/=/g, ''); +} + +export const getHashString = (obj) => { + return base64URLEncode(crypto.createHash('sha256').update(obj).digest()) +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/loading.js b/dev_wms_client/src/utils/loading.js new file mode 100644 index 0000000..31087d1 --- /dev/null +++ b/dev_wms_client/src/utils/loading.js @@ -0,0 +1,14 @@ +import { ElLoading } from 'element-plus' +export const loading = { + loadingInstance: null, + open: function (text) { + this.loadingInstance = ElLoading.service({ + lock: true, + text: text, + background: 'rgba(0, 0, 0, 0.7)' + }) + }, + close: function () { + this.loadingInstance.close() + } +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/media.js b/dev_wms_client/src/utils/media.js new file mode 100644 index 0000000..6558d27 --- /dev/null +++ b/dev_wms_client/src/utils/media.js @@ -0,0 +1,4 @@ +// 语音播报 +export const speak = (message) => { + window.speechSynthesis.speak(new SpeechSynthesisUtterance(message)) +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/myMessageBox.js b/dev_wms_client/src/utils/myMessageBox.js new file mode 100644 index 0000000..2e392f8 --- /dev/null +++ b/dev_wms_client/src/utils/myMessageBox.js @@ -0,0 +1,69 @@ +import { ElMessageBox } from 'element-plus' + +export const errorBox = (msg) => { + ElMessageBox.alert(msg, '错误', { + autofocus: true, + confirmButtonText: '确认', + center: true, + type: 'error', + closeOnPressEscape: true, + showClose: false, + customStyle: { + whiteSpace: 'pre-wrap' + }, + callback: (action) => { + + } + }) +} + +export const successBox = (msg) => { + ElMessageBox.alert(msg, '成功', { + autofocus: true, + confirmButtonText: '确认', + center: true, + type: 'success', + closeOnPressEscape: true, + showClose: false, + customStyle: { + whiteSpace: 'pre-wrap' + }, + callback: (action) => { + + } + }) +} + +export const infoBox = (msg) => { + ElMessageBox.alert(msg, '提示', { + autofocus: true, + confirmButtonText: '确认', + center: true, + type: 'info', + closeOnPressEscape: true, + showClose: false, + customStyle: { + whiteSpace: 'pre-wrap' + }, + callback: (action) => { + + } + }) +} + +export const warningBox = (msg) => { + ElMessageBox.alert(msg, '警告', { + autofocus: true, + confirmButtonText: '确认', + center: true, + type: 'warning', + closeOnPressEscape: true, + showClose: false, + customStyle: { + whiteSpace: 'pre-wrap' + }, + callback: (action) => { + + } + }) +} \ No newline at end of file diff --git a/dev_wms_client/src/utils/request.js b/dev_wms_client/src/utils/request.js new file mode 100644 index 0000000..8f60073 --- /dev/null +++ b/dev_wms_client/src/utils/request.js @@ -0,0 +1,146 @@ +import axios from 'axios' +import { ElNotification, ElMessageBox, ElMessage, ElLoading } from 'element-plus' +import { getToken } from '@/utils/auth' +import errorCode from '@/utils/errorCode' +import { tansParams, blobValidate } from '@/utils/ruoyi' +import cache from '@/plugins/cache' +import { saveAs } from 'file-saver' +import useUserStore from '@/store/modules/user' + +let downloadLoadingInstance; +// 是否显示重新登录 +export let isRelogin = { show: false }; + +axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8' +// 创建axios实例 +const service = axios.create({ + // axios中请求配置有baseURL选项,表示请求URL公共部分 + baseURL: import.meta.env.VITE_APP_BASE_API, + // 超时 + timeout: 10000 +}) + +// request拦截器 +service.interceptors.request.use(config => { + // 是否需要设置 token + const isToken = (config.headers || {}).isToken === false + // 是否需要防止数据重复提交 + const isRepeatSubmit = (config.headers || {}).repeatSubmit === false + if (getToken() && !isToken) { + config.headers['Authorization'] = 'Bearer ' + getToken() // 让每个请求携带自定义token 请根据实际情况自行修改 + } + // get请求映射params参数 + if (config.method === 'get' && config.params) { + let url = config.url + '?' + tansParams(config.params); + url = url.slice(0, -1); + config.params = {}; + config.url = url; + } + if (!isRepeatSubmit && (config.method === 'post' || config.method === 'put')) { + const requestObj = { + url: config.url, + data: typeof config.data === 'object' ? JSON.stringify(config.data) : config.data, + time: new Date().getTime() + } + const sessionObj = cache.session.getJSON('sessionObj') + if (sessionObj === undefined || sessionObj === null || sessionObj === '') { + cache.session.setJSON('sessionObj', requestObj) + } else { + const s_url = sessionObj.url; // 请求地址 + const s_data = sessionObj.data; // 请求数据 + const s_time = sessionObj.time; // 请求时间 + const interval = 1000; // 间隔时间(ms),小于此时间视为重复提交 + if (s_data === requestObj.data && requestObj.time - s_time < interval && s_url === requestObj.url) { + const message = '数据正在处理,请勿重复提交'; + console.warn(`[${s_url}]: ` + message) + return Promise.reject(new Error(message)) + } else { + cache.session.setJSON('sessionObj', requestObj) + } + } + } + return config +}, error => { + console.log(error) + Promise.reject(error) +}) + +// 响应拦截器 +service.interceptors.response.use(res => { + // 未设置状态码则默认成功状态 + const code = res.data.code || 200; + // 获取错误信息 + const msg = errorCode[code] || res.data.msg || errorCode['default'] + // 二进制数据则直接返回 + if (res.request.responseType === 'blob' || res.request.responseType === 'arraybuffer') { + return res.data + } + if (code === 401) { + if (!isRelogin.show) { + isRelogin.show = true; + ElMessageBox.confirm('登录状态已过期,您可以继续留在该页面,或者重新登录', '系统提示', { confirmButtonText: '重新登录', cancelButtonText: '取消', type: 'warning' }).then(() => { + isRelogin.show = false; + useUserStore().logOut().then(() => { + location.href = '/index'; + }) + }).catch(() => { + isRelogin.show = false; + }); + } + return Promise.reject('无效的会话,或者会话已过期,请重新登录。') + } else if (code === 500) { + ElMessage({ message: msg, type: 'error' }) + return Promise.reject(new Error(msg)) + } else if (code === 601) { + ElMessage({ message: msg, type: 'warning' }) + return Promise.reject(new Error(msg)) + } else if (code !== 200) { + ElNotification.error({ title: msg }) + return Promise.reject('error') + } else { + return Promise.resolve(res.data) + } +}, + error => { + console.log('err' + error) + let { message } = error; + if (message == "Network Error") { + message = "后端接口连接异常"; + } else if (message.includes("timeout")) { + message = "系统接口请求超时"; + } else if (message.includes("Request failed with status code")) { + message = "系统接口" + message.substr(message.length - 3) + "异常"; + } + ElMessage({ message: message, type: 'error', duration: 5 * 1000 }) + return Promise.reject(error) + } +) + +// 通用下载方法 +export function download(url, params, filename, config) { + downloadLoadingInstance = ElLoading.service({ text: "正在下载数据,请稍候", background: "rgba(0, 0, 0, 0.7)", }) + return service.post(url, params, { + transformRequest: [(params) => { return tansParams(params) }], + headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, + responseType: 'blob', + ...config + }).then(async (data) => { + const isLogin = await blobValidate(data); + if (isLogin) { + const blob = new Blob([data]) + saveAs(blob, filename) + } else { + const resText = await data.text(); + const rspObj = JSON.parse(resText); + const errMsg = errorCode[rspObj.code] || rspObj.msg || errorCode['default'] + ElMessage.error(errMsg); + } + downloadLoadingInstance.close(); + }).catch((r) => { + console.error(r) + ElMessage.error('下载文件出现错误,请联系管理员!') + downloadLoadingInstance.close(); + }) +} + +export default service diff --git a/dev_wms_client/src/utils/stringUtils.js b/dev_wms_client/src/utils/stringUtils.js new file mode 100644 index 0000000..e869e7f --- /dev/null +++ b/dev_wms_client/src/utils/stringUtils.js @@ -0,0 +1,27 @@ +import moment from "moment"; +export const genTaskId = (code) => { + return code + moment(new Date()).format("YYYYMMDDHHmmssSSS"); +} + +export const toCamelCase = (str) => { + return str.replace(/-(\w)/g, function (_, c) { + return c ? c.toUpperCase() : ""; + }); +} + +export const toUnderScoreCase = (str) => { + return str.replace(/([A-Z])/g, function (_, c) { + return "_" + c.toLowerCase(); + }); +} + +export const isSingleCharacter = (c) => { + if (c.length !== 1) { + return false + } + return c.toLowerCase() >= 'a' && c.toLowerCase() <= 'z' +} + +export const isNumber = (d) => { + return d >= '0' && d <= '9' +} \ No newline at end of file diff --git a/dev_wms_client/src/views/HomeView.vue b/dev_wms_client/src/views/HomeView.vue new file mode 100644 index 0000000..13636a0 --- /dev/null +++ b/dev_wms_client/src/views/HomeView.vue @@ -0,0 +1,194 @@ + + + + + + + diff --git a/dev_wms_client/src/views/SystemCenter.vue b/dev_wms_client/src/views/SystemCenter.vue new file mode 100644 index 0000000..6530c01 --- /dev/null +++ b/dev_wms_client/src/views/SystemCenter.vue @@ -0,0 +1,91 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/src/views/login.vue b/dev_wms_client/src/views/login.vue new file mode 100644 index 0000000..c64b8ec --- /dev/null +++ b/dev_wms_client/src/views/login.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_client/vue.config.js b/dev_wms_client/vue.config.js new file mode 100644 index 0000000..3098492 --- /dev/null +++ b/dev_wms_client/vue.config.js @@ -0,0 +1,21 @@ +const { defineConfig } = require('@vue/cli-service') +const NodePolyfillPlugin = require('node-polyfill-webpack-plugin') + +module.exports = defineConfig({ + publicPath: '/', + transpileDependencies: true, + configureWebpack: { + plugins: [new NodePolyfillPlugin()] + }, + devServer: { + port: 12306, // 端口 + proxy: { + '/authorize': { // 若请求的前缀不是这个'/wms',那请求就不会走代理服务器 + target: "https://login.microsoftonline.com/caterpillar.onmicrosoft.com/", //这里写路径 + pathRewrite: { '^/authorize': '' }, //将所有含/wms路径的,去掉/wms转发给服务器 + ws: true, //用于支持websocket + changeOrigin: true //用于控制请求头中的host值 + }, + } + }, +}) \ No newline at end of file diff --git a/dev_wms_serve/.gitattributes b/dev_wms_serve/.gitattributes new file mode 100644 index 0000000..3b41682 --- /dev/null +++ b/dev_wms_serve/.gitattributes @@ -0,0 +1,2 @@ +/mvnw text eol=lf +*.cmd text eol=crlf diff --git a/dev_wms_serve/.gitignore b/dev_wms_serve/.gitignore new file mode 100644 index 0000000..6b4f175 --- /dev/null +++ b/dev_wms_serve/.gitignore @@ -0,0 +1,76 @@ +HELP.md +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ +/wms_log/error/2025-02-02/2025-02-02.0.log +/wms_log/ +/image/4T4205_A.PNG +/image/4T4205_B.PNG +/image/4T4205_C.PNG +/image/6E3034-MN_A.PNG +/image/6E3034-MN_B.PNG +/image/6E3034-MN_C.PNG +/image/6E3034-MN_D.PNG +/image/6E3034-MN_E.PNG +/image/6E3034-MN_F.PNG +/image/6E3034_A.PNG +/image/6E3034_B.PNG +/image/6E3034_C.PNG +/image/6E3034_D.PNG +/image/6E3034_E.PNG +/image/6E3034_F.PNG +/image/6E3035_A.PNG +/image/6E3035_B.PNG +/image/6E3035_C.PNG +/image/6E3035_D.PNG +/image/6E3035_E.PNG +/image/6E3035_F.PNG +/image/6E3036_A.PNG +/image/6E3036_B.PNG +/image/6E3036_C.PNG +/image/6E3036_D.PNG +/image/6E3036_E.PNG +/image/6E3036_F.PNG +/image/9T5653_A.PNG +/image/9T5653_B.PNG +/image/9T5653_C.PNG +/image/1199550_A.PNG +/image/1199550_B.PNG +/image/1199550_C.PNG +/image/1199550_D.PNG +/image/1199550_E.PNG +/image/1199550_F.PNG +/image/1303118_A.PNG +/image/1303118_B.PNG +/image/1303118_C.PNG +/image/2965662_A.PNG +/image/2965662_B.PNG diff --git a/dev_wms_serve/.mvn/wrapper/maven-wrapper.properties b/dev_wms_serve/.mvn/wrapper/maven-wrapper.properties new file mode 100644 index 0000000..d58dfb7 --- /dev/null +++ b/dev_wms_serve/.mvn/wrapper/maven-wrapper.properties @@ -0,0 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +wrapperVersion=3.3.2 +distributionType=only-script +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip diff --git a/dev_wms_serve/mvnw b/dev_wms_serve/mvnw new file mode 100644 index 0000000..9ed703b --- /dev/null +++ b/dev_wms_serve/mvnw @@ -0,0 +1,259 @@ +#!/bin/sh +# ---------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# ---------------------------------------------------------------------------- + +# ---------------------------------------------------------------------------- +# Apache Maven Wrapper startup batch script, version 3.3.2 +# +# Optional ENV vars +# ----------------- +# JAVA_HOME - location of a JDK home dir, required when download maven via java source +# MVNW_REPOURL - repo url base for downloading maven distribution +# MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven +# MVNW_VERBOSE - true: enable verbose log; debug: trace the mvnw script; others: silence the output +# ---------------------------------------------------------------------------- + +set -euf +[ "${MVNW_VERBOSE-}" != debug ] || set -x + +# OS specific support. +native_path() { printf %s\\n "$1"; } +case "$(uname)" in +CYGWIN* | MINGW*) + [ -z "${JAVA_HOME-}" ] || JAVA_HOME="$(cygpath --unix "$JAVA_HOME")" + native_path() { cygpath --path --windows "$1"; } + ;; +esac + +# set JAVACMD and JAVACCMD +set_java_home() { + # For Cygwin and MinGW, ensure paths are in Unix format before anything is touched + if [ -n "${JAVA_HOME-}" ]; then + if [ -x "$JAVA_HOME/jre/sh/java" ]; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + JAVACCMD="$JAVA_HOME/jre/sh/javac" + else + JAVACMD="$JAVA_HOME/bin/java" + JAVACCMD="$JAVA_HOME/bin/javac" + + if [ ! -x "$JAVACMD" ] || [ ! -x "$JAVACCMD" ]; then + echo "The JAVA_HOME environment variable is not defined correctly, so mvnw cannot run." >&2 + echo "JAVA_HOME is set to \"$JAVA_HOME\", but \"\$JAVA_HOME/bin/java\" or \"\$JAVA_HOME/bin/javac\" does not exist." >&2 + return 1 + fi + fi + else + JAVACMD="$( + 'set' +e + 'unset' -f command 2>/dev/null + 'command' -v java + )" || : + JAVACCMD="$( + 'set' +e + 'unset' -f command 2>/dev/null + 'command' -v javac + )" || : + + if [ ! -x "${JAVACMD-}" ] || [ ! -x "${JAVACCMD-}" ]; then + echo "The java/javac command does not exist in PATH nor is JAVA_HOME set, so mvnw cannot run." >&2 + return 1 + fi + fi +} + +# hash string like Java String::hashCode +hash_string() { + str="${1:-}" h=0 + while [ -n "$str" ]; do + char="${str%"${str#?}"}" + h=$(((h * 31 + $(LC_CTYPE=C printf %d "'$char")) % 4294967296)) + str="${str#?}" + done + printf %x\\n $h +} + +verbose() { :; } +[ "${MVNW_VERBOSE-}" != true ] || verbose() { printf %s\\n "${1-}"; } + +die() { + printf %s\\n "$1" >&2 + exit 1 +} + +trim() { + # MWRAPPER-139: + # Trims trailing and leading whitespace, carriage returns, tabs, and linefeeds. + # Needed for removing poorly interpreted newline sequences when running in more + # exotic environments such as mingw bash on Windows. + printf "%s" "${1}" | tr -d '[:space:]' +} + +# parse distributionUrl and optional distributionSha256Sum, requires .mvn/wrapper/maven-wrapper.properties +while IFS="=" read -r key value; do + case "${key-}" in + distributionUrl) distributionUrl=$(trim "${value-}") ;; + distributionSha256Sum) distributionSha256Sum=$(trim "${value-}") ;; + esac +done <"${0%/*}/.mvn/wrapper/maven-wrapper.properties" +[ -n "${distributionUrl-}" ] || die "cannot read distributionUrl property in ${0%/*}/.mvn/wrapper/maven-wrapper.properties" + +case "${distributionUrl##*/}" in +maven-mvnd-*bin.*) + MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ + case "${PROCESSOR_ARCHITECTURE-}${PROCESSOR_ARCHITEW6432-}:$(uname -a)" in + *AMD64:CYGWIN* | *AMD64:MINGW*) distributionPlatform=windows-amd64 ;; + :Darwin*x86_64) distributionPlatform=darwin-amd64 ;; + :Darwin*arm64) distributionPlatform=darwin-aarch64 ;; + :Linux*x86_64*) distributionPlatform=linux-amd64 ;; + *) + echo "Cannot detect native platform for mvnd on $(uname)-$(uname -m), use pure java version" >&2 + distributionPlatform=linux-amd64 + ;; + esac + distributionUrl="${distributionUrl%-bin.*}-$distributionPlatform.zip" + ;; +maven-mvnd-*) MVN_CMD=mvnd.sh _MVNW_REPO_PATTERN=/maven/mvnd/ ;; +*) MVN_CMD="mvn${0##*/mvnw}" _MVNW_REPO_PATTERN=/org/apache/maven/ ;; +esac + +# apply MVNW_REPOURL and calculate MAVEN_HOME +# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/ +[ -z "${MVNW_REPOURL-}" ] || distributionUrl="$MVNW_REPOURL$_MVNW_REPO_PATTERN${distributionUrl#*"$_MVNW_REPO_PATTERN"}" +distributionUrlName="${distributionUrl##*/}" +distributionUrlNameMain="${distributionUrlName%.*}" +distributionUrlNameMain="${distributionUrlNameMain%-bin}" +MAVEN_USER_HOME="${MAVEN_USER_HOME:-${HOME}/.m2}" +MAVEN_HOME="${MAVEN_USER_HOME}/wrapper/dists/${distributionUrlNameMain-}/$(hash_string "$distributionUrl")" + +exec_maven() { + unset MVNW_VERBOSE MVNW_USERNAME MVNW_PASSWORD MVNW_REPOURL || : + exec "$MAVEN_HOME/bin/$MVN_CMD" "$@" || die "cannot exec $MAVEN_HOME/bin/$MVN_CMD" +} + +if [ -d "$MAVEN_HOME" ]; then + verbose "found existing MAVEN_HOME at $MAVEN_HOME" + exec_maven "$@" +fi + +case "${distributionUrl-}" in +*?-bin.zip | *?maven-mvnd-?*-?*.zip) ;; +*) die "distributionUrl is not valid, must match *-bin.zip or maven-mvnd-*.zip, but found '${distributionUrl-}'" ;; +esac + +# prepare tmp dir +if TMP_DOWNLOAD_DIR="$(mktemp -d)" && [ -d "$TMP_DOWNLOAD_DIR" ]; then + clean() { rm -rf -- "$TMP_DOWNLOAD_DIR"; } + trap clean HUP INT TERM EXIT +else + die "cannot create temp dir" +fi + +mkdir -p -- "${MAVEN_HOME%/*}" + +# Download and Install Apache Maven +verbose "Couldn't find MAVEN_HOME, downloading and installing it ..." +verbose "Downloading from: $distributionUrl" +verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName" + +# select .zip or .tar.gz +if ! command -v unzip >/dev/null; then + distributionUrl="${distributionUrl%.zip}.tar.gz" + distributionUrlName="${distributionUrl##*/}" +fi + +# verbose opt +__MVNW_QUIET_WGET=--quiet __MVNW_QUIET_CURL=--silent __MVNW_QUIET_UNZIP=-q __MVNW_QUIET_TAR='' +[ "${MVNW_VERBOSE-}" != true ] || __MVNW_QUIET_WGET='' __MVNW_QUIET_CURL='' __MVNW_QUIET_UNZIP='' __MVNW_QUIET_TAR=v + +# normalize api auth +case "${MVNW_PASSWORD:+has-password}" in +'') MVNW_USERNAME='' MVNW_PASSWORD='' ;; +has-password) [ -n "${MVNW_USERNAME-}" ] || MVNW_USERNAME='' MVNW_PASSWORD='' ;; +esac + +if [ -z "${MVNW_USERNAME-}" ] && command -v wget >/dev/null; then + verbose "Found wget ... using wget" + wget ${__MVNW_QUIET_WGET:+"$__MVNW_QUIET_WGET"} "$distributionUrl" -O "$TMP_DOWNLOAD_DIR/$distributionUrlName" || die "wget: Failed to fetch $distributionUrl" +elif [ -z "${MVNW_USERNAME-}" ] && command -v curl >/dev/null; then + verbose "Found curl ... using curl" + curl ${__MVNW_QUIET_CURL:+"$__MVNW_QUIET_CURL"} -f -L -o "$TMP_DOWNLOAD_DIR/$distributionUrlName" "$distributionUrl" || die "curl: Failed to fetch $distributionUrl" +elif set_java_home; then + verbose "Falling back to use Java to download" + javaSource="$TMP_DOWNLOAD_DIR/Downloader.java" + targetZip="$TMP_DOWNLOAD_DIR/$distributionUrlName" + cat >"$javaSource" <<-END + public class Downloader extends java.net.Authenticator + { + protected java.net.PasswordAuthentication getPasswordAuthentication() + { + return new java.net.PasswordAuthentication( System.getenv( "MVNW_USERNAME" ), System.getenv( "MVNW_PASSWORD" ).toCharArray() ); + } + public static void main( String[] args ) throws Exception + { + setDefault( new Downloader() ); + java.nio.file.Files.copy( java.net.URI.create( args[0] ).toURL().openStream(), java.nio.file.Paths.get( args[1] ).toAbsolutePath().normalize() ); + } + } + END + # For Cygwin/MinGW, switch paths to Windows format before running javac and java + verbose " - Compiling Downloader.java ..." + "$(native_path "$JAVACCMD")" "$(native_path "$javaSource")" || die "Failed to compile Downloader.java" + verbose " - Running Downloader.java ..." + "$(native_path "$JAVACMD")" -cp "$(native_path "$TMP_DOWNLOAD_DIR")" Downloader "$distributionUrl" "$(native_path "$targetZip")" +fi + +# If specified, validate the SHA-256 sum of the Maven distribution zip file +if [ -n "${distributionSha256Sum-}" ]; then + distributionSha256Result=false + if [ "$MVN_CMD" = mvnd.sh ]; then + echo "Checksum validation is not supported for maven-mvnd." >&2 + echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2 + exit 1 + elif command -v sha256sum >/dev/null; then + if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | sha256sum -c >/dev/null 2>&1; then + distributionSha256Result=true + fi + elif command -v shasum >/dev/null; then + if echo "$distributionSha256Sum $TMP_DOWNLOAD_DIR/$distributionUrlName" | shasum -a 256 -c >/dev/null 2>&1; then + distributionSha256Result=true + fi + else + echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2 + echo "Please install either command, or disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2 + exit 1 + fi + if [ $distributionSha256Result = false ]; then + echo "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised." >&2 + echo "If you updated your Maven version, you need to update the specified distributionSha256Sum property." >&2 + exit 1 + fi +fi + +# unzip and move +if command -v unzip >/dev/null; then + unzip ${__MVNW_QUIET_UNZIP:+"$__MVNW_QUIET_UNZIP"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -d "$TMP_DOWNLOAD_DIR" || die "failed to unzip" +else + tar xzf${__MVNW_QUIET_TAR:+"$__MVNW_QUIET_TAR"} "$TMP_DOWNLOAD_DIR/$distributionUrlName" -C "$TMP_DOWNLOAD_DIR" || die "failed to untar" +fi +printf %s\\n "$distributionUrl" >"$TMP_DOWNLOAD_DIR/$distributionUrlNameMain/mvnw.url" +mv -- "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" "$MAVEN_HOME" || [ -d "$MAVEN_HOME" ] || die "fail to move MAVEN_HOME" + +clean || : +exec_maven "$@" diff --git a/dev_wms_serve/mvnw.cmd b/dev_wms_serve/mvnw.cmd new file mode 100644 index 0000000..249bdf3 --- /dev/null +++ b/dev_wms_serve/mvnw.cmd @@ -0,0 +1,149 @@ +<# : batch portion +@REM ---------------------------------------------------------------------------- +@REM Licensed to the Apache Software Foundation (ASF) under one +@REM or more contributor license agreements. See the NOTICE file +@REM distributed with this work for additional information +@REM regarding copyright ownership. The ASF licenses this file +@REM to you under the Apache License, Version 2.0 (the +@REM "License"); you may not use this file except in compliance +@REM with the License. You may obtain a copy of the License at +@REM +@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM +@REM Unless required by applicable law or agreed to in writing, +@REM software distributed under the License is distributed on an +@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +@REM KIND, either express or implied. See the License for the +@REM specific language governing permissions and limitations +@REM under the License. +@REM ---------------------------------------------------------------------------- + +@REM ---------------------------------------------------------------------------- +@REM Apache Maven Wrapper startup batch script, version 3.3.2 +@REM +@REM Optional ENV vars +@REM MVNW_REPOURL - repo url base for downloading maven distribution +@REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven +@REM MVNW_VERBOSE - true: enable verbose log; others: silence the output +@REM ---------------------------------------------------------------------------- + +@IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0) +@SET __MVNW_CMD__= +@SET __MVNW_ERROR__= +@SET __MVNW_PSMODULEP_SAVE=%PSModulePath% +@SET PSModulePath= +@FOR /F "usebackq tokens=1* delims==" %%A IN (`powershell -noprofile "& {$scriptDir='%~dp0'; $script='%__MVNW_ARG0_NAME__%'; icm -ScriptBlock ([Scriptblock]::Create((Get-Content -Raw '%~f0'))) -NoNewScope}"`) DO @( + IF "%%A"=="MVN_CMD" (set __MVNW_CMD__=%%B) ELSE IF "%%B"=="" (echo %%A) ELSE (echo %%A=%%B) +) +@SET PSModulePath=%__MVNW_PSMODULEP_SAVE% +@SET __MVNW_PSMODULEP_SAVE= +@SET __MVNW_ARG0_NAME__= +@SET MVNW_USERNAME= +@SET MVNW_PASSWORD= +@IF NOT "%__MVNW_CMD__%"=="" (%__MVNW_CMD__% %*) +@echo Cannot start maven from wrapper >&2 && exit /b 1 +@GOTO :EOF +: end batch / begin powershell #> + +$ErrorActionPreference = "Stop" +if ($env:MVNW_VERBOSE -eq "true") { + $VerbosePreference = "Continue" +} + +# calculate distributionUrl, requires .mvn/wrapper/maven-wrapper.properties +$distributionUrl = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionUrl +if (!$distributionUrl) { + Write-Error "cannot read distributionUrl property in $scriptDir/.mvn/wrapper/maven-wrapper.properties" +} + +switch -wildcard -casesensitive ( $($distributionUrl -replace '^.*/','') ) { + "maven-mvnd-*" { + $USE_MVND = $true + $distributionUrl = $distributionUrl -replace '-bin\.[^.]*$',"-windows-amd64.zip" + $MVN_CMD = "mvnd.cmd" + break + } + default { + $USE_MVND = $false + $MVN_CMD = $script -replace '^mvnw','mvn' + break + } +} + +# apply MVNW_REPOURL and calculate MAVEN_HOME +# maven home pattern: ~/.m2/wrapper/dists/{apache-maven-,maven-mvnd--}/ +if ($env:MVNW_REPOURL) { + $MVNW_REPO_PATTERN = if ($USE_MVND) { "/org/apache/maven/" } else { "/maven/mvnd/" } + $distributionUrl = "$env:MVNW_REPOURL$MVNW_REPO_PATTERN$($distributionUrl -replace '^.*'+$MVNW_REPO_PATTERN,'')" +} +$distributionUrlName = $distributionUrl -replace '^.*/','' +$distributionUrlNameMain = $distributionUrlName -replace '\.[^.]*$','' -replace '-bin$','' +$MAVEN_HOME_PARENT = "$HOME/.m2/wrapper/dists/$distributionUrlNameMain" +if ($env:MAVEN_USER_HOME) { + $MAVEN_HOME_PARENT = "$env:MAVEN_USER_HOME/wrapper/dists/$distributionUrlNameMain" +} +$MAVEN_HOME_NAME = ([System.Security.Cryptography.MD5]::Create().ComputeHash([byte[]][char[]]$distributionUrl) | ForEach-Object {$_.ToString("x2")}) -join '' +$MAVEN_HOME = "$MAVEN_HOME_PARENT/$MAVEN_HOME_NAME" + +if (Test-Path -Path "$MAVEN_HOME" -PathType Container) { + Write-Verbose "found existing MAVEN_HOME at $MAVEN_HOME" + Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD" + exit $? +} + +if (! $distributionUrlNameMain -or ($distributionUrlName -eq $distributionUrlNameMain)) { + Write-Error "distributionUrl is not valid, must end with *-bin.zip, but found $distributionUrl" +} + +# prepare tmp dir +$TMP_DOWNLOAD_DIR_HOLDER = New-TemporaryFile +$TMP_DOWNLOAD_DIR = New-Item -Itemtype Directory -Path "$TMP_DOWNLOAD_DIR_HOLDER.dir" +$TMP_DOWNLOAD_DIR_HOLDER.Delete() | Out-Null +trap { + if ($TMP_DOWNLOAD_DIR.Exists) { + try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null } + catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" } + } +} + +New-Item -Itemtype Directory -Path "$MAVEN_HOME_PARENT" -Force | Out-Null + +# Download and Install Apache Maven +Write-Verbose "Couldn't find MAVEN_HOME, downloading and installing it ..." +Write-Verbose "Downloading from: $distributionUrl" +Write-Verbose "Downloading to: $TMP_DOWNLOAD_DIR/$distributionUrlName" + +$webclient = New-Object System.Net.WebClient +if ($env:MVNW_USERNAME -and $env:MVNW_PASSWORD) { + $webclient.Credentials = New-Object System.Net.NetworkCredential($env:MVNW_USERNAME, $env:MVNW_PASSWORD) +} +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 +$webclient.DownloadFile($distributionUrl, "$TMP_DOWNLOAD_DIR/$distributionUrlName") | Out-Null + +# If specified, validate the SHA-256 sum of the Maven distribution zip file +$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum +if ($distributionSha256Sum) { + if ($USE_MVND) { + Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." + } + Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash + if ((Get-FileHash "$TMP_DOWNLOAD_DIR/$distributionUrlName" -Algorithm SHA256).Hash.ToLower() -ne $distributionSha256Sum) { + Write-Error "Error: Failed to validate Maven distribution SHA-256, your Maven distribution might be compromised. If you updated your Maven version, you need to update the specified distributionSha256Sum property." + } +} + +# unzip and move +Expand-Archive "$TMP_DOWNLOAD_DIR/$distributionUrlName" -DestinationPath "$TMP_DOWNLOAD_DIR" | Out-Null +Rename-Item -Path "$TMP_DOWNLOAD_DIR/$distributionUrlNameMain" -NewName $MAVEN_HOME_NAME | Out-Null +try { + Move-Item -Path "$TMP_DOWNLOAD_DIR/$MAVEN_HOME_NAME" -Destination $MAVEN_HOME_PARENT | Out-Null +} catch { + if (! (Test-Path -Path "$MAVEN_HOME" -PathType Container)) { + Write-Error "fail to move MAVEN_HOME" + } +} finally { + try { Remove-Item $TMP_DOWNLOAD_DIR -Recurse -Force | Out-Null } + catch { Write-Warning "Cannot remove $TMP_DOWNLOAD_DIR" } +} + +Write-Output "MVN_CMD=$MAVEN_HOME/bin/$MVN_CMD" diff --git a/dev_wms_serve/pom.xml b/dev_wms_serve/pom.xml new file mode 100644 index 0000000..864b6d4 --- /dev/null +++ b/dev_wms_serve/pom.xml @@ -0,0 +1,164 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.3.5 + + + com + dev_wms_serve + 3.2 + dev_wms_serve + dev_wms_serve + + + + + + + + + + + + + + + 21 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-quartz + + + + com.mysql + mysql-connector-j + runtime + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.baomidou + mybatis-plus-spring-boot3-starter + 3.5.7 + + + org.apache.httpcomponents + httpclient + 4.5.13 + + + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.alibaba + fastjson + 2.0.21 + + + + + cn.hutool + hutool-all + 5.8.33 + + + + + + com.alibaba + easyexcel + 4.0.3 + + + + cn.afterturn + easypoi-spring-boot-starter + 4.5.0 + + + + com.google.guava + guava + 33.3.1-jre + + + + junit + junit + test + + + org.jetbrains + annotations + 26.0.2 + compile + + + + + org.apache.commons + commons-compress + 1.26.0 + + + + + org.xmlunit + xmlunit-core + 2.10.0 + test + + + + + wms-server + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/WmsMainApplication.java b/dev_wms_serve/src/main/java/com/wms_main/WmsMainApplication.java new file mode 100644 index 0000000..a1e73ed --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/WmsMainApplication.java @@ -0,0 +1,40 @@ +package com.wms_main; + +import org.springframework.boot.ApplicationArguments; +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.context.ConfigurableApplicationContext; + +/** + * 系统启动类 + */ +@SpringBootApplication +public class WmsMainApplication { + + /** + * 用于重启程序的上下文 + */ + private static ConfigurableApplicationContext context; + + /** + * 主函数,程序的入口 + * + * @param args 命令行参数,以字符串数组形式传入 + */ + public static void main(String[] args) { + context = SpringApplication.run(WmsMainApplication.class, args); + } + + /** + * 重启程序 + */ + public static void restart() { + ApplicationArguments args = context.getBean(ApplicationArguments.class); + Thread thread = new Thread(() -> { + context.close(); + context = SpringApplication.run(WmsMainApplication.class, args.getSourceArgs()); + }); + thread.setDaemon(false); + thread.start(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/app/AppCommon.java b/dev_wms_serve/src/main/java/com/wms_main/app/AppCommon.java new file mode 100644 index 0000000..e92c358 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/app/AppCommon.java @@ -0,0 +1,150 @@ +package com.wms_main.app; + +import com.wms_main.dao.ITAppConfigService; +import com.wms_main.dao.ITAppGoodsService; +import com.wms_main.dao.ITAppLocationService; +import com.wms_main.model.po.TAppConfig; +import com.wms_main.model.po.TAppGoods; +import com.wms_main.model.po.TAppLocation; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Component; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * Application 共享 + */ +@Component +@RequiredArgsConstructor +@Slf4j +public class AppCommon { + /** + * 配置服务 + */ + private final ITAppConfigService appConfigService; + private final ITAppLocationService appLocationService; + private final ITAppGoodsService appGoodsService; + /** + * 配置map + */ + public final Map configMap = new HashMap<>(); + /** + * 库位map + */ + public final Map instantLocationMap = new HashMap<>(); + /** + * 物料信息Map + */ + private final Map instantGoodsMap = new HashMap<>(); + + /** + * 根据key获取值 + * @param key 键 + * @return 值 + */ + public String getConfigByKey(String key) { + if (configMap.isEmpty()) { + if (!initConfigMap()) { + log.error("配置初始化失败,请尝试重启程序。"); + return ""; + } + } + return configMap.get(key); + } + + /** + * 更新配置 + * @return 更新结果 + */ + public boolean initConfigMap() { + configMap.clear();// 清除配置值 + try { + // 获取到所有的配置 + List configList = appConfigService.list(); + if (!configList.isEmpty()) { + for (TAppConfig appConfig : configList) { + configMap.put(appConfig.getConfigKey(), appConfig.getConfigValue()); + log.info("导入系统配置成功---{}:{}", appConfig.getConfigName(), appConfig.getConfigValue()); + } + } + return true; + } catch (Exception e) { + return false; + } + } + + /** + * 根据库位id获取库位信息 + * @param locationId 库位id + * @return 库位详情 + */ + public TAppLocation getInstantLocationByLocationId(String locationId) { + if (instantLocationMap.isEmpty()) { + if (!initInstantLocationMap()) { + log.error("库位缓存失败,请尝试重启程序。"); + return null; + } + } + return instantLocationMap.get(locationId); + } + + /** + * 初始化库位缓存map + * @return 缓存结果 + */ + public boolean initInstantLocationMap() { + instantLocationMap.clear(); + try { + // 获取到所有的配置 + List locationList = appLocationService.list(); + if (!locationList.isEmpty()) { + for (TAppLocation appLocation : locationList) { + instantLocationMap.put(appLocation.getLocationId(), appLocation); + } + } + log.info("库位缓存成功。"); + return true; + } catch (Exception e) { + return false; + } + } + + /** + * 根据料号获取物料信息 + * @param goodsId 料号 + * @return 物料信息 + */ + public TAppGoods getInstantGoodsByGoodsId(String goodsId) { + if (instantGoodsMap.isEmpty()) { + if (!initInstantGoodsMap()) { + log.error("物料缓存失败,请尝试重启程序。"); + return null; + } + } + return instantGoodsMap.get(goodsId); + } + + /** + * 缓存物料信息 + * @return 缓存结果 + */ + public boolean initInstantGoodsMap() { + instantGoodsMap.clear(); + try { + // 获取到所有的配置 + List goodsList = appGoodsService.list(); + if (!goodsList.isEmpty()) { + for (TAppGoods appGoods : goodsList) { + instantGoodsMap.put(appGoods.getGoodsId(), appGoods); + } + } + log.info("缓存物料信息成功。"); + return true; + } catch (Exception e) { + return false; + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/app/AppStartComplete.java b/dev_wms_serve/src/main/java/com/wms_main/app/AppStartComplete.java new file mode 100644 index 0000000..8f98050 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/app/AppStartComplete.java @@ -0,0 +1,12 @@ +package com.wms_main.app; + +import org.springframework.boot.CommandLineRunner; +import org.springframework.stereotype.Component; + +@Component +public class AppStartComplete implements CommandLineRunner { + @Override + public void run(String... args) { + System.out.println("WMS启动完成......"); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/config/MybatisPlusConfig.java b/dev_wms_serve/src/main/java/com/wms_main/config/MybatisPlusConfig.java new file mode 100644 index 0000000..7edce3d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/config/MybatisPlusConfig.java @@ -0,0 +1,32 @@ +package com.wms_main.config; + +import com.baomidou.mybatisplus.annotation.DbType; +import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor; +import com.baomidou.mybatisplus.extension.plugins.inner.PaginationInnerInterceptor; +import org.mybatis.spring.annotation.MapperScan; +import org.springframework.boot.SpringBootConfiguration; +import org.springframework.context.annotation.Bean; +import org.springframework.transaction.annotation.EnableTransactionManagement; + +/** + * mp配置类 + */ +@SpringBootConfiguration +@MapperScan("com.wms_main.mapper") +@EnableTransactionManagement +public class MybatisPlusConfig { + /** + * 分页插件的控制 + * @return MybatisPlusInterceptor + */ + @Bean + public MybatisPlusInterceptor mybatisPlusInterceptor() { + MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor(); + // 添加分页插件 + PaginationInnerInterceptor pageInnerInterceptor = new PaginationInnerInterceptor(); + pageInnerInterceptor.setDbType(DbType.MYSQL); + pageInnerInterceptor.setMaxLimit(1000L); + interceptor.addInnerInterceptor(pageInnerInterceptor); + return interceptor; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/config/ResourceConfig.java b/dev_wms_serve/src/main/java/com/wms_main/config/ResourceConfig.java new file mode 100644 index 0000000..4a84247 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/config/ResourceConfig.java @@ -0,0 +1,17 @@ +package com.wms_main.config; + +import org.springframework.context.annotation.Configuration; +import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; +import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; + +@Configuration +public class ResourceConfig implements WebMvcConfigurer { + /** + * 图片地址映射 + * @param registry 注册 + */ + @Override + public void addResourceHandlers(ResourceHandlerRegistry registry) { + registry.addResourceHandler("/image/**").addResourceLocations("file:D:/image/"); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/config/advice/WmsControllerExceptionHandler.java b/dev_wms_serve/src/main/java/com/wms_main/config/advice/WmsControllerExceptionHandler.java new file mode 100644 index 0000000..e942011 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/config/advice/WmsControllerExceptionHandler.java @@ -0,0 +1,60 @@ +package com.wms_main.config.advice; + +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import lombok.extern.slf4j.Slf4j; +import org.springframework.http.converter.HttpMessageConversionException; +import org.springframework.validation.FieldError; +import org.springframework.web.bind.MethodArgumentNotValidException; +import org.springframework.web.bind.annotation.ControllerAdvice; +import org.springframework.web.bind.annotation.ExceptionHandler; +import org.springframework.web.bind.annotation.ResponseBody; + +/** + * WMS 接口异常处理类 + */ +@ControllerAdvice(value = "com.wms_main.controller.wms") +@ResponseBody +@Slf4j +public class WmsControllerExceptionHandler { + + /** + * 参数校验失败 + * @param ex 异常 + * @return 返回值 + */ + @ExceptionHandler(value = MethodArgumentNotValidException.class) + public BaseWmsApiResponse methodArgumentNotValidException(MethodArgumentNotValidException ex) { + log.error("Wms接口请求参数错误:{}", ex.getMessage()); + String errMessage = "请求参数错误"; + FieldError fieldError = ex.getBindingResult().getFieldError(); + if(fieldError != null) { + errMessage = fieldError.getDefaultMessage(); + } + return BaseWmsApiResponse.error(errMessage); + } + + /** + * 参数类型转换失败 + * @param ex 异常 + * @return 返回值 + */ + @ExceptionHandler(HttpMessageConversionException.class) + public BaseWmsApiResponse parameterTypeException(HttpMessageConversionException ex) { + log.error("Wms接口请求参数格式错误:{}", ex.getMessage()); + String errorMessage = "请求参数格式错误,请参照接口文档"; + return BaseWmsApiResponse.error(errorMessage); + + } + + /** + * 捕获所有异常 + * @param e 异常 + * @return 返回值 + */ + @ExceptionHandler(value = Exception.class) + public BaseWmsApiResponse handleException(Exception e) { + log.error("Wms接口异常:{}", e.getMessage()); + return BaseWmsApiResponse.error(String.format("发生异常:%s", e.getMessage())); + } + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/AppConstant.java b/dev_wms_serve/src/main/java/com/wms_main/constant/AppConstant.java new file mode 100644 index 0000000..555c3fd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/AppConstant.java @@ -0,0 +1,23 @@ +package com.wms_main.constant; + +import lombok.Data; + +@Data +public class AppConstant { + /** + * WMS 服务端专属编号,禁止修改,数值为 0 - 99 整数 + */ + public static final short APP_ID = 1; + /** + * 根菜单ID + */ + public static final String ROOT_MENU_ID = "0"; + /** + * 管理员角色 + */ + public static final String ADMIN_ID = "0"; + /** + * 空物料号 + */ + public static final String EMPTY_GOODS_ID = "000000000"; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/jobs/JobStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/jobs/JobStatusEnums.java new file mode 100644 index 0000000..79a9c6d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/jobs/JobStatusEnums.java @@ -0,0 +1,17 @@ +package com.wms_main.constant.enums.jobs; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 定时任务状态 枚举 + */ +@Getter +@AllArgsConstructor +public enum JobStatusEnums { + STOP(0, "停止"), + RUN(1, "运行"); + + private final Integer status; + private final String description; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/jobs/JobTimerTypeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/jobs/JobTimerTypeEnums.java new file mode 100644 index 0000000..aa448c8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/jobs/JobTimerTypeEnums.java @@ -0,0 +1,17 @@ +package com.wms_main.constant.enums.jobs; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 定时器定时类型 + */ +@Getter +@AllArgsConstructor +public enum JobTimerTypeEnums { + SIMPLE(1, "简单任务"), + CRON(2, "cron表达式"); + + private final Integer type; + private final String description; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/others/DbsStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/others/DbsStatusEnums.java new file mode 100644 index 0000000..0d0bd3a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/others/DbsStatusEnums.java @@ -0,0 +1,14 @@ +package com.wms_main.constant.enums.others; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +@Getter +@AllArgsConstructor +public enum DbsStatusEnums { + NEW(0, "未开始"), + RUN(1, "已开始"), + FINISH(2, "已完成"); + private final Integer value; + private final String description; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/others/EmergencyOutReasonEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/others/EmergencyOutReasonEnums.java new file mode 100644 index 0000000..f31a03f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/others/EmergencyOutReasonEnums.java @@ -0,0 +1,14 @@ +package com.wms_main.constant.enums.others; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +@Getter +@AllArgsConstructor +public enum EmergencyOutReasonEnums { + FEEDING("补料"), + K_LACK("少K"), + GOODS_LACK("缺料"), + RETURN_ORDER("返工工单"); + private final String reason; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsApiResponseCodeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsApiResponseCodeEnums.java new file mode 100644 index 0000000..70da4e3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsApiResponseCodeEnums.java @@ -0,0 +1,15 @@ +package com.wms_main.constant.enums.wcs; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +@Getter +@AllArgsConstructor +public enum WcsApiResponseCodeEnums { + SUCCESS(0, "成功"), + EXIST(200, "已存在但是成功"), + FAIL(500, "失败"), + ERROR(999, "错误"); + private final int code; + private final String message; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsConveyTaskTypeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsConveyTaskTypeEnums.java new file mode 100644 index 0000000..8a2a16e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsConveyTaskTypeEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wcs; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wcs输送线任务类型 + */ +@Getter +@AllArgsConstructor +public enum WcsConveyTaskTypeEnums { + CONVEY_TASK_TYPE_PICK(1, "拣选"), + CONVEY_TASK_TYPE_ADD(2, "补货"), + CONVEY_TASK_TYPE_DELIVERY(3, "发货"), + CONVEY_TASK_TYPE_CHECK(4, "复核"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsStackerTaskStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsStackerTaskStatusEnums.java new file mode 100644 index 0000000..e521173 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsStackerTaskStatusEnums.java @@ -0,0 +1,23 @@ +package com.wms_main.constant.enums.wcs; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wcs任务状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WcsStackerTaskStatusEnums { + INIT(0, "任务初始化"), + WAIT(1, "任务排队中"), + RUN(2, "任务开始执行"), + LEAVE(3, "任务已经离开初始位置"), + MID(4, "任务到达中间点"), + ARRIVE(5, "任务到达目的地"), + FINISH(100, "任务完成"), + CANCEL(998, "任务取消"), + EXCEPTION(999, "任务异常"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsStackerTaskTypeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsStackerTaskTypeEnums.java new file mode 100644 index 0000000..ee745b2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wcs/WcsStackerTaskTypeEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wcs; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wcs任务类型枚举 + */ +@Getter +@AllArgsConstructor +public enum WcsStackerTaskTypeEnums { + IN(1, "入库"), + OUT(2, "出库"), + INVENTORY(3, "盘点"); + + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/AppConfigKeyEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/AppConfigKeyEnums.java new file mode 100644 index 0000000..269f912 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/AppConfigKeyEnums.java @@ -0,0 +1,30 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 应用配置key枚举 + */ +@Getter +@AllArgsConstructor +public enum AppConfigKeyEnums { + WCS_STACKER_TASK_URL("WcsStackerTaskUrl", "发送堆垛机任务地址"), + WCS_PICK_TASK_URL("WcsPickTaskUrl", "发送拣选任务地址"), + WCS_CANCEL_PICK_TASK_URL("WcsCancelPickTaskUrl", "发送取消拣选任务地址"), + WCS_RELEASE_BOX_URL("WcsReleaseBoxUrl", "发送释放站台箱子地址"), + STAND_CAPACITY("StandCapacity", "站台容量"), + IMAGE_IP("ImageIp", "图片存放ip"), + EMPTY_BACK("EmptyBack", "空载具是否回库"), + STOCK_WARNING_QTY("StockWarningQty", "库存预警数量"), + LOG_CLEAR_INTERVAL("LogClearInterval", "日志清理间隔"), + NORMAL_DATA_CLEAR_INTERVAL("NormalDataClearInterval", "正常数据清理间隔"), + IMPORTANT_DATA_CLEAR_INTERVAL("ImportantDataClearInterval", "重要数据清理间隔"), + EWM_SEND_VEHICLE_URL("EwmSendVehicleUrl", "发送车辆入库地址"), + EWM_SEND_WAREHOUSE_IN_COMPLETED_URL("EwmSendTaskCompleteUrl", "发送入库完成地址"), + EWM_SEND_CONTAINER_EMPTY_URL("VehicleEmpty", "发送箱体清空地址"), + EWM_GET_STOCK_LIST_URL("EwmStockBackUrl", "发送出库任务地址"), + EWM_SEND_WAREHOUSE_OUT_COMPLETED_URL("EwmSendOutTaskCompleteUrl", "发送出库完成地址"); + private final String key; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsApiResponseCodeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsApiResponseCodeEnums.java new file mode 100644 index 0000000..baaff72 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsApiResponseCodeEnums.java @@ -0,0 +1,15 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +@Getter +@AllArgsConstructor +public enum WmsApiResponseCodeEnums { + SUCCESS(0, "成功"), + WARNING(400, "警告"), + FAIL(500, "失败"), + ERROR(999, "错误"); + private final int code; + private final String message; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsGoodsStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsGoodsStatusEnums.java new file mode 100644 index 0000000..9e73ab4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsGoodsStatusEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 物料状态的枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsGoodsStatusEnums { + OK(0, "正常"), + BAD(1, "不合格"), + OVER_DUE(2, "过期"), + LONG_TIME_NO_USE(3, "长期未使用"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvResultEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvResultEnums.java new file mode 100644 index 0000000..0347d35 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvResultEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 盘点结果枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsInvResultEnums { + NONE(-99, "未盘点"), + MINUS(-1, "盘亏"), + EQUAL(0, "正常"), + PLUS(1, "盘盈"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvStatusEnums.java new file mode 100644 index 0000000..1de9552 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvStatusEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 盘点状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsInvStatusEnums { + INIT(0, "初始化"), + EXECUTED(1, "已解析"), + CONFIRMED(2, "已确认"); + + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvTypeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvTypeEnums.java new file mode 100644 index 0000000..f11b7d5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsInvTypeEnums.java @@ -0,0 +1,16 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 盘点类型枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsInvTypeEnums { + INV_TYPE_1(1, "明盘"), + INV_TYPE_2(2, "盲盘"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsLocationOccupyStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsLocationOccupyStatusEnums.java new file mode 100644 index 0000000..c7f0d62 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsLocationOccupyStatusEnums.java @@ -0,0 +1,17 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 库位占用状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsLocationOccupyStatusEnums { + EMPTY(0, "空闲"), + OCCUPY(1, "占用"); + + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsLockEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsLockEnums.java new file mode 100644 index 0000000..7774795 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsLockEnums.java @@ -0,0 +1,17 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 锁定状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsLockEnums { + UNLOCK(0, "未锁定"), + LOCKED(1, "已锁定"); + + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsOutTypeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsOutTypeEnums.java new file mode 100644 index 0000000..4ce7fba --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsOutTypeEnums.java @@ -0,0 +1,19 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * 出库类型 枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsOutTypeEnums { + EMPTY(1, "空箱出库"), + NORMAL(2, "普通出库"), + ALL_OUT(4, "完整出库"), + FOR_IN(5, "入库使用"), + EMERGE(9, "紧急出库"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsPickTaskStatusEnum.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsPickTaskStatusEnum.java new file mode 100644 index 0000000..c925abe --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsPickTaskStatusEnum.java @@ -0,0 +1,22 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wms拣选任务状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsPickTaskStatusEnum { + FOR_IN(-2, "入库用"), + TEMP(-1, "暂存中"), + WAIT(0, "待下发"), + SEND(1, "已下发"), + RUN(2, "执行中"), + ARRIVE(3, "已到达"), + LEAVE(4, "已离开"), + CANCEL(5, "已取消"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsStackerTaskStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsStackerTaskStatusEnums.java new file mode 100644 index 0000000..5caef42 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsStackerTaskStatusEnums.java @@ -0,0 +1,23 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wms任务状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsStackerTaskStatusEnums { + JOB(-2, "定时器用"), + TEMP(-1, "暂存"), + WAIT(0, "初始化"), + EXECUTED(1, "已解析"), + SEND(2, "已下发"), + RUN(3, "正在执行"), + FINISH(4, "执行完成"), + CANCEL(98, "已取消"), + EXCEPTION(99, "执行异常"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsStockStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsStockStatusEnums.java new file mode 100644 index 0000000..5ca36c3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsStockStatusEnums.java @@ -0,0 +1,20 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wms库存状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsStockStatusEnums { + OK(0, "在库"), + OUTING(1, "出库中"), + OUTED(2, "已出库"), + BACK(3, "回库中"), + LOCK(9, "锁定"); + + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsTaskTypeEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsTaskTypeEnums.java new file mode 100644 index 0000000..3f108eb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsTaskTypeEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wms任务类型枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsTaskTypeEnums { + IN(1, "入库"), + OUT(2, "出库"), + INVENTORY(3, "盘点"); + + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsUsableStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsUsableStatusEnums.java new file mode 100644 index 0000000..bbcd8d9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsUsableStatusEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * wms可用状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsUsableStatusEnums { + UNUSABLE(0, "不可用"), + USABLE(1, "可用"), + ; + + private final int code; + private final String message; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsVehicleStatusEnums.java b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsVehicleStatusEnums.java new file mode 100644 index 0000000..c6ac143 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/constant/enums/wms/WmsVehicleStatusEnums.java @@ -0,0 +1,18 @@ +package com.wms_main.constant.enums.wms; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * Wms载具状态枚举 + */ +@Getter +@AllArgsConstructor +public enum WmsVehicleStatusEnums { + IN(1, "入库中"), + ON(2, "在库"), + OUT(3, "出库中"), + LOCK(9, "锁定"); + private final Integer code; + private final String desc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/ConfigController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/ConfigController.java new file mode 100644 index 0000000..2dec77a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/ConfigController.java @@ -0,0 +1,44 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.ConfigQuery; +import com.wms_main.model.dto.request.wms.ConfigUpdateRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.ConfigVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.service.controller.IConfigControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 配置控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/config") +public class ConfigController { + private final IConfigControllerService configControllerService; + + /** + * 配置查询 + * @param configQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryConfigsByPage") + public WmsApiResponse> queryConfigsByPage(@RequestBody ConfigQuery configQuery) { + return configControllerService.queryConfigsByPage(configQuery); + } + + /** + * 配置更新 + * @param configUpdateRequest 更新请求 + * @return 更新结果 + */ + @PostMapping("/updateConfig") + public BaseWmsApiResponse updateConfig(@RequestBody ConfigUpdateRequest configUpdateRequest) { + return configControllerService.updateConfig(configUpdateRequest); + } + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/EquipmentController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/EquipmentController.java new file mode 100644 index 0000000..637c422 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/EquipmentController.java @@ -0,0 +1,27 @@ +package com.wms_main.controller.wms; +import com.wms_main.model.dto.query.EquipmentQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.EquipmentVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.service.controller.IEquipmentControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/equipment") +public class EquipmentController { + private final IEquipmentControllerService equipmentControllerService; + + /** + * 查询堆垛机信息 + * @param equipmentQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryEquipmentInfoByPage") + public WmsApiResponse> queryEquipmentInfoByPage(@RequestBody EquipmentQuery equipmentQuery) { + return equipmentControllerService.queryEquipmentInfoByPage(equipmentQuery); + } +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/ExcelController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/ExcelController.java new file mode 100644 index 0000000..bf7e503 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/ExcelController.java @@ -0,0 +1,214 @@ +package com.wms_main.controller.wms; + +import com.wms_main.excel.easypoi.service.IExportExcelEasyPoi; +import com.wms_main.excel.easypoi.service.IImportExcelEasyPoi; +import com.wms_main.model.dto.query.*; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.vo.others.FileVo; +import jakarta.servlet.http.HttpServletResponse; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; +import org.springframework.web.multipart.MultipartFile; + +import java.io.IOException; + +/** + * excel控制类 + */ +@ResponseBody +@RestController +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/excel") +public class ExcelController { + /** + * excel导入服务 + */ + private final IImportExcelEasyPoi importExcelEasyPoi; + /** + * excel导出服务 + */ + private final IExportExcelEasyPoi exportExcelEasyPoi; + + /** + * 导入基础物料数据 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importBaseGoods") + public BaseWmsApiResponse importBaseGoods(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportBaseGoods(file, fileVo); + } + + /** + * 导入盘点清单 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importInventoryRequest") + public BaseWmsApiResponse importInventoryRequest(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportInventoryRequest(file, fileVo); + } + + /** + * 导入看板数据 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importKanban") + public BaseWmsApiResponse importKanban(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportKanban(file, fileVo); + } + + /** + * 导入DBS计划数据 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importDbs") + public BaseWmsApiResponse importDbs(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportDbs(file, fileVo); + } + + /** + * 导入配料单及图纸 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importProduct") + public BaseWmsApiResponse importProduct(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportProduct(file, fileVo); + } + + /** + * 导入服务件配料单及图纸 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importServiceProduct") + public BaseWmsApiResponse importServiceProduct(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportServiceProduct(file, fileVo); + } + + /** + * 导入总成-单片对应关系 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @PostMapping("/importProductExtend") + public BaseWmsApiResponse importProductExtend(@RequestPart("file") MultipartFile file, @RequestPart("fileVo") FileVo fileVo) throws Exception { + return importExcelEasyPoi.doImportProductExtend(file, fileVo); + } + + /** + * 导出DBS + * @param dbsQuery 请求 + */ + @PostMapping("/exportDbsWithExcel") + public void exportDbsWithExcel(@RequestBody DbsQuery dbsQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportDbs(dbsQuery, response); + } + + /** + * 导出配料单 + * @param kittingBomQuery 请求 + */ + @PostMapping("/exportKittingBomWithExcel") + public void exportKittingBomWithExcel(@RequestBody KittingBomQuery kittingBomQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportKittingBom(kittingBomQuery, response); + } + + /** + * 导出配对关系 + * @param kittingBomRelationQuery 请求 + */ + @PostMapping("/exportKittingBomRelationWithExcel") + public void exportKittingBomRelationWithExcel(@RequestBody KittingBomRelationQuery kittingBomRelationQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportKittingBomRelations(kittingBomRelationQuery, response); + } + + /** + * 导出库存信息 + * @param stockQuery 请求 + */ + @PostMapping("/exportStockExcel") + public void exportStockExcel(@RequestBody StockQuery stockQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportStocks(stockQuery, response); + } + + /** + * 导出物料基础信息 + * @param goodsQuery 请求 + */ + @PostMapping("/exportGoodsExcel") + public void exportGoodsExcel(@RequestBody GoodsQuery goodsQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportGoods(goodsQuery, response); + } + + /** + * 导出库存更新记录 + * @param stockUpdateQuery 请求 + */ + @PostMapping("/exportStockUpdateExcel") + public void exportStockUpdateExcel(@RequestBody StockUpdateQuery stockUpdateQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportStockUpdate(stockUpdateQuery, response); + } + + /** + * 导出工作详情信息 + * @param workSummaryQuery 请求 + */ + @PostMapping("/exportWorkSummaryExcel") + public void exportWorkSummaryExcel(@RequestBody WorkSummaryQuery workSummaryQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportWorkSummaryExcel(workSummaryQuery, response); + } + + /** + * 导出看板需求 + * @param kanbanQuery 请求 + */ + @PostMapping("/exportKanbanExcel") + public void exportKanbanExcel(@RequestBody KanbanQuery kanbanQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportKanbanExcel(kanbanQuery, response); + } + + /** + * 导出入库记录 + * @param wmsTaskQuery 请求 + */ + @PostMapping("/exportInTaskRecordExcel") + public void exportInTaskRecordExcel(@RequestBody WmsTaskQuery wmsTaskQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportInTaskRecords(wmsTaskQuery, response); + } + + /** + * 导出出库记录 + * @param wmsTaskQuery 请求 + */ + @PostMapping("/exportOutTaskRecordExcel") + public void exportOutTaskRecordExcel(@RequestBody WmsTaskQuery wmsTaskQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportOutTaskRecords(wmsTaskQuery, response); + } + + /** + * 导出库位详情记录 + */ + @PostMapping("/exportLocationDetailExcel") + public void exportLocationDetailExcel(HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportLocationAndStockExcel(response); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/FileController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/FileController.java new file mode 100644 index 0000000..0b4c3d4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/FileController.java @@ -0,0 +1,18 @@ +package com.wms_main.controller.wms; + +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.CrossOrigin; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.RestController; + +/** + * 文件操作控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/files") +public class FileController { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/GoodsController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/GoodsController.java new file mode 100644 index 0000000..65e3ab2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/GoodsController.java @@ -0,0 +1,41 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.GoodsQuery; +import com.wms_main.model.vo.wms.GoodsVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.service.controller.IGoodsControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 物料控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/goods") +public class GoodsController { + private final IGoodsControllerService goodsControllerService; + + /** + * 根据条件查询物料信息---分页 + * @param goodsQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/getGoodsInfoByPage") + public WmsApiResponse> getGoodsInfoByPage(@RequestBody GoodsQuery goodsQuery) { + return goodsControllerService.getGoodsInfoByPage(goodsQuery); + } + + /** + * 根据物料id查询物料信息 + * @param goodsId 查询参数 + * @return 查询结果 + */ + @GetMapping("/getGoodsInfoByGoodsId") + public WmsApiResponse getGoodsInfoByGoodsId(@RequestParam("goodsId") String goodsId) { + return goodsControllerService.getGoodsInfoByGoodsId(goodsId); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/JobController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/JobController.java new file mode 100644 index 0000000..10a9e2c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/JobController.java @@ -0,0 +1,31 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.JobQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.JobVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.service.controller.IJobControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 定时类控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/job") +public class JobController { + private final IJobControllerService jobControllerService; + + /** + * 查询定时任务信息 + * @param jobQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryJobInfoByPage") + public WmsApiResponse> queryJobInfoByPage(@RequestBody JobQuery jobQuery) { + return jobControllerService.queryJobInfoByPage(jobQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/KateWorkController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/KateWorkController.java new file mode 100644 index 0000000..29ca027 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/KateWorkController.java @@ -0,0 +1,256 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.bo.wms.BoxSummary; +import com.wms_main.model.bo.wms.KanbanLackDetail; +import com.wms_main.model.dto.query.*; +import com.wms_main.model.dto.request.wms.*; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.*; +import com.wms_main.service.controller.IKateWorkControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +import java.util.List; + +/** + * 卡特相关控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/kate") +public class KateWorkController { + private final IKateWorkControllerService kateWorkControllerService; + + /** + * 处理查询请求 + * @param kateWorksQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryKateWorks") + public WmsApiResponse queryKateWorks(@RequestBody KateWorksQuery kateWorksQuery) { + return kateWorkControllerService.queryKateWorks(kateWorksQuery); + } + + /** + * 请求创建工作 + * @param initKateWorkRequest 请求参数 + * @return 查询结果 + */ + @PostMapping("/initWorks") + public BaseWmsApiResponse initWorks(@RequestBody InitKateWorkRequest initKateWorkRequest) { + return kateWorkControllerService.initWorks(initKateWorkRequest); + } + + /** + * 获取工作信息 + * @param kateWorksQuery 请求参数 + * @return 查询结果 + */ + @PostMapping("/getCurrentWorks") + public WmsApiResponse getCurrentWorks(@RequestBody KateWorksQuery kateWorksQuery) { + return kateWorkControllerService.getCurrentWorks(kateWorksQuery); + } + + /** + * 确认工作 + * @param confirmWorkRequest 请求参数 + * @return 查询结果 + */ + @PostMapping("/confirmCurrentWork") + public BaseWmsApiResponse confirmCurrentWork(@RequestBody ConfirmWorkRequest confirmWorkRequest) { + return kateWorkControllerService.confirmCurrentWork(confirmWorkRequest); + } + + /** + * 查询图纸 + * @param request 请求参数 + * @return 查询结果 + */ + @PostMapping("/getImageOfWork") + public WmsApiResponse getImageOfWork(@RequestBody BaseWmsRequest request) { + return kateWorkControllerService.getImageOfWork(request); + } + + /** + * 配料界面获取料盒显示信息 + * @param request 请求 + * @return 查询结果 + */ + @PostMapping("/getBoxesAndLacks") + WmsApiResponse getBoxesAndLacks(@RequestBody BaseWmsRequest request) { + return kateWorkControllerService.getBoxesAndLacks(request); + } + + /** + * 分页查看看板 + * @param kanbanQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryKanbanByPage") + WmsApiResponse> queryKanbanByPage(@RequestBody KanbanQuery kanbanQuery) { + return kateWorkControllerService.queryKanbanByPage(kanbanQuery); + } + + /** + * 生成看板需求 + * @param genRequest 生成需求 + * @return 处理结果 + */ + @PostMapping("/genClcKanbanRequirement") + WmsApiResponse> genClcKanbanRequirement(@RequestBody GenKanbanRequirementRequest genRequest) { + return kateWorkControllerService.genClcKanbanRequirement(genRequest); + } + + /** + * 获取物料需求 + * @param goodsRequireRequest 请求参数 + * @return 处理结果 + */ + @PostMapping("/getGoodsRequirement") + WmsApiResponse> getGoodsRequirement(@RequestBody GoodsRequireRequest goodsRequireRequest) { + return kateWorkControllerService.getGoodsRequirement(goodsRequireRequest); + } + + /** + * 查询图纸 + * @param imageQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/requestImageDetail") + public WmsApiResponse> requestImageDetail(@RequestBody ImageQuery imageQuery) { + return kateWorkControllerService.requestImageDetail(imageQuery); + } + + /** + * 查询图纸---分页 + * @param imageQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryImagesByPage") + public WmsApiResponse> queryImagesByPage(@RequestBody ImageQuery imageQuery) { + return kateWorkControllerService.queryImagesByPage(imageQuery); + } + + /** + * 查询DBS数据--分页 + * @param dbsQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryDbsByPage") + public WmsApiResponse> queryDbsByPage(@RequestBody DbsQuery dbsQuery) { + return kateWorkControllerService.queryDbsByPage(dbsQuery); + } + + /** + * 查询配料单数据--分页 + * @param kittingBomQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryKittingBomByPage") + public WmsApiResponse> queryKittingBomByPage(@RequestBody KittingBomQuery kittingBomQuery) { + return kateWorkControllerService.queryKittingBomByPage(kittingBomQuery); + } + + /** + * 查询配对关系数据--分页 + * @param kittingBomRelationQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryRelationByPage") + public WmsApiResponse> queryKittingRelationByPage(@RequestBody KittingBomRelationQuery kittingBomRelationQuery) { + return kateWorkControllerService.queryKittingRelationByPage(kittingBomRelationQuery); + } + + /** + * 查询工作分析数据--分页 + * @param workSummaryQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryWorkSummaryByPage") + public WmsApiResponse> queryWorkSummaryByPage(@RequestBody WorkSummaryQuery workSummaryQuery) { + return kateWorkControllerService.queryWorkSummaryByPage(workSummaryQuery); + } + + /** + * 查询当前站台待工作的物料列表 + * @param workSummaryQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryWorkingGoodsByPage") + public WmsApiResponse> queryWorkingGoodsByPage(@RequestBody WorkSummaryQuery workSummaryQuery) { + return kateWorkControllerService.queryWorkingGoodsByPage(workSummaryQuery); + } + + /** + * 查询当前站台待工作的物料列表 + * @param kateWorksQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/getLackGoods") + public WmsApiResponse> getLackGoods(@RequestBody KateWorksQuery kateWorksQuery) { + return kateWorkControllerService.getLackGoods(kateWorksQuery); + } + + /** + * 更新工作 + * @param updateWorkRequest 更新请求 + * @return 响应结果 + */ + @PostMapping("/updateKateWorks") + public BaseWmsApiResponse updateKateWorks(@RequestBody UpdateWorkRequest updateWorkRequest) { + return kateWorkControllerService.updateKateWorks(updateWorkRequest); + } + + /** + * 关闭当前缺料工作 + * @param closeWorkRequest 关闭请求 + * @return 关闭结果 + */ + @PostMapping("/closeCurrentWorks") + public BaseWmsApiResponse closeCurrentWorks(@RequestBody UpdateWorkRequest closeWorkRequest) { + return kateWorkControllerService.closeCurrentWorks(closeWorkRequest); + } + + /** + * 请求打印料盒标签 + * @param kateWorksQuery 查询参数 + * @return 需要打印的料盒标签 + */ + @PostMapping("/requestPrintBoxTags") + WmsApiResponse requestPrintBoxTags(@RequestBody KateWorksQuery kateWorksQuery) { + return kateWorkControllerService.requestPrintBoxTags(kateWorksQuery); + } + + /** + * 删除当前dbs工单计划 + * @param dbsRequest 关闭请求 + * @return 删除结果 + */ + @PostMapping("/deleteDbsPlan") + public BaseWmsApiResponse deleteDbsPlan(@RequestBody DbsRequest dbsRequest) { + return kateWorkControllerService.deleteDbsPlan(dbsRequest); + } + + /** + * 删除配料单 + * @param kittingBomRequest 删除请求 + * @return 删除结果 + */ + @PostMapping("/deleteKittingBom") + public BaseWmsApiResponse deleteKittingBom(@RequestBody KittingBomRequest kittingBomRequest) { + return kateWorkControllerService.deleteKittingBom(kittingBomRequest); + } + + /** + * 获取目标工单列表 + * @param dbsQuery 查询参数 + * @return 目标工单列表 + */ + @PostMapping("/getTargetOrderList") + public WmsApiResponse> getTargetOrderList(@RequestBody DbsQuery dbsQuery) { + return kateWorkControllerService.getTargetOrderList(dbsQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LocationController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LocationController.java new file mode 100644 index 0000000..077d807 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LocationController.java @@ -0,0 +1,53 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.LocationQuery; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.LocationVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.service.controller.ILocationControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +import java.util.List; + +/** + * 卡特相关控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/location") +public class LocationController { + private final ILocationControllerService locationControllerService;// 库位控制类服务 + + /** + * 初始化库位 + * @param locationQuery 查询 + * @return 创建结果 + */ + @PostMapping("/genLocations") + public BaseWmsApiResponse genLocations(@RequestBody LocationQuery locationQuery) { + return locationControllerService.genLocations(locationQuery); + } + + /** + * 分页查询库位 + * @param locationQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryLocationsByPage") + public WmsApiResponse> queryLocationsByPage(@RequestBody LocationQuery locationQuery) { + return locationControllerService.queryLocationsByPage(locationQuery); + } + + /** + * 获取所有库位信息 + * @return 所有库位列表 + */ + @GetMapping("/getAllLocations") + public WmsApiResponse> getAllLocations() { + return locationControllerService.getAllLocations(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LogController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LogController.java new file mode 100644 index 0000000..2fe5b0d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LogController.java @@ -0,0 +1,43 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.SysApiQuery; +import com.wms_main.model.dto.query.SysLogQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.SysApiVo; +import com.wms_main.model.vo.wms.SysLogVo; +import com.wms_main.service.controller.ILogControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 日志控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/log") +public class LogController { + private final ILogControllerService logControllerService; + + /** + * 查询接口接收日志 + * @param logQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryLogsByPage") + public WmsApiResponse> queryLogsByPage(@RequestBody SysLogQuery logQuery) { + return logControllerService.queryLogsByPage(logQuery); + } + + /** + * 查询接口发送日志 + * @param apiQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryApisByPage") + public WmsApiResponse> queryApisByPage(@RequestBody SysApiQuery apiQuery) { + return logControllerService.queryApisByPage(apiQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LoginController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LoginController.java new file mode 100644 index 0000000..6e5a00c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/LoginController.java @@ -0,0 +1,45 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.request.wms.LoginRequest; +import com.wms_main.model.vo.wms.UserLoginVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.service.controller.ILoginControllerService; +import jakarta.servlet.http.HttpServletRequest; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +import static com.wms_main.repository.utils.StringUtils.getIpAddr; + +/** + * 登录控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/login") +public class LoginController { + private final HttpServletRequest servletRequest;// 请求头部信息 + + private final ILoginControllerService loginControllerService; + + /** + * 带密码登录 + * @param request 请求 + * @return 登录结果 + */ + @PostMapping("/loginWithAuth") + public WmsApiResponse loginWithAuth(@RequestBody LoginRequest request) { + return loginControllerService.loginWithAuth(request.getLoginAccount(), request.getLoginPassword(), getIpAddr(servletRequest)); + } + + /** + * 无密码登录 + * @param request 请求 + * @return 登录结果 + */ + @PostMapping("/loginWithOutAuth") + public WmsApiResponse loginWithOutAuth(@RequestBody LoginRequest request) { + return loginControllerService.loginWithAuth(request.getLoginAccount(), request.getLoginPassword(), getIpAddr(servletRequest)); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/MenuController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/MenuController.java new file mode 100644 index 0000000..d802632 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/MenuController.java @@ -0,0 +1,18 @@ +package com.wms_main.controller.wms; + +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.CrossOrigin; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.RestController; + +/** + * 菜单及按钮控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/menu") +public class MenuController { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/PickPlanController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/PickPlanController.java new file mode 100644 index 0000000..1e4d337 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/PickPlanController.java @@ -0,0 +1,31 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.PickPlanQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.PickPlanVo; +import com.wms_main.service.controller.IPickPlanControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 卡特相关控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/pickPlan") +public class PickPlanController { + private final IPickPlanControllerService pickPlanControllerService; + + /** + * 分页查询拣选计划 + * @param pickPlanQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryPickPlansByPage") + public WmsApiResponse> queryPickPlansByPage(@RequestBody PickPlanQuery pickPlanQuery) { + return pickPlanControllerService.queryPickPlanInfoByPage(pickPlanQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/PickTaskBakController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/PickTaskBakController.java new file mode 100644 index 0000000..5f538ec --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/PickTaskBakController.java @@ -0,0 +1,28 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.PickTaskBakQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.PickTaskBakVo; +import com.wms_main.service.controller.IPickTaskBakControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/pickTaskBak") +public class PickTaskBakController { + private final IPickTaskBakControllerService pickTaskBakControllerService; + + /** + * 分页查询拣选记录 + * @param pickTaskBakQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryPickTaskBaksByPage") + public WmsApiResponse> queryPickTaskBaksByPage(@RequestBody PickTaskBakQuery pickTaskBakQuery) { + return pickTaskBakControllerService.queryPickBakInfoByPage(pickTaskBakQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/StandController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/StandController.java new file mode 100644 index 0000000..050f1bc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/StandController.java @@ -0,0 +1,57 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.StandQuery; +import com.wms_main.model.dto.request.wms.UpdateStandRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.StandVo; +import com.wms_main.service.controller.IStandControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +import java.util.List; + +/** + * 站台控制器 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/stand") +public class StandController { + + private final IStandControllerService standControllerService; + /** + * 获取所有站台信息 + * + * @param standQuery 查询参数 + * @return 站台信息列表 + */ + @PostMapping("/getAllStands") + public WmsApiResponse> getAllStands(@RequestBody StandQuery standQuery) { + return standControllerService.getAllStands(standQuery); + } + + /** + * 更新站台信息 + * + * @param request 更新请求 + * @return 更新结果 + */ + @PostMapping("/updateStandInfo") + public BaseWmsApiResponse updateStandInfo(@RequestBody UpdateStandRequest request) { + return standControllerService.updateStandInfo(request); + } + + /** + * 关闭站台 + * + * @param request 关闭请求 + * @return 关闭结果 + */ + @PostMapping("/closeStandInfo") + public BaseWmsApiResponse closeStandInfo(@RequestBody UpdateStandRequest request) { + return standControllerService.closeStandInfo(request); + } +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/StockController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/StockController.java new file mode 100644 index 0000000..263db1c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/StockController.java @@ -0,0 +1,57 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.StockQuery; +import com.wms_main.model.dto.query.StockUpdateQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.StockUpdateVo; +import com.wms_main.model.vo.wms.StockVo; +import com.wms_main.service.controller.IStockControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 库存控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/stock") +public class StockController { + /** + * 库存控制类服务 + */ + private final IStockControllerService stockControllerService; + + /** + * 分页查询库存 + * @param stockQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryStocksByPage") + public WmsApiResponse> queryStocksByPage(@RequestBody StockQuery stockQuery) + { + return stockControllerService.queryStocksByPage(stockQuery); + } + + /* + 查询库存 + */ + @PostMapping("/queryStocks") + public WmsApiResponse> queryStocks(@RequestBody StockQuery stockQuery) + { + return stockControllerService.queryStocks(stockQuery); + } + + /** + * 分页查询库存更新记录 + * @param stockUpdateQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryStockUpdateByPage") + public WmsApiResponse> queryStockUpdateByPage(@RequestBody StockUpdateQuery stockUpdateQuery) + { + return stockControllerService.queryStockUpdateByPage(stockUpdateQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/SystemController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/SystemController.java new file mode 100644 index 0000000..f6c43f2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/SystemController.java @@ -0,0 +1,39 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.request.wms.BaseWmsRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.service.controller.ISystemControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 系统控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/system") +public class SystemController { + private final ISystemControllerService systemControllerService;// 系统控制类服务 + + /** + * 重启系统 + * @param baseWmsRequest 请求 + * @return 响应结果 + */ + @PostMapping("/restartSystem") + public BaseWmsApiResponse restartSystem(@RequestBody BaseWmsRequest baseWmsRequest) { + return systemControllerService.restartSystem(baseWmsRequest); + } + + /** + * 重载配置 + * @param baseWmsRequest 请求 + * @return 响应结果 + */ + @PostMapping("/reloadConfig") + public BaseWmsApiResponse reloadConfig(@RequestBody BaseWmsRequest baseWmsRequest) { + return systemControllerService.reloadConfig(baseWmsRequest); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskController.java new file mode 100644 index 0000000..125b9a9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskController.java @@ -0,0 +1,253 @@ +package com.wms_main.controller.wms; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.constant.enums.wms.WmsPickTaskStatusEnum; +import com.wms_main.dao.ITAppPickTaskService; +import com.wms_main.dao.ITAppStockCompareService; +import com.wms_main.dao.ITempEwmInboundDataService; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.dto.request.ewm.*; +import com.wms_main.model.dto.request.wcs.WcsBoxArriveRequest; +import com.wms_main.model.dto.request.wcs.WcsTaskResultRequest; +import com.wms_main.model.dto.request.wcs.WcsVehicleInRequest; +import com.wms_main.model.dto.request.wms.*; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.dto.response.ewm.EwmApiLocalResponse; +import com.wms_main.model.dto.response.ewm.EwmApiStockResponse; +import com.wms_main.model.dto.response.wcs.BaseWcsApiResponse; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppPickTask; +import com.wms_main.model.po.TAppStockCompare; +import com.wms_main.model.vo.wms.InventoryConfirmVo; +import com.wms_main.model.vo.wms.TaskConfirmVo; +import com.wms_main.service.api.IEwmApiService; +import com.wms_main.service.controller.ITaskControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +import java.util.List; + +/** + * 任务控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/task") +public class TaskController { + private final ITaskControllerService taskControllerService; + private final IEwmApiService ewmApiService; + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + + + /** + * 请求入库 + * @param stockInRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/requireStockIn") + public BaseWmsApiResponse requireStockIn(@RequestBody StockInRequest stockInRequest) { + return taskControllerService.requireStockIn(stockInRequest); + } + + /** + * 请求出库 + * @param stockOutRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/requireStockOut") + public BaseWmsApiResponse requireStockOut(@RequestBody StockOutRequest stockOutRequest) { + return taskControllerService.requireStockOut(stockOutRequest); + } + + /** + * 拉取EWM系统的库存信息进行比对 + */ + @PostMapping("/queryStocksCompare") + public BaseWmsApiResponse getEwmStock(SendEwmGetStockInformationRequest request) { + return taskControllerService.getEwmStock(request); + } + + /** + * EWM请求取消入库任务 + */ + @PostMapping("/cancelOrderInTasks") + public EwmApiBackResponse cancelOrderInTasks(@RequestBody SendWarehouseInCompletedRequest request) { + return taskControllerService.cancelOrderInTasks(request); + } + + + /** + * 查询比对数据库的数据 + */ + @PostMapping("/getCompareData") + public WmsApiResponse> getCompareData() { + return taskControllerService.getCompareData(); + } + + /** + * 接收EWM系统下发的出库任务 + * @param EwmOutTaskRequest 请求请求 + * @return 处理结果 + */ + @PostMapping("/ewmRequestOutTask") + public EwmApiBackResponse ewmRequestOutTask(@RequestBody EwmOutTaskRequest EwmOutTaskRequest) { + return taskControllerService.ewmRequestOutTask(EwmOutTaskRequest); + } + + /** + * 入库用出库 + * @param voiRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/requireVehiclesForIn") + public BaseWmsApiResponse requireVehiclesForIn(@RequestBody VehicleOutForInRequest voiRequest) { + return taskControllerService.requireVehiclesForIn(voiRequest); + } + + /** + * 接收wcs反馈任务状态 + * @param wcsTaskResultRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/sendTaskResult") + public BaseWcsApiResponse sendTaskResult(@RequestBody WcsTaskResultRequest wcsTaskResultRequest) { + return taskControllerService.sendTaskResult(wcsTaskResultRequest); + } + + + /** + * test + */ + @PostMapping("/status") + public EwmApiBackResponse test(@RequestBody SendWarehouseOutCompletedRequest request) { + //return taskControllerService.ewmInformationBack(wcsVehicleInRequest); + // return ewmApiService.getEwmStock(request); + return ewmApiService.sendWarehouseOutCompleted(request); + //return ewmApiService.sendWarehouseInCompleted(new SendWarehouseInCompletedRequest()); + } + + /** + * wcs请求载具入库 + * @param wcsVehicleInRequest 载具请求 + * @return 处理结果 + */ + @PostMapping("/wcsRequestVehicleIn") + public WcsApiResponse wcsRequestVehicleIn(@RequestBody WcsVehicleInRequest wcsVehicleInRequest) { + return taskControllerService.wcsRequestVehicleIn(wcsVehicleInRequest); + } + + /** + * Wcs上报载具到达站台 + * @param boxArriveRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/boxArrive") + public BaseWcsApiResponse boxArrive(@RequestBody WcsBoxArriveRequest boxArriveRequest) { + return taskControllerService.boxArrive(boxArriveRequest); + } + + /** + * 取消拣选任务 + * @param pickTaskRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/cancelPickTasks") + public BaseWmsApiResponse cancelPickTasks(@RequestBody PickTaskRequest pickTaskRequest) { + return taskControllerService.cancelPickTasks(pickTaskRequest); + } + + /** + * PDA获取数据 + */ + @PostMapping("/getPdaData") + public WmsApiResponse> getPdaData(@RequestBody SendEwmVehicleForInRequest request) { + TAppPickTask thisPickTask = appPickTaskService.getOne(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, request.getContainerNo()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + ); + if (thisPickTask == null){ + return WmsApiResponse.error("该容器无对应的拣选任务,请检查一体机页面", null); + } + // 创建 BaseWmsRequest 并设置站台ID + BaseWmsRequest wmsRequest = new BaseWmsRequest(); + wmsRequest.setStandId(thisPickTask.getPickStand()); + return getCurrentTask(wmsRequest); + } + + /** + * 查询站台拣货任务---拣配工作之外 + * @param wmsRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/getCurrentTask") + public WmsApiResponse> getCurrentTask(@RequestBody BaseWmsRequest wmsRequest) { + return taskControllerService.getCurrentTask(wmsRequest); + } + + /** + * 确认当前站台拣货任务---拣配工作之外 + * @param confirmTaskRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/confirmCurrentTask") + public BaseWmsApiResponse confirmCurrentTask(@RequestBody ConfirmTaskRequest confirmTaskRequest) { + return taskControllerService.confirmCurrentTask(confirmTaskRequest); + } + + /** + * PDA确认当前站台拣货任务---拣配工作之外 + * @param confirmTaskRequest 请求信息 + * @return 处理结果 + */ + @PostMapping("/confirmCurrentTaskByPDA") + public BaseWmsApiResponse confirmCurrentTaskByPDA(@RequestBody ConfirmTaskRequest confirmTaskRequest) { + return taskControllerService.confirmCurrentTask(confirmTaskRequest); + } + + + + /** + * 下发盘点请求 + * @param inventoryRequest 盘点请求 + * @return 请求结果 + */ + @PostMapping("/requestInventory") + public BaseWmsApiResponse requestInventory(@RequestBody InventoryRequest inventoryRequest) { + return taskControllerService.requestInventory(inventoryRequest); + } + + /** + * 查询盘点任务确认信息 + * @param inventoryConfirmRequest 请求 + * @return 请求结果 + */ + @PostMapping("/getInventoryConfirm") + public WmsApiResponse getInventoryConfirm(@RequestBody InventoryConfirmRequest inventoryConfirmRequest) { + return taskControllerService.getInventoryConfirm(inventoryConfirmRequest); + } + + /** + * 确认盘点信息 + * @param inventoryConfirmRequest 确认请求 + * @return 处理结果 + */ + @PostMapping("/confirmInventory") + public BaseWmsApiResponse confirmInventory(@RequestBody InventoryConfirmRequest inventoryConfirmRequest) { + return taskControllerService.confirmInventory(inventoryConfirmRequest); + } + + /** + * 获取缺料数量,当存在库存时,返回库存与需求的较小值 + * @param goodsId 料号 + * @param workOrder 工单号 + * @return 缺料数量 + */ + @GetMapping("/getGoodsLackQty") + public int getLackQty(@RequestParam("goodsId") String goodsId, @RequestParam("workOrder") String workOrder) { + return taskControllerService.getLackQty(goodsId, workOrder); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskOperationController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskOperationController.java new file mode 100644 index 0000000..24b4306 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskOperationController.java @@ -0,0 +1,51 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.request.wms.OutsUpdateRequest; +import com.wms_main.model.dto.request.wms.WmsTaskRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.service.controller.ITaskOperationControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 任务操作控制类 + * 包括拣选任务 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/taskOperation") +public class TaskOperationController { + private final ITaskOperationControllerService taskOperationControllerService; + + /** + * 删除任务 + * @param wmsTaskRequest 请求 + * @return 结果 + */ + @PostMapping("/deleteWmsTask") + public BaseWmsApiResponse deleteWmsTask(@RequestBody WmsTaskRequest wmsTaskRequest) { + return taskOperationControllerService.deleteWmsTask(wmsTaskRequest); + } + + /** + * 更新任务 + * @param wmsTaskRequest 请求 + * @return 结果 + */ + @PostMapping("/updateWmsTask") + public BaseWmsApiResponse updateWmsTask(@RequestBody WmsTaskRequest wmsTaskRequest) { + return taskOperationControllerService.updateWmsTask(wmsTaskRequest); + } + + /** + * 更新出库单信息 + * @param outsUpdateRequest 请求 + * @return 结果 + */ + @PostMapping("/updateOutsTask") + public BaseWmsApiResponse updateOutsTask(@RequestBody OutsUpdateRequest outsUpdateRequest) { + return taskOperationControllerService.updateOutsTask(outsUpdateRequest); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskQueryController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskQueryController.java new file mode 100644 index 0000000..a725fc8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TaskQueryController.java @@ -0,0 +1,90 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.InventoryQuery; +import com.wms_main.model.dto.query.OutsQuery; +import com.wms_main.model.dto.query.PickTaskQuery; +import com.wms_main.model.dto.query.WmsTaskQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.*; +import com.wms_main.service.controller.ITaskQueryControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 任务记录控制类 + * 包括拣选任务 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/taskQuery") +public class TaskQueryController { + private final ITaskQueryControllerService taskQueryControllerService;// 任务查询控制类 服务 + + /** + * Wms任务分页查询 + * @param wmsTaskQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryTasksByPage") + public WmsApiResponse> queryTasksByPage(@RequestBody WmsTaskQuery wmsTaskQuery) + { + return taskQueryControllerService.queryTasksByPage(wmsTaskQuery); + } + + /** + * Wms入库记录查询 + * @param wmsTaskQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryInTaskRecordByPage") + public WmsApiResponse> queryInTaskRecordByPage(@RequestBody WmsTaskQuery wmsTaskQuery) + { + return taskQueryControllerService.queryInTaskRecordByPage(wmsTaskQuery); + } + + /** + * Wms出库记录查询 + * @param wmsTaskQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryOutTaskRecordByPage") + public WmsApiResponse> queryOutTaskRecordByPage(@RequestBody WmsTaskQuery wmsTaskQuery) + { + return taskQueryControllerService.queryOutTaskRecordByPage(wmsTaskQuery); + } + + /** + * Wms拣选任务分页查询 + * @param pickTaskQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryPickTasksByPage") + public WmsApiResponse> queryPickTasksByPage(@RequestBody PickTaskQuery pickTaskQuery) + { + return taskQueryControllerService.queryPickTasksByPage(pickTaskQuery); + } + + /** + * 出库单分页查询 + * @param outsQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryOutsByPage") + public WmsApiResponse> queryOutsByPage(@RequestBody OutsQuery outsQuery) + { + return taskQueryControllerService.queryOutsByPage(outsQuery); + } + + /** + * 盘点信息分页查询 + * @param inventoryQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryInventoryRecordByPage") + public WmsApiResponse> queryInventoryRecordByPage(@RequestBody InventoryQuery inventoryQuery) + { + return taskQueryControllerService.queryInventoryRecordByPage(inventoryQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TestController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TestController.java new file mode 100644 index 0000000..5cc3e6b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/TestController.java @@ -0,0 +1,67 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.request.ewm.SendEwmGetStockInformationRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseInCompletedRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseOutCompletedRequest; +import com.wms_main.model.dto.request.wcs.WcsVehicleInRequest; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.dto.response.ewm.EwmApiStockResponse; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.api.IEwmApiService; +import lombok.RequiredArgsConstructor; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.web.bind.annotation.*; + +import java.util.ArrayList; +import java.util.List; + +/** + * 测试专用 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/test") +public class TestController { + private static final Logger log = LoggerFactory.getLogger(TestController.class); + private final IEwmApiService ewmApiService; + + @GetMapping(value = "/test") + public String testApi() { + return UUIDUtils.getNewUUID(); + } + + /** + * test + */ +// @PostMapping("/status") +// public EwmApiBackResponse test(@RequestBody WcsVehicleInRequest wcsVehicleInRequest) { +// // 回告EWm系统出库完成 +// SendWarehouseOutCompletedRequest request = new SendWarehouseOutCompletedRequest(); +// List pickingDetails = new ArrayList<>(); +// SendWarehouseOutCompletedRequest.PickingDetail pickingDetail = new SendWarehouseOutCompletedRequest.PickingDetail(); +// pickingDetail.setTaskNo("confirmTaskRequest.getTaskConfirm().getTaskId()"); +// pickingDetail.setMatNo("confirmTaskRequest.getTaskConfirm().getGoodsId()"); +// pickingDetail.setPickingQty(1.0); +// pickingDetail.setActQty(2.0); +// pickingDetail.setUnit("件"); +// pickingDetail.setContainerNo("1"); +// pickingDetails.add(pickingDetail); +// request.setPickingDetailParams(pickingDetails); +// EwmApiBackResponse ewmApiBackResponse = ewmApiService.sendWarehouseOutCompleted(request); +//// if (!ewmApiBackResponse.getSuccessful()) { +//// log.error("调用EWM系统接口异常,请求参数: {}", request); +//// }else { +//// log.info("调用EWM系统接口成功,请求参数: {}", request); +//// } +// return ewmApiBackResponse; +// } + + @PostMapping("/status2") + public EwmApiStockResponse test2(@RequestBody SendEwmGetStockInformationRequest request) { + //List binStocks = ewmApiService.getEwmStock(request).getContent(); + return ewmApiService.getEwmStock(request); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/UserController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/UserController.java new file mode 100644 index 0000000..4b43260 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/UserController.java @@ -0,0 +1,19 @@ +package com.wms_main.controller.wms; + +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.CrossOrigin; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.ResponseBody; +import org.springframework.web.bind.annotation.RestController; + +/** + * 用户控制类 + * 权限控制与角色控制 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/user") +public class UserController { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/controller/wms/VehicleController.java b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/VehicleController.java new file mode 100644 index 0000000..bf9177d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/controller/wms/VehicleController.java @@ -0,0 +1,31 @@ +package com.wms_main.controller.wms; + +import com.wms_main.model.dto.query.VehicleQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.VehicleVo; +import com.wms_main.service.controller.IVehicleControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.web.bind.annotation.*; + +/** + * 载具控制类 + */ +@RestController +@ResponseBody +@CrossOrigin +@RequiredArgsConstructor +@RequestMapping("/wms/vehicle") +public class VehicleController { + private final IVehicleControllerService vehicleControllerService; + + /** + * 查询载具信息 + * @param vehicleQuery 查询参数 + * @return 查询结果 + */ + @PostMapping("/queryVehicleInfoByPage") + public WmsApiResponse> queryVehicleInfoByPage(@RequestBody VehicleQuery vehicleQuery) { + return vehicleControllerService.queryVehicleInfoByPage(vehicleQuery); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppConfigService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppConfigService.java new file mode 100644 index 0000000..601d572 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppConfigService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppConfig; + +/** + * 应用配置表服务接口 + */ +public interface ITAppConfigService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppDbsService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppDbsService.java new file mode 100644 index 0000000..cb36eda --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppDbsService.java @@ -0,0 +1,18 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppDbs; + +import java.util.List; + +/** + * DBS服务接口 + */ +public interface ITAppDbsService extends IService { + /** + * 根据查询条件查询DBS列表 + * @param dbsQuery 查询条件 + * @return 查询结果 + */ + List selectList(TAppDbs dbsQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppEquipmentService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppEquipmentService.java new file mode 100644 index 0000000..7730b7f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppEquipmentService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppEquipment; + +/** + * 设备表服务 + */ +public interface ITAppEquipmentService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppGoodsService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppGoodsService.java new file mode 100644 index 0000000..a7cfaed --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppGoodsService.java @@ -0,0 +1,11 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppGoods; + +/** + * 物料表服务接口 + */ +public interface ITAppGoodsService extends IService { + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppImageService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppImageService.java new file mode 100644 index 0000000..b9611d8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppImageService.java @@ -0,0 +1,14 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppImage; + +import java.util.List; + +/** + * DBS服务接口 + */ +public interface ITAppImageService extends IService { + List selectAllList(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppInventoryRecordService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppInventoryRecordService.java new file mode 100644 index 0000000..5d6b22b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppInventoryRecordService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppInventoryRecord; + +/** + * 盘点任务记录服务接口 + */ +public interface ITAppInventoryRecordService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppInventoryService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppInventoryService.java new file mode 100644 index 0000000..2730c70 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppInventoryService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppInventory; + +/** + * 盘点任务服务接口 + */ +public interface ITAppInventoryService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppJobsService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppJobsService.java new file mode 100644 index 0000000..74f0e68 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppJobsService.java @@ -0,0 +1,19 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppJobs; +import com.wms_main.quartz.config.JobBean; + +import java.util.List; + +/** + * Jobs服务 + */ +public interface ITAppJobsService extends IService { + /** + * 查询job + * @param jobQuery 查询条件 + * @return 查询结果,返回jobBean + */ + List getJobs(TAppJobs jobQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppKanbanService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppKanbanService.java new file mode 100644 index 0000000..2c0124e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppKanbanService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppKanban; + +/** + * 看板服务接口 + */ +public interface ITAppKanbanService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppLocationService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppLocationService.java new file mode 100644 index 0000000..669f362 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppLocationService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppLocation; + +/** + * 库位表服务接口 + */ +public interface ITAppLocationService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppOutsRecordService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppOutsRecordService.java new file mode 100644 index 0000000..a169f7e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppOutsRecordService.java @@ -0,0 +1,7 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppOutsRecord; + +public interface ITAppOutsRecordService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppOutsService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppOutsService.java new file mode 100644 index 0000000..a34ef0f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppOutsService.java @@ -0,0 +1,7 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppOuts; + +public interface ITAppOutsService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickPlanService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickPlanService.java new file mode 100644 index 0000000..88627a8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickPlanService.java @@ -0,0 +1,7 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppPickPlan; + +public interface ITAppPickPlanService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickTaskBakService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickTaskBakService.java new file mode 100644 index 0000000..c087b01 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickTaskBakService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppPickTaskBak; + +/** + * 拣选记录表服务接口 + */ +public interface ITAppPickTaskBakService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickTaskService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickTaskService.java new file mode 100644 index 0000000..71b7a81 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppPickTaskService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppPickTask; + +/** + * 拣选任务表服务接口 + */ +public interface ITAppPickTaskService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppProductExtendService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppProductExtendService.java new file mode 100644 index 0000000..905e8fb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppProductExtendService.java @@ -0,0 +1,14 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppProductExtend; + +import java.util.List; + +/** + * DBS服务接口 + */ +public interface ITAppProductExtendService extends IService { + List selectAllList(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppProductService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppProductService.java new file mode 100644 index 0000000..67fcba2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppProductService.java @@ -0,0 +1,14 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppProduct; + +import java.util.List; + +/** + * DBS服务接口 + */ +public interface ITAppProductService extends IService { + List selectAllList(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppSingleProductService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppSingleProductService.java new file mode 100644 index 0000000..533ea24 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppSingleProductService.java @@ -0,0 +1,13 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppSingleProduct; + +import java.util.List; + +/** + * DBS服务接口 + */ +public interface ITAppSingleProductService extends IService { + List selectAllList(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStandService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStandService.java new file mode 100644 index 0000000..c63f5e3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStandService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppStand; + +/** + * 站台表映射 + */ +public interface ITAppStandService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStandWorkService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStandWorkService.java new file mode 100644 index 0000000..82b6719 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStandWorkService.java @@ -0,0 +1,11 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppStand; +import com.wms_main.model.po.TAppStandWork; + +/** + * 站台工作映射 + */ +public interface ITAppStandWorkService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockCompareService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockCompareService.java new file mode 100644 index 0000000..2760a0b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockCompareService.java @@ -0,0 +1,7 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppStockCompare; + +public interface ITAppStockCompareService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockService.java new file mode 100644 index 0000000..30edd38 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppStock; + +/** + * 库存表服务接口 + */ +public interface ITAppStockService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockUpdateService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockUpdateService.java new file mode 100644 index 0000000..bd99d9c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppStockUpdateService.java @@ -0,0 +1,7 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppStockUpdate; + +public interface ITAppStockUpdateService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppTaskBakService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppTaskBakService.java new file mode 100644 index 0000000..a773319 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppTaskBakService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppTaskBak; + +/** + * 任务记录表服务接口 + */ +public interface ITAppTaskBakService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppTaskService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppTaskService.java new file mode 100644 index 0000000..ab1a8fd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppTaskService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppTask; + +/** + * 任务表服务接口 + */ +public interface ITAppTaskService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppVehicleService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppVehicleService.java new file mode 100644 index 0000000..aef5733 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppVehicleService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppVehicle; + +/** + * 载具表服务接口 + */ +public interface ITAppVehicleService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWcsTaskBakService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWcsTaskBakService.java new file mode 100644 index 0000000..3e7691a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWcsTaskBakService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppWcsTaskBak; + +/** + * wcs任务记录表mapper + */ +public interface ITAppWcsTaskBakService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWcsTaskService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWcsTaskService.java new file mode 100644 index 0000000..cb4b841 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWcsTaskService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppWcsTask; + +/** + * wcs任务表服务 + */ +public interface ITAppWcsTaskService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWorkRecordService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWorkRecordService.java new file mode 100644 index 0000000..a593c87 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWorkRecordService.java @@ -0,0 +1,11 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppWork; +import com.wms_main.model.po.TAppWorkRecord; + +/** + * work表服务 + */ +public interface ITAppWorkRecordService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWorkService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWorkService.java new file mode 100644 index 0000000..c805367 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITAppWorkService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppWork; + +/** + * work表服务 + */ +public interface ITAppWorkService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysApiService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysApiService.java new file mode 100644 index 0000000..feef71f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysApiService.java @@ -0,0 +1,18 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TSysApi; +import com.wms_main.repository.http.entity.HttpRequest; +import com.wms_main.repository.http.entity.HttpResponse; + +/** + * api表服务 + */ +public interface ITSysApiService extends IService { + /** + * 存储api接口请求日志 + * @param request 请求参数 + * @param response 响应参数 + */ + void insertApiLog(HttpRequest request, HttpResponse response); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysLogService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysLogService.java new file mode 100644 index 0000000..a0993ae --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysLogService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TSysLog; + +/** + * 日志服务接口 + */ +public interface ITSysLogService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysMenuService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysMenuService.java new file mode 100644 index 0000000..82e32b2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysMenuService.java @@ -0,0 +1,18 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TSysMenu; + +import java.util.List; + +/** + * Menu服务 + */ +public interface ITSysMenuService extends IService { + /** + * 根据roleId获取到所有菜单 + * @param roleId 角色id + * @return 查询结果 + */ + List selMenuByRoleId(String roleId); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysPermissionService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysPermissionService.java new file mode 100644 index 0000000..e649197 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysPermissionService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TSysPermission; + +/** + * Permission服务 + */ +public interface ITSysPermissionService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysRoleService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysRoleService.java new file mode 100644 index 0000000..658d6bf --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysRoleService.java @@ -0,0 +1,10 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TSysRole; + +/** + * Role服务 + */ +public interface ITSysRoleService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysUserService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysUserService.java new file mode 100644 index 0000000..540387c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITSysUserService.java @@ -0,0 +1,26 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppTempEwmInboundData; +import com.wms_main.model.po.TSysUser; + +/** + * User服务 + */ +public interface ITSysUserService extends IService { + /** + * 获取用户信息---带验证 + * @param loginAccount 登录账号 + * @param loginPassword 登录密码 + * @return 用户信息 + */ + TSysUser getUserWithAuth(String loginAccount, String loginPassword); + + /** + * 获取用户信息---无验证 + * @param loginAccount 登录账号 + * @return 结果 + */ + TSysUser getUserWithOutAuth(String loginAccount); + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/ITempEwmInboundDataService.java b/dev_wms_serve/src/main/java/com/wms_main/dao/ITempEwmInboundDataService.java new file mode 100644 index 0000000..727ab4e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/ITempEwmInboundDataService.java @@ -0,0 +1,7 @@ +package com.wms_main.dao; + +import com.baomidou.mybatisplus.extension.service.IService; +import com.wms_main.model.po.TAppTempEwmInboundData; + +public interface ITempEwmInboundDataService extends IService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppConfigServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppConfigServiceImpl.java new file mode 100644 index 0000000..dc67459 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppConfigServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppConfigService; +import com.wms_main.mapper.AppConfigMapper; +import com.wms_main.model.po.TAppConfig; +import org.springframework.stereotype.Service; + +/** + * 应用配置表服务实现 + */ +@Service +public class TAppConfigServiceImpl extends ServiceImpl implements ITAppConfigService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppDbsServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppDbsServiceImpl.java new file mode 100644 index 0000000..f24d480 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppDbsServiceImpl.java @@ -0,0 +1,67 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppDbsService; +import com.wms_main.mapper.AppDbsMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.repository.utils.StringUtils; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * DBS服务实现 + */ +@Service +public class TAppDbsServiceImpl extends ServiceImpl implements ITAppDbsService { + /** + * 实现 + * @param dbsQuery 查询条件 + * @return 结果 + */ + @Override + public List selectList(TAppDbs dbsQuery) { + if (dbsQuery == null) { + return list(); + } + LambdaQueryWrapper dbsQueryWrapper = new LambdaQueryWrapper<>(); + if (StringUtils.isNotEmpty(dbsQuery.getDbsId())) { + // dbsId + dbsQueryWrapper.eq(TAppDbs::getDbsId, dbsQuery.getDbsId()); + } + if (StringUtils.isNotEmpty(dbsQuery.getWorkOrder())) { + // workOrder + dbsQueryWrapper.eq(TAppDbs::getWorkOrder, dbsQuery.getWorkOrder()); + } + if (StringUtils.isNotEmpty(dbsQuery.getProductIdOrigin())) { + // productIdOrigin + dbsQueryWrapper.eq(TAppDbs::getProductIdOrigin, dbsQuery.getProductIdOrigin()); + } + if (StringUtils.isNotEmpty(dbsQuery.getProductId())) { + // productId + dbsQueryWrapper.eq(TAppDbs::getProductId, dbsQuery.getProductId()); + } + if (dbsQuery.getTestPlanStartDate() != null) { + // planStartDate + dbsQueryWrapper.eq(TAppDbs::getTestPlanStartDate, dbsQuery.getTestPlanStartDate()); + } + if (dbsQuery.getPlanProduction() != null) { + // planProduction + dbsQueryWrapper.eq(TAppDbs::getPlanProduction, dbsQuery.getPlanProduction()); + } + if (StringUtils.isNotEmpty(dbsQuery.getFamily())) { + // family + dbsQueryWrapper.eq(TAppDbs::getFamily, dbsQuery.getFamily()); + } + if (StringUtils.isNotEmpty(dbsQuery.getTestNo())) { + // testNo + dbsQueryWrapper.eq(TAppDbs::getTestNo, dbsQuery.getTestNo()); + } + if (dbsQuery.getDbsStatus() != null) { + // dbsStatus + dbsQueryWrapper.eq(TAppDbs::getDbsStatus, dbsQuery.getDbsStatus()); + } + return list(dbsQueryWrapper); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppEquipmentServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppEquipmentServiceImpl.java new file mode 100644 index 0000000..e9eae33 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppEquipmentServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppEquipmentService; +import com.wms_main.mapper.AppEquipmentMapper; +import com.wms_main.model.po.TAppEquipment; +import org.springframework.stereotype.Service; + +/** + * 设备表服务实现 + */ +@Service +public class TAppEquipmentServiceImpl extends ServiceImpl implements ITAppEquipmentService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppGoodsServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppGoodsServiceImpl.java new file mode 100644 index 0000000..004b3eb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppGoodsServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppGoodsService; +import com.wms_main.mapper.AppGoodsMapper; +import com.wms_main.model.po.TAppGoods; +import org.springframework.stereotype.Service; + +/** + * 物料服务实现类 + */ +@Service +public class TAppGoodsServiceImpl extends ServiceImpl implements ITAppGoodsService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppImageServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppImageServiceImpl.java new file mode 100644 index 0000000..167e02b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppImageServiceImpl.java @@ -0,0 +1,23 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppDbsService; +import com.wms_main.dao.ITAppImageService; +import com.wms_main.mapper.AppDbsMapper; +import com.wms_main.mapper.AppImageMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppImage; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * DBS服务实现 + */ +@Service +public class TAppImageServiceImpl extends ServiceImpl implements ITAppImageService { + @Override + public List selectAllList() { + return super.list(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppInventoryRecordServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppInventoryRecordServiceImpl.java new file mode 100644 index 0000000..910ba8c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppInventoryRecordServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppInventoryRecordService; +import com.wms_main.mapper.AppInventoryRecordMapper; +import com.wms_main.model.po.TAppInventoryRecord; +import org.springframework.stereotype.Service; + +/** + * 盘点记录表服务实现 + */ +@Service +public class TAppInventoryRecordServiceImpl extends ServiceImpl implements ITAppInventoryRecordService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppInventoryServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppInventoryServiceImpl.java new file mode 100644 index 0000000..349ce7b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppInventoryServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppInventoryService; +import com.wms_main.mapper.AppInventoryMapper; +import com.wms_main.model.po.TAppInventory; +import org.springframework.stereotype.Service; + +/** + * 盘点任务表服务实现 + */ +@Service +public class TAppInventoryServiceImpl extends ServiceImpl implements ITAppInventoryService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppJobsServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppJobsServiceImpl.java new file mode 100644 index 0000000..f0719cc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppJobsServiceImpl.java @@ -0,0 +1,70 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppJobsService; +import com.wms_main.mapper.AppJobsMapper; +import com.wms_main.model.po.TAppJobs; +import com.wms_main.quartz.config.JobBean; +import com.wms_main.repository.utils.StringUtils; +import lombok.extern.slf4j.Slf4j; +import org.quartz.Job; +import org.springframework.stereotype.Service; + +import java.util.Collections; +import java.util.List; + +/** + * Jobs服务实现 + */ +@Service +@Slf4j +public class TAppJobsServiceImpl extends ServiceImpl implements ITAppJobsService { + /** + * 实现 + * @param jobQuery 查询条件 + * @return 结果 + */ + @Override + public List getJobs(TAppJobs jobQuery) { + List jobs; + if (jobQuery == null) { + // 无查询条件,视为查询所有。 + jobs = list(); + } else { + LambdaQueryWrapper jobsQueryWrapper = new LambdaQueryWrapper<>(); + if (StringUtils.isNotEmpty(jobQuery.getJobName())) { + // jobName + jobsQueryWrapper.eq(TAppJobs::getJobName, jobQuery.getJobName()); + } + if (StringUtils.isNotEmpty(jobQuery.getJobClass())) { + // JobClass + jobsQueryWrapper.eq(TAppJobs::getJobClass, jobQuery.getJobClass()); + } + if (jobQuery.getJobStatus() != null) { + // JobStatus + jobsQueryWrapper.eq(TAppJobs::getJobStatus, jobQuery.getJobStatus()); + } + jobs = list(jobsQueryWrapper); + } + if (jobs != null && !jobs.isEmpty()) { + List jobsBeans = new java.util.ArrayList<>(); + for (TAppJobs job : jobs) { + try { + Class jobClass = Class.forName(job.getJobClass()); + if (Job.class.isAssignableFrom(jobClass)) { + jobsBeans.add(new JobBean(job.getJobName(), jobClass.asSubclass(Job.class), job.getCronExpression(), job.getTimer(), job.getTimerType(), job.getJobStatus())); + } else { + log.error("类{}不是Job子类。", job.getJobClass()); + } + } catch (ClassNotFoundException e) { + log.error("类未找到:{}。", job.getJobClass()); + } catch (ClassCastException e) { + log.error("类型转换错误:{}。", job.getJobClass()); + } + } + return jobsBeans; + } + return Collections.emptyList(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppKanbanServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppKanbanServiceImpl.java new file mode 100644 index 0000000..0245b86 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppKanbanServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppKanbanService; +import com.wms_main.mapper.AppKanbanMapper; +import com.wms_main.model.po.TAppKanban; +import org.springframework.stereotype.Service; + +/** + * 看板服务实现类 + */ +@Service +public class TAppKanbanServiceImpl extends ServiceImpl implements ITAppKanbanService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppLocationServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppLocationServiceImpl.java new file mode 100644 index 0000000..0d2d946 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppLocationServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppLocationService; +import com.wms_main.mapper.AppLocationMapper; +import com.wms_main.model.po.TAppLocation; +import org.springframework.stereotype.Service; + +/** + * 库位表服务实现 + */ +@Service +public class TAppLocationServiceImpl extends ServiceImpl implements ITAppLocationService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppOutsRecordServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppOutsRecordServiceImpl.java new file mode 100644 index 0000000..2e04a42 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppOutsRecordServiceImpl.java @@ -0,0 +1,11 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppOutsRecordService; +import com.wms_main.mapper.AppOutsRecordMapper; +import com.wms_main.model.po.TAppOutsRecord; +import org.springframework.stereotype.Service; + +@Service +public class TAppOutsRecordServiceImpl extends ServiceImpl implements ITAppOutsRecordService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppOutsServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppOutsServiceImpl.java new file mode 100644 index 0000000..9b43b64 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppOutsServiceImpl.java @@ -0,0 +1,11 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppOutsService; +import com.wms_main.mapper.AppOutsMapper; +import com.wms_main.model.po.TAppOuts; +import org.springframework.stereotype.Service; + +@Service +public class TAppOutsServiceImpl extends ServiceImpl implements ITAppOutsService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickPlanServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickPlanServiceImpl.java new file mode 100644 index 0000000..21b4ca9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickPlanServiceImpl.java @@ -0,0 +1,11 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppPickPlanService; +import com.wms_main.mapper.AppPickPlanMapper; +import com.wms_main.model.po.TAppPickPlan; +import org.springframework.stereotype.Service; + +@Service +public class TAppPickPlanServiceImpl extends ServiceImpl implements ITAppPickPlanService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickTaskBakServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickTaskBakServiceImpl.java new file mode 100644 index 0000000..d1c4fd1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickTaskBakServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppPickTaskBakService; +import com.wms_main.mapper.AppPickTaskBakMapper; +import com.wms_main.model.po.TAppPickTaskBak; +import org.springframework.stereotype.Service; + +/** + * 拣选记录表服务实现 + */ +@Service +public class TAppPickTaskBakServiceImpl extends ServiceImpl implements ITAppPickTaskBakService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickTaskServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickTaskServiceImpl.java new file mode 100644 index 0000000..4856738 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppPickTaskServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppPickTaskService; +import com.wms_main.mapper.AppPickTaskMapper; +import com.wms_main.model.po.TAppPickTask; +import org.springframework.stereotype.Service; + +/** + * 拣选任务表服务实现 + */ +@Service +public class TAppPickTaskServiceImpl extends ServiceImpl implements ITAppPickTaskService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppProductExtendServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppProductExtendServiceImpl.java new file mode 100644 index 0000000..3ff6652 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppProductExtendServiceImpl.java @@ -0,0 +1,23 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppDbsService; +import com.wms_main.dao.ITAppProductExtendService; +import com.wms_main.mapper.AppDbsMapper; +import com.wms_main.mapper.AppProductExtendsMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppProductExtend; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * DBS服务实现 + */ +@Service +public class TAppProductExtendServiceImpl extends ServiceImpl implements ITAppProductExtendService { + @Override + public List selectAllList() { + return super.list(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppProductServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppProductServiceImpl.java new file mode 100644 index 0000000..8888db0 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppProductServiceImpl.java @@ -0,0 +1,24 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppDbsService; +import com.wms_main.dao.ITAppProductService; +import com.wms_main.mapper.AppDbsMapper; +import com.wms_main.mapper.AppProductMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppProduct; +import com.wms_main.model.po.TAppSingleProduct; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * DBS服务实现 + */ +@Service +public class TAppProductServiceImpl extends ServiceImpl implements ITAppProductService { + @Override + public List selectAllList() { + return super.list(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppSingleProductServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppSingleProductServiceImpl.java new file mode 100644 index 0000000..2578d3e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppSingleProductServiceImpl.java @@ -0,0 +1,20 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppSingleProductService; +import com.wms_main.mapper.AppSingleProductMapper; +import com.wms_main.model.po.TAppSingleProduct; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * DBS服务实现 + */ +@Service +public class TAppSingleProductServiceImpl extends ServiceImpl implements ITAppSingleProductService { + @Override + public List selectAllList() { + return super.list(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStandServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStandServiceImpl.java new file mode 100644 index 0000000..ebca7ec --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStandServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppStandService; +import com.wms_main.mapper.AppStandMapper; +import com.wms_main.model.po.TAppStand; +import org.springframework.stereotype.Service; + +/** + * 站台表服务实现 + */ +@Service +public class TAppStandServiceImpl extends ServiceImpl implements ITAppStandService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStandWorkServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStandWorkServiceImpl.java new file mode 100644 index 0000000..beb02d2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStandWorkServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppStandWorkService; +import com.wms_main.mapper.AppStandWorkMapper; +import com.wms_main.model.po.TAppStandWork; +import org.springframework.stereotype.Service; + +/** + * 站台工作服务实现 + */ +@Service +public class TAppStandWorkServiceImpl extends ServiceImpl implements ITAppStandWorkService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockCompareServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockCompareServiceImpl.java new file mode 100644 index 0000000..2fdfc78 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockCompareServiceImpl.java @@ -0,0 +1,16 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppStockCompareService; +import com.wms_main.mapper.AppStockCompareMapper; +import com.wms_main.model.po.TAppStockCompare; +import org.springframework.stereotype.Service; + +/** + * 库存对比结果表服务实现类 + */ +@Service +public class TAppStockCompareServiceImpl extends ServiceImpl + implements ITAppStockCompareService { +} + diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockServiceImpl.java new file mode 100644 index 0000000..6d978af --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppStockService; +import com.wms_main.mapper.AppStockMapper; +import com.wms_main.model.po.TAppStock; +import org.springframework.stereotype.Service; + +/** + * 库存表服务实现 + */ +@Service +public class TAppStockServiceImpl extends ServiceImpl implements ITAppStockService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockUpdateServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockUpdateServiceImpl.java new file mode 100644 index 0000000..be233f3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppStockUpdateServiceImpl.java @@ -0,0 +1,11 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppStockUpdateService; +import com.wms_main.mapper.AppStockUpdateMapper; +import com.wms_main.model.po.TAppStockUpdate; +import org.springframework.stereotype.Service; + +@Service +public class TAppStockUpdateServiceImpl extends ServiceImpl implements ITAppStockUpdateService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTaskBakServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTaskBakServiceImpl.java new file mode 100644 index 0000000..22e0198 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTaskBakServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppTaskBakService; +import com.wms_main.mapper.AppTaskBakMapper; +import com.wms_main.model.po.TAppTaskBak; +import org.springframework.stereotype.Service; + +/** + * 任务记录表 服务实现类 + */ +@Service +public class TAppTaskBakServiceImpl extends ServiceImpl implements ITAppTaskBakService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTaskServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTaskServiceImpl.java new file mode 100644 index 0000000..96340b4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTaskServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppTaskService; +import com.wms_main.mapper.AppTaskMapper; +import com.wms_main.model.po.TAppTask; +import org.springframework.stereotype.Service; + +/** + * 任务表服务实现 + */ +@Service +public class TAppTaskServiceImpl extends ServiceImpl implements ITAppTaskService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTempEwmInboundDataServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTempEwmInboundDataServiceImpl.java new file mode 100644 index 0000000..df09299 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppTempEwmInboundDataServiceImpl.java @@ -0,0 +1,42 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITempEwmInboundDataService; +import com.wms_main.mapper.AppTempInboundDataMapper; +import com.wms_main.model.po.TAppTempEwmInboundData; +import org.springframework.stereotype.Service; + +/** + * EWM临时入库数据 DAO实现类 + */ +@Service +public class TAppTempEwmInboundDataServiceImpl extends ServiceImpl + implements ITempEwmInboundDataService { + + // 这里可以添加自定义的DAO方法实现 + // 例如: + + /** + * 根据载具号查询临时入库数据 + * @param containerNo 载具号 + * @return 数据列表 + */ + /* + public List selectByContainerNo(String containerNo) { + return this.list(new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, containerNo)); + } + */ + + /** + * 根据载具号删除临时入库数据 + * @param containerNo 载具号 + * @return 是否删除成功 + */ + /* + public boolean deleteByContainerNo(String containerNo) { + return this.remove(new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, containerNo)); + } + */ +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppVehicleServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppVehicleServiceImpl.java new file mode 100644 index 0000000..72a6978 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppVehicleServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppVehicleService; +import com.wms_main.mapper.AppVehicleMapper; +import com.wms_main.model.po.TAppVehicle; +import org.springframework.stereotype.Service; + +/** + * 载具表服务实现类 + */ +@Service +public class TAppVehicleServiceImpl extends ServiceImpl implements ITAppVehicleService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWcsTaskBakServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWcsTaskBakServiceImpl.java new file mode 100644 index 0000000..9dfbe64 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWcsTaskBakServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppWcsTaskBakService; +import com.wms_main.mapper.AppWcsTaskBakMapper; +import com.wms_main.model.po.TAppWcsTaskBak; +import org.springframework.stereotype.Service; + +/** + * wcs任务备份表(TAppWcsTaskBak)表服务实现类 + */ +@Service +public class TAppWcsTaskBakServiceImpl extends ServiceImpl implements ITAppWcsTaskBakService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWcsTaskServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWcsTaskServiceImpl.java new file mode 100644 index 0000000..7e1b682 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWcsTaskServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppWcsTaskService; +import com.wms_main.mapper.AppWcsTaskMapper; +import com.wms_main.model.po.TAppWcsTask; +import org.springframework.stereotype.Service; + +/** + * wcs任务表(TAppWcsTask)表服务实现类 + */ +@Service +public class TAppWcsTaskServiceImpl extends ServiceImpl implements ITAppWcsTaskService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWorkRecordServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWorkRecordServiceImpl.java new file mode 100644 index 0000000..21b87f3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWorkRecordServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppWorkRecordService; +import com.wms_main.mapper.AppWorkRecordMapper; +import com.wms_main.model.po.TAppWorkRecord; +import org.springframework.stereotype.Service; + +/** + * work_record服务实现 + */ +@Service +public class TAppWorkRecordServiceImpl extends ServiceImpl implements ITAppWorkRecordService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWorkServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWorkServiceImpl.java new file mode 100644 index 0000000..32f3cfc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TAppWorkServiceImpl.java @@ -0,0 +1,11 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITAppWorkService; +import com.wms_main.mapper.AppWorkMapper; +import com.wms_main.model.po.TAppWork; +import org.springframework.stereotype.Service; + +@Service +public class TAppWorkServiceImpl extends ServiceImpl implements ITAppWorkService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysApiServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysApiServiceImpl.java new file mode 100644 index 0000000..16f2e63 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysApiServiceImpl.java @@ -0,0 +1,79 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITSysApiService; +import com.wms_main.mapper.SysApiMapper; +import com.wms_main.model.po.TSysApi; +import com.wms_main.repository.http.entity.HttpRequest; +import com.wms_main.repository.http.entity.HttpResponse; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.time.LocalDateTime; + +/** + * api表服务实现 + */ +@Service +@Slf4j +@RequiredArgsConstructor +public class TSysApiServiceImpl extends ServiceImpl implements ITSysApiService { + /** + * + * @param request 请求参数 + * @param response 响应参数 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void insertApiLog(HttpRequest request, HttpResponse response) { + TSysApi apiLog = new TSysApi(); + apiLog.setLogId(UUIDUtils.getNewUUID()); + apiLog.setLogTime(LocalDateTime.now()); + // 设置请求相关信息 + if (request != null) { + apiLog.setUrl(request.getUrl()); + apiLog.setTimeout(request.getTimeout()); + if (request.getMethod() != null) { + apiLog.setMethod(request.getMethod().name()); + } + apiLog.setContentType(request.getContentType()); + apiLog.setData(StringUtils.formatStringWithMaxLength(request.getData(), 2048)); + apiLog.setToken(StringUtils.formatStringWithMaxLength(request.getToken(), 2048)); + } + // 设置响应相关信息 + if (response != null) { + apiLog.setSuccess(response.isSuccess() ? "成功" : "失败"); + apiLog.setResponseCode(response.getResponseCode()); + apiLog.setRequestMessage(StringUtils.formatStringWithMaxLength(response.getRequestMessage(), 2048)); + apiLog.setResponseMessage(StringUtils.formatStringWithMaxLength(response.getResponseMessage(), 2048)); + apiLog.setRequestTime(response.getRequestTime()); + apiLog.setResponseTime(response.getResponseTime()); + apiLog.setRequestUrl(response.getRequestUrl()); + apiLog.setUseTime(response.getUseTime()); + if (response.getException() != null) { + apiLog.setExceptionMessage(StringUtils.formatStringWithMaxLength(response.getException().getMessage(), 2048)); + } + } + // 保存api日志 + save(apiLog); + // 记录文本日志 + log.info(logText(apiLog)); + } + + /** + * 生成日志文本 + * @param apiLog 日志对象 + * @return 字符串 + */ + private String logText(TSysApi apiLog) { + return "\n请求方式:" + apiLog.getMethod() + + "\n请求地址:" + apiLog.getUrl() + + "\n请求数据:" + apiLog.getData() + + "\n响应状态:" + apiLog.getSuccess() + + "\n响应数据:" + apiLog.getRequestMessage(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysLogServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysLogServiceImpl.java new file mode 100644 index 0000000..1c92199 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysLogServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITSysLogService; +import com.wms_main.mapper.SysLogMapper; +import com.wms_main.model.po.TSysLog; +import org.springframework.stereotype.Service; + +/** + * 日志服务实现类 + */ +@Service +public class TSysLogServiceImpl extends ServiceImpl implements ITSysLogService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysMenuServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysMenuServiceImpl.java new file mode 100644 index 0000000..9213d6c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysMenuServiceImpl.java @@ -0,0 +1,34 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITSysMenuService; +import com.wms_main.mapper.SysMenuMapper; +import com.wms_main.model.po.TSysMenu; +import com.wms_main.repository.utils.StringUtils; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +import java.util.Collections; +import java.util.List; + +/** + * Menu服务实现 + */ +@Service +@RequiredArgsConstructor +public class TSysMenuServiceImpl extends ServiceImpl implements ITSysMenuService { + private final SysMenuMapper sysMenuMapper; + + /** + * 实现 + * @param roleId 角色id + * @return 查询结果 + */ + @Override + public List selMenuByRoleId(String roleId) { + if (StringUtils.isEmpty(roleId)) { + return Collections.emptyList(); + } + return sysMenuMapper.selMenuByRoleId(roleId); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysPermissionServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysPermissionServiceImpl.java new file mode 100644 index 0000000..c8df9a1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysPermissionServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITSysPermissionService; +import com.wms_main.mapper.SysPermissionMapper; +import com.wms_main.model.po.TSysPermission; +import org.springframework.stereotype.Service; + +/** + * Permission服务实现 + */ +@Service +public class TSysPermissionServiceImpl extends ServiceImpl implements ITSysPermissionService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysRoleServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysRoleServiceImpl.java new file mode 100644 index 0000000..f123bbd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysRoleServiceImpl.java @@ -0,0 +1,14 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITSysRoleService; +import com.wms_main.mapper.SysRoleMapper; +import com.wms_main.model.po.TSysRole; +import org.springframework.stereotype.Service; + +/** + * Role服务实现 + */ +@Service +public class TSysRoleServiceImpl extends ServiceImpl implements ITSysRoleService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysUserServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysUserServiceImpl.java new file mode 100644 index 0000000..742d599 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/dao/impl/TSysUserServiceImpl.java @@ -0,0 +1,35 @@ +package com.wms_main.dao.impl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; +import com.wms_main.dao.ITSysUserService; +import com.wms_main.mapper.SysUserMapper; +import com.wms_main.model.po.TSysUser; +import org.springframework.stereotype.Service; + +import static com.wms_main.repository.utils.StringUtils.encryptPassword; + +/** + * User服务实现 + */ +@Service +public class TSysUserServiceImpl extends ServiceImpl implements ITSysUserService { + @Override + public TSysUser getUserWithAuth(String loginAccount, String loginPassword) { + LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); + // 设置查询条件 + queryWrapper.eq(TSysUser::getLoginAccount, loginAccount) + .eq(TSysUser::getLoginPassword, encryptPassword(loginPassword)); + + return getOne(queryWrapper); + } + + @Override + public TSysUser getUserWithOutAuth(String loginAccount) { + LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); + // 设置查询条件 + queryWrapper.eq(TSysUser::getLoginAccount, loginAccount); + + return getOne(queryWrapper); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/ReadMe.md b/dev_wms_serve/src/main/java/com/wms_main/excel/ReadMe.md new file mode 100644 index 0000000..e69de29 diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/converter/TaskStatusConvertor.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/converter/TaskStatusConvertor.java new file mode 100644 index 0000000..331c6ca --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/converter/TaskStatusConvertor.java @@ -0,0 +1,83 @@ +package com.wms_main.excel.easyexcel.converter; + +import com.alibaba.excel.converters.Converter; +import com.alibaba.excel.converters.WriteConverterContext; +import com.alibaba.excel.enums.CellDataTypeEnum; +import com.alibaba.excel.metadata.GlobalConfiguration; +import com.alibaba.excel.metadata.data.ReadCellData; +import com.alibaba.excel.metadata.data.WriteCellData; +import com.alibaba.excel.metadata.property.ExcelContentProperty; + +/** + * excel任务状态转换 + */ +public class TaskStatusConvertor implements Converter { + @Override + public Class supportJavaTypeKey() { + return Integer.class; + } + + @Override + public CellDataTypeEnum supportExcelTypeKey() { + return CellDataTypeEnum.STRING; + } + + /** + * 这里是读的时候会调用 + * + * @return 转换后的任务状态 + */ + @Override + public Integer convertToJavaData(ReadCellData cellData, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration) { + String cellValue = cellData.getStringValue(); + return switch (cellValue.trim()) { + case "重复入库" -> -2; + case "暂存任务" -> -1; + case "任务新建,待下发" -> 0; + case "任务已下发" -> 1; + case "任务开始执行" -> 2; + case "出库完成" -> 3; + case "环线运输" -> 4; + case "拣选中" -> 8; + case "盘点中" -> 9; + case "任务完成" -> 100; + case "任务取消" -> 998; + default -> 999; + }; + } + + /** + * 这里是写的时候会调用 + * + * @return 转换后的任务状态 + */ + @Override + public WriteCellData convertToExcelData(WriteConverterContext context) { + Integer value = context.getValue(); + if (value == -2) { + return new WriteCellData<>("重复入库"); + } else if (value == -1) { + return new WriteCellData<>("暂存任务"); + } else if (value == 0) { + return new WriteCellData<>("任务新建,待下发"); + } else if (value == 1) { + return new WriteCellData<>("任务已下发"); + } else if (value == 2) { + return new WriteCellData<>("任务开始执行"); + } else if (value == 3) { + return new WriteCellData<>("出库完成"); + } else if (value == 4) { + return new WriteCellData<>("环线运输"); + } else if (value == 8) { + return new WriteCellData<>("拣选中"); + } else if (value == 9) { + return new WriteCellData<>("盘点中"); + } else if (value == 100) { + return new WriteCellData<>("任务完成"); + } else if (value == 998) { + return new WriteCellData<>("任务取消"); + } else { + return new WriteCellData<>("任务异常"); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/converter/TaskTypeConvertor.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/converter/TaskTypeConvertor.java new file mode 100644 index 0000000..c0e6059 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/converter/TaskTypeConvertor.java @@ -0,0 +1,62 @@ +package com.wms_main.excel.easyexcel.converter; + +import com.alibaba.excel.converters.Converter; +import com.alibaba.excel.converters.WriteConverterContext; +import com.alibaba.excel.enums.CellDataTypeEnum; +import com.alibaba.excel.metadata.GlobalConfiguration; +import com.alibaba.excel.metadata.data.ReadCellData; +import com.alibaba.excel.metadata.data.WriteCellData; +import com.alibaba.excel.metadata.property.ExcelContentProperty; + +/** + * excel任务类型转换 + */ +public class TaskTypeConvertor implements Converter { + @Override + public Class supportJavaTypeKey() { + return Integer.class; + } + + @Override + public CellDataTypeEnum supportExcelTypeKey() { + return CellDataTypeEnum.STRING; + } + + /** + * 这里是读的时候会调用 + * + * @return 转换后的任务类型 + */ + @Override + public Integer convertToJavaData(ReadCellData cellData, ExcelContentProperty contentProperty, GlobalConfiguration globalConfiguration) { + String cellValue = cellData.getStringValue(); + return switch (cellValue.trim()) { + case "入库" -> 1; + case "出库" -> 2; + case "盘点" -> 10; + case "移库" -> 9; + default -> -1; + }; + } + + /** + * 这里是写的时候会调用 + * + * @return 转换后的任务类型 + */ + @Override + public WriteCellData convertToExcelData(WriteConverterContext context) { + Integer value = context.getValue(); + if (value == 1) { + return new WriteCellData<>("入库"); + } else if (value == 2) { + return new WriteCellData<>("出库"); + } else if (value == 10) { + return new WriteCellData<>("盘点"); + } else if (value == 9) { + return new WriteCellData<>("移库"); + } else { + return new WriteCellData<>("未知"); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/style/ExcelContentStyle.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/style/ExcelContentStyle.java new file mode 100644 index 0000000..f733eed --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easyexcel/style/ExcelContentStyle.java @@ -0,0 +1,30 @@ +package com.wms_main.excel.easyexcel.style; + +import com.alibaba.excel.write.metadata.style.WriteCellStyle; +import com.alibaba.excel.write.style.HorizontalCellStyleStrategy; +import org.apache.poi.ss.usermodel.BorderStyle; +import org.apache.poi.ss.usermodel.HorizontalAlignment; +import org.apache.poi.ss.usermodel.VerticalAlignment; + +public class ExcelContentStyle { + //设置excel内容格式 + public static HorizontalCellStyleStrategy getContentStyle(){ + //内容策略 + WriteCellStyle contentWriteCellStyle = new WriteCellStyle(); + //设置样式 + contentWriteCellStyle.setBorderBottom(BorderStyle.THIN);//设置底边框; + contentWriteCellStyle.setBottomBorderColor((short) 0);//设置底边框颜色; + contentWriteCellStyle.setBorderLeft(BorderStyle.THIN); //设置左边框; + contentWriteCellStyle.setLeftBorderColor((short) 0);//设置左边框颜色; + contentWriteCellStyle.setBorderRight(BorderStyle.THIN);//设置右边框; + contentWriteCellStyle.setRightBorderColor((short) 0);//设置右边框颜色; + contentWriteCellStyle.setBorderTop(BorderStyle.THIN);//设置顶边框; + contentWriteCellStyle.setTopBorderColor((short) 0); ///设置顶边框颜色; + + contentWriteCellStyle.setWrapped(true); //设置自动换行; + contentWriteCellStyle.setHorizontalAlignment(HorizontalAlignment.CENTER);// 水平居中 + contentWriteCellStyle.setVerticalAlignment(VerticalAlignment.CENTER);// 垂直居中 + + return new HorizontalCellStyleStrategy(contentWriteCellStyle, contentWriteCellStyle); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ApiReceiveLogExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ApiReceiveLogExcelTemplate.java new file mode 100644 index 0000000..4dac70b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ApiReceiveLogExcelTemplate.java @@ -0,0 +1,62 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 接收日志模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class ApiReceiveLogExcelTemplate { + /** + * 日志Id + */ + @Excel(name = "log_id") + private String logId; + /** + * 请求方式 + */ + @Excel(name = "method") + private String method; + /** + * 请求地址 + */ + @Excel(name = "uri") + private String uri; + /** + * 客户端主机 + */ + @Excel(name = "remote_host") + private String remoteHost; + /** + * 客户端地址 + */ + @Excel(name = "remote_addr") + private String remoteAddr; + /** + * 请求数据 + */ + @Excel(name = "request_content") + private String requestContent; + /** + * 响应状态 + */ + @Excel(name = "status") + private String status; + /** + * 响应数据 + */ + @Excel(name = "response_content") + private String responseContent; + /** + * 日志记录时间 + */ + @Excel(name = "log_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime logTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ApiSendLogExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ApiSendLogExcelTemplate.java new file mode 100644 index 0000000..19b3d83 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ApiSendLogExcelTemplate.java @@ -0,0 +1,102 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 发送日志模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class ApiSendLogExcelTemplate { + /** + * id + */ + @Excel(name = "log_id") + private String logId; + /** + * url + */ + @Excel(name = "url") + private String url; + /** + * 超时时长 + */ + @Excel(name = "timeout") + private Integer timeout; + /** + * 请求方式 + */ + @Excel(name = "method") + private String method; + /** + * 请求头 + */ + @Excel(name = "content_type") + private String contentType; + /** + * 数据 + */ + @Excel(name = "data") + private String data; + /** + * token + */ + @Excel(name = "token") + private String token; + /** + * 请求是否成功 + */ + @Excel(name = "success") + private String success; + /** + * 响应码 + */ + @Excel(name = "response_code") + private int responseCode; + /** + * 请求信息 + */ + @Excel(name = "request_message") + private String requestMessage; + /** + * 响应信息 + */ + @Excel(name = "response_message") + private String responseMessage; + /** + * 请求时间 + */ + @Excel(name = "request_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime requestTime; + /** + * 响应时间 + */ + @Excel(name = "response_time") + private LocalDateTime responseTime; + /** + * 请求地址 + */ + @Excel(name = "request_url") + private String requestUrl; + /** + * 请求耗时 + */ + @Excel(name = "use_time") + private long useTime; + /** + * 异常 + */ + @Excel(name = "exception_message") + private String exceptionMessage; + /** + * 记录时间 + */ + @Excel(name = "log_time") + private LocalDateTime logTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/DbsExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/DbsExcelTemplate.java new file mode 100644 index 0000000..edd61c2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/DbsExcelTemplate.java @@ -0,0 +1,104 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * excel模板 + * Dbs + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class DbsExcelTemplate { + /** + * 工单 + */ + @Excel(name = "工单号") + private String workOrder; + /** + * dbs原始未处理的零件号,成品号 + */ + @Excel(name = "零件号") + private String productIdOrigin; + /** + * Test计划开始时间 + */ + @Excel(name = "Test计划开始时间") + private LocalDate testPlanStartDate; + /** + * Test计划完成时间 + */ + @Excel(name = "Test计划完成时间") + private LocalDate testPlanFinishDate; + /** + * PNT计划开始时间 + */ + @Excel(name = "PNT计划开始时间") + private LocalDate pntPlanStartDate; + /** + * PNT计划完成时间 + */ + @Excel(name = "PNT计划完成时间") + private LocalDate pntPlanFinishDate; + /** + * 计划产量/套 + */ + @Excel(name = "计划产量") + private Integer planProduction; + /** + * 设备名称 + */ + @Excel(name = "设备名称") + private String equipmentName; + /** + * 班次 + */ + @Excel(name = "班次") + private String workShift; + /** + * Family + */ + @Excel(name = "Family") + private String family; + /** + * Test No# + */ + @Excel(name = "Test No#") + private String testNo; + /** + * K料备注 + */ + @Excel(name = "K料备注") + private String kittingRemark; + /** + * 备注 + */ + @Excel(name = "备注") + private String remark; + /** + * 状态 + */ + @Excel(name = "状态", replace = {"未开始_0", "已开始_1", "已完成_2"}) + private Integer dbsStatus; + /** + * 工作站台 + */ + @Excel(name = "工作站台") + private String workStand; + /** + * 实际工作日期 + */ + @Excel(name = "实际工作日期") + private LocalDate realWorkDate; + /** + * 完成时间 + */ + @Excel(name = "完成时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/DbsRecordExcelTemplateForSave.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/DbsRecordExcelTemplateForSave.java new file mode 100644 index 0000000..4cda517 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/DbsRecordExcelTemplateForSave.java @@ -0,0 +1,113 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * DBS完成记录模板 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class DbsRecordExcelTemplateForSave { + /** + * 主键id + */ + @Excel(name = "dbs_id") + private String dbsId; + /** + * 工单 + */ + @Excel(name = "work_order") + private String workOrder; + /** + * dbs原始未处理的零件号,成品号 + */ + @Excel(name = "product_id_origin") + private String productIdOrigin; + /** + * 零件号,成品号 + */ + @Excel(name = "product_id") + private String productId; + /** + * Test计划开始时间 + */ + @Excel(name = "test_plan_start_date") + private LocalDate testPlanStartDate; + /** + * Test计划完成时间 + */ + @Excel(name = "test_plan_finish_date") + private LocalDate testPlanFinishDate; + /** + * PNT计划开始时间 + */ + @Excel(name = "pnt_plan_start_date") + private LocalDate pntPlanStartDate; + /** + * PNT计划完成时间 + */ + @Excel(name = "pnt_plan_finish_date") + private LocalDate pntPlanFinishDate; + /** + * 计划产量/套 + */ + @Excel(name = "plan_production") + private Integer planProduction; + /** + * 设备名称 + */ + @Excel(name = "equipment_name") + private String equipmentName; + /** + * 班次 + */ + @Excel(name = "work_shift") + private String workShift; + /** + * Family + */ + @Excel(name = "family") + private String family; + /** + * Test No# + */ + @Excel(name = "test_no") + private String testNo; + /** + * 状态 + */ + @Excel(name = "dbs_status") + private Integer dbsStatus; + /** + * 工作站台 + */ + @Excel(name = "work_stand") + private String workStand; + /** + * 实际工作日期 + */ + @Excel(name = "real_work_date") + private LocalDate realWorkDate; + /** + * 完成时间 + */ + @Excel(name = "finish_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * K料备注 + */ + @Excel(name = "kitting_remark") + private String kittingRemark; + /** + * 备注 + */ + @Excel(name = "remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/GoodsExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/GoodsExcelTemplate.java new file mode 100644 index 0000000..09d44df --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/GoodsExcelTemplate.java @@ -0,0 +1,71 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * excel模版 + * 物料基础信息 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsExcelTemplate { + /** + * 工厂 + */ + @Excel(name = "Plant") + private String plant; + /** + * 物料 + */ + @Excel(name = "Material") + private String material; + /** + * 物料描述 + */ + @Excel(name = "Description") + private String description; + /** + * 供应商 + */ + @Excel(name = "Vendor name") + private String vendorName; + /** + * 补料方式 + */ + @Excel(name = "补料方式") + private String feedingType; + /** + * 立库可放箱数 + */ + @Excel(name = "立库可放箱数(ASRS必填)") + private Integer maxBoxNum; + /** + * 箱数 + */ + @Excel(name = "Box Qty(ASRS必填)") + private Integer boxQty; + /** + * 热点分析ABC + */ + @Excel(name = "热点分析ABC(ASRS必填)") + private String hotPoint; + /** + * 库存位置 + */ + @Excel(name = "库存位置") + private String putArea; + /** + * 是否是SLED物料 + */ + @Excel(name = "是否是SLED物料") + private String isSled; + /** + * SLED时间(天) + */ + @Excel(name = "SLED时间(天)") + private Integer sledDays; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ImageExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ImageExcelTemplate.java new file mode 100644 index 0000000..e49bdcd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ImageExcelTemplate.java @@ -0,0 +1,20 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * excel模板 + * 图纸 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class ImageExcelTemplate { + @Excel(name = "料盒号") + private String boxNo; + @Excel(name = "图纸", type = 2, savePath = "./image") + private String imageDetail; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/InventoryRecordExcelTemplateForSave.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/InventoryRecordExcelTemplateForSave.java new file mode 100644 index 0000000..a76dca1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/InventoryRecordExcelTemplateForSave.java @@ -0,0 +1,90 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 盘点记录缓存模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class InventoryRecordExcelTemplateForSave { + /** + * 盘点id + */ + @Excel(name = "inventory_id") + private String inventoryId; + /** + * 料号 + */ + @Excel(name = "goods_id") + private String goodsId; + /** + * 载具号 + */ + @Excel(name = "vehicle_id") + private String vehicleId; + /** + * 库存数量 + * 只记录盘点确认时间点 + */ + @Excel(name = "stock_num") + private Integer stockNum; + /** + * 确认数量 + */ + @Excel(name = "confirm_num") + private Integer confirmNum; + /** + * 盘点站台 + */ + @Excel(name = "inv_stand") + private String invStand; + /** + * 盘点人 + */ + @Excel(name = "inv_user") + private String invUser; + /** + * 盘点类型:1:明盘;2:盲盘 + */ + @Excel(name = "inv_type") + private Integer invType; + /** + * 盘点状态 + * 1. 初始化 + * 2. 已解析 + * 3. 数量确认 + * 4. 盘点关闭 + */ + @Excel(name = "inv_status") + private Integer invStatus; + /** + * 盘点结果 + * -1: 盘亏 + * 0: 正常 + * 1: 盘盈 + */ + @Excel(name = "inv_result") + private Integer invResult; + /** + * 盘点任务创建时间 + */ + @Excel(name = "inv_create_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime invCreateTime; + /** + * 盘点确认时间 + */ + @Excel(name = "inv_confirm_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime invConfirmTime; + /** + * 这个字段用于合并哪些任务是同一时间下发的 + */ + @Excel(name = "inv_order_id") + private String invOrderId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/InventoryRequestExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/InventoryRequestExcelTemplate.java new file mode 100644 index 0000000..92eaa8a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/InventoryRequestExcelTemplate.java @@ -0,0 +1,22 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InventoryRequestExcelTemplate { + /** + * 料号 + */ + @Excel(name = "料号") + private String goodsId; + /** + * 箱号 + */ + @Excel(name = "箱号") + private String vehicleId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/KanbanExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/KanbanExcelTemplate.java new file mode 100644 index 0000000..81b6d76 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/KanbanExcelTemplate.java @@ -0,0 +1,31 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * excel模版 + * 看板 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KanbanExcelTemplate { + /** + * 物料 + */ + @Excel(name = "物料") + private String goodsId; + /** + * 标识编号 + */ + @Excel(name = "标识编号") + private String kanbanId; + /** + * 看板状态 + */ + @Excel(name = "状态") + private String kanbanStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/KateWorkExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/KateWorkExcelTemplate.java new file mode 100644 index 0000000..f3a570f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/KateWorkExcelTemplate.java @@ -0,0 +1,111 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * 工作信息模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class KateWorkExcelTemplate { + /** + * 主键 + */ + @Excel(name = "数据编号") + private String workIndex; + /** + * 工单 + */ + @Excel(name = "工单") + private String workOrder; + /** + * 计划开工日期 + */ + @Excel(name = "计划开工日期", format = "yyyy-MM-dd") + private LocalDate planStartDate; + /** + * 成品号 + */ + @Excel(name = "成品号") + private String productId; + /** + * 单片号 + */ + @Excel(name = "单片号") + private String singleProductId; + /** + * 料盒号 + */ + @Excel(name = "料盒号") + private String boxNo; + /** + * 原材料号 + */ + @Excel(name = "原材料号") + private String goodsId; + /** + * 需求数量 + */ + @Excel(name = "需求数量") + private Integer needNum; + /** + * 已分配数量 + */ + @Excel(name = "已分配数量") + private Integer distributeNum; + /** + * 已完成数量 + */ + @Excel(name = "已完成数量") + private Integer finishNum; + /** + * 工作站台 + */ + @Excel(name = "工作站台") + private String workStand; + /** + * 工作状态 + * -1: 暂停/暂存 + */ + @Excel(name = "工作状态") + private Integer workStatus; + /** + * 工作用户 + */ + @Excel(name = "工作用户") + private String workUser; + /** + * 创建时间 + */ + @Excel(name = "创建时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @Excel(name = "完成时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 缺料状态 + * 0:不缺料 + * 1: 缺料 + */ + @Excel(name = "缺料状态") + private Integer lackStatus; + /** + * 是否是库外料 + */ + @Excel(name = "是否是库外料") + private Integer isOut; + /** + * 成品类型 + */ + @Excel(name = "成品类型") + private Integer productType; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/LocationAndStockExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/LocationAndStockExcelTemplate.java new file mode 100644 index 0000000..da6d64b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/LocationAndStockExcelTemplate.java @@ -0,0 +1,90 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 库位库存详情excel模版 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class LocationAndStockExcelTemplate { + /** + * 库位 + */ + @Excel(name = "库位") + private String locationId; + /** + * 排 + */ + @Excel(name = "排") + private Integer lRow; + /** + * 列 + */ + @Excel(name = "列") + private Integer lCol; + /** + * 层 + */ + @Excel(name = "层") + private Integer lLayer; + /** + * 深度 + */ + @Excel(name = "深度") + private Integer lDepth; + /** + * 子区域 + */ + @Excel(name = "子区域") + private String subArea; + /** + * 是否锁定 + */ + @Excel(name = "是否锁定") + private String isLock; + /** + * 是否占用 + */ + @Excel(name = "是否占用") + private String isOccupy; + /** + * 对应设备号 + */ + @Excel(name = "设备号") + private Integer equipmentId; + /** + * 对应巷道号 + */ + @Excel(name = "巷道号") + private Integer tunnelId; + /** + * 箱号 + */ + @Excel(name = "箱号") + private String vehicleId; + /** + * 料号 + */ + @Excel(name = "料号") + private String goodsId; + /** + * 物料描述 + */ + @Excel(name = "物料描述") + private String goodsName; + /** + * 剩余数量 + */ + @Excel(name = "剩余数量") + private Integer remainQty; + /** + * 入库数量 + */ + @Excel(name = "入库数量") + private Integer totalQty; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/OutsRecordExcelTemplateForSave.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/OutsRecordExcelTemplateForSave.java new file mode 100644 index 0000000..7ad3a6a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/OutsRecordExcelTemplateForSave.java @@ -0,0 +1,73 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 出库单缓存模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class OutsRecordExcelTemplateForSave { + /** + * 任务号 + */ + @Excel(name = "task_id") + private String taskId; + /** + * 料号 + */ + @Excel(name = "goods_id") + private String goodsId; + /** + * 载具号 + */ + @Excel(name = "vehicle_id") + private String vehicleId; + /** + * 需求数量 + */ + @Excel(name = "need_num") + private Integer needNum; + /** + * 已分发数量 + */ + @Excel(name = "distribute_num") + private Integer distributeNum; + /** + * 已拣选数量 + */ + @Excel(name = "pick_num") + private Integer pickNum; + /** + * 出库类型 + */ + @Excel(name = "out_type") + private Integer outType; + /** + * 目的地 + */ + @Excel(name = "destination") + private String destination; + /** + * 用户名 + */ + @Excel(name = "user_name") + private String userName; + /** + * 出库理由 + * 紧急出库必填 + */ + @Excel(name = "reason") + private String reason; + /** + * 请求时间 + */ + @Excel(name = "request_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime requestTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/PickTaskBakExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/PickTaskBakExcelTemplate.java new file mode 100644 index 0000000..3b5d6cd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/PickTaskBakExcelTemplate.java @@ -0,0 +1,57 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 拣选任务记录模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class PickTaskBakExcelTemplate { + /** + * 任务id + */ + @Excel(name = "pick_id") + private String pickId; + /** + * 拣选站台 + */ + @Excel(name = "pick_stand") + private String pickStand; + /** + * 载具号 + */ + @Excel(name = "vehicle_id") + private String vehicleId; + /** + * 任务状态 + */ + @Excel(name = "pick_status") + private Integer pickStatus; + /** + * 创建时间 + */ + @Excel(name = "create_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @Excel(name = "send_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @Excel(name = "arrive_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @Excel(name = "leave_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime leaveTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ProductExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ProductExcelTemplate.java new file mode 100644 index 0000000..7e1f424 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ProductExcelTemplate.java @@ -0,0 +1,51 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * excel模板 + * 成品配料清单 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class ProductExcelTemplate { + /** + * 机型 + */ + @Excel(name = "机型") + private String model; + /** + * 成品号 + */ + @Excel(name = "成品号") + private String productId; + /** + * 物料号 + */ + @Excel(name = "物料号") + private String goodsId; + /** + * 物料描述 + */ + @Excel(name = "物料描述") + private String goodsDesc; + /** + * 单套数量 + */ + @Excel(name = "单套数量") + private Integer quantity1Pair; + /** + * 料盒号 + */ + @Excel(name = "料盒号") + private String boxNo; + /** + * 图纸套数 + */ + @Excel(name = "图纸套数") + private Integer quantityOfPairs; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ProductExtendExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ProductExtendExcelTemplate.java new file mode 100644 index 0000000..3360c62 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/ProductExtendExcelTemplate.java @@ -0,0 +1,31 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * excel模板 + * 总成与单片的对应关系 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class ProductExtendExcelTemplate { + /** + * 机型 + */ + @Excel(name = "机型") + private String model; + /** + * 总成 + */ + @Excel(name = "总装") + private String productId; + /** + * 单片 + */ + @Excel(name = "单片") + private String singleProductId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/SingleProductExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/SingleProductExcelTemplate.java new file mode 100644 index 0000000..45cd1b8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/SingleProductExcelTemplate.java @@ -0,0 +1,51 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * excel模板 + * 单片配料清单 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class SingleProductExcelTemplate { + /** + * 机型 + */ + @Excel(name = "机型") + private String model; + /** + * 成品号 + */ + @Excel(name = "服务件成品号") + private String singleProductId; + /** + * 物料号 + */ + @Excel(name = "物料号") + private String goodsId; + /** + * 物料描述 + */ + @Excel(name = "物料描述") + private String goodsDesc; + /** + * 单套数量 + */ + @Excel(name = "单套数量") + private Integer quantity1Pair; + /** + * 料盒号 + */ + @Excel(name = "料盒号") + private String boxNo; + /** + * 图纸套数 + */ + @Excel(name = "图纸套数") + private Integer quantityOfPairs; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockExcelTemplate.java new file mode 100644 index 0000000..b4905f4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockExcelTemplate.java @@ -0,0 +1,98 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * 库存模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class StockExcelTemplate { + /** + * 库存编号 + */ + @Excel(name = "库存编号") + private String stockId; + /** + * 载具号 + */ + @Excel(name = "载具号") + private String vehicleId; + /** + * 库位号 + */ + @Excel(name = "库位") + private String locationId; + /** + * 库存状态 + */ + @Excel(name = "库存状态") + private Integer stockStatus; + /** + * 物料编号 + */ + @Excel(name = "物料编号") + private String goodsId; + /** + * 物料状态 + */ + @Excel(name = "物料状态") + private Integer goodsStatus; + /** + * 初次入库时间 + */ + @Excel(name = "初次入库时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime firstInTime; + /** + * 初次入库用户 + */ + @Excel(name = "初次入库用户") + private String firstInUser; + /** + * 上次更新时间 + */ + @Excel(name = "上次更新时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @Excel(name = "上次更新用户") + private String lastUpdateUser; + /** + * 入库总量 + */ + @Excel(name = "入库总数量") + private Integer totalNum; + /** + * 剩余数量 + */ + @Excel(name = "可用剩余数量") + private Integer remainNum; + /** + * 实际数量 + */ + @Excel(name = "实际剩余数量") + private Integer realNum; + /** + * 物料描述 + */ + @Excel(name = "物料描述") + private String goodsDesc; + /** + * 有效期 + */ + @Excel(name = "有限期止", exportFormat = "yyyy-MM-dd") + private LocalDate expireDate; + /** + * sled 天数 + */ + @Excel(name = "sled") + private Integer sled; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockUpdateExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockUpdateExcelTemplate.java new file mode 100644 index 0000000..06878df --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockUpdateExcelTemplate.java @@ -0,0 +1,62 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 库存模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class StockUpdateExcelTemplate { + /** + * 库存更新记录id + */ + @Excel(name = "记录id") + private String updateId; + /** + * 载具号 + */ + @Excel(name = "载具号") + private String vehicleId; + /** + * 料号 + */ + @Excel(name = "料号") + private String goodsId; + /** + * 初次入库时间 + */ + @Excel(name = "初次入库时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime firstInTime; + /** + * 原数量 + */ + @Excel(name = "原数量") + private Integer beforeNum; + /** + * 新数量 + */ + @Excel(name = "新数量") + private Integer afterNum; + /** + * 更新原因 + */ + @Excel(name = "更新原因") + private String reason; + /** + * 更新时间 + */ + @Excel(name = "更新时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime updateTime; + /** + * 更新用户 + */ + @Excel(name = "更新用户") + private String updateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockUpdateRecordExcelTemplateForSave.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockUpdateRecordExcelTemplateForSave.java new file mode 100644 index 0000000..ab0492f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/StockUpdateRecordExcelTemplateForSave.java @@ -0,0 +1,62 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 库存流水缓存模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class StockUpdateRecordExcelTemplateForSave { + /** + * 库存更新记录id + */ + @Excel(name = "update_id") + private String updateId; + /** + * 载具号 + */ + @Excel(name = "vehicle_id") + private String vehicleId; + /** + * 料号 + */ + @Excel(name = "goods_id") + private String goodsId; + /** + * 首次入库时间 + */ + @Excel(name = "first_in_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime firstInTime; + /** + * 原数量 + */ + @Excel(name = "before_num") + private Integer beforeNum; + /** + * 新数量 + */ + @Excel(name = "after_num") + private Integer afterNum; + /** + * 更新理由 + */ + @Excel(name = "reason") + private String reason; + /** + * 更新时间 + */ + @Excel(name = "update_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime updateTime; + /** + * 更新用户 + */ + @Excel(name = "update_user") + private String updateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/TaskRecordExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/TaskRecordExcelTemplate.java new file mode 100644 index 0000000..4e1f430 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/TaskRecordExcelTemplate.java @@ -0,0 +1,102 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 任务记录模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class TaskRecordExcelTemplate { + /** + * 任务ID + */ + @Excel(name = "任务Id") + private String taskId; + /** + * 任务类型 + */ + @Excel(name = "任务类型") + private Integer taskType; + /** + * 任务状态 + */ + @Excel(name = "任务状态") + private Integer taskStatus; + /** + * 任务优先级 + */ + @Excel(name = "任务优先级") + private Integer taskPriority; + /** + * 载具号 + */ + @Excel(name = "载具号") + private String vehicleId; + /** + * 起点 + */ + @Excel(name = "起点") + private String origin; + /** + * 终点 + */ + @Excel(name = "终点") + private String destination; + /** + * wcs任务id + */ + @Excel(name = "wcs任务Id") + private String wcsTaskId; + /** + * 创建时间 + */ + @Excel(name = "创建时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @Excel(name = "完成时间", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 料号 + */ + @Excel(name = "料号") + private String goodsId; + /** + * 操作数量 + */ + @Excel(name = "操作数量") + private Integer opNum; + /** + * 库存数量 + */ + @Excel(name = "库存数量") + private Integer stockNum; + /** + * 操纵用户 + */ + @Excel(name = "操作用户") + private String opUser; + /** + * 备注 + */ + @Excel(name = "备注") + private String remark; + /** + * 申请出库的站台 + */ + @Excel(name = "申请站台") + private String callStand; + /** + * 物料描述 + */ + @Excel(name = "物料描述") + private String goodsDesc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WcsTaskBakExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WcsTaskBakExcelTemplate.java new file mode 100644 index 0000000..29ce470 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WcsTaskBakExcelTemplate.java @@ -0,0 +1,72 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * Wcs任务记录模板 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class WcsTaskBakExcelTemplate { + /** + * wcs任务id + */ + @Excel(name = "wcs_task_id") + private String wcsTaskId; + /** + * wcs任务状态 + */ + @Excel(name = "wcs_task_status") + private Integer wcsTaskStatus; + /** + * wcs任务类型 + */ + @Excel(name = "wcs_task_type") + private Integer wcsTaskType; + /** + * wcs任务优先级 + */ + @Excel(name = "task_priority") + private Integer taskPriority; + /** + * 载具号 + */ + @Excel(name = "vehicle_id") + private String vehicleId; + /** + * 起点 + */ + @Excel(name = "origin") + private String origin; + /** + * 终点 + */ + @Excel(name = "destination") + private String destination; + /** + * 创建时间 + */ + @Excel(name = "create_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @Excel(name = "send_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 完成时间 + */ + @Excel(name = "finish_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 备注 + */ + @Excel(name = "remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WmsTaskBakExcelTemplate.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WmsTaskBakExcelTemplate.java new file mode 100644 index 0000000..96c3eaf --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WmsTaskBakExcelTemplate.java @@ -0,0 +1,102 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * Wms任务记录模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class WmsTaskBakExcelTemplate { + /** + * 任务ID + */ + @Excel(name = "task_id") + private String taskId; + /** + * 任务类型 + */ + @Excel(name = "task_type") + private Integer taskType; + /** + * 任务状态 + */ + @Excel(name = "task_status") + private Integer taskStatus; + /** + * 任务优先级 + */ + @Excel(name = "task_priority") + private Integer taskPriority; + /** + * 载具号 + */ + @Excel(name = "vehicle_id") + private String vehicleId; + /** + * 起点 + */ + @Excel(name = "origin") + private String origin; + /** + * 终点 + */ + @Excel(name = "destination") + private String destination; + /** + * wcs任务id + */ + @Excel(name = "wcs_task_id") + private String wcsTaskId; + /** + * 创建时间 + */ + @Excel(name = "create_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @Excel(name = "finish_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 料号 + */ + @Excel(name = "goods_id") + private String goodsId; + /** + * 操作数量 + */ + @Excel(name = "op_num") + private Integer opNum; + /** + * 库存数量 + */ + @Excel(name = "stock_num") + private Integer stockNum; + /** + * 操纵用户 + */ + @Excel(name = "op_user") + private String opUser; + /** + * 备注 + */ + @Excel(name = "remark") + private String remark; + /** + * 申请出库的站台 + */ + @Excel(name = "call_stand") + private String callStand; + /** + * 物料描述 + */ + @Excel(name = "goods_desc") + private String goodsDesc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WorkRecordExcelTemplateForSave.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WorkRecordExcelTemplateForSave.java new file mode 100644 index 0000000..e9cec55 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/excelTemplate/WorkRecordExcelTemplateForSave.java @@ -0,0 +1,111 @@ +package com.wms_main.excel.easypoi.excelTemplate; + +import cn.afterturn.easypoi.excel.annotation.Excel; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * 工作记录缓存模版 + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class WorkRecordExcelTemplateForSave { + /** + * 主键 + */ + @Excel(name = "work_index") + private String workIndex; + /** + * plant + */ + @Excel(name = "work_order") + private String workOrder; + /** + * 计划开工日期 + */ + @Excel(name = "plan_start_date") + private LocalDate planStartDate; + /** + * 成品号 + */ + @Excel(name = "product_id") + private String productId; + /** + * 单片号 + */ + @Excel(name = "single_product_id") + private String singleProductId; + /** + * 料盒号 + */ + @Excel(name = "box_no") + private String boxNo; + /** + * 原材料号 + */ + @Excel(name = "goods_id") + private String goodsId; + /** + * 需求数量 + */ + @Excel(name = "need_num") + private Integer needNum; + /** + * 已完成数量 + */ + @Excel(name = "finish_num") + private Integer finishNum; + /** + * 工作站台 + */ + @Excel(name = "work_stand") + private String workStand; + /** + * 工作状态 + */ + @Excel(name = "work_status") + private Integer workStatus; + /** + * 工作用户 + */ + @Excel(name = "work_user") + private String workUser; + /** + * 创建时间 + */ + @Excel(name = "create_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @Excel(name = "finish_time", exportFormat = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 缺料状态 + */ + @Excel(name = "lack_status") + private Integer lackStatus; + /** + * 是否是库外料 + */ + @Excel(name = "is_out") + private Integer isOut; + /** + * 产品类型 + * 1:非服务件 + * 2:服务件 + */ + @Excel(name = "product_type") + private Integer productType; + /** + * 备注 + * 用于ECN相关 + */ + @Excel(name = "kitting_remark") + private String kittingRemark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/IExportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/IExportExcelEasyPoi.java new file mode 100644 index 0000000..78ff2dd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/IExportExcelEasyPoi.java @@ -0,0 +1,48 @@ +package com.wms_main.excel.easypoi.service; + +import com.wms_main.excel.easypoi.service.base.IBaseExportExcelEasyPoi; +import com.wms_main.model.dto.query.*; +import jakarta.servlet.http.HttpServletResponse; +import org.springframework.web.bind.annotation.RequestBody; + +import java.io.IOException; + +/** + * 导出服务 + */ +public interface IExportExcelEasyPoi extends IBaseExportExcelEasyPoi { + /** + * 导出DBS + * @param dbsQuery 查询条件 + */ + void doExportDbs(@RequestBody DbsQuery dbsQuery, HttpServletResponse response) throws IOException; + + /** + * 导出配料清单 + * @param kittingBomQuery 查询条件 + */ + void doExportKittingBom(@RequestBody KittingBomQuery kittingBomQuery, HttpServletResponse response) throws IOException; + + /** + * 导出配对关系 + * @param kittingBomRelationQuery 查询条件 + */ + void doExportKittingBomRelations(@RequestBody KittingBomRelationQuery kittingBomRelationQuery, HttpServletResponse response) throws IOException; + + /** + * 导出工作详情 + * @param workSummaryQuery 查询条件 + */ + void doExportWorkSummaryExcel(@RequestBody WorkSummaryQuery workSummaryQuery, HttpServletResponse response) throws IOException; + + /** + * 导出看板需求 + * @param kanbanQuery 查询条件 + */ + void doExportKanbanExcel(@RequestBody KanbanQuery kanbanQuery, HttpServletResponse response) throws IOException; + + /** + * 导出库位及库存详情 + */ + void doExportLocationAndStockExcel(HttpServletResponse response) throws IOException; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/IImportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/IImportExcelEasyPoi.java new file mode 100644 index 0000000..9211720 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/IImportExcelEasyPoi.java @@ -0,0 +1,72 @@ +package com.wms_main.excel.easypoi.service; + +import com.wms_main.excel.easypoi.service.base.IBaseImportExcelEasyPoi; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.vo.others.FileVo; +import org.springframework.web.multipart.MultipartFile; + +public interface IImportExcelEasyPoi extends IBaseImportExcelEasyPoi { + + /** + * 导入dbs + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportDbs(MultipartFile file, FileVo fileVo) throws Exception; + + /** + * 导入成品配料单 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportProduct(MultipartFile file, FileVo fileVo) throws Exception; + + /** + * 导入服务件 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportServiceProduct(MultipartFile file, FileVo fileVo) throws Exception; + + /** + * 导入成品-单片 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportProductExtend(MultipartFile file, FileVo fileVo) throws Exception; + + /** + * 导入基础物料 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportBaseGoods(MultipartFile file, FileVo fileVo) throws Exception; + + /** + * 导入看板数据 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportKanban(MultipartFile file, FileVo fileVo) throws Exception; + + /** + * 导入盘点请求 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + BaseWmsApiResponse doImportInventoryRequest(MultipartFile file, FileVo fileVo) throws Exception; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/ISaveExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/ISaveExcelEasyPoi.java new file mode 100644 index 0000000..48e6c6b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/ISaveExcelEasyPoi.java @@ -0,0 +1,80 @@ +package com.wms_main.excel.easypoi.service; + +import com.wms_main.model.po.*; + +import java.util.List; + +/** + * 保存数据服务接口 + */ +public interface ISaveExcelEasyPoi { + /** + * 保存接口接收日志 + * @param fileSuffix 文件后缀 + * @param logList 数据列表 + */ + void saveApiReceiveLogs(String fileSuffix, List logList); + + /** + * 保存接口发送日志 + * @param fileSuffix 文件后缀 + * @param apiLogList 数据列表 + */ + void saveApiSendLogs(String fileSuffix, List apiLogList); + + /** + * 保存Wms任务记录 + * @param fileSuffix 文件后缀 + * @param wmsTaskBakList 数据列表 + */ + void saveWmsTaskBak(String fileSuffix, List wmsTaskBakList); + + /** + * 保存Wcs任务记录 + * @param fileSuffix 文件后缀 + * @param wcsTaskBakList 数据列表 + */ + void saveWcsTaskBak(String fileSuffix, List wcsTaskBakList); + + /** + * 保存拣选任务记录 + * @param fileSuffix 文件后缀 + * @param pickTaskBakList 数据列表 + */ + void savePickTaskBak(String fileSuffix, List pickTaskBakList); + + /** + * 保存Dbs记录 + * @param fileSuffix 文件后缀 + * @param dbsRecordList 数据列表 + */ + void saveDbsRecord(String fileSuffix, List dbsRecordList); + + /** + * 保存出库单记录 + * @param fileSuffix 文件后缀 + * @param outsRecordList 数据列表 + */ + void saveOutsRecord(String fileSuffix, List outsRecordList); + + /** + * 保存库存流水记录 + * @param fileSuffix 文件后缀 + * @param stockUpdateList 数据列表 + */ + void saveStockUpdateRecord(String fileSuffix, List stockUpdateList); + + /** + * 保存盘点记录 + * @param fileSuffix 文件后缀 + * @param inventoryList 数据列表 + */ + void saveInventoryRecord(String fileSuffix, List inventoryList); + + /** + * 保存工作记录 + * @param fileSuffix 文件后缀 + * @param workRecordList 数据列表 + */ + void saveWorkRecord(String fileSuffix, List workRecordList); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/IBaseExportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/IBaseExportExcelEasyPoi.java new file mode 100644 index 0000000..2df661b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/IBaseExportExcelEasyPoi.java @@ -0,0 +1,45 @@ +package com.wms_main.excel.easypoi.service.base; + +import com.wms_main.model.dto.query.GoodsQuery; +import com.wms_main.model.dto.query.StockQuery; +import com.wms_main.model.dto.query.StockUpdateQuery; +import com.wms_main.model.dto.query.WmsTaskQuery; +import jakarta.servlet.http.HttpServletResponse; +import org.springframework.web.bind.annotation.RequestBody; + +import java.io.IOException; + +/** + * 基础导出服务接口 + */ +public interface IBaseExportExcelEasyPoi { + /** + * 导出库存 + * @param stockQuery 查询条件 + */ + void doExportStocks(@RequestBody StockQuery stockQuery, HttpServletResponse response) throws IOException; + + /** + * 导出库存更新记录 + * @param stockUpdateQuery 查询条件 + */ + void doExportStockUpdate(@RequestBody StockUpdateQuery stockUpdateQuery, HttpServletResponse response) throws IOException; + + /** + * 导出物料信息 + * @param goodsQuery 查询 + */ + void doExportGoods(@RequestBody GoodsQuery goodsQuery, HttpServletResponse response) throws IOException; + + /** + * 导出入库记录 + * @param wmsTaskQuery 查询 + */ + void doExportInTaskRecords(@RequestBody WmsTaskQuery wmsTaskQuery, HttpServletResponse response) throws IOException; + + /** + * 导出出库记录 + * @param wmsTaskQuery 查询 + */ + void doExportOutTaskRecords(@RequestBody WmsTaskQuery wmsTaskQuery, HttpServletResponse response) throws IOException; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/IBaseImportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/IBaseImportExcelEasyPoi.java new file mode 100644 index 0000000..9e6973d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/IBaseImportExcelEasyPoi.java @@ -0,0 +1,7 @@ +package com.wms_main.excel.easypoi.service.base; + +/** + * 基础导入服务接口 + */ +public interface IBaseImportExcelEasyPoi { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/impl/BaseExportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/impl/BaseExportExcelEasyPoi.java new file mode 100644 index 0000000..60bfa4c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/impl/BaseExportExcelEasyPoi.java @@ -0,0 +1,348 @@ +package com.wms_main.excel.easypoi.service.base.impl; + +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.constant.enums.wms.WmsTaskTypeEnums; +import com.wms_main.dao.ITAppGoodsService; +import com.wms_main.dao.ITAppStockService; +import com.wms_main.dao.ITAppStockUpdateService; +import com.wms_main.dao.ITAppTaskBakService; +import com.wms_main.excel.easypoi.excelTemplate.GoodsExcelTemplate; +import com.wms_main.excel.easypoi.excelTemplate.StockExcelTemplate; +import com.wms_main.excel.easypoi.excelTemplate.StockUpdateExcelTemplate; +import com.wms_main.excel.easypoi.excelTemplate.TaskRecordExcelTemplate; +import com.wms_main.excel.easypoi.service.base.IBaseExportExcelEasyPoi; +import com.wms_main.model.dto.query.GoodsQuery; +import com.wms_main.model.dto.query.StockQuery; +import com.wms_main.model.dto.query.StockUpdateQuery; +import com.wms_main.model.dto.query.WmsTaskQuery; +import com.wms_main.model.po.TAppGoods; +import com.wms_main.model.po.TAppStock; +import com.wms_main.model.po.TAppStockUpdate; +import com.wms_main.model.po.TAppTaskBak; +import com.wms_main.repository.utils.StringUtils; +import jakarta.servlet.http.HttpServletResponse; +import lombok.extern.slf4j.Slf4j; +import org.apache.poi.ss.usermodel.Workbook; +import org.springframework.beans.factory.annotation.Autowired; + +import java.io.IOException; +import java.net.URLEncoder; +import java.nio.charset.StandardCharsets; +import java.time.LocalDateTime; +import java.util.ArrayList; +import java.util.List; + +/** + * 基础导出服务实现 + */ +@Slf4j +public class BaseExportExcelEasyPoi implements IBaseExportExcelEasyPoi { + @Autowired + protected ITAppStockService appStockService;// 库存服务 + @Autowired + protected ITAppStockUpdateService appStockUpdateService;// 库存更新服务 + @Autowired + protected ITAppGoodsService appGoodsService;// 物料服务 + @Autowired + protected ITAppTaskBakService appTaskBakService;// 任务记录服务 + + public BaseExportExcelEasyPoi() { + + } + + /** + * 实现 导出库存 + * @param stockQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportStocks(StockQuery stockQuery, HttpServletResponse response) throws IOException { + if (stockQuery == null) { + throw new IOException("参数不能为NULL"); + } + // 库存查询参数 + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(stockQuery.getVehicleId()), TAppStock::getVehicleId, stockQuery.getVehicleId()) + .like(StringUtils.isNotEmpty(stockQuery.getLocationId()), TAppStock::getLocationId, stockQuery.getLocationId()) + .like(StringUtils.isNotEmpty(stockQuery.getGoodsId()), TAppStock::getGoodsId, stockQuery.getGoodsId()) + .eq(stockQuery.getStockStatus() != null, TAppStock::getStockStatus, stockQuery.getStockStatus()) + .eq(stockQuery.getGoodsStatus() != null, TAppStock::getGoodsStatus, stockQuery.getGoodsStatus()); + if (stockQuery.getFromDate() != null) { + lambdaQueryWrapper.ge(TAppStock::getFirstInTime, LocalDateTime.of(stockQuery.getFromDate(), LocalDateTime.MIN.toLocalTime())); + } + if (stockQuery.getToDate() != null) { + // toDate + 1天的凌晨。 + lambdaQueryWrapper.le(TAppStock::getFirstInTime, LocalDateTime.of(stockQuery.getToDate(), LocalDateTime.MAX.toLocalTime())); + } + List stockList = appStockService.list(lambdaQueryWrapper); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!stockList.isEmpty()) { + for (TAppStock poData : stockList) { + resultList.add(new StockExcelTemplate( + poData.getStockId(), + poData.getVehicleId(), + poData.getLocationId(), + poData.getStockStatus(), + poData.getGoodsId(), + poData.getGoodsStatus(), + poData.getFirstInTime(), + poData.getFirstInUser(), + poData.getLastUpdateTime(), + poData.getLastUpdateUser(), + poData.getTotalNum(), + poData.getRemainNum(), + poData.getRealNum(), + poData.getGoodsDesc(), + poData.getExpireDate(), + poData.getSled() + )); + } + } else { + resultList.add(new StockExcelTemplate()); + } + doWriteExcel("库存", response, resultList, StockExcelTemplate.class); + } + + /** + * 导出库存更新记录 + * @param stockUpdateQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportStockUpdate(StockUpdateQuery stockUpdateQuery, HttpServletResponse response) throws IOException { + if (stockUpdateQuery == null) { + throw new IOException("查询参数不能为NULL"); + } + // 查询参数 + if (stockUpdateQuery.getFromTime() != null && stockUpdateQuery.getToTime() != null) { + if (stockUpdateQuery.getFromTime().isAfter(stockUpdateQuery.getToTime())) { + throw new IOException("from时间不能晚于to时间"); + } + } + // 库存更新记录查询参数 + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(stockUpdateQuery.getGoodsId()), TAppStockUpdate::getGoodsId, stockUpdateQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(stockUpdateQuery.getVehicleId()), TAppStockUpdate::getVehicleId, stockUpdateQuery.getVehicleId()); + if (stockUpdateQuery.getFromTime() != null) { + lambdaQueryWrapper.ge(TAppStockUpdate::getUpdateTime, stockUpdateQuery.getFromTime()); + } + if (stockUpdateQuery.getToTime() != null) { + lambdaQueryWrapper.le(TAppStockUpdate::getUpdateTime, stockUpdateQuery.getToTime()); + } + List stockUpdateList = appStockUpdateService.list(lambdaQueryWrapper); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!stockUpdateList.isEmpty()) { + for (TAppStockUpdate poData : stockUpdateList) { + resultList.add(new StockUpdateExcelTemplate( + poData.getUpdateId(), + poData.getVehicleId(), + poData.getGoodsId(), + poData.getFirstInTime(), + poData.getBeforeNum(), + poData.getAfterNum(), + poData.getReason(), + poData.getUpdateTime(), + poData.getUpdateUser() + )); + } + } else { + resultList.add(new StockUpdateExcelTemplate()); + } + doWriteExcel("库存更新记录", response, resultList, StockUpdateExcelTemplate.class); + } + + /** + * 导出物料信息--实现 + * @param goodsQuery 查询 + */ + @Override + public void doExportGoods(GoodsQuery goodsQuery, HttpServletResponse response) throws IOException { + if (goodsQuery == null) { + throw new IOException("查询参数不能为NULL"); + } + // 查询参数 + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(goodsQuery.getGoodsId()), TAppGoods::getGoodsId, goodsQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(goodsQuery.getGoodsDesc()), TAppGoods::getGoodsDescription, goodsQuery.getGoodsDesc()); + List baseGoodsList = appGoodsService.list(lambdaQueryWrapper); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!baseGoodsList.isEmpty()) { + for (TAppGoods poData : baseGoodsList) { + resultList.add(new GoodsExcelTemplate( + poData.getPlant(), + poData.getGoodsId(), + poData.getGoodsDescription(), + poData.getVendorName(), + poData.getFeedingType(), + poData.getMaxBoxNum(), + poData.getBoxQty(), + poData.getHotPoint(), + poData.getPutArea(), + poData.getIsSled(), + poData.getSledDays() + )); + } + } else { + resultList.add(new GoodsExcelTemplate()); + } + doWriteExcel("物料基础信息", response, resultList, GoodsExcelTemplate.class); + } + + /** + * 导出入库记录 + * @param wmsTaskQuery 查询 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportInTaskRecords(WmsTaskQuery wmsTaskQuery, HttpServletResponse response) throws IOException { + if (wmsTaskQuery == null) { + throw new IOException("查询参数不能为NULL"); + } + // 查询参数 + if (wmsTaskQuery.getFromTime() != null && wmsTaskQuery.getToTime() != null) { + if (wmsTaskQuery.getFromTime().isAfter(wmsTaskQuery.getToTime())) { + throw new IOException("from时间不能晚于to时间"); + } + } + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(wmsTaskQuery.getTaskId()), TAppTaskBak::getTaskId, wmsTaskQuery.getTaskId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getGoodsId()), TAppTaskBak::getGoodsId, wmsTaskQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getVehicleId()), TAppTaskBak::getVehicleId, wmsTaskQuery.getVehicleId()) + .eq(TAppTaskBak::getTaskType, WmsTaskTypeEnums.IN.getCode()); + if (wmsTaskQuery.getFromTime() != null) { + lambdaQueryWrapper.ge(TAppTaskBak::getCreateTime, wmsTaskQuery.getFromTime()); + } + if (wmsTaskQuery.getToTime() != null) { + lambdaQueryWrapper.le(TAppTaskBak::getCreateTime, wmsTaskQuery.getToTime()); + } + List inTaskRecordList = appTaskBakService.list(lambdaQueryWrapper); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!inTaskRecordList.isEmpty()) { + for (TAppTaskBak poData : inTaskRecordList) { + resultList.add(new TaskRecordExcelTemplate( + poData.getTaskId(), + poData.getTaskType(), + poData.getTaskStatus(), + poData.getTaskPriority(), + poData.getVehicleId(), + poData.getOrigin(), + poData.getDestination(), + poData.getWcsTaskId(), + poData.getCreateTime(), + poData.getFinishTime(), + poData.getGoodsId(), + poData.getOpNum(), + poData.getStockNum(), + poData.getOpUser(), + poData.getRemark(), + poData.getCallStand(), + poData.getGoodsDesc() + )); + } + } else { + resultList.add(new TaskRecordExcelTemplate()); + } + doWriteExcel("入库记录", response, resultList, TaskRecordExcelTemplate.class); + } + + /** + * 导出出库任务记录--实现 + * @param wmsTaskQuery 查询 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportOutTaskRecords(WmsTaskQuery wmsTaskQuery, HttpServletResponse response) throws IOException { + if (wmsTaskQuery == null) { + throw new IOException("查询参数不能为NULL"); + } + // 查询参数 + if (wmsTaskQuery.getFromTime() != null && wmsTaskQuery.getToTime() != null) { + if (wmsTaskQuery.getFromTime().isAfter(wmsTaskQuery.getToTime())) { + throw new IOException("from时间不能晚于to时间"); + } + } + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(wmsTaskQuery.getTaskId()), TAppTaskBak::getTaskId, wmsTaskQuery.getTaskId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getGoodsId()), TAppTaskBak::getGoodsId, wmsTaskQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getVehicleId()), TAppTaskBak::getVehicleId, wmsTaskQuery.getVehicleId()) + .eq(TAppTaskBak::getTaskType, WmsTaskTypeEnums.OUT.getCode()); + if (wmsTaskQuery.getFromTime() != null) { + lambdaQueryWrapper.ge(TAppTaskBak::getCreateTime, wmsTaskQuery.getFromTime()); + } + if (wmsTaskQuery.getToTime() != null) { + lambdaQueryWrapper.le(TAppTaskBak::getCreateTime, wmsTaskQuery.getToTime()); + } + List outTaskRecordList = appTaskBakService.list(lambdaQueryWrapper); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!outTaskRecordList.isEmpty()) { + for (TAppTaskBak poData : outTaskRecordList) { + resultList.add(new TaskRecordExcelTemplate( + poData.getTaskId(), + poData.getTaskType(), + poData.getTaskStatus(), + poData.getTaskPriority(), + poData.getVehicleId(), + poData.getOrigin(), + poData.getDestination(), + poData.getWcsTaskId(), + poData.getCreateTime(), + poData.getFinishTime(), + poData.getGoodsId(), + poData.getOpNum(), + poData.getStockNum(), + poData.getOpUser(), + poData.getRemark(), + poData.getCallStand(), + poData.getGoodsDesc() + )); + } + } else { + resultList.add(new TaskRecordExcelTemplate()); + } + doWriteExcel("出库记录", response, resultList, TaskRecordExcelTemplate.class); + } + + /** + * 写入excel + * @param fileDesc 文件描述 + * @param response 响应 + * @param list 数据列表 + * @param clazz 泛型类 + * @param 泛型 + * @throws IOException 异常 + */ + public void doWriteExcel(String fileDesc, HttpServletResponse response, List list, Class clazz) throws IOException { + ExportParams exportParams = new ExportParams(); + exportParams.setSheetName(fileDesc); + exportParams.setType(ExcelType.XSSF); + Workbook workbook = ExcelExportUtil.exportExcel(exportParams, clazz, list); + setResponseHeaderOfExcel(fileDesc, response); + workbook.write(response.getOutputStream()); + workbook.close(); + } + + /** + * 设置统一的excel头部文件 + * @param fileDesc 文件名描述 + * @param response 响应 + */ + public void setResponseHeaderOfExcel(String fileDesc, HttpServletResponse response) { + response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"); + response.setCharacterEncoding("utf-8"); + // 这里URLEncoder.encode可以防止中文乱码 当然和easyexcel没有关系 + String fileName = URLEncoder.encode(fileDesc, StandardCharsets.UTF_8).replaceAll("\\+", "%20"); + response.setHeader("Content-Disposition", "attachment;filename*=utf-8''" + fileName + ".xlsx"); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/impl/BaseImportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/impl/BaseImportExcelEasyPoi.java new file mode 100644 index 0000000..a324fb7 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/base/impl/BaseImportExcelEasyPoi.java @@ -0,0 +1,11 @@ +package com.wms_main.excel.easypoi.service.base.impl; + +import com.wms_main.excel.easypoi.service.base.IBaseImportExcelEasyPoi; +import org.springframework.stereotype.Service; + +/** + * 基础导入服务实现 + */ +@Service +public class BaseImportExcelEasyPoi implements IBaseImportExcelEasyPoi { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/ExportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/ExportExcelEasyPoi.java new file mode 100644 index 0000000..093a938 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/ExportExcelEasyPoi.java @@ -0,0 +1,406 @@ +package com.wms_main.excel.easypoi.service.serviceImpl; + +import cn.hutool.core.bean.BeanUtil; +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.constant.enums.wms.WmsLocationOccupyStatusEnums; +import com.wms_main.constant.enums.wms.WmsLockEnums; +import com.wms_main.dao.*; +import com.wms_main.excel.easypoi.excelTemplate.*; +import com.wms_main.excel.easypoi.service.IExportExcelEasyPoi; +import com.wms_main.excel.easypoi.service.base.impl.BaseExportExcelEasyPoi; +import com.wms_main.model.dto.query.*; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.StringUtils; +import jakarta.servlet.http.HttpServletResponse; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +import java.io.IOException; +import java.util.*; + +@Service +@RequiredArgsConstructor +public class ExportExcelEasyPoi extends BaseExportExcelEasyPoi implements IExportExcelEasyPoi { + private final ITAppDbsService tAppDbsService;// DBS服务 + private final ITAppProductService tAppProductService;// 总成服务 + private final ITAppProductExtendService tAppProductExtendService;// 配对关系服务 + private final ITAppSingleProductService tAppSingleProductService;// 单片服务 + private final ITAppWorkService appWorkService;// 工作服务 + private final ITAppWorkRecordService appWorkRecordService;// 工作记录服务 + private final ITAppKanbanService appKanbanService;// 看板服务 + private final ITAppLocationService appLocationService;// 库位服务 + private final ITAppStockService appStockService;// 库存服务 + + /** + * 导出DBS计划实现 + * @param dbsQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportDbs(DbsQuery dbsQuery, HttpServletResponse response) throws IOException { + if (dbsQuery == null) { + throw new IOException("参数不能为空"); + } + // DBS列表 + List dbsList = tAppDbsService.selectList(BeanUtil.copyProperties(dbsQuery, TAppDbs.class)); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!dbsList.isEmpty()) { + for (TAppDbs dbs : dbsList) { + resultList.add(new DbsExcelTemplate( + dbs.getWorkOrder(), + dbs.getProductIdOrigin(), + dbs.getTestPlanStartDate(), + dbs.getTestPlanFinishDate(), + dbs.getPntPlanStartDate(), + dbs.getPntPlanFinishDate(), + dbs.getPlanProduction(), + dbs.getEquipmentName(), + dbs.getWorkShift(), + dbs.getFamily(), + dbs.getTestNo(), + dbs.getKittingRemark(), + dbs.getRemark(), + dbs.getDbsStatus(), + dbs.getWorkStand(), + dbs.getRealWorkDate(), + dbs.getFinishTime() + )); + } + } else { + resultList.add(new DbsExcelTemplate()); + } + doWriteExcel("DBS计划", response, resultList, DbsExcelTemplate.class); + } + + /** + * 导出配料单 + * @param kittingBomQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportKittingBom(KittingBomQuery kittingBomQuery, HttpServletResponse response) throws IOException { + if (kittingBomQuery == null || kittingBomQuery.getBomType() == null) { + throw new IOException("参数不能为空"); + } + // 1. 查询非服务件 + if (kittingBomQuery.getBomType() == 1) { + List productList = tAppProductService.list(new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kittingBomQuery.getModel()), TAppProduct::getModel, kittingBomQuery.getModel()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getProductId()), TAppProduct::getProductId, kittingBomQuery.getProductId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getGoodsId()), TAppProduct::getGoodsId, kittingBomQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getBoxNo()), TAppProduct::getBoxNo, kittingBomQuery.getBoxNo())); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!productList.isEmpty()) { + for (TAppProduct product : productList) { + resultList.add(new ProductExcelTemplate( + product.getModel(), + product.getProductId(), + product.getGoodsId(), + product.getGoodsDescription(), + product.getQuantity1Pair(), + product.getBoxNo(), + product.getQuantityOfPair() + )); + } + } else { + resultList.add(new ProductExcelTemplate()); + } + doWriteExcel("非服务件配料单", response, resultList, ProductExcelTemplate.class); + } else if (kittingBomQuery.getBomType() == 2) { + // 服务件配料单 + List singleProductList = tAppSingleProductService.list(new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kittingBomQuery.getModel()), TAppSingleProduct::getModel, kittingBomQuery.getModel()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getProductId()), TAppSingleProduct::getProductId, kittingBomQuery.getProductId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getGoodsId()), TAppSingleProduct::getGoodsId, kittingBomQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getBoxNo()), TAppSingleProduct::getBoxNo, kittingBomQuery.getBoxNo())); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!singleProductList.isEmpty()) { + for (TAppSingleProduct singleProduct : singleProductList) { + resultList.add(new SingleProductExcelTemplate( + singleProduct.getModel(), + singleProduct.getProductId(), + singleProduct.getGoodsId(), + singleProduct.getGoodsDescription(), + singleProduct.getQuantity1Pair(), + singleProduct.getBoxNo(), + singleProduct.getQuantityOfPair() + )); + } + } else { + resultList.add(new SingleProductExcelTemplate()); + } + doWriteExcel("服务件配料单", response, resultList, SingleProductExcelTemplate.class); + } else { + throw new IOException("配料单类型不在设定值范围内。"); + } + } + + /** + * 导出配对关系实现 + * @param kittingBomRelationQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportKittingBomRelations(KittingBomRelationQuery kittingBomRelationQuery, HttpServletResponse response) throws IOException { + if (kittingBomRelationQuery == null) { + throw new IOException("参数不能为空"); + } + // 配对关系列表 + List extendList = tAppProductExtendService.list(new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kittingBomRelationQuery.getModel()), TAppProductExtend::getModel, kittingBomRelationQuery.getModel()) + .like(StringUtils.isNotEmpty(kittingBomRelationQuery.getProductId()), TAppProductExtend::getProductId, kittingBomRelationQuery.getProductId()) + .like(StringUtils.isNotEmpty(kittingBomRelationQuery.getSingleProductId()), TAppProductExtend::getSingleProductId, kittingBomRelationQuery.getSingleProductId())); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!extendList.isEmpty()) { + for (TAppProductExtend bomRelation : extendList) { + resultList.add(new ProductExtendExcelTemplate( + bomRelation.getModel(), + bomRelation.getProductId(), + bomRelation.getSingleProductId() + )); + } + } else { + resultList.add(new ProductExtendExcelTemplate()); + } + doWriteExcel("配对关系", response, resultList, ProductExtendExcelTemplate.class); + } + + /** + * 导出工作详情洗了洗 + * @param workSummaryQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportWorkSummaryExcel(WorkSummaryQuery workSummaryQuery, HttpServletResponse response) throws IOException { + if (workSummaryQuery == null || workSummaryQuery.getSummaryType() == null) { + throw new IOException("查询参数为空,数据类型必须。"); + } + if (workSummaryQuery.getSummaryType() == 1) { + // 未关闭订单 + List poList = appWorkService.list(new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(workSummaryQuery.getWorkOrder()), TAppWork::getWorkOrder, workSummaryQuery.getWorkOrder()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getProductId()), TAppWork::getProductId, workSummaryQuery.getProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getSingleProductId()), TAppWork::getSingleProductId, workSummaryQuery.getSingleProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getBoxNo()), TAppWork::getBoxNo, workSummaryQuery.getBoxNo()) + .eq(workSummaryQuery.getWorkStatus() != null, TAppWork::getWorkStatus, workSummaryQuery.getWorkStatus()) + .eq(workSummaryQuery.getLackStatus() != null, TAppWork::getLackStatus, workSummaryQuery.getLackStatus())); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!poList.isEmpty()) { + for (TAppWork po : poList) { + resultList.add(new KateWorkExcelTemplate( + po.getWorkIndex(), + po.getWorkOrder(), + po.getPlanStartDate(), + po.getProductId(), + po.getSingleProductId(), + po.getBoxNo(), + po.getGoodsId(), + po.getNeedNum(), + po.getDistributeNum(), + po.getFinishNum(), + po.getWorkStand(), + po.getWorkStatus(), + po.getWorkUser(), + po.getCreateTime(), + po.getFinishTime(), + po.getLackStatus(), + po.getIsOut(), + po.getProductType() + )); + } + } else { + resultList.add(new KateWorkExcelTemplate()); + } + doWriteExcel("未关闭工作列表", response, resultList, KateWorkExcelTemplate.class); + } else if (workSummaryQuery.getSummaryType() == 2) { + // 已关闭订单 + List poList = appWorkRecordService.list(new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(workSummaryQuery.getWorkOrder()), TAppWorkRecord::getWorkOrder, workSummaryQuery.getWorkOrder()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getProductId()), TAppWorkRecord::getProductId, workSummaryQuery.getProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getSingleProductId()), TAppWorkRecord::getSingleProductId, workSummaryQuery.getSingleProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getBoxNo()), TAppWorkRecord::getBoxNo, workSummaryQuery.getBoxNo()) + .eq(workSummaryQuery.getWorkStatus() != null, TAppWorkRecord::getWorkStatus, workSummaryQuery.getWorkStatus()) + .eq(workSummaryQuery.getLackStatus() != null, TAppWorkRecord::getLackStatus, workSummaryQuery.getLackStatus())); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!poList.isEmpty()) { + for (TAppWorkRecord po : poList) { + resultList.add(new KateWorkExcelTemplate( + po.getWorkIndex(), + po.getWorkOrder(), + po.getPlanStartDate(), + po.getProductId(), + po.getSingleProductId(), + po.getBoxNo(), + po.getGoodsId(), + po.getNeedNum(), + po.getFinishNum(), + po.getFinishNum(), + po.getWorkStand(), + po.getWorkStatus(), + po.getWorkUser(), + po.getCreateTime(), + po.getFinishTime(), + po.getLackStatus(), + po.getIsOut(), + po.getProductType() + )); + } + } else { + resultList.add(new KateWorkExcelTemplate()); + } + doWriteExcel("已关闭工作列表", response, resultList, KateWorkExcelTemplate.class); + } else { + throw new IOException("数据类型不在设定值范围内。"); + } + } + + /** + * 导出看板数据 实现 + * @param kanbanQuery 查询条件 + * @param response 响应 + * @throws IOException 异常 + */ + @Override + public void doExportKanbanExcel(KanbanQuery kanbanQuery, HttpServletResponse response) throws IOException { + if (kanbanQuery == null) { + throw new IOException("参数不能为空"); + } + // 配对关系列表 + List kanbanList = appKanbanService.list(new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kanbanQuery.getGoodsId()), TAppKanban::getGoodsId, kanbanQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(kanbanQuery.getKanbanId()), TAppKanban::getKanbanId, kanbanQuery.getKanbanId()) + .eq(kanbanQuery.getKanbanStatus() != null, TAppKanban::getKanbanStatus, kanbanQuery.getKanbanStatus())); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!kanbanList.isEmpty()) { + for (TAppKanban kanban : kanbanList) { + resultList.add(new KanbanExcelTemplate( + kanban.getGoodsId(), + kanban.getKanbanId(), + kanban.getKanbanStatus() == 1 ? "满" : "空" + )); + } + } else { + resultList.add(new KanbanExcelTemplate()); + } + doWriteExcel("看板需求", response, resultList, KanbanExcelTemplate.class); + } + + /** + * 导出库位及库存详情---实现 + */ + @Override + public void doExportLocationAndStockExcel(HttpServletResponse response) throws IOException { + // 查询所有库位信息 + List allLocationList = appLocationService.list(); + // excel模版列表 + List resultList = new ArrayList<>(); + if (!allLocationList.isEmpty()) { + // 查询所有库存信息 + List allStockList = appStockService.list(); + // 根据库位Map一下库存 + Map> stockMapLocation = new HashMap<>(); + for (TAppStock stock : allStockList) { + if (stockMapLocation.containsKey(stock.getLocationId())) { + // 判断料号是否之前有过 + Map stockMapGoods = stockMapLocation.get(stock.getLocationId()); + if (stockMapGoods.containsKey(stock.getGoodsId())) { + LocationAndStockExcelTemplate oldGoodsInfo = stockMapGoods.get(stock.getGoodsId()); + oldGoodsInfo.setRemainQty(oldGoodsInfo.getRemainQty() + stock.getRemainNum()); + oldGoodsInfo.setTotalQty(oldGoodsInfo.getTotalQty() + stock.getTotalNum()); + stockMapGoods.put(stock.getGoodsId(), oldGoodsInfo); + } else { + LocationAndStockExcelTemplate newGoodsInfo = new LocationAndStockExcelTemplate(); + newGoodsInfo.setGoodsId(stock.getGoodsId()); + newGoodsInfo.setGoodsName(stock.getGoodsDesc()); + newGoodsInfo.setRemainQty(stock.getRemainNum()); + newGoodsInfo.setTotalQty(stock.getTotalNum()); + stockMapGoods.put(stock.getGoodsId(), newGoodsInfo); + } + // 替换 + stockMapLocation.put(stock.getLocationId(), stockMapGoods); + } else { + Map newStockMapGoods = new HashMap<>(); + LocationAndStockExcelTemplate newGoodsInfo = new LocationAndStockExcelTemplate(); + newGoodsInfo.setGoodsId(stock.getGoodsId()); + newGoodsInfo.setGoodsName(stock.getGoodsDesc()); + newGoodsInfo.setRemainQty(stock.getRemainNum()); + newGoodsInfo.setTotalQty(stock.getTotalNum()); + newStockMapGoods.put(stock.getGoodsId(), newGoodsInfo); + // 添加 + stockMapLocation.put(stock.getLocationId(), newStockMapGoods); + } + } + // 处理库位 + for (TAppLocation location : allLocationList) { + if (stockMapLocation.containsKey(location.getLocationId())) { + // 库位有库存 + Map stockMapGoods = stockMapLocation.get(location.getLocationId()); + for (String goodsId : stockMapGoods.keySet()) { + LocationAndStockExcelTemplate temp = stockMapGoods.get(goodsId); + temp.setLocationId(location.getLocationId()); + temp.setEquipmentId(location.getEquipmentId()); + temp.setTunnelId(location.getTunnelId()); + temp.setLRow(location.getLRow()); + temp.setLCol(location.getLCol()); + temp.setLLayer(location.getLLayer()); + temp.setLDepth(location.getLDepth()); + temp.setVehicleId(location.getVehicleId()); + temp.setSubArea(location.getSubArea()); + temp.setIsLock(Objects.equals(location.getIsLock(), WmsLockEnums.LOCKED.getCode()) ? "是" : "否"); + temp.setIsOccupy(Objects.equals(location.getIsOccupy(), WmsLocationOccupyStatusEnums.OCCUPY.getCode()) ? "是" : "否"); + resultList.add(temp); + } + continue; + } + if (Objects.equals(location.getIsOccupy(), WmsLocationOccupyStatusEnums.OCCUPY.getCode())) { + // 库位有占用 + LocationAndStockExcelTemplate temp = new LocationAndStockExcelTemplate(); + temp.setLocationId(location.getLocationId()); + temp.setEquipmentId(location.getEquipmentId()); + temp.setTunnelId(location.getTunnelId()); + temp.setLRow(location.getLRow()); + temp.setLCol(location.getLCol()); + temp.setLLayer(location.getLLayer()); + temp.setLDepth(location.getLDepth()); + temp.setVehicleId(location.getVehicleId()); + temp.setSubArea(location.getSubArea()); + temp.setIsLock(Objects.equals(location.getIsLock(), WmsLockEnums.LOCKED.getCode()) ? "是" : "否"); + temp.setIsOccupy(Objects.equals(location.getIsOccupy(), WmsLocationOccupyStatusEnums.OCCUPY.getCode()) ? "是" : "否"); + temp.setGoodsName("空箱"); + temp.setGoodsId("EMPTY"); + resultList.add(temp); + } else { + // 空库位 + // 库位有占用 + LocationAndStockExcelTemplate temp = new LocationAndStockExcelTemplate(); + temp.setLocationId(location.getLocationId()); + temp.setEquipmentId(location.getEquipmentId()); + temp.setTunnelId(location.getTunnelId()); + temp.setLRow(location.getLRow()); + temp.setLCol(location.getLCol()); + temp.setLLayer(location.getLLayer()); + temp.setLDepth(location.getLDepth()); + temp.setVehicleId(location.getVehicleId()); + temp.setSubArea(location.getSubArea()); + temp.setIsLock(Objects.equals(location.getIsLock(), WmsLockEnums.LOCKED.getCode()) ? "是" : "否"); + temp.setIsOccupy(Objects.equals(location.getIsOccupy(), WmsLocationOccupyStatusEnums.OCCUPY.getCode()) ? "是" : "否"); + resultList.add(temp); + } + } + } else { + resultList.add(new LocationAndStockExcelTemplate()); + } + doWriteExcel("库位详情", response, resultList, LocationAndStockExcelTemplate.class); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/ImportExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/ImportExcelEasyPoi.java new file mode 100644 index 0000000..c578447 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/ImportExcelEasyPoi.java @@ -0,0 +1,847 @@ +package com.wms_main.excel.easypoi.service.serviceImpl; + +import cn.afterturn.easypoi.excel.ExcelImportUtil; +import cn.afterturn.easypoi.excel.entity.ImportParams; +import cn.hutool.core.io.FileUtil; +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.enums.others.DbsStatusEnums; +import com.wms_main.constant.enums.wms.WmsInvResultEnums; +import com.wms_main.constant.enums.wms.WmsInvStatusEnums; +import com.wms_main.constant.enums.wms.WmsInvTypeEnums; +import com.wms_main.dao.*; +import com.wms_main.excel.easypoi.excelTemplate.*; +import com.wms_main.excel.easypoi.service.IImportExcelEasyPoi; +import com.wms_main.excel.easypoi.service.base.impl.BaseImportExcelEasyPoi; +import com.wms_main.model.po.*; +import com.wms_main.model.vo.others.FileVo; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.transaction.interceptor.TransactionAspectSupport; +import org.springframework.web.multipart.MultipartFile; + +import java.io.File; +import java.time.LocalDateTime; +import java.util.*; +import java.util.stream.Collectors; + +@Service +@RequiredArgsConstructor +public class ImportExcelEasyPoi extends BaseImportExcelEasyPoi implements IImportExcelEasyPoi { + private final ITAppDbsService tAppDbsService;// DBS服务 + private final ITAppProductService tAppProductService;// 成品配料单服务 + private final ITAppImageService tAppImageService;// 图纸服务 + private final ITAppGoodsService tAppGoodsService;// 物料服务 + private final ITAppKanbanService tAppKanbanService;// 看板服务 + private final ITAppProductExtendService tAppProductExtendService;// 总成-单片对应关系服务 + private final ITAppSingleProductService tAppSingleProductService;// 单片服务 + private final ITAppInventoryService tAppInventoryService;// 盘点请求服务 + private final ITAppStockService tAppStockService;// 库存服务 + private final AppCommon appCommon; + + /** + * 导入dbs的实现 + * + * @param file dbs文件 + * @param fileVo 文件vo + * @return BaseWmsApiResponse 结果 + * @throws Exception 异常 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportDbs(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams dbsImportparams = new ImportParams(); + dbsImportparams.setHeadRows(1); + dbsImportparams.setSheetNum(1); + // 解析excel文件 + List dbsRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), DbsExcelTemplate.class, dbsImportparams); + List dbsList = new ArrayList<>(); + // 处理解析数据 + for (DbsExcelTemplate dbsRawData : dbsRawDatas) { + // 校验数据正确性 + if (StringUtils.isEmpty(dbsRawData.getWorkOrder()) + || StringUtils.isEmpty(dbsRawData.getProductIdOrigin()) + || dbsRawData.getTestPlanStartDate() == null + || dbsRawData.getPlanProduction() == null + || StringUtils.isEmpty(dbsRawData.getFamily()) + || StringUtils.isEmpty(dbsRawData.getTestNo())) { + return BaseWmsApiResponse.error("存在信息不全的数据行。"); + } + if (dbsRawData.getFamily().contains("NGH")) { + // 去除J列的NGH + continue; + } + dbsList.add(getDbs(dbsRawData, fileVo.getUserName())); + } + // 保存数据 + if (dbsList.isEmpty()) { + return BaseWmsApiResponse.error("空数据。"); + } + try { + // 新的DBS Map + Map> newDbsMap = dbsList.stream().collect(Collectors.groupingBy(TAppDbs::getWorkOrder)); + // 查找旧DBS + List oldDbsList = tAppDbsService.list(new LambdaQueryWrapper().in(TAppDbs::getWorkOrder, newDbsMap.keySet())); + // 旧的DBS Map + Map> oldDbsMap = oldDbsList.stream().collect(Collectors.groupingBy(TAppDbs::getWorkOrder)); + // 需要保存的Map + Map newDbsMapToSave = new HashMap<>(); + // 处理数据 + for (String workOrder : newDbsMap.keySet()) { + TAppDbs thisDbs = newDbsMap.get(workOrder).getFirst(); + if (oldDbsMap.containsKey(workOrder)) { + TAppDbs thisOldDbs = oldDbsMap.get(workOrder).getFirst(); + thisDbs.setDbsStatus(thisOldDbs.getDbsStatus()); + thisDbs.setWorkStand(thisOldDbs.getWorkStand()); + thisDbs.setFinishTime(thisOldDbs.getFinishTime()); + thisDbs.setRealWorkDate(thisOldDbs.getRealWorkDate()); + thisDbs.setRemark(thisOldDbs.getRemark()); + thisDbs.setLastUpdateTime(LocalDateTime.now()); + } + newDbsMapToSave.put(workOrder, thisDbs); + } + // 先移除这些workOrder下的dbs + tAppDbsService.remove(new LambdaQueryWrapper().in(TAppDbs::getWorkOrder, newDbsMapToSave.keySet())); + // 保存新的数据 + tAppDbsService.saveBatch(newDbsMapToSave.values()); + // 保存导入file记录 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("导入计划成功。\n非NGH:" + dbsList.size() + "条,成功:" + newDbsMapToSave.size() + + "条。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("导入计划失败。"); + } + } + + /** + * 导入成品配料单的实现 + * + * @param file 配料单文件 + * @param fileVo 文件vo + * @return BaseWmsApiResponse 结果 + * @throws Exception 异常 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportProduct(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams productImportparams = new ImportParams(); + productImportparams.setHeadRows(1); + productImportparams.setSheetNum(1); + // 解析excel文件 + List productRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), ProductExcelTemplate.class, productImportparams); + List productList = new ArrayList<>(); + // 本次导入的成品号 + String thisProductId = ""; + // 处理解析数据 + for (ProductExcelTemplate productRawData : productRawDatas) { + // 校验数据正确性 + if (StringUtils.isEmpty(productRawData.getModel()) + || StringUtils.isEmpty(productRawData.getProductId()) + || productRawData.getQuantity1Pair() == null + || StringUtils.isEmpty(productRawData.getGoodsId()) + || productRawData.getQuantityOfPairs() == null + || StringUtils.isEmpty(productRawData.getBoxNo())) { + return BaseWmsApiResponse.error("存在信息不全的数据行。"); + } + if (StringUtils.isNotEmpty(thisProductId) && !thisProductId.equals(productRawData.getProductId())) { + return BaseWmsApiResponse.error("存在多个成品号。"); + } else { + thisProductId = productRawData.getProductId(); + } + productList.add(getProduct(productRawData, fileVo.getUserName())); + } + // 保存数据 + if (productList.isEmpty()) { + return BaseWmsApiResponse.error("配料单为空。"); + } + // 导入图纸 + ImportParams imageImportparams = new ImportParams(); + imageImportparams.setHeadRows(1); + imageImportparams.setSheetName("图纸"); + // 解析excel文件 + List imageRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), ImageExcelTemplate.class, imageImportparams); + List imageList = new ArrayList<>(); + for (ImageExcelTemplate imageRowData : imageRawDatas) { + if (StringUtils.isNotEmpty(imageRowData.getBoxNo()) && StringUtils.isNotEmpty(imageRowData.getImageDetail())) { + imageList.add(getImage(imageRowData, thisProductId, fileVo.getUserName(), 1)); + } + } + if (imageList.isEmpty()) { + return BaseWmsApiResponse.error("图纸为空。"); + } + try { + // 处理旧数据 + Map> productMap = productList.stream().collect(Collectors.groupingBy(TAppProduct::getProductId)); + // 移除旧数据 + tAppProductService.remove(new LambdaQueryWrapper().in(TAppProduct::getProductId, productMap.keySet())); + // 保存新数据 + tAppProductService.saveBatch(productList); + // 合并图纸id + updateImageIds(thisProductId, imageList); + // 保存新图纸 + tAppImageService.saveOrUpdateBatch(imageList); + // 保存导入file记录 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("导入配料单成功。\n原始:" + productRawDatas.size() + "条,成功:" + productList.size() + + "条。\n图纸原始:" + imageRawDatas.size() + "条,成功:" + imageList.size() + "条。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("导入配料单失败。"); + } + } + + /** + * 导入服务件配料单实现 + * + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportServiceProduct(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams productImportparams = new ImportParams(); + productImportparams.setHeadRows(1); + productImportparams.setSheetNum(1); + // 解析excel文件 + List productRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), SingleProductExcelTemplate.class, productImportparams); + List productList = new ArrayList<>(); + // 本次导入的成品号 + String thisProductId = ""; + // 处理解析数据 + for (SingleProductExcelTemplate productRawData : productRawDatas) { + // 校验数据正确性 + if (StringUtils.isEmpty(productRawData.getModel()) + || StringUtils.isEmpty(productRawData.getSingleProductId()) + || productRawData.getQuantity1Pair() == null + || StringUtils.isEmpty(productRawData.getGoodsId()) + || productRawData.getQuantityOfPairs() == null + || StringUtils.isEmpty(productRawData.getBoxNo())) { + return BaseWmsApiResponse.error("存在信息不全的数据行。"); + } + if (StringUtils.isNotEmpty(thisProductId) && !thisProductId.equals(productRawData.getSingleProductId())) { + return BaseWmsApiResponse.error("存在多个服务件成品号。"); + } else { + thisProductId = productRawData.getSingleProductId(); + } + productList.add(getSingleProduct(productRawData, fileVo.getUserName())); + } + // 保存数据 + if (productList.isEmpty()) { + return BaseWmsApiResponse.error("服务件配料单为空。"); + } + // 导入图纸 + ImportParams imageImportparams = new ImportParams(); + imageImportparams.setHeadRows(1); + imageImportparams.setSheetName("图纸"); + // 解析excel文件 + List imageRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), ImageExcelTemplate.class, imageImportparams); + List imageList = new ArrayList<>(); + for (ImageExcelTemplate imageRowData : imageRawDatas) { + if (StringUtils.isNotEmpty(imageRowData.getBoxNo()) && StringUtils.isNotEmpty(imageRowData.getImageDetail())) { + imageList.add(getImage(imageRowData, thisProductId, fileVo.getUserName(), 2)); + } + } + if (imageList.isEmpty()) { + return BaseWmsApiResponse.error("图纸为空。"); + } + try { + // 处理旧数据 + Map> productMap = productList.stream().collect(Collectors.groupingBy(TAppSingleProduct::getProductId)); + // 先移除这个单片号下面所有的配料单 + tAppSingleProductService.remove(new LambdaQueryWrapper().in(TAppSingleProduct::getProductId, productMap.keySet())); + // 保存新数据 + tAppSingleProductService.saveBatch(productList); + // 合并图纸id + updateImageIds(thisProductId, imageList); + // 保存新图纸 + tAppImageService.saveOrUpdateBatch(imageList); + // 保存导入file记录 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("导入服务件配料单成功。\n原始:" + productRawDatas.size() + "条,成功:" + productList.size() + + "条。\n图纸原始:" + imageRawDatas.size() + "条,成功:" + imageList.size() + "条。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("导入服务件配料单失败。"); + } + } + + /** + * 更新图纸id + * @param productId 成品号 + * @param imageList 新的图纸列表 + */ + private void updateImageIds(String productId, List imageList) { + if (StringUtils.isEmpty(productId) || imageList == null || imageList.isEmpty()) { + return; + } + // 获取到数据库中当前成品的图纸列表 + List oldImageList = tAppImageService.list(new LambdaQueryWrapper().eq(TAppImage::getProductId, productId)); + if (oldImageList.isEmpty()) { + return; + } + // 根据料盒号map一下 + Map oldImageMap = oldImageList.stream().collect(Collectors.toMap(TAppImage::getBoxNo, image -> image)); + for (TAppImage image : imageList) { + if (oldImageMap.containsKey(image.getBoxNo())) { + // 使用原来的图纸id + image.setImageId(oldImageMap.get(image.getBoxNo()).getImageId()); + } + } + } + + /** + * 导入总成与单片对应关系 + * + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportProductExtend(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams productImportparams = new ImportParams(); + productImportparams.setHeadRows(1); + productImportparams.setSheetNum(1); + // 解析excel文件 + List productRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), ProductExtendExcelTemplate.class, productImportparams); + List productList = new ArrayList<>(); + // 处理解析数据 + for (ProductExtendExcelTemplate productRawData : productRawDatas) { + // 校验数据正确性 + if (StringUtils.isEmpty(productRawData.getModel()) + || StringUtils.isEmpty(productRawData.getProductId()) + || StringUtils.isEmpty(productRawData.getSingleProductId())) { + continue; + } + productList.add(getProductExtend(productRawData, fileVo.getUserName())); + } + // 保存数据 + if (productList.isEmpty()) { + return BaseWmsApiResponse.error("空数据。"); + } + try { + Map> productExtendMap = productList.stream().collect(Collectors.groupingBy(TAppProductExtend::getProductId)); + // 先移除这个总成号下面的数据 + tAppProductExtendService.remove(new LambdaQueryWrapper().in(TAppProductExtend::getProductId, productExtendMap.keySet())); + // 保存新数据 + tAppProductExtendService.saveBatch(productList); + // 保存导入file记录 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("导入总成单片对应关系成功。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("导入总成单片对应关系失败。"); + } + } + + /** + * 业务逻辑实现 + * + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportBaseGoods(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams baseGoodsImportparams = new ImportParams(); + baseGoodsImportparams.setHeadRows(1); + baseGoodsImportparams.setSheetNum(1); + // 解析excel文件 + List baseGoodsRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), GoodsExcelTemplate.class, baseGoodsImportparams); + List goodsList = new ArrayList<>(); + // 处理解析数据 + for (GoodsExcelTemplate baseGoodsRawData : baseGoodsRawDatas) { + // 判断必须条件 + if (StringUtils.isEmpty(baseGoodsRawData.getMaterial()) + || StringUtils.isEmpty(baseGoodsRawData.getFeedingType()) + || StringUtils.isEmpty(baseGoodsRawData.getPutArea()) + || StringUtils.isEmpty(baseGoodsRawData.getIsSled())) { + continue; + } + if (baseGoodsRawData.getPutArea().equals("ASRS")) { + // 如果是库内料 + if (baseGoodsRawData.getMaxBoxNum() == null || baseGoodsRawData.getBoxQty() == null || StringUtils.isEmpty(baseGoodsRawData.getHotPoint())) { + continue; + } + } + // 判断SLED格式是否正确 + if (!List.of("Y", "N").contains(baseGoodsRawData.getIsSled())) { + continue; + } + // SLED管理时没有SLED天数 + if (baseGoodsRawData.getIsSled().contains("Y") && baseGoodsRawData.getSledDays() == null) { + continue; + } + // 保存数据 + goodsList.add(getGoods(baseGoodsRawData, fileVo.getUserName())); + } + if (goodsList.isEmpty()) { + return BaseWmsApiResponse.error("符合条件数据行为0。"); + } + try { + // 先清除数据 + tAppGoodsService.remove(new LambdaQueryWrapper<>()); + // 保存数据 + tAppGoodsService.saveOrUpdateBatch(goodsList); + // 更新common + appCommon.initInstantGoodsMap(); + // 保存导入file记录 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("导入物料数据成功。原始数据" + baseGoodsRawDatas.size() + "行,导入成功" + goodsList.size() + "行。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("导入物料数据失败。"); + } + } + + /** + * 业务逻辑实现 + * + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportKanban(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams kanbanImportparams = new ImportParams(); + kanbanImportparams.setHeadRows(1); + kanbanImportparams.setSheetNum(1); + // 解析excel文件 + List kanbanRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), KanbanExcelTemplate.class, kanbanImportparams); + Map> kanbanListMap = new HashMap<>(); + // 处理解析数据 + for (KanbanExcelTemplate kanbanRawData : kanbanRawDatas) { + if (StringUtils.isEmpty(kanbanRawData.getGoodsId()) || StringUtils.isEmpty(kanbanRawData.getKanbanId())) { + continue; + } + // 键为物料id + if (kanbanListMap.containsKey(kanbanRawData.getGoodsId())) { + List oldKanbanList = new ArrayList<>(kanbanListMap.get(kanbanRawData.getGoodsId())); + oldKanbanList.add(getKanban(kanbanRawData, fileVo.getUserName())); + kanbanListMap.replace(kanbanRawData.getGoodsId(), oldKanbanList); + } else { + kanbanListMap.put(kanbanRawData.getGoodsId(), List.of(getKanban(kanbanRawData, fileVo.getUserName()))); + } + } + // 保存数据 + if (kanbanListMap.isEmpty()) { + return BaseWmsApiResponse.error("空数据。"); + } + try { + // 先移除这些物料的看板 + tAppKanbanService.remove(new LambdaQueryWrapper<>()); + // 转换保存数据 + List kanbanList = new ArrayList<>(); + kanbanListMap.values().forEach(kanbanList::addAll); + tAppKanbanService.saveBatch(kanbanList); + // 保存导入file记录 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("导入看板数据成功。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("导入看板数据失败。"); + } + } + + /** + * 导入盘点请求---实现 + * @param file 文件 + * @param fileVo 文件信息 + * @return 导入结果 + * @throws Exception 异常 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse doImportInventoryRequest(MultipartFile file, FileVo fileVo) throws Exception { + // 设置解析条件 + ImportParams inventoryRequestImportparams = new ImportParams(); + inventoryRequestImportparams.setHeadRows(1); + inventoryRequestImportparams.setSheetNum(1); + // 解析excel文件 + List inventoryRequestRawDatas = ExcelImportUtil.importExcel(file.getInputStream(), InventoryRequestExcelTemplate.class, inventoryRequestImportparams); + // 查询到目前已经存在的所有的盘点任务 + List existInventoryList = tAppInventoryService.list(); + // 生成料号为key,箱号列表为值的map + Map> goodsToVehicleListMap = new HashMap<>(); + // 根据载具号map一下 + Map vehicleToGoodsMap = new HashMap<>(); + for (TAppInventory inventory : existInventoryList) { + // 料号map + if (goodsToVehicleListMap.containsKey(inventory.getGoodsId())) { + List oldVehicleList = new ArrayList<>(goodsToVehicleListMap.get(inventory.getGoodsId())); + oldVehicleList.add(inventory.getVehicleId()); + goodsToVehicleListMap.replace(inventory.getGoodsId(), oldVehicleList); + } else { + goodsToVehicleListMap.put(inventory.getGoodsId(), List.of(inventory.getVehicleId())); + } + // 箱号map + if (!vehicleToGoodsMap.containsKey(inventory.getVehicleId())) { + vehicleToGoodsMap.put(inventory.getVehicleId(), inventory.getGoodsId()); + } + } + // 处理导入的数据,筛选出料号 + List needInventoryGoodsIds = new ArrayList<>(); + for (InventoryRequestExcelTemplate inventoryRequestRawData : inventoryRequestRawDatas) { + if (StringUtils.isEmpty(inventoryRequestRawData.getGoodsId())) { + return BaseWmsApiResponse.error("存在数据行信息不全,料号必须输入。"); + } + if (goodsToVehicleListMap.containsKey(inventoryRequestRawData.getGoodsId())) { + // 存在料号,再判断是不是包含箱号 + if (StringUtils.isNotEmpty(inventoryRequestRawData.getVehicleId())) { + // 获取到料箱列表值 + List vehicleList = goodsToVehicleListMap.get(inventoryRequestRawData.getGoodsId()); + if (!vehicleList.contains(inventoryRequestRawData.getVehicleId())) { + // 这个箱号没有被盘点过 + needInventoryGoodsIds.add(inventoryRequestRawData.getGoodsId()); + } + } + } else { + needInventoryGoodsIds.add(inventoryRequestRawData.getGoodsId()); + } + } + if (needInventoryGoodsIds.isEmpty()) { + return BaseWmsApiResponse.error("没有能够盘点的请求。"); + } + // 查询库存 + List stockList = tAppStockService.list(new LambdaQueryWrapper() + .in(TAppStock::getGoodsId, needInventoryGoodsIds)); + if (stockList == null || stockList.isEmpty()) { + return BaseWmsApiResponse.error("没有库存能够满足盘点请求。"); + } + // 新生成的盘点任务 + Map inventoryByVehicleMap = new HashMap<>(); + // 盘点单号 + String orderId = UUIDUtils.getNewUUID(); + // 生成盘点任务 + for (InventoryRequestExcelTemplate inventoryRequest : inventoryRequestRawDatas) { + if (goodsToVehicleListMap.containsKey(inventoryRequest.getGoodsId())) { + // 判断这个请求是否包含箱号 + if (StringUtils.isNotEmpty(inventoryRequest.getVehicleId())) { + List vehicleList = new ArrayList<>(goodsToVehicleListMap.get(inventoryRequest.getGoodsId())); + if (!vehicleList.contains(inventoryRequest.getVehicleId())) { + // 生成一个新的盘点任务 + for (TAppStock stock : stockList) { + if (!Objects.equals(stock.getGoodsId(), inventoryRequest.getGoodsId())) { + // 料号不对应 + continue; + } + if (StringUtils.isNotEmpty(inventoryRequest.getVehicleId()) && !Objects.equals(stock.getVehicleId(), inventoryRequest.getVehicleId())) { + // 箱号不对应 + continue; + } + if (!inventoryByVehicleMap.containsKey(stock.getVehicleId()) && !vehicleToGoodsMap.containsKey(stock.getVehicleId())) { + // 添加盘点任务 + TAppInventory inventoryTask = new TAppInventory( + UUIDUtils.getNewUUID(), + inventoryRequest.getGoodsId(), + stock.getVehicleId(), + null, + null, + fileVo.getStandId(), + fileVo.getUserName(), + WmsInvTypeEnums.INV_TYPE_1.getCode(), + WmsInvStatusEnums.INIT.getCode(), + WmsInvResultEnums.NONE.getCode(), + LocalDateTime.now(), + null, + orderId, + null, + null + , + null,null + ); + inventoryByVehicleMap.put(stock.getVehicleId(), inventoryTask); + vehicleList.add(stock.getVehicleId()); + if (StringUtils.isNotEmpty(inventoryRequest.getVehicleId()) && Objects.equals(stock.getVehicleId(), inventoryRequest.getVehicleId())) { + // 已经生成了该箱号的盘点任务,那么跳出循环 + break; + } + } + } + goodsToVehicleListMap.put(inventoryRequest.getGoodsId(), vehicleList); + } + } + } else { + List thisTimeAddVehicleList = new ArrayList<>(); + // 那么要生成任务 + for (TAppStock stock : stockList) { + if (!Objects.equals(stock.getGoodsId(), inventoryRequest.getGoodsId())) { + // 料号不对应 + continue; + } + if (StringUtils.isNotEmpty(inventoryRequest.getVehicleId()) && !Objects.equals(stock.getVehicleId(), inventoryRequest.getVehicleId())) { + // 箱号不对应 + continue; + } + if (!inventoryByVehicleMap.containsKey(stock.getVehicleId()) && !vehicleToGoodsMap.containsKey(stock.getVehicleId())) { + // 添加盘点任务 + TAppInventory inventoryTask = new TAppInventory( + UUIDUtils.getNewUUID(), + inventoryRequest.getGoodsId(), + stock.getVehicleId(), + null, + null, + fileVo.getStandId(), + fileVo.getUserName(), + WmsInvTypeEnums.INV_TYPE_1.getCode(), + WmsInvStatusEnums.INIT.getCode(), + WmsInvResultEnums.NONE.getCode(), + LocalDateTime.now(), + null, + orderId, + null, + null, + null,null + ); + inventoryByVehicleMap.put(stock.getVehicleId(), inventoryTask); + thisTimeAddVehicleList.add(stock.getVehicleId()); + if (StringUtils.isNotEmpty(inventoryRequest.getVehicleId()) && Objects.equals(stock.getVehicleId(), inventoryRequest.getVehicleId())) { + // 已经生成了该箱号的盘点任务,那么跳出循环 + break; + } + } + } + if (!thisTimeAddVehicleList.isEmpty()) { + goodsToVehicleListMap.put(inventoryRequest.getGoodsId(), thisTimeAddVehicleList); + } + } + } + + // 保存盘点任务信息 + if (!inventoryByVehicleMap.isEmpty()) { + // 保存盘点任务 + tAppInventoryService.saveBatch(inventoryByVehicleMap.values()); + // 保存文件信息 + saveFileVo(fileVo); + return BaseWmsApiResponse.success("处理批量盘点清单成功。"); + } else { + return BaseWmsApiResponse.warn("未生成新的盘点任务,可能是之前的盘点任务仍未处理完。"); + } + } + + /** + * 保存fileVo信息 + * + * @param fileVo 文件Vo + */ + private void saveFileVo(FileVo fileVo) { + // TODO 待建表 + } + + /** + * 创建dbsPo详细信息 + * + * @param dbsRawData 原始数据 + * @param userName 用户名 + * @return 处理结果 + */ + private TAppDbs getDbs(DbsExcelTemplate dbsRawData, String userName) { + TAppDbs tempDbs = new TAppDbs(); + tempDbs.setDbsId(UUIDUtils.getNewUUID()); + tempDbs.setWorkOrder(dbsRawData.getWorkOrder()); + // 处理零件号/成品号 + tempDbs.setProductIdOrigin(dbsRawData.getProductIdOrigin());// 原始数据 + // 判断机型是否需要做处理 + if (dbsRawData.getProductIdOrigin().contains("/")) { + // 如果包含“/”, 则以“/”为分隔符 + tempDbs.setProductId(dbsRawData.getProductIdOrigin().split("/")[0]); + } else if (dbsRawData.getProductIdOrigin().contains("-")) { + // 如果包含“-”, 则以“-”为分隔符 + tempDbs.setProductId(dbsRawData.getProductIdOrigin().split("-")[0]); + } else if (dbsRawData.getProductIdOrigin().contains("_")) { + // 如果包含“-”, 则以“-”为分隔符 + tempDbs.setProductId(dbsRawData.getProductIdOrigin().split("_")[0]); + } else { + tempDbs.setProductId(dbsRawData.getProductIdOrigin()); + } + tempDbs.setTestPlanStartDate(dbsRawData.getTestPlanStartDate()); + tempDbs.setTestPlanFinishDate(dbsRawData.getTestPlanFinishDate()); + tempDbs.setPntPlanStartDate(dbsRawData.getPntPlanStartDate()); + tempDbs.setPntPlanFinishDate(dbsRawData.getPntPlanFinishDate()); + tempDbs.setPlanProduction(dbsRawData.getPlanProduction()); + tempDbs.setEquipmentName(dbsRawData.getEquipmentName()); + tempDbs.setWorkShift(dbsRawData.getWorkShift()); + tempDbs.setFamily(dbsRawData.getFamily()); + tempDbs.setTestNo(dbsRawData.getTestNo()); + tempDbs.setKittingRemark(dbsRawData.getKittingRemark()); + tempDbs.setRemark(dbsRawData.getRemark()); + + tempDbs.setDbsStatus(DbsStatusEnums.NEW.getValue()); + tempDbs.setFirstImportTime(LocalDateTime.now()); + tempDbs.setFirstImportUser(userName); + + return tempDbs; + } + + /** + * 创建详细的成品配料单Po + * + * @param productRawData 原始数据 + * @param userName 用户名 + * @return 处理结果 + */ + private TAppProduct getProduct(ProductExcelTemplate productRawData, String userName) { + TAppProduct tempProduct = new TAppProduct(); + tempProduct.setTemplateId(UUIDUtils.getNewUUID()); + tempProduct.setModel(productRawData.getModel()); + tempProduct.setProductId(productRawData.getProductId()); + tempProduct.setGoodsId(productRawData.getGoodsId()); + tempProduct.setGoodsDescription(productRawData.getGoodsDesc()); + tempProduct.setQuantity1Pair(productRawData.getQuantity1Pair()); + tempProduct.setBoxNo(productRawData.getBoxNo()); + tempProduct.setQuantityOfPair(productRawData.getQuantityOfPairs()); + tempProduct.setFirstImportTime(LocalDateTime.now()); + tempProduct.setFirstImportUser(userName); + return tempProduct; + } + + /** + * 创建详细的单片配料单Po + * + * @param productRawData 原始数据 + * @param userName 用户名 + * @return 处理结果 + */ + private TAppSingleProduct getSingleProduct(SingleProductExcelTemplate productRawData, String userName) { + TAppSingleProduct tempSingleProduct = new TAppSingleProduct(); + tempSingleProduct.setSingleTemplateId(UUIDUtils.getNewUUID()); + tempSingleProduct.setModel(productRawData.getModel()); + tempSingleProduct.setProductId(productRawData.getSingleProductId()); + tempSingleProduct.setGoodsId(productRawData.getGoodsId()); + tempSingleProduct.setGoodsDescription(productRawData.getGoodsDesc()); + tempSingleProduct.setQuantity1Pair(productRawData.getQuantity1Pair()); + tempSingleProduct.setBoxNo(productRawData.getBoxNo()); + tempSingleProduct.setQuantityOfPair(productRawData.getQuantityOfPairs()); + tempSingleProduct.setFirstImportTime(LocalDateTime.now()); + tempSingleProduct.setFirstImportUser(userName); + return tempSingleProduct; + } + + /** + * 创建详细的图纸po + * + * @param imageRawData 原始数据 + * @param userName 用户名 + * @param imageType 图片类型 1:总成;2:单片 + * @return 处理结果 + */ + private TAppImage getImage(ImageExcelTemplate imageRawData, String productId, String userName, int imageType) { + TAppImage tempImage = new TAppImage(); + tempImage.setImageId(UUIDUtils.getNewUUID()); + tempImage.setProductId(productId); + tempImage.setBoxNo(imageRawData.getBoxNo()); + // 获取文件名 + int startIndex = imageRawData.getImageDetail().lastIndexOf(File.separator); + int endIndex = imageRawData.getImageDetail().lastIndexOf("."); + String fileDir = imageRawData.getImageDetail().substring(0, startIndex); + String oldImageName = imageRawData.getImageDetail().substring(startIndex + 1); + String fileType = imageRawData.getImageDetail().substring(endIndex); + // 文件路径 + tempImage.setImagePath(fileDir); + // 格式化文件名 + String newImageName = productId + "_" + imageRawData.getBoxNo() + fileType; + //将图片文件转为base64图片 + File oldFile = new File(imageRawData.getImageDetail()); + // 重命名 + File renamedFile = FileUtil.rename(oldFile, newImageName, true); + if (renamedFile.getName().contains(newImageName)) { + tempImage.setImageName(newImageName); + } else { + tempImage.setImageName(oldImageName); + } + tempImage.setImageDetail(""); + tempImage.setImageType(imageType); + tempImage.setFirstImportTime(LocalDateTime.now()); + tempImage.setFirstImportUser(userName); + return tempImage; + } + + /** + * 创建详细的goods po + * + * @param goodsRawData 原始数据 + * @param userName 用户名 + * @return po + */ + private TAppGoods getGoods(GoodsExcelTemplate goodsRawData, String userName) { + TAppGoods goods = new TAppGoods( + goodsRawData.getMaterial(), + goodsRawData.getPlant(), + goodsRawData.getDescription(), + goodsRawData.getVendorName(), + goodsRawData.getIsSled(), + goodsRawData.getSledDays(), + goodsRawData.getFeedingType(), + goodsRawData.getBoxQty(), + goodsRawData.getPutArea(), + goodsRawData.getHotPoint(), + goodsRawData.getMaxBoxNum() + ); + goods.setFirstImportTime(LocalDateTime.now()); + goods.setFirstImportUser(userName); + + return goods; + } + + /** + * 创建详细的kanban po + * + * @param kanbanRawData 原始数据 + * @param userName 用户名 + * @return po + */ + private TAppKanban getKanban(KanbanExcelTemplate kanbanRawData, String userName) { + TAppKanban kanban = new TAppKanban( + UUIDUtils.getNewUUID(), + kanbanRawData.getGoodsId(), + kanbanRawData.getKanbanId(), + 0, + LocalDateTime.now() + ); + kanban.setFirstImportTime(LocalDateTime.now()); + kanban.setFirstImportUser(userName); + return kanban; + } + + /** + * 创建详细的成品-单片po + * + * @param productExtendRawData 原始数据 + * @param userName 用户名 + * @return po + */ + private TAppProductExtend getProductExtend(ProductExtendExcelTemplate productExtendRawData, String userName) { + TAppProductExtend productExtend = new TAppProductExtend( + UUIDUtils.getNewUUID(), + productExtendRawData.getProductId(), + productExtendRawData.getSingleProductId(), + productExtendRawData.getModel() + ); + productExtend.setFirstImportTime(LocalDateTime.now()); + productExtend.setFirstImportUser(userName); + return productExtend; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/SaveExcelEasyPoi.java b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/SaveExcelEasyPoi.java new file mode 100644 index 0000000..81f1edc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/excel/easypoi/service/serviceImpl/SaveExcelEasyPoi.java @@ -0,0 +1,441 @@ +package com.wms_main.excel.easypoi.service.serviceImpl; + +import cn.afterturn.easypoi.excel.ExcelExportUtil; +import cn.afterturn.easypoi.excel.entity.ExportParams; +import cn.afterturn.easypoi.excel.entity.enmus.ExcelType; +import com.wms_main.excel.easypoi.excelTemplate.*; +import com.wms_main.excel.easypoi.service.ISaveExcelEasyPoi; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.StringUtils; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.apache.poi.ss.usermodel.Workbook; +import org.springframework.stereotype.Service; + +import java.io.File; +import java.io.FileOutputStream; +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +/** + * 保存数据服务实现 + */ +@Slf4j +@Service +@RequiredArgsConstructor +public class SaveExcelEasyPoi implements ISaveExcelEasyPoi { + private final String ROOT_PATH = "./file"; + + /** + * 写入excel + * + * @param fileDesc 文件描述,不需要文件类型的后缀 + * @param filePath 文件路径,最后一位不需要添加文件分割符 + * @param sheetName 页名 + * @param list 数据列表 + * @param clazz 泛型类 + * @param 泛型 + * @throws IOException 异常 + */ + public void doWriteExcel(String fileDesc, String filePath, String sheetName, List list, Class clazz) throws IOException { + ExportParams exportParams = new ExportParams(); + exportParams.setSheetName(sheetName); + exportParams.setType(ExcelType.XSSF); + Workbook workbook = ExcelExportUtil.exportExcel(exportParams, clazz, list); + File file = new File(filePath + File.separator + fileDesc + ".xlsx"); + createFile(file);// 新建文件 + FileOutputStream fos = new FileOutputStream(file); + workbook.write(fos); + fos.close(); + workbook.close(); + log.info("保存文件成功:{}。", fileDesc); + } + + /** + * 创建文件 + * + * @param file 目标文件 + */ + public void createFile(File file) { + if (!file.exists()) { + // 文件不存在 + if (!file.getParentFile().exists()) { + // 目录不存在,创建上级目录 + boolean createDirectSuccessFlag = file.getParentFile().mkdirs(); + if (!createDirectSuccessFlag) { + log.error("创建目录失败。"); + return; + } + } + try { + // 在上级目录里创建文件 + boolean createFileSuccessFlag = file.createNewFile(); + if (!createFileSuccessFlag) { + log.error("创建文件失败。"); + } + } catch (IOException e) { + log.error("创建文件异常。{}", StringUtils.objectToString(e)); + } + } + } + + /** + * 保存api接收日志 + * + * @param fileSuffix 文件后缀 + * @param logList 数据列表 + */ + @Override + public void saveApiReceiveLogs(String fileSuffix, List logList) { + if (logList == null || logList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List logExcelTemplateList = new ArrayList<>(logList.stream().map(log -> new ApiReceiveLogExcelTemplate( + log.getLogId(), + log.getMethod(), + log.getUri(), + log.getRemoteHost(), + log.getRemoteAddr(), + log.getRequestContent(), + log.getStatus(), + log.getResponseContent(), + log.getLogTime() + )).toList()); + try { + // 写入excel + doWriteExcel("t_sys_log_" + fileSuffix, ROOT_PATH + "/t_sys_log", "t_sys_log", logExcelTemplateList, ApiReceiveLogExcelTemplate.class); + } catch (IOException e) { + log.error("缓存过期接口接收日志异常。"); + } + } + + /** + * 保存api发送日志 + * + * @param fileSuffix 文件后缀 + * @param apiLogList 数据列表 + */ + @Override + public void saveApiSendLogs(String fileSuffix, List apiLogList) { + if (apiLogList == null || apiLogList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List logExcelTemplateList = new ArrayList<>(apiLogList.stream().map(log -> new ApiSendLogExcelTemplate( + log.getLogId(), + log.getUrl(), + log.getTimeout(), + log.getMethod(), + log.getContentType(), + log.getData(), + log.getToken(), + log.getSuccess(), + log.getResponseCode(), + log.getRequestMessage(), + log.getResponseMessage(), + log.getRequestTime(), + log.getResponseTime(), + log.getRequestUrl(), + log.getUseTime(), + log.getExceptionMessage(), + log.getLogTime() + )).toList()); + try { + // 写入excel + doWriteExcel("t_sys_api_" + fileSuffix, ROOT_PATH + "/t_sys_api", "t_sys_api", logExcelTemplateList, ApiSendLogExcelTemplate.class); + } catch (IOException e) { + log.error("缓存过期接口发送日志异常。"); + } + } + + /** + * 保存Wms任务记录 + * + * @param fileSuffix 文件后缀 + * @param wmsTaskBakList 数据列表 + */ + @Override + public void saveWmsTaskBak(String fileSuffix, List wmsTaskBakList) { + if (wmsTaskBakList == null || wmsTaskBakList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List wmsTaskBakExcelTemplateList = new ArrayList<>(wmsTaskBakList.stream().map(wmsTaskBak -> new WmsTaskBakExcelTemplate( + wmsTaskBak.getTaskId(), + wmsTaskBak.getTaskType(), + wmsTaskBak.getTaskStatus(), + wmsTaskBak.getTaskPriority(), + wmsTaskBak.getVehicleId(), + wmsTaskBak.getOrigin(), + wmsTaskBak.getDestination(), + wmsTaskBak.getWcsTaskId(), + wmsTaskBak.getCreateTime(), + wmsTaskBak.getFinishTime(), + wmsTaskBak.getGoodsId(), + wmsTaskBak.getOpNum(), + wmsTaskBak.getStockNum(), + wmsTaskBak.getOpUser(), + wmsTaskBak.getRemark(), + wmsTaskBak.getCallStand(), + wmsTaskBak.getGoodsDesc() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_task_bak_" + fileSuffix, ROOT_PATH + "/t_app_task_bak", "t_app_task_bak", wmsTaskBakExcelTemplateList, WmsTaskBakExcelTemplate.class); + } catch (IOException e) { + log.error("缓存过期Wms任务记录异常。"); + } + } + + /** + * 保存wcs任务记录 + * + * @param fileSuffix 文件后缀 + * @param wcsTaskBakList 数据记录 + */ + @Override + public void saveWcsTaskBak(String fileSuffix, List wcsTaskBakList) { + if (wcsTaskBakList == null || wcsTaskBakList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List wcsTaskBakExcelTemplateList = new ArrayList<>(wcsTaskBakList.stream().map(wcsTaskBak -> new WcsTaskBakExcelTemplate( + wcsTaskBak.getWcsTaskId(), + wcsTaskBak.getWcsTaskStatus(), + wcsTaskBak.getWcsTaskType(), + wcsTaskBak.getTaskPriority(), + wcsTaskBak.getVehicleId(), + wcsTaskBak.getOrigin(), + wcsTaskBak.getDestination(), + wcsTaskBak.getCreateTime(), + wcsTaskBak.getSendTime(), + wcsTaskBak.getFinishTime(), + wcsTaskBak.getRemark() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_wcs_task_bak_" + fileSuffix, ROOT_PATH + "/t_app_wcs_task_bak", "t_app_wcs_task_bak", wcsTaskBakExcelTemplateList, WcsTaskBakExcelTemplate.class); + } catch (IOException e) { + log.error("缓存过期Wcs任务记录异常。"); + } + } + + /** + * 保存拣选任务记录 + * + * @param fileSuffix 文件后缀 + * @param pickTaskBakList 数据记录 + */ + @Override + public void savePickTaskBak(String fileSuffix, List pickTaskBakList) { + if (pickTaskBakList == null || pickTaskBakList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List pickTaskExcelTemplateList = new ArrayList<>(pickTaskBakList.stream().map(log -> new PickTaskBakExcelTemplate( + log.getPickId(), + log.getPickStand(), + log.getVehicleId(), + log.getPickStatus(), + log.getCreateTime(), + log.getSendTime(), + log.getArriveTime(), + log.getLeaveTime() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_pick_task_bak_" + fileSuffix, ROOT_PATH + "/t_app_pick_task_bak", "t_app_pick_task_bak", pickTaskExcelTemplateList, PickTaskBakExcelTemplate.class); + } catch (IOException e) { + log.error("缓存过期拣选任务记录异常。"); + } + } + + /** + * 保存DBS记录 + * + * @param fileSuffix 文件后缀 + * @param dbsRecordList 数据列表 + */ + @Override + public void saveDbsRecord(String fileSuffix, List dbsRecordList) { + if (dbsRecordList == null || dbsRecordList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List dbsRecordExcelTemplateList = new ArrayList<>(dbsRecordList.stream().map(dbsRecord -> new DbsRecordExcelTemplateForSave( + dbsRecord.getDbsId(), + dbsRecord.getWorkOrder(), + dbsRecord.getProductIdOrigin(), + dbsRecord.getProductId(), + dbsRecord.getTestPlanStartDate(), + dbsRecord.getTestPlanFinishDate(), + dbsRecord.getPntPlanStartDate(), + dbsRecord.getPntPlanFinishDate(), + dbsRecord.getPlanProduction(), + dbsRecord.getEquipmentName(), + dbsRecord.getWorkShift(), + dbsRecord.getFamily(), + dbsRecord.getTestNo(), + dbsRecord.getDbsStatus(), + dbsRecord.getWorkStand(), + dbsRecord.getRealWorkDate(), + dbsRecord.getFinishTime(), + dbsRecord.getKittingRemark(), + dbsRecord.getRemark() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_dbs_" + fileSuffix, ROOT_PATH + "/t_app_dbs", "t_app_dbs", dbsRecordExcelTemplateList, DbsRecordExcelTemplateForSave.class); + } catch (IOException e) { + log.error("缓存Dbs记录异常。"); + } + } + + /** + * 保存出库单记录 + * @param fileSuffix 文件后缀 + * @param outsRecordList 数据列表 + */ + @Override + public void saveOutsRecord(String fileSuffix, List outsRecordList) { + if (outsRecordList == null || outsRecordList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List outsRecordExcelTemplateList = new ArrayList<>(outsRecordList.stream().map(outsRecord -> new OutsRecordExcelTemplateForSave( + outsRecord.getTaskId(), + outsRecord.getGoodsId(), + outsRecord.getVehicleId(), + outsRecord.getNeedNum(), + outsRecord.getDistributeNum(), + outsRecord.getPickNum(), + outsRecord.getOutType(), + outsRecord.getDestination(), + outsRecord.getUserName(), + outsRecord.getReason(), + outsRecord.getRequestTime() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_outs_record_" + fileSuffix, ROOT_PATH + "/t_app_outs_record", "t_app_outs_record", outsRecordExcelTemplateList, OutsRecordExcelTemplateForSave.class); + } catch (IOException e) { + log.error("缓存出库单记录异常。"); + } + } + + /** + * 缓存库存流水记录 + * @param fileSuffix 文件后缀 + * @param stockUpdateList 数据列表 + */ + @Override + public void saveStockUpdateRecord(String fileSuffix, List stockUpdateList) { + if (stockUpdateList == null || stockUpdateList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List stockUpdateExcelTemplateList = new ArrayList<>(stockUpdateList.stream().map(stockUpdate -> new StockUpdateRecordExcelTemplateForSave( + stockUpdate.getUpdateId(), + stockUpdate.getVehicleId(), + stockUpdate.getGoodsId(), + stockUpdate.getFirstInTime(), + stockUpdate.getBeforeNum(), + stockUpdate.getAfterNum(), + stockUpdate.getReason(), + stockUpdate.getUpdateTime(), + stockUpdate.getUpdateUser() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_stock_update_" + fileSuffix, ROOT_PATH + "/t_app_stock_update", "t_app_stock_update", stockUpdateExcelTemplateList, StockUpdateRecordExcelTemplateForSave.class); + } catch (IOException e) { + log.error("缓存库存流水记录异常。"); + } + } + + /** + * 保存盘点记录 + * @param fileSuffix 文件后缀 + * @param inventoryList 数据列表 + */ + @Override + public void saveInventoryRecord(String fileSuffix, List inventoryList) { + if (inventoryList == null || inventoryList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List inventoryRecordExcelTemplateList = new ArrayList<>(inventoryList.stream().map(inventoryRecord -> new InventoryRecordExcelTemplateForSave( + inventoryRecord.getInventoryId(), + inventoryRecord.getGoodsId(), + inventoryRecord.getVehicleId(), + inventoryRecord.getStockNum(), + inventoryRecord.getConfirmNum(), + inventoryRecord.getInvStand(), + inventoryRecord.getInvUser(), + inventoryRecord.getInvType(), + inventoryRecord.getInvStatus(), + inventoryRecord.getInvResult(), + inventoryRecord.getInvCreateTime(), + inventoryRecord.getInvConfirmTime(), + inventoryRecord.getInvOrderId() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_inventory_" + fileSuffix, ROOT_PATH + "/t_app_inventory", "t_app_inventory", inventoryRecordExcelTemplateList, InventoryRecordExcelTemplateForSave.class); + } catch (IOException e) { + log.error("缓存盘点记录异常。"); + } + } + + /** + * 保存工作记录 + * + * @param fileSuffix 文件后缀 + * @param workRecordList 数据列表 + */ + @Override + public void saveWorkRecord(String fileSuffix, List workRecordList) { + if (workRecordList == null || workRecordList.isEmpty()) { + // 空数据体,不做处理 + return; + } + // 将数据转化为excel Template + List workRecordExcelTemplateList = new ArrayList<>(workRecordList.stream().map(workRecord -> new WorkRecordExcelTemplateForSave( + workRecord.getWorkIndex(), + workRecord.getWorkOrder(), + workRecord.getPlanStartDate(), + workRecord.getProductId(), + workRecord.getSingleProductId(), + workRecord.getBoxNo(), + workRecord.getGoodsId(), + workRecord.getNeedNum(), + workRecord.getFinishNum(), + workRecord.getWorkStand(), + workRecord.getWorkStatus(), + workRecord.getWorkUser(), + workRecord.getCreateTime(), + workRecord.getFinishTime(), + workRecord.getLackStatus(), + workRecord.getIsOut(), + workRecord.getProductType(), + workRecord.getKittingRemark() + )).toList()); + try { + // 写入excel + doWriteExcel("t_app_work_record_" + fileSuffix, ROOT_PATH + "/t_app_work_record", "t_app_work_record", workRecordExcelTemplateList, WorkRecordExcelTemplateForSave.class); + } catch (IOException e) { + log.error("缓存工作记录异常。"); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/filter/RequestLogFilter.java b/dev_wms_serve/src/main/java/com/wms_main/filter/RequestLogFilter.java new file mode 100644 index 0000000..2a4c727 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/filter/RequestLogFilter.java @@ -0,0 +1,83 @@ +package com.wms_main.filter; + +import com.wms_main.dao.ITSysLogService; +import com.wms_main.model.po.TSysLog; +import com.wms_main.model.pojo.log.RequestLog; +import com.wms_main.repository.utils.UUIDUtils; +import jakarta.servlet.FilterChain; +import jakarta.servlet.ServletException; +import jakarta.servlet.annotation.WebFilter; +import jakarta.servlet.http.HttpFilter; +import jakarta.servlet.http.HttpServletRequest; +import jakarta.servlet.http.HttpServletResponse; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Component; +import org.springframework.web.util.ContentCachingRequestWrapper; +import org.springframework.web.util.ContentCachingResponseWrapper; + +import java.io.IOException; +import java.time.LocalDateTime; + +import static com.wms_main.repository.utils.StringUtils.formatStringWithMaxLength; + +@Slf4j +@Component +@WebFilter(filterName = "requestLogFilter", urlPatterns = "/*") +@RequiredArgsConstructor +public class RequestLogFilter extends HttpFilter { + /** + * 日志服务 + */ + private final ITSysLogService sysLogService; + + @Override + protected void doFilter(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException { + // Wrapper封装request和response + ContentCachingRequestWrapper requestWrapper = new ContentCachingRequestWrapper(request); + ContentCachingResponseWrapper responseWrapper = new ContentCachingResponseWrapper(response); + // 继续执行请求链 + chain.doFilter(requestWrapper, responseWrapper); + // 请求方法 + String method = request.getMethod(); + // URI + String uri = request.getRequestURI(); + // 客户端主机名 + String remoteHost = request.getRemoteHost(); + // 客户端ip地址 + String remoteAddr = request.getRemoteAddr(); + // 请求体 + byte[] requestContent = requestWrapper.getContentAsByteArray(); + // 响应状态 + int status = response.getStatus(); + // 响应体 + byte[] responseContent = responseWrapper.getContentAsByteArray(); + // 记录日志信息 + String requestContentString = formatStringWithMaxLength(new String(requestContent), 2048); + String responseContentString = formatStringWithMaxLength(new String(responseContent), 2048); + RequestLog logInfo = new RequestLog(method, uri, remoteHost, remoteAddr, requestContentString, String.valueOf(status), responseContentString); + log.info(logInfo.toString()); + // 增加存储数据库的操作 +// new Thread(() -> { +// try { +// TSysLog logForDb = new TSysLog( +// UUIDUtils.getNewUUID(), +// logInfo.getMethod(), +// logInfo.getUri(), +// logInfo.getRemoteHost(), +// logInfo.getRemoteAddr(), +// logInfo.getRequestContent(), +// logInfo.getStatus(), +// logInfo.getResponseContent(), +// LocalDateTime.now() +// ); +// sysLogService.save(logForDb); +// } catch (Exception e) { +// log.error("记录日志失败。", e); +// } +// }).start(); + + // 把缓存的响应数据,响应给客户端 + responseWrapper.copyBodyToResponse(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppConfigMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppConfigMapper.java new file mode 100644 index 0000000..ab5b368 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppConfigMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppConfig; +import org.apache.ibatis.annotations.Mapper; + +/** + * 应用配置表mapper + */ +@Mapper +public interface AppConfigMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppDbsMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppDbsMapper.java new file mode 100644 index 0000000..b07ce07 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppDbsMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppDbs; +import org.apache.ibatis.annotations.Mapper; + +/** + * DBS数据库mapper + */ +@Mapper +public interface AppDbsMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppEquipmentMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppEquipmentMapper.java new file mode 100644 index 0000000..f098f08 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppEquipmentMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppEquipment; +import org.apache.ibatis.annotations.Mapper; + +/** + * 设备表映射 + */ +@Mapper +public interface AppEquipmentMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppGoodsMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppGoodsMapper.java new file mode 100644 index 0000000..bf4f2ac --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppGoodsMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppGoods; +import org.apache.ibatis.annotations.Mapper; + +/** + * 物料mapper + */ +@Mapper +public interface AppGoodsMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppImageMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppImageMapper.java new file mode 100644 index 0000000..a87445d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppImageMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppImage; +import org.apache.ibatis.annotations.Mapper; + +/** + * DBS数据库mapper + */ +@Mapper +public interface AppImageMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppInventoryMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppInventoryMapper.java new file mode 100644 index 0000000..e6a075c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppInventoryMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppConfig; +import com.wms_main.model.po.TAppInventory; +import org.apache.ibatis.annotations.Mapper; + +/** + * 盘点任务表mapper + */ +@Mapper +public interface AppInventoryMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppInventoryRecordMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppInventoryRecordMapper.java new file mode 100644 index 0000000..41e9438 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppInventoryRecordMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppInventory; +import com.wms_main.model.po.TAppInventoryRecord; +import org.apache.ibatis.annotations.Mapper; + +/** + * 盘点记录表mapper + */ +@Mapper +public interface AppInventoryRecordMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppJobsMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppJobsMapper.java new file mode 100644 index 0000000..c539fcb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppJobsMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppJobs; +import org.apache.ibatis.annotations.Mapper; + +/** + * Jobs映射 + */ +@Mapper +public interface AppJobsMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppKanbanMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppKanbanMapper.java new file mode 100644 index 0000000..d463906 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppKanbanMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppKanban; +import org.apache.ibatis.annotations.Mapper; + +/** + * 看板mapper + */ +@Mapper +public interface AppKanbanMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppLocationMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppLocationMapper.java new file mode 100644 index 0000000..c1c34e7 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppLocationMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppLocation; +import org.apache.ibatis.annotations.Mapper; + +/** + * 库位表mapper + */ +@Mapper +public interface AppLocationMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppOutsMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppOutsMapper.java new file mode 100644 index 0000000..6ea98f5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppOutsMapper.java @@ -0,0 +1,9 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppOuts; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface AppOutsMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppOutsRecordMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppOutsRecordMapper.java new file mode 100644 index 0000000..64d8c7f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppOutsRecordMapper.java @@ -0,0 +1,9 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppOutsRecord; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface AppOutsRecordMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickPlanMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickPlanMapper.java new file mode 100644 index 0000000..0f2c858 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickPlanMapper.java @@ -0,0 +1,9 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppPickPlan; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface AppPickPlanMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickTaskBakMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickTaskBakMapper.java new file mode 100644 index 0000000..c3bf7f6 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickTaskBakMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppPickTaskBak; +import org.apache.ibatis.annotations.Mapper; + +/** + * 拣选记录表mapper + */ +@Mapper +public interface AppPickTaskBakMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickTaskMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickTaskMapper.java new file mode 100644 index 0000000..3f485de --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppPickTaskMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppPickTask; +import org.apache.ibatis.annotations.Mapper; + +/** + * 拣选任务表mapper + */ +@Mapper +public interface AppPickTaskMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppProductExtendsMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppProductExtendsMapper.java new file mode 100644 index 0000000..772fc4f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppProductExtendsMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppProductExtend; +import org.apache.ibatis.annotations.Mapper; + +/** + * DBS数据库mapper + */ +@Mapper +public interface AppProductExtendsMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppProductMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppProductMapper.java new file mode 100644 index 0000000..477a7f0 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppProductMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppProduct; +import org.apache.ibatis.annotations.Mapper; + +/** + * DBS数据库mapper + */ +@Mapper +public interface AppProductMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppSingleProductMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppSingleProductMapper.java new file mode 100644 index 0000000..839acfd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppSingleProductMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppDbs; +import com.wms_main.model.po.TAppSingleProduct; +import org.apache.ibatis.annotations.Mapper; + +/** + * DBS数据库mapper + */ +@Mapper +public interface AppSingleProductMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStandMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStandMapper.java new file mode 100644 index 0000000..ca32fec --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStandMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppStand; +import org.apache.ibatis.annotations.Mapper; + +/** + * 站台表映射 + */ +@Mapper +public interface AppStandMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStandWorkMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStandWorkMapper.java new file mode 100644 index 0000000..8cfd094 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStandWorkMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppStand; +import com.wms_main.model.po.TAppStandWork; +import org.apache.ibatis.annotations.Mapper; + +/** + * 站台工作映射 + */ +@Mapper +public interface AppStandWorkMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockCompareMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockCompareMapper.java new file mode 100644 index 0000000..502687c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockCompareMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppStockCompare; +import org.apache.ibatis.annotations.Mapper; + +/** + * 库存对比结果表Mapper + */ +@Mapper +public interface AppStockCompareMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockMapper.java new file mode 100644 index 0000000..8b817fd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppStock; +import org.apache.ibatis.annotations.Mapper; + +/** + * 库存表mapper + */ +@Mapper +public interface AppStockMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockUpdateMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockUpdateMapper.java new file mode 100644 index 0000000..3be561c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppStockUpdateMapper.java @@ -0,0 +1,9 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppStockUpdate; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface AppStockUpdateMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTaskBakMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTaskBakMapper.java new file mode 100644 index 0000000..69f554a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTaskBakMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppTaskBak; +import org.apache.ibatis.annotations.Mapper; + +/** + * 任务记录表mapper + */ +@Mapper +public interface AppTaskBakMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTaskMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTaskMapper.java new file mode 100644 index 0000000..8b4b734 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTaskMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppTask; +import org.apache.ibatis.annotations.Mapper; + +/** + * 任务表mapper + */ +@Mapper +public interface AppTaskMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTempInboundDataMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTempInboundDataMapper.java new file mode 100644 index 0000000..e00d392 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppTempInboundDataMapper.java @@ -0,0 +1,10 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppTempEwmInboundData; +import org.apache.ibatis.annotations.Mapper; + +@Mapper +public interface AppTempInboundDataMapper extends BaseMapper { + // 可以添加自定义的查询方法 +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppVehicleMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppVehicleMapper.java new file mode 100644 index 0000000..fa9e62f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppVehicleMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppVehicle; +import org.apache.ibatis.annotations.Mapper; + +/** + * 载具表mapper + */ +@Mapper +public interface AppVehicleMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWcsTaskBakMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWcsTaskBakMapper.java new file mode 100644 index 0000000..a9cf18d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWcsTaskBakMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppWcsTaskBak; +import org.apache.ibatis.annotations.Mapper; + +/** + * wcs任务记录表mapper + */ +@Mapper +public interface AppWcsTaskBakMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWcsTaskMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWcsTaskMapper.java new file mode 100644 index 0000000..c0bbee1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWcsTaskMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppWcsTask; +import org.apache.ibatis.annotations.Mapper; + +/** + * wcsTask数据库mapper + */ +@Mapper +public interface AppWcsTaskMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWorkMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWorkMapper.java new file mode 100644 index 0000000..c06e02c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWorkMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppWork; +import org.apache.ibatis.annotations.Mapper; + +/** + * work表映射 + */ +@Mapper +public interface AppWorkMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWorkRecordMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWorkRecordMapper.java new file mode 100644 index 0000000..c968fe8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/AppWorkRecordMapper.java @@ -0,0 +1,13 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TAppWork; +import com.wms_main.model.po.TAppWorkRecord; +import org.apache.ibatis.annotations.Mapper; + +/** + * work_record表映射 + */ +@Mapper +public interface AppWorkRecordMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/SysApiMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysApiMapper.java new file mode 100644 index 0000000..5521811 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysApiMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TSysApi; +import org.apache.ibatis.annotations.Mapper; + +/** + * api表映射mapper + */ +@Mapper +public interface SysApiMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/SysLogMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysLogMapper.java new file mode 100644 index 0000000..c85f24b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysLogMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TSysLog; +import org.apache.ibatis.annotations.Mapper; + +/** + * 日志mapper接口 + */ +@Mapper +public interface SysLogMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/SysMenuMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysMenuMapper.java new file mode 100644 index 0000000..bdcd55a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysMenuMapper.java @@ -0,0 +1,15 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TSysMenu; +import org.apache.ibatis.annotations.Mapper; + +import java.util.List; + +/** + * MenuMapper + */ +@Mapper +public interface SysMenuMapper extends BaseMapper { + List selMenuByRoleId(String roleId); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/SysPermissionMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysPermissionMapper.java new file mode 100644 index 0000000..3b36852 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysPermissionMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TSysPermission; +import org.apache.ibatis.annotations.Mapper; + +/** + * PermissionMapper + */ +@Mapper +public interface SysPermissionMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/SysRoleMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysRoleMapper.java new file mode 100644 index 0000000..9829cf0 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysRoleMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TSysRole; +import org.apache.ibatis.annotations.Mapper; + +/** + * RoleMapper + */ +@Mapper +public interface SysRoleMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/mapper/SysUserMapper.java b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysUserMapper.java new file mode 100644 index 0000000..17f498e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/mapper/SysUserMapper.java @@ -0,0 +1,12 @@ +package com.wms_main.mapper; + +import com.baomidou.mybatisplus.core.mapper.BaseMapper; +import com.wms_main.model.po.TSysUser; +import org.apache.ibatis.annotations.Mapper; + +/** + * UserMapper + */ +@Mapper +public interface SysUserMapper extends BaseMapper { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wcs/WcsPickTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wcs/WcsPickTask.java new file mode 100644 index 0000000..bed590a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wcs/WcsPickTask.java @@ -0,0 +1,34 @@ +package com.wms_main.model.bo.wcs; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 拣选任务 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsPickTask { + /** + * 任务号 + */ + private String taskId; + /** + * 载具号 + */ + private String vehicleNo; + /** + * 任务类型 + */ + private Integer taskType; + /** + * 库位 + */ + private String location; + /** + * 备注 + */ + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wcs/WcsStackerTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wcs/WcsStackerTask.java new file mode 100644 index 0000000..fd91fab --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wcs/WcsStackerTask.java @@ -0,0 +1,38 @@ +package com.wms_main.model.bo.wcs; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 堆垛机任务 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsStackerTask { + /** + * 任务id + */ + private String taskId; + /** + * 任务类型 + */ + private Integer taskType; + /** + * 载具号 + */ + private String vehicleNo; + /** + * 起点 + */ + private String origin; + /** + * 终点 + */ + private String destination; + /** + * 用户 + */ + private String user; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/BoxSummary.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/BoxSummary.java new file mode 100644 index 0000000..7b9f739 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/BoxSummary.java @@ -0,0 +1,83 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; + +/** + * 料盒总览 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BoxSummary { + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 套数 + */ + @JsonProperty("taoQty") + private Integer taoQty; + /** + * 总成号/原始数据 + */ + @JsonProperty("productIdOrigin") + private String productIdOrigin; + /** + * 总成号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片/成品 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 配料日期 + */ + @JsonProperty("kittingDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate kittingDate; + /** + * 生产日期 + */ + @JsonProperty("produceDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate produceDate; + /** + * 测试台 + */ + @JsonProperty("testNo") + private String testNo; + /** + * 产量 + */ + @JsonProperty("productionQty") + private Integer productionQty; + /** + * 料盒数量 + */ + @JsonProperty("boxQty") + private Integer boxQty; + /** + * 用于生成图纸二维码 + */ + @JsonProperty("imageId") + private String imageId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/GoodsInfoForTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/GoodsInfoForTask.java new file mode 100644 index 0000000..86f2343 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/GoodsInfoForTask.java @@ -0,0 +1,37 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 物料信息---任务中使用 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsInfoForTask { + /** + * 物料编号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 操作数量 + */ + @JsonProperty("opNum") + private Integer opNum; + /** + * 生产日期 + */ + @JsonProperty("produceTime") + private LocalDateTime produceTime; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/GoodsLackSummary.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/GoodsLackSummary.java new file mode 100644 index 0000000..ff1e39e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/GoodsLackSummary.java @@ -0,0 +1,45 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 缺料总览 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsLackSummary { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 需求数量 + */ + @JsonProperty("needNum") + private Integer needNum; + /** + * 库存数量 + */ + @JsonProperty("stockNum") + private Integer stockNum; + /** + * 完成数量 + */ + @JsonProperty("finishNum") + private Integer finishNum; + /** + * 缺料数量 + */ + @JsonProperty("lackNum") + private Integer lackNum; + /** + * 备注信息 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/KanbanLackDetail.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/KanbanLackDetail.java new file mode 100644 index 0000000..154b8a1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/KanbanLackDetail.java @@ -0,0 +1,35 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 看板缺少详情 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KanbanLackDetail { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 需要看板数量 + */ + @JsonProperty("needKanbanQty") + private Integer needKanbanQty; + /** + * 已有看板数量 + */ + @JsonProperty("haveKanbanQty") + private Integer haveKanbanQty; + /** + * 缺少看板数量 + */ + @JsonProperty("lackKanbanQty") + private Integer lackKanbanQty; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/OrderConfirmEntity.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/OrderConfirmEntity.java new file mode 100644 index 0000000..f2f7fd2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/OrderConfirmEntity.java @@ -0,0 +1,60 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 订单确认实体 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class OrderConfirmEntity { + /** + * 主键 + */ + @JsonProperty("workIndex") + private String workIndex; + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 物料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 计划拣选数量 + */ + @JsonProperty("planPickQty") + private Integer planPickQty; + /** + * 实际拣选数量 + */ + @JsonProperty("realPickQty") + private Integer realPickQty; + /** + * 拣选备注 + */ + @JsonProperty("kittingRemark") + private String kittingRemark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/StockConfirmEntity.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/StockConfirmEntity.java new file mode 100644 index 0000000..611c25d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/StockConfirmEntity.java @@ -0,0 +1,87 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 库存确认实体 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockConfirmEntity { + /** + * 库存id + */ + @JsonProperty("stockId") + private String stockId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 物料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 计划剩余数量 + */ + @JsonProperty("planRemainQty") + private Integer planRemainQty; + /** + * 实际剩余数量 + */ + @JsonProperty("realRemainQty") + private Integer realRemainQty; + /** + * 是否是库位料 + */ + @JsonProperty("isOut") + private Integer isOut; + /** + * 存放位置 + */ + @JsonProperty("putArea") + private String putArea; + /** + * 预警数量 + */ + @JsonProperty("warningQty") + private Integer warningQty; + +// /** +// * 库存总剩余数量 +// */ +// @JsonProperty("totalRemainQty") +// private Integer totalRemainQty; + + + /** + * 特殊库存 + */ + @JsonProperty("specialStock") + private String specialStock; + + /** + * 批次号 + */ + @JsonProperty("batchNo") + private String batchNo; + + /** + * 特殊库存号 + */ + @JsonProperty("specialStockNo") + private String specialStockNo; + + /** + * 特殊库存item号 + */ + @JsonProperty("specialStockItemNo") + private String specialStockItemNo; + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/TaskConfirmEntity.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/TaskConfirmEntity.java new file mode 100644 index 0000000..3f64cf4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/TaskConfirmEntity.java @@ -0,0 +1,56 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 任务确认实体 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class TaskConfirmEntity { + /** + * 出库单号 + */ + @JsonProperty("taskId") + private String taskId; + /** + * 出库类型 + */ + @JsonProperty("outType") + private Integer outType; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 总需求数量 + */ + @JsonProperty("totalNeed") + private Integer totalNeed; + /** + * 剩余需求数量 + */ + @JsonProperty("remainNeed") + private Integer remainNeed; + /** + * 计划拣选数量 + */ + @JsonProperty("planPickQty") + private Integer planPickQty; + /** + * 实际拣选数量 + */ + @JsonProperty("realPickQty") + private Integer realPickQty; + + /** + * 料号目标箱号 + */ + @JsonProperty("containerNo") + private String containerNo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/WmsPickTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/WmsPickTask.java new file mode 100644 index 0000000..17d510b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/bo/wms/WmsPickTask.java @@ -0,0 +1,62 @@ +package com.wms_main.model.bo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * WMS的拣选任务 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WmsPickTask { + /** + * 任务id + */ + @JsonProperty("pickId") + private String pickId; + /** + * 拣选站台 + */ + @JsonProperty("pickStand") + private String pickStand; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 任务状态 + */ + @JsonProperty("pickStatus") + private Integer pickStatus; + /** + * 创建时间 + */ + @JsonProperty("createTime") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty("sendTime") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @JsonProperty("arriveTime") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @JsonProperty("leaveTime") + private LocalDateTime leaveTime; + + public WmsPickTask(String pickStand, String vehicleId) { + this.pickStand = pickStand; + this.vehicleId = vehicleId; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/ConfigQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/ConfigQuery.java new file mode 100644 index 0000000..06504a8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/ConfigQuery.java @@ -0,0 +1,45 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配置查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ConfigQuery extends PageQuery { + /** + * 配置ID + */ + @JsonProperty("configId") + private String configId; + /** + * 配置键 + */ + @JsonProperty("configKey") + private String configKey; + /** + * 配置值 + */ + @JsonProperty("configValue") + private String configValue; + /** + * 配置类型 + * 1:输入框 + * 2:下拉多选 + * 3:开关 + */ + @JsonProperty("configType") + private Integer configType; + /** + * 配置显示名称 + */ + @JsonProperty("configName") + private String configName; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/DbsQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/DbsQuery.java new file mode 100644 index 0000000..75d5d07 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/DbsQuery.java @@ -0,0 +1,93 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * dbs查询条件 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class DbsQuery extends PageQuery { + /** + * 主键id + */ + @JsonProperty("dbsId") + private String dbsId; + /** + * 工单 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * dbs原始未处理的零件号,成品号 + */ + @JsonProperty("productIdOrigin") + private String productIdOrigin; + /** + * 零件号,成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 计划开始时间 + */ + @JsonProperty("planStartDate") + @JsonFormat(pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern = "yyyy-MM-dd") + private LocalDate planStartDate; + /** + * 计划产量/套 + */ + @JsonProperty("planProduction") + private Integer planProduction; + /** + * Family + */ + @JsonProperty("family") + private String family; + /** + * Test No# + */ + @JsonProperty("testNo") + private String testNo; + /** + * 状态 + */ + @JsonProperty("dbsStatus") + private Integer dbsStatus; + /** + * 工作站台 + */ + @JsonProperty("workStand") + private String workStand; + /** + * 实际工作日期 + */ + @JsonProperty("realWorkDate") + @JsonFormat(pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern = "yyyy-MM-dd") + private LocalDate realWorkDate; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd hh:mm:ss") + private LocalDateTime finishTime; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/EquipmentQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/EquipmentQuery.java new file mode 100644 index 0000000..e35d0d0 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/EquipmentQuery.java @@ -0,0 +1,38 @@ +package com.wms_main.model.dto.query; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class EquipmentQuery extends PageQuery { + /** + * 设备id + */ + @JsonProperty(value = "equipmentId") + private Integer equipmentId; + /** + * 设备类型 + */ + @JsonProperty(value = "equipmentType") + private Integer equipmentType; + /** + * 设备状态 + */ + @JsonProperty(value = "equipmentStatus") + private Integer equipmentStatus; + /** + * 设备名称 + */ + @JsonProperty(value = "equipmentName") + private String equipmentName; + /** + * 设备描述 + */ + @JsonProperty(value = "equipmentDesc") + private String equipmentDesc; +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/GoodsQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/GoodsQuery.java new file mode 100644 index 0000000..e09a096 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/GoodsQuery.java @@ -0,0 +1,27 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 物料信息查询类 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsQuery extends PageQuery { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 料名 + */ + @JsonProperty("goodsDesc") + private String goodsDesc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/ImageQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/ImageQuery.java new file mode 100644 index 0000000..c0fd194 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/ImageQuery.java @@ -0,0 +1,39 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 图纸查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ImageQuery extends PageQuery { + /** + * 图纸id + */ + @JsonProperty("imageId") + private String imageId; + /** + * 成品号/单片号 + */ + @JsonProperty("productId") + private String productId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 图纸类型 + * 1. 总成 + * 2. 单片 + */ + @JsonProperty("imageType") + private Integer imageType; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/InventoryQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/InventoryQuery.java new file mode 100644 index 0000000..04a2a53 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/InventoryQuery.java @@ -0,0 +1,64 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 盘点查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InventoryQuery extends PageQuery { + /** + * 查询类型 + */ + @JsonProperty("queryType") + private Integer queryType; + /** + * 盘点id + */ + @JsonProperty("inventoryId") + private String inventoryId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 盘点站台 + */ + @JsonProperty("invStand") + private String invStand; + /** + * 盘点类型:1:明盘;2:盲盘 + */ + @JsonProperty("invType") + private Integer invType; + /** + * 盘点状态 + * 1. 初始化 + * 2. 已解析 + * 3. 数量确认 + * 4. 盘点关闭 + */ + @JsonProperty("invStatus") + private Integer invStatus; + /** + * 盘点结果 + * -1: 盘亏 + * 0: 正常 + * 1: 盘盈 + */ + @JsonProperty("invResult") + private Integer invResult; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/JobQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/JobQuery.java new file mode 100644 index 0000000..154db76 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/JobQuery.java @@ -0,0 +1,48 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class JobQuery extends PageQuery { + /** + * 任务名 + */ + @JsonProperty(value = "jobName") + private String jobName; + /** + * 任务类class + */ + @JsonProperty(value = "jobClass") + private String jobClass; + /** + * cron表达式 + */ + @JsonProperty(value = "cronExpression") + private String cronExpression; + /** + * 普通定时器---单位:毫秒。 + */ + @JsonProperty(value = "timer") + private Integer timer; + /** + * timer类型 + * 1: 普通定时器 + * 2:cron + */ + @JsonProperty(value = "timerType") + private Integer timerType; + /** + * 任务状态 + * 1:启用 + * 0:未启用 + */ + @JsonProperty(value = "jobStatus") + private Integer jobStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KanbanQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KanbanQuery.java new file mode 100644 index 0000000..c95cfc8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KanbanQuery.java @@ -0,0 +1,32 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 看板Query + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KanbanQuery extends PageQuery { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 看板id + */ + @JsonProperty("kanbanId") + private String kanbanId; + /** + * 看板状态 + */ + @JsonProperty("kanbanStatus") + private Integer kanbanStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KateWorksQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KateWorksQuery.java new file mode 100644 index 0000000..1809b4f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KateWorksQuery.java @@ -0,0 +1,54 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; + +/** + * 卡特的工作查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KateWorksQuery extends PageQuery{ + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 零件号/物料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 计划开工日期 + */ + @JsonProperty("planStartDate") + private LocalDate planStartDate; + /** + * 预留字段 + */ + @JsonProperty("bk1") + private String bk1; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KittingBomQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KittingBomQuery.java new file mode 100644 index 0000000..7e96c8d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KittingBomQuery.java @@ -0,0 +1,44 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配料单查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KittingBomQuery extends PageQuery { + /** + * 配料单类型 + * 1:非服务件 + * 2:服务件 + */ + @JsonProperty("bomType") + private Integer bomType; + /** + * 机型 + */ + @JsonProperty("model") + private String model; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 原材料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KittingBomRelationQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KittingBomRelationQuery.java new file mode 100644 index 0000000..f409b9b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/KittingBomRelationQuery.java @@ -0,0 +1,32 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配料单对应关系查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KittingBomRelationQuery extends PageQuery { + /** + * 机型 + */ + @JsonProperty("model") + private String model; + /** + * 总成 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片 + */ + @JsonProperty("singleProductId") + private String singleProductId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/LocationQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/LocationQuery.java new file mode 100644 index 0000000..b0738ee --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/LocationQuery.java @@ -0,0 +1,92 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 库位信息查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class LocationQuery extends PageQuery{ + /** + * 库位id + */ + @JsonProperty("locationId") + private String locationId; + /** + * 外部编号 + */ + @JsonProperty("outerId") + private String outerId; + /** + * 库位类型 + */ + @JsonProperty("locationType") + private Integer locationType; + /** + * 是否锁定 + */ + @JsonProperty("isLock") + private Integer isLock; + /** + * 是否占用 + */ + @JsonProperty("isOccupy") + private Integer isOccupy; + /** + * 是否在工作中 + */ + @JsonProperty("isWorking") + private Integer isWorking; + /** + * 对应设备号 + */ + @JsonProperty("equipmentId") + private Integer equipmentId; + /** + * 对应巷道号 + */ + @JsonProperty("tunnelId") + private Integer tunnelId; + /** + * 排 + */ + @JsonProperty("lRow") + private Integer lRow; + /** + * 列 + */ + @JsonProperty("lCol") + private Integer lCol; + /** + * 层 + */ + @JsonProperty("lLayer") + private Integer lLayer; + /** + * 深度 + */ + @JsonProperty("lDepth") + private Integer lDepth; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 库区 + */ + @JsonProperty("areaId") + private Integer areaId; + /** + * 子区域 + */ + @JsonProperty("subArea") + private String subArea; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/OutsQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/OutsQuery.java new file mode 100644 index 0000000..fa5b8b1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/OutsQuery.java @@ -0,0 +1,86 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 出库单查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class OutsQuery extends PageQuery { + /** + * 查询类型 + * 1. 未关闭 + * 2. 已关闭 + */ + @JsonProperty("queryType") + private Integer queryType; + /** + * 任务号 + */ + @JsonProperty("taskId") + private String taskId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 需求数量 + */ + @JsonProperty("needNum") + private Integer needNum; + /** + * 已分发数量 + */ + @JsonProperty("distributeNum") + private Integer distributeNum; + /** + * 已拣选数量 + */ + @JsonProperty("pickNum") + private Integer pickNum; + /** + * 出库类型 + */ + @JsonProperty("outType") + private Integer outType; + /** + * 目的地 + */ + @JsonProperty("destination") + private String destination; + /** + * 用户名 + */ + @JsonProperty("userName") + private String userName; + /** + * 出库理由 + * 紧急出库必填 + */ + @JsonProperty("reason") + private String reason; + /** + * 请求时间 + */ + @JsonProperty("requestTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime requestTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PageQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PageQuery.java new file mode 100644 index 0000000..8ec10cd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PageQuery.java @@ -0,0 +1,58 @@ +package com.wms_main.model.dto.query; + +import com.baomidou.mybatisplus.core.metadata.OrderItem; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.repository.utils.StringUtils; +import lombok.Data; + +import java.util.List; + +/** + * 带分页的查询 + */ +@Data +public class PageQuery { + /** + * 页码 + */ + @JsonProperty("pageNo") + private Long pageNo = 1L; + /** + * 每页行数 + */ + @JsonProperty("pageSize") + private Long pageSize = 10L; + /** + * 排序字段 + */ + @JsonProperty("sortBy") + private List sortBy; + /** + * 站台号 + */ + @JsonProperty("standId") + private String standId; + /** + * 请求用户名 + */ + @JsonProperty("userName") + private String userName; + + /** + * 将前端查询转换为数据库查询可用的分页查询 + * @return 分页查询 + * @param 实体类PO + */ + public Page toMpPage(){ + Page page = Page.of(pageNo, pageSize); + if (sortBy != null && !sortBy.isEmpty()) { + sortBy.forEach(item -> { + if (StringUtils.isNotEmpty(item.getColumn())) { + page.addOrder(item); + } + }); + } + return page; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickPlanQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickPlanQuery.java new file mode 100644 index 0000000..fc4f112 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickPlanQuery.java @@ -0,0 +1,51 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickPlanQuery extends PageQuery { + /** + * 主键 + */ + @JsonProperty(value = "planId") + private String planId; + /** + * 载具号 + */ + @JsonProperty(value = "vehicleId") + private String vehicleId; + /** + * 料号 + */ + @JsonProperty(value = "goodsId") + private String goodsId; + /** + * 计划拣选数量 + */ + @JsonProperty(value = "planPickQty") + private Integer planPickQty; + /** + * 拣选类型 + * 1. 工作拣选 + * 2. 出库单 + */ + @JsonProperty(value = "pickType") + private Integer pickType; + /** + * 工作index/出库单 + */ + @JsonProperty(value = "workIndex") + private String workIndex; + /** + * 工作index/出库单 + */ + @JsonProperty(value = "standId") + private String standId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickTaskBakQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickTaskBakQuery.java new file mode 100644 index 0000000..db686f4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickTaskBakQuery.java @@ -0,0 +1,69 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 拣选记录查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickTaskBakQuery extends PageQuery{ + /** + * 任务id + */ + @JsonProperty(value = "pickId") + private String pickId; + /** + * 拣选站台 + */ + @JsonProperty(value = "pickStand") + private String pickStand; + /** + * 载具号 + */ + @JsonProperty(value = "vehicleId") + private String vehicleId; + /** + * 任务状态 + */ + @JsonProperty(value = "pickStatus") + private Integer pickStatus; + /** + * 创建时间 + */ + @JsonProperty(value = "createTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty(value = "sendTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @JsonProperty(value = "arriveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @JsonProperty(value = "leaveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime leaveTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickTaskQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickTaskQuery.java new file mode 100644 index 0000000..9f4a7c4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/PickTaskQuery.java @@ -0,0 +1,69 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 拣选任务查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickTaskQuery extends PageQuery { + /** + * 任务id + */ + @JsonProperty("pickId") + private String pickId; + /** + * 拣选站台 + */ + @JsonProperty("pickStand") + private String pickStand; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 任务状态 + */ + @JsonProperty("pickStatus") + private Integer pickStatus; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty("sendTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @JsonProperty("arriveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @JsonProperty("leaveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime leaveTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StandQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StandQuery.java new file mode 100644 index 0000000..80f687b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StandQuery.java @@ -0,0 +1,41 @@ +package com.wms_main.model.dto.query; + +import lombok.Data; +import lombok.EqualsAndHashCode; + +/** + * 站台查询参数 + */ +@Data +@EqualsAndHashCode(callSuper = true) +public class StandQuery extends PageQuery { + /** + * 站台ID + */ + private String standId; + + /** + * 站台名称 + */ + private String standName; + + /** + * 站台类型 1:入库 2:出库 + */ + private Integer standType; + + /** + * 站台状态 0:关闭 1:开启 + */ + private Integer standStatus; + + /** + * 仓库ID + */ + private String warehouseId; + + /** + * 用户名 + */ + private String userName; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StockQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StockQuery.java new file mode 100644 index 0000000..d55e5fa --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StockQuery.java @@ -0,0 +1,60 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; + +/** + * 库存查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockQuery extends PageQuery{ + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 物料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 库位号 + */ + @JsonProperty("locationId") + private String locationId; + /** + * 库存状态 + */ + @JsonProperty("stockStatus") + private Integer stockStatus; + /** + * 物料状态 + */ + @JsonProperty("goodsStatus") + private Integer goodsStatus; + /** + * 起始日期 + */ + @JsonProperty("fromDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate fromDate; + /** + * 结束日期 + */ + @JsonProperty("toDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate toDate; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StockUpdateQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StockUpdateQuery.java new file mode 100644 index 0000000..68ad080 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/StockUpdateQuery.java @@ -0,0 +1,45 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 库存更新查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockUpdateQuery extends PageQuery { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 箱号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 筛选时间从 + */ + @JsonProperty("fromTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime fromTime; + /** + * 筛选时间-至 + */ + @JsonProperty("toTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime toTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/SysApiQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/SysApiQuery.java new file mode 100644 index 0000000..8842e03 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/SysApiQuery.java @@ -0,0 +1,22 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 接口发送日志查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class SysApiQuery extends PageQuery { + /** + * 查询字符串 + */ + @JsonProperty("queryStr") + private String queryStr; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/SysLogQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/SysLogQuery.java new file mode 100644 index 0000000..b22b157 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/SysLogQuery.java @@ -0,0 +1,22 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 接口接收日志查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class SysLogQuery extends PageQuery { + /** + * 查询字符串 + */ + @JsonProperty("queryStr") + private String queryStr; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/VehicleQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/VehicleQuery.java new file mode 100644 index 0000000..78896e3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/VehicleQuery.java @@ -0,0 +1,42 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 载具查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class VehicleQuery extends PageQuery { + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 库位 + */ + @JsonProperty("locationId") + private String locationId; + /** + * 载具状态 + */ + @JsonProperty("vehicleStatus") + private Integer vehicleStatus; + /** + * 是否锁定 + */ + @JsonProperty("isLock") + private Integer isLock; + /** + * 是否空载具 + */ + @JsonProperty("isEmpty") + private Integer isEmpty; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/WmsTaskQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/WmsTaskQuery.java new file mode 100644 index 0000000..c1c955f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/WmsTaskQuery.java @@ -0,0 +1,60 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * wms任务查询 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WmsTaskQuery extends PageQuery { + /** + * 任务id + */ + @JsonProperty("taskId") + private String taskId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 任务类型 + */ + @JsonProperty("taskType") + private Integer taskType; + /** + * 任务状态 + */ + @JsonProperty("taskStatus") + private Integer taskStatus; + /** + * 筛选时间-从 + */ + @JsonProperty("fromTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime fromTime; + /** + * 筛选时间-到 + */ + @JsonProperty("toTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime toTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/WorkSummaryQuery.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/WorkSummaryQuery.java new file mode 100644 index 0000000..67bffae --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/query/WorkSummaryQuery.java @@ -0,0 +1,52 @@ +package com.wms_main.model.dto.query; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 工作总结 查询参数 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WorkSummaryQuery extends PageQuery { + /** + * 工作总结类型 + */ + @JsonProperty("summaryType") + private Integer summaryType; + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 总成号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 工作状态 + */ + @JsonProperty("workStatus") + private Integer workStatus; + /** + * 缺料状态 + */ + @JsonProperty("lackStatus") + private Integer lackStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/EwmOutTaskRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/EwmOutTaskRequest.java new file mode 100644 index 0000000..556e264 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/EwmOutTaskRequest.java @@ -0,0 +1,148 @@ +package com.wms_main.model.dto.request.ewm; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.fasterxml.jackson.databind.annotation.JsonDeserialize; +import com.fasterxml.jackson.databind.annotation.JsonSerialize; +import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer; +import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerializer; +import lombok.Data; + +import java.math.BigDecimal; +import java.util.Date; +import java.util.List; + +@Data +public class EwmOutTaskRequest { + + /** + * 波次号 + */ + @JsonProperty("waveNo") + private String waveNo; + + /** + * 拣货模式(汇总拣货、边拣边分) + */ + @JsonProperty("pickingMode") + private String pickingMode; + + /** + * 拣货类型 + */ + @JsonProperty("pickingType") + private String pickingType; + + /** + * 拣货时间 + */ + @JsonProperty("pickingDate") + //@JsonDeserialize(using = LocalDateTimeDeserializer.class) + //@JsonSerialize(using = LocalDateTimeSerializer.class) + private Date pickingDate; + + /** + * 拣货班次 + */ + @JsonProperty("pickingShift") + private String pickingShift; + + /** + * 任务明细 + */ + @JsonProperty("taskDetailInfo") + private List taskDetailInfo; + + // Getters and Setters + + @Data + public static class TaskDetailInfo { + + /** + * 不可重复(to+toItem) + */ + @JsonProperty("taskNo") + private String taskNo; + + /** + * 客户原始单号,必填;(po+poItem或者woNo) + */ + @JsonProperty("orderNo") + private String orderNo; + + /** + * 单据类型 + */ + @JsonProperty("orderType") + private String orderType; + + /** + * 工单描述 + */ + @JsonProperty("description") + private String description; + + /** + * 工单产品数量 + */ + @JsonProperty("productNum") + private BigDecimal productNum; + + /** + * 物料号 + */ + @JsonProperty("matNo") + private String matNo; + + /** + * 物料描述 + */ + @JsonProperty("matDesc") + private String matDesc; + + /** + * 出库数量 + */ + @JsonProperty("pickingQty") + private BigDecimal pickingQty; + + /** + * 对应商品基础资料的MEINH + */ + @JsonProperty("skuUnit") + private String skuUnit; + + /** + * 备注(可选) + */ + @JsonProperty("remark") + private String remark; + + /** + * 特殊库存标识(可选) + */ + @JsonProperty("specialStock") + private String specialStock; + + /** + * so单号与供应商编号,出库指定SO号或者供应商编号出库(可选) + */ + @JsonProperty("specialStockNo") + private String specialStockNo; + + /** + * 特殊库存item号(可选) + */ + @JsonProperty("specialStockItemNo") + private String specialStockItemNo; + + /** + * 批次号(可选) + */ + @JsonProperty("batchNo") + private String batchNo; + + // Getters and Setters + } + + // Getters and Setters for EwmOutTaskRequest fields +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendEwmGetStockInformationRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendEwmGetStockInformationRequest.java new file mode 100644 index 0000000..960b848 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendEwmGetStockInformationRequest.java @@ -0,0 +1,14 @@ +package com.wms_main.model.dto.request.ewm; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Data; + +@Data +public class SendEwmGetStockInformationRequest { + + /** + * 立库编码 + */ + @JsonProperty("asrsCode") + private String asrsCode; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendEwmVehicleForInRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendEwmVehicleForInRequest.java new file mode 100644 index 0000000..306d8ff --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendEwmVehicleForInRequest.java @@ -0,0 +1,15 @@ +package com.wms_main.model.dto.request.ewm; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Data; + +@Data +public class SendEwmVehicleForInRequest { + + + /** + * 载具号 + */ + @JsonProperty("containerNo") + private String containerNo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendWarehouseInCompletedRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendWarehouseInCompletedRequest.java new file mode 100644 index 0000000..2038390 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendWarehouseInCompletedRequest.java @@ -0,0 +1,32 @@ +package com.wms_main.model.dto.request.ewm; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Data; + +@Data +public class SendWarehouseInCompletedRequest { + + /** + * 载具号 + */ + @JsonProperty("containerNo") + private String containerNo; + + /** + * 入库类型 + */ + @JsonProperty("billType") + private String billType; + + /** + * 入库单编号 + */ + @JsonProperty("billNo") + private String billNo; + + /** + * 目标根库别(写死) + */ + @JsonProperty("pin") + private String pin; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendWarehouseOutCompletedRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendWarehouseOutCompletedRequest.java new file mode 100644 index 0000000..76b918a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/ewm/SendWarehouseOutCompletedRequest.java @@ -0,0 +1,59 @@ +package com.wms_main.model.dto.request.ewm; + +import lombok.Data; + +import java.util.List; + +@Data +public class SendWarehouseOutCompletedRequest { + + /** + * 波次号 + */ + private String waveNo; + + /** + * 拣料方式 + */ + private String pickingType; + + + /** + * 拣料明细 + */ + private List pickingDetailParams; + + + @Data + public static class PickingDetail { + /** + * 任务号 + */ + private String taskNo; + + /** + * 物料编号 + */ + private String matNo; + + /** + * 拣料需求数量 + */ + private Double pickingQty; + + /** + * 实际数量 + */ + private Double actQty; + + /** + * 单位 + */ + private String unit; + + /** + * 绑定的目标容器号 + */ + private String containerNo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsBoxArriveRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsBoxArriveRequest.java new file mode 100644 index 0000000..9f6cf49 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsBoxArriveRequest.java @@ -0,0 +1,35 @@ +package com.wms_main.model.dto.request.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 载具到达请求 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsBoxArriveRequest { + /** + * 任务号 + */ + @JsonProperty("taskGroup") + private String taskGroup; + /** + * 载具号 + */ + @JsonProperty("vehicleNo") + private String vehicleNo; + /** + * 点位 + */ + @JsonProperty("location") + private String location; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsPickTaskRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsPickTaskRequest.java new file mode 100644 index 0000000..916009c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsPickTaskRequest.java @@ -0,0 +1,40 @@ +package com.wms_main.model.dto.request.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 拣选任务请求 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsPickTaskRequest { + /** + * 任务号 + */ + @JsonProperty("taskId") + private String taskId; + /** + * 载具号 + */ + @JsonProperty("vehicleNo") + private String vehicleNo; + /** + * 任务类型 + */ + @JsonProperty("taskType") + private Integer taskType; + /** + * 库位 + */ + @JsonProperty("location") + private String location; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsReleaseBoxRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsReleaseBoxRequest.java new file mode 100644 index 0000000..1fa7522 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsReleaseBoxRequest.java @@ -0,0 +1,32 @@ +package com.wms_main.model.dto.request.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * Wms请求Wcs释放箱子 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsReleaseBoxRequest { + /** + * 载具号 + */ + @JsonProperty("vehicleNo") + private String vehicleNo; + /** + * 点位 + */ + @JsonProperty("location") + private String location; + /** + * 是否回库 + * 1: 回库 + */ + @JsonProperty("router") + private int router; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsStackerTaskRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsStackerTaskRequest.java new file mode 100644 index 0000000..99a1a6b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsStackerTaskRequest.java @@ -0,0 +1,76 @@ +package com.wms_main.model.dto.request.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.math.BigDecimal; + +/** + * Wcs任务请求 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsStackerTaskRequest { + /** + * 任务号 + */ + @JsonProperty("taskId") + private String taskId; + /** + * 任务类型 + */ + @JsonProperty("taskType") + private Integer taskType; + /** + * 优先级 + */ + @JsonProperty("priority") + private Integer priority; + /** + * 起点 + */ + @JsonProperty("origin") + private String origin; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * 任务号 + */ + @JsonProperty("vehicleNo") + private String vehicleNo; + /** + * 载具尺寸 + */ + @JsonProperty("vehicleSize") + private Integer vehicleSize = 0; + /** + * 重量 + */ + @JsonProperty("weight") + private BigDecimal weight = BigDecimal.ZERO; + + /** + * 构造函数 + * + * @param taskId 任务号 + * @param taskType 任务类型 + * @param priority 优先级 + * @param origin 起点 + * @param destination 终点 + * @param vehicleNo 载具号 + */ + public WcsStackerTaskRequest(String taskId, Integer taskType, Integer priority, String origin, String destination, String vehicleNo) { + this.taskId = taskId; + this.taskType = taskType; + this.priority = priority; + this.origin = origin; + this.destination = destination; + this.vehicleNo = vehicleNo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsTaskResultRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsTaskResultRequest.java new file mode 100644 index 0000000..b619c5a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsTaskResultRequest.java @@ -0,0 +1,40 @@ +package com.wms_main.model.dto.request.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * Wcs反馈任务状态 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsTaskResultRequest { + /** + * 任务ID + */ + @JsonProperty("taskId") + private String taskId; + /** + * 任务状态 + */ + @JsonProperty("taskStatus") + private Integer taskStatus; + /** + * 载具号 + */ + @JsonProperty("vehicleNo") + private String vehicleNo; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * 信息 + */ + @JsonProperty("message") + private String message; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsVehicleInRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsVehicleInRequest.java new file mode 100644 index 0000000..d59c844 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wcs/WcsVehicleInRequest.java @@ -0,0 +1,32 @@ +package com.wms_main.model.dto.request.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsVehicleInRequest { + /** + * 点位 + */ + @JsonProperty("point") + private String point; + /** + * 载具信息 + */ + @JsonProperty("vehicleNo") + private String vehicleNo; + /** + * 条码信息 + */ + @JsonProperty("codeMessage") + private String codeMessage; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/BaseWmsRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/BaseWmsRequest.java new file mode 100644 index 0000000..797fa27 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/BaseWmsRequest.java @@ -0,0 +1,22 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BaseWmsRequest { + /** + * 站台号 + */ + @JsonProperty("standId") + private String standId; + /** + * 用户名 + */ + @JsonProperty("userName") + private String userName; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfigUpdateRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfigUpdateRequest.java new file mode 100644 index 0000000..a7600d5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfigUpdateRequest.java @@ -0,0 +1,45 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配置更新请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ConfigUpdateRequest extends BaseWmsRequest { + /** + * 配置ID + */ + @JsonProperty("configId") + private String configId; + /** + * 配置键 + */ + @JsonProperty("configKey") + private String configKey; + /** + * 配置值 + */ + @JsonProperty("configValue") + private String configValue; + /** + * 配置类型 + * 1:输入框 + * 2:下拉多选 + * 3:开关 + */ + @JsonProperty("configType") + private Integer configType; + /** + * 配置显示名称 + */ + @JsonProperty("configName") + private String configName; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfirmTaskRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfirmTaskRequest.java new file mode 100644 index 0000000..b4e6869 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfirmTaskRequest.java @@ -0,0 +1,29 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.bo.wms.TaskConfirmEntity; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 任务确认请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ConfirmTaskRequest extends BaseWmsRequest { + /** + * 任务确认 + */ + @JsonProperty("taskConfirm") + private TaskConfirmEntity taskConfirm; + /** + * 库存确认 + */ + @JsonProperty("stockConfirm") + private StockConfirmEntity stockConfirm; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfirmWorkRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfirmWorkRequest.java new file mode 100644 index 0000000..da96d70 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/ConfirmWorkRequest.java @@ -0,0 +1,29 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.bo.wms.OrderConfirmEntity; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 工作确认请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ConfirmWorkRequest extends BaseWmsRequest{ + /** + * 订单确认信息 + */ + @JsonProperty("orderConfirm") + private OrderConfirmEntity orderConfirm; + /** + * 库存确认信息 + */ + @JsonProperty("stockConfirm") + private StockConfirmEntity stockConfirm; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/DbsRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/DbsRequest.java new file mode 100644 index 0000000..7bc44ae --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/DbsRequest.java @@ -0,0 +1,79 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * Dbs请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class DbsRequest extends BaseWmsRequest { + /** + * 主键id + */ + private String dbsId; + /** + * 工单 + */ + private String workOrder; + /** + * dbs原始未处理的零件号,成品号 + */ + private String productIdOrigin; + /** + * 零件号,成品号 + */ + private String productId; + /** + * 计划开始时间 + */ + @JsonFormat(pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern = "yyyy-MM-dd") + private LocalDate planStartDate; + /** + * 计划产量/套 + */ + private Integer planProduction; + /** + * Family + */ + private String family; + /** + * Test No# + */ + private String testNo; + /** + * 状态 + */ + private Integer dbsStatus; + /** + * 工作站台 + */ + private String workStand; + /** + * 实际工作日期 + */ + @JsonFormat(pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern = "yyyy-MM-dd") + private LocalDate realWorkDate; + /** + * 完成时间 + */ + @JsonFormat(pattern = "yyyy-MM-dd hh:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd hh:mm:ss") + private LocalDateTime finishTime; + /** + * 备注 + */ + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/GenKanbanRequirementRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/GenKanbanRequirementRequest.java new file mode 100644 index 0000000..fb10587 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/GenKanbanRequirementRequest.java @@ -0,0 +1,35 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.util.List; + +/** + * 生成看板需求请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GenKanbanRequirementRequest extends BaseWmsRequest{ + /** + * 计划开始日期 从 + */ + @JsonProperty("planStartDateFrom") + private LocalDate planStartDateFrom; + /** + * 计划开始日期 至 + */ + @JsonProperty("planStartDateTo") + private LocalDate planStartDateTo; + /** + * 工单列表 + */ + @JsonProperty("orderIds") + private List orderIds; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/GoodsRequireRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/GoodsRequireRequest.java new file mode 100644 index 0000000..7ddd827 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/GoodsRequireRequest.java @@ -0,0 +1,24 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * 获取物料需求 请求类 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsRequireRequest extends BaseWmsRequest { + /** + * 工单列表 + */ + @JsonProperty("orderIds") + private List orderIds; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InitKateWorkRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InitKateWorkRequest.java new file mode 100644 index 0000000..0d6b978 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InitKateWorkRequest.java @@ -0,0 +1,53 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; + +/** + * 初始化工作请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InitKateWorkRequest extends BaseWmsRequest { + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 零件号/物料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 计划开工日期 + */ + @JsonProperty("planStartDate") +// @JsonFormat(pattern = "yyyy-MM-dd") +// @DateTimeFormat(pattern = "yyyy-MM-dd") + private LocalDate planStartDate; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InventoryConfirmRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InventoryConfirmRequest.java new file mode 100644 index 0000000..888a261 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InventoryConfirmRequest.java @@ -0,0 +1,37 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 盘点确认请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InventoryConfirmRequest extends BaseWmsRequest { + /** + * 盘点任务号 + */ + @JsonProperty("inventoryId") + private String inventoryId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 箱号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 确认数量 + */ + @JsonProperty("confirmNum") + private Integer confirmNum; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InventoryRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InventoryRequest.java new file mode 100644 index 0000000..fa1dd88 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/InventoryRequest.java @@ -0,0 +1,52 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 盘点下发请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InventoryRequest extends BaseWmsRequest { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 箱号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + + /** + * 特殊库存标识 + */ + @JsonProperty("specialStock") + private String specialStock; + + /** + * 特殊库存编号 + */ + @JsonProperty("specialStockNo") + private String specialStockNo; + + /** + * 特殊库存项目编号 + */ + @JsonProperty("specialStockItemNo") + private String specialStockItemNo; + + /** + * 批次号 + */ + @JsonProperty("batchNo") + private String batchNo; + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/KittingBomRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/KittingBomRequest.java new file mode 100644 index 0000000..27c18bd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/KittingBomRequest.java @@ -0,0 +1,44 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配料单请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KittingBomRequest extends BaseWmsRequest{ + /** + * 配料单类型 + * 1:非服务件 + * 2:服务件 + */ + @JsonProperty("bomType") + private Integer bomType; + /** + * 机型 + */ + @JsonProperty("model") + private String model; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 原材料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/LoginRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/LoginRequest.java new file mode 100644 index 0000000..d870f28 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/LoginRequest.java @@ -0,0 +1,21 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Data; + +/** + * 登录请求 + */ +@Data +public class LoginRequest { + /** + * 登录账号 + */ + @JsonProperty("loginAccount") + private String loginAccount; + /** + * 登录密码 + */ + @JsonProperty("loginPassword") + private String loginPassword; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/OutsUpdateRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/OutsUpdateRequest.java new file mode 100644 index 0000000..d597ff9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/OutsUpdateRequest.java @@ -0,0 +1,30 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 出库单更新请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class OutsUpdateRequest extends BaseWmsRequest { + /** + * 任务号 + */ + @JsonProperty("taskId") + private String taskId; + /** + * 更新类型 + * 1: 取消 + * 2: 完成 + * 3: 重置 + */ + @JsonProperty("updateType") + private Integer updateType; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/PickTaskRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/PickTaskRequest.java new file mode 100644 index 0000000..e7f2937 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/PickTaskRequest.java @@ -0,0 +1,25 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.WmsPickTask; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickTaskRequest extends BaseWmsRequest { + /** + * 拣选任务列表 + */ + @JsonProperty("pickTasks") + private List pickTasks; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/StockInRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/StockInRequest.java new file mode 100644 index 0000000..b6b7c34 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/StockInRequest.java @@ -0,0 +1,40 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.GoodsInfoForTask; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * WMS入库请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockInRequest extends BaseWmsRequest { + /** + * 是否为空载具入库 + */ + @JsonProperty("emptyTask") + private boolean emptyTask = false; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 入库点 + */ + @JsonProperty("origin") + private String origin; + /** + * 物料信息 + */ + @JsonProperty("goodsInfo") + private List goodsInfo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/StockOutRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/StockOutRequest.java new file mode 100644 index 0000000..c70ec08 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/StockOutRequest.java @@ -0,0 +1,52 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 出库请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockOutRequest extends BaseWmsRequest { + /** + * 出库类型 + */ + @JsonProperty("outType") + private Integer outType; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 需求数量 + */ + @JsonProperty("needNum") + private Integer needNum; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * 出库理由 + */ + @JsonProperty("reason") + private String reason; + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateGoodsRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateGoodsRequest.java new file mode 100644 index 0000000..7aba2f6 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateGoodsRequest.java @@ -0,0 +1,46 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 物料信息更新请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class UpdateGoodsRequest extends BaseWmsRequest { + /** + * 物料编号 + */ + @JsonProperty("goodsId") + private String goodsId; + + /** + * 每盒数量 + */ + @JsonProperty("boxQty") + private Integer boxQty; + + /** + * 最大盒数 + */ + @JsonProperty("maxBoxNum") + private Integer maxBoxNum; + + /** + * 存放区域 + */ + @JsonProperty("putArea") + private String putArea; + + /** + * 热点区域 + */ + @JsonProperty("hotPoint") + private String hotPoint; +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateStandRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateStandRequest.java new file mode 100644 index 0000000..6c7098e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateStandRequest.java @@ -0,0 +1,42 @@ +package com.wms_main.model.dto.request.wms; + +import lombok.Data; +import lombok.EqualsAndHashCode; + +/** + * 站台更新请求参数 + */ +@Data +@EqualsAndHashCode(callSuper = true) +public class UpdateStandRequest extends BaseWmsRequest { + + /** + * 站台号 + */ + private String standId; + + /** + * 站台名称 + */ + private String standName; + + /** + * 站台类型 1:入库 2:出库 + */ + private Integer standType; + + /** + * 站台状态 0:可用 1:不可用 + */ + private Integer standStatus; + + /** + * 站台电脑的IP + */ + private String standIp; + + /** + * 站台描述 + */ + private String standDesc; +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateWorkRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateWorkRequest.java new file mode 100644 index 0000000..24c4ec8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/UpdateWorkRequest.java @@ -0,0 +1,42 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 卡特工作更新请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class UpdateWorkRequest extends BaseWmsRequest { + /** + * 工作索引 + */ + @JsonProperty("workIndex") + private String workIndex; + /** + * 已分配数量 + */ + @JsonProperty("distributeNum") + private Integer distributeNum; + /** + * 已完成数量 + */ + @JsonProperty("finishNum") + private Integer finishNum; + /** + * 工作状态 + */ + @JsonProperty("workStatus") + private Integer workStatus; + /** + * 缺料状态 + */ + @JsonProperty("lackStatus") + private Integer lackStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/VehicleOutForInRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/VehicleOutForInRequest.java new file mode 100644 index 0000000..32818f9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/VehicleOutForInRequest.java @@ -0,0 +1,24 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * 入库用出库请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class VehicleOutForInRequest extends BaseWmsRequest { + /** + * 需求物料类 + */ + @JsonProperty("goodsIds") + private List goodsIds; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/WmsTaskRequest.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/WmsTaskRequest.java new file mode 100644 index 0000000..a4511dd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/request/wms/WmsTaskRequest.java @@ -0,0 +1,110 @@ +package com.wms_main.model.dto.request.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * Wms任务请求 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WmsTaskRequest extends BaseWmsRequest { + /** + * 任务ID + */ + @JsonProperty("taskId") + private String taskId; + /** + * 任务类型 + */ + @JsonProperty("taskType") + private Integer taskType; + /** + * 任务状态 + */ + @JsonProperty("taskStatus") + private Integer taskStatus; + /** + * 任务优先级 + */ + @JsonProperty("taskPriority") + private Integer taskPriority; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 起点 + */ + @JsonProperty("origin") + private String origin; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * wcs任务id + */ + @JsonProperty("wcsTaskId") + private String wcsTaskId; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 操作数量 + */ + @JsonProperty("opNum") + private Integer opNum; + /** + * 库存数量 + */ + @JsonProperty("stockNum") + private Integer stockNum; + /** + * 操纵用户 + */ + @JsonProperty("opUser") + private String opUser; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; + /** + * 申请出库的站台 + */ + @JsonProperty("callStand") + private String callStand; + /** + * 物料描述 + */ + @JsonProperty("goodsDesc") + private String goodsDesc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiBackResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiBackResponse.java new file mode 100644 index 0000000..4d8ee1c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiBackResponse.java @@ -0,0 +1,110 @@ +package com.wms_main.model.dto.response.ewm; + +import lombok.Data; +import java.util.HashMap; +import java.util.Map; + +@Data +public class EwmApiBackResponse { + private String state; // 修改字段名从status为state + private String message; + private Object content; + //private Boolean successful; + + // 无参构造函数 + public EwmApiBackResponse() { + } + + // 全参构造函数 + public EwmApiBackResponse(String state, String message, Object content, Boolean successful) { + this.state = state; // 修改字段名从status为state + this.message = message; + setContentWithSuccessful(content, successful); + //this.successful = successful; + } + + /** + * 判断是否成功 + * @return 是否成功 + */ + public boolean getSuccess() { + return "successfully".equals(state); + } + + /** + * 构建错误响应 + * @param message 错误信息 + * @return EwmApiBackResponse + */ + public static EwmApiBackResponse error(String message) { + EwmApiBackResponse response = new EwmApiBackResponse(); + response.setState("failed"); // 设置state为"failed" + response.setMessage(message); + response.setContentWithSuccessful(null, false); + return response; + } + + /** + * 构建错误响应 + * @param state 状态码 + * @param message 错误信息 + * @return EwmApiBackResponse + */ + public static EwmApiBackResponse error(String state, String message) { + EwmApiBackResponse response = new EwmApiBackResponse(); + response.setState(state); // 修改字段名从status为state + response.setMessage(message); + response.setContentWithSuccessful(null, false); + return response; + } + + /** + * 构建成功响应 + * @return EwmApiBackResponse + */ + public static EwmApiBackResponse success() { + EwmApiBackResponse response = new EwmApiBackResponse(); + response.setState("successfully"); // 设置state为"successfully" + response.setContentWithSuccessful(null, true); + return response; + } + + /** + * 构建成功响应 + * @param message 成功信息 + * @return EwmApiBackResponse + */ + public static EwmApiBackResponse success(String message) { + EwmApiBackResponse response = new EwmApiBackResponse(); + response.setState("successfully"); // 设置state为"successfully" + response.setMessage(message); + response.setContentWithSuccessful(null, true); + return response; + } + + /** + * 构建成功响应 + * @param message 成功信息 + * @param content 返回内容 + * @return EwmApiBackResponse + */ + public static EwmApiBackResponse success(String message, Object content) { + EwmApiBackResponse response = success(message); + response.setContentWithSuccessful(content, true); + return response; + } + + /** + * 设置content,包含successful字段 + * @param content 内容 + * @param successful 是否成功 + */ + private void setContentWithSuccessful(Object content, Boolean successful) { + Map contentMap = new HashMap<>(); + contentMap.put("successful", successful); + if (content != null) { + contentMap.put("data", content); + } + this.content = contentMap; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiLocalResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiLocalResponse.java new file mode 100644 index 0000000..c505060 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiLocalResponse.java @@ -0,0 +1,63 @@ +package com.wms_main.model.dto.response.ewm; + +import lombok.Data; + +import java.util.List; + +@Data +public class EwmApiLocalResponse { + private String state; // 状态字段,"successfully"表示成功 + private String message; // 响应消息 + private Content content; // 实际内容 + + @Data + public static class Content { + private String billNo; // 单据号(ASN) + private String billType; // 单据类型 + private String containerNo; // 容器号(可选) + private List taskDetailInfo; // 任务明细列表 + } + + /** + * 判断响应是否成功 + * @return 是否成功 + */ + public boolean isSuccess() { + return "successfully".equals(state); + } + + /** + * 创建成功的响应 + * @param message 响应消息 + * @param content 数据内容 + * @return EwmApiLocalResponse实例 + */ + public static EwmApiLocalResponse success(String message, Content content) { + EwmApiLocalResponse response = new EwmApiLocalResponse(); + response.setState("successfully"); + response.setMessage(message); + response.setContent(content); + return response; + } + + /** + * 创建成功的响应(仅消息) + * @param message 响应消息 + * @return EwmApiLocalResponse实例 + */ + public static EwmApiLocalResponse success(String message) { + return success(message, null); + } + + /** + * 创建错误响应 + * @param message 错误消息 + * @return EwmApiLocalResponse实例 + */ + public static EwmApiLocalResponse error(String message) { + EwmApiLocalResponse response = new EwmApiLocalResponse(); + response.setState("error"); // 或其他表示错误的状态值 + response.setMessage(message); + return response; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiOrderInEndResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiOrderInEndResponse.java new file mode 100644 index 0000000..2931808 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiOrderInEndResponse.java @@ -0,0 +1,4 @@ +package com.wms_main.model.dto.response.ewm; + +public class EwmApiOrderInEndResponse { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiStockResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiStockResponse.java new file mode 100644 index 0000000..ea04758 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/EwmApiStockResponse.java @@ -0,0 +1,37 @@ +package com.wms_main.model.dto.response.ewm; + +import lombok.Data; + +import java.util.List; + +@Data +public class EwmApiStockResponse { + private String state; + private String message; + private Boolean successful; + private List content; + + + public static EwmApiStockResponse error(String message) { + EwmApiStockResponse response = new EwmApiStockResponse(); + response.setSuccessful(false); + response.setMessage(message); + return response; + } + + + + @Data + public static class BinStock { + private String plant; // 工厂 + private String storageBin; // Bin位 + private String matNo; // 物料编号 + private String matDesc; // 物料描述 + private Double totalQuantity; // 总数量 + private String specialStock; // 特殊库存标识(可选) + private String specialStockNo; // 特殊库存编号(可选) + private String specialStockItemNo; // 特殊库存项目编号(可选) + private String batchNo; // 批次号 + private String baseUnit; // 基本单位 + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/TaskDetailInfo.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/TaskDetailInfo.java new file mode 100644 index 0000000..370abda --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/ewm/TaskDetailInfo.java @@ -0,0 +1,21 @@ +package com.wms_main.model.dto.response.ewm; + +import lombok.Data; + +import java.math.BigDecimal; + +@Data +public class TaskDetailInfo { + private String taskNo; // 任务号(不可重复,to+toItem) + private String orderNo; // 客户原始单号(po+poItem或者woNo) + private String orderType; // 单据类型 + private String matNo; // 物料号 + private String matDesc; // 物料描述 + private BigDecimal skuQty; // 入库数量 + private String skuUnit; // 商品基础资料的MEINH + private String remark; // 备注(可选) + private String specialStock; // 特殊库存(E,K,Q)(可选) + private String specialStockNo; // SO单号与供应商编号(可选) + private String specialStockItemNo; // 特殊库存item号(可选) + private String batchNo; // 批次号(可选) +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wcs/BaseWcsApiResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wcs/BaseWcsApiResponse.java new file mode 100644 index 0000000..2d534c3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wcs/BaseWcsApiResponse.java @@ -0,0 +1,51 @@ +package com.wms_main.model.dto.response.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.constant.enums.wcs.WcsApiResponseCodeEnums; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BaseWcsApiResponse { + @JsonProperty("code") + private Integer code; + @JsonProperty("message") + private String message; + + /** + * 返回成功 + * @return 响应 + */ + public static BaseWcsApiResponse success() { + return success("success"); + } + + /** + * 返回成功 + * @param message 成功信息 + * @return 响应 + */ + public static BaseWcsApiResponse success(String message) { + return new BaseWcsApiResponse(WcsApiResponseCodeEnums.SUCCESS.getCode(), message); + } + + /** + * 返回失败 + * @return 响应 + */ + public static BaseWcsApiResponse error() { + return error("error"); + } + + /** + * 返回失败 + * @param message 错误信息 + * @return 响应 + */ + public static BaseWcsApiResponse error(String message) { + return new BaseWcsApiResponse(WcsApiResponseCodeEnums.ERROR.getCode(), message); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wcs/WcsApiResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wcs/WcsApiResponse.java new file mode 100644 index 0000000..8c54c2b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wcs/WcsApiResponse.java @@ -0,0 +1,70 @@ +package com.wms_main.model.dto.response.wcs; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.constant.enums.wcs.WcsApiResponseCodeEnums; +import com.wms_main.constant.enums.wms.WmsApiResponseCodeEnums; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsApiResponse extends BaseWcsApiResponse { + /** + * 返回数据 + */ + @JsonProperty("returnData") + private T returnData; + + /** + * 返回成功---无参 + * @return WcsApiResponse + */ + public static WcsApiResponse success(T data) { + return success(WcsApiResponseCodeEnums.SUCCESS.getMessage(), data); + } + + /** + * 返回成功 + * @param message 自定义响应信息 + * @return WcsApiResponse + */ + public static WcsApiResponse success(String message, T data) { + return instanceOf(WcsApiResponseCodeEnums.SUCCESS.getCode(), message, data); + } + + /** + * 返回错误---无参 + * @return WcsApiResponse + */ + public static WcsApiResponse error(T data) { + return error(WcsApiResponseCodeEnums.ERROR.getMessage(), data); + } + + /** + * 返回错误 + * @param message 自定义响应信息 + * @return WcsApiResponse + */ + public static WcsApiResponse error(String message, T data) { + return instanceOf(WcsApiResponseCodeEnums.ERROR.getCode(), message, data); + } + + /** + * 返回自定义 + * @param code 状态码 + * @param message 自定义响应信息 + * @return WcsApiResponse 响应实例 + */ + public static WcsApiResponse instanceOf(Integer code, String message, T data) { + WcsApiResponse wcsApiResponse = new WcsApiResponse<>(); + wcsApiResponse.setCode(code); + wcsApiResponse.setMessage(message); + wcsApiResponse.setReturnData(data); + return wcsApiResponse; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/BaseWmsApiResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/BaseWmsApiResponse.java new file mode 100644 index 0000000..9236022 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/BaseWmsApiResponse.java @@ -0,0 +1,77 @@ +package com.wms_main.model.dto.response.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.constant.enums.wms.WmsApiResponseCodeEnums; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * WMS基本响应信息 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BaseWmsApiResponse { + /** + * 响应码 + */ + @JsonProperty("code") + private Integer code; + /** + * 响应信息 + */ + @JsonProperty("message") + private String message; + + /** + * 返回成功---无参 + * @return BaseWmsApiResponse + */ + public static BaseWmsApiResponse success() { + return success("成功。"); + } + + /** + * 返回成功 + * @param message 自定义响应信息 + * @return BaseWmsApiResponse + */ + public static BaseWmsApiResponse success(String message) { + return new BaseWmsApiResponse(WmsApiResponseCodeEnums.SUCCESS.getCode(), message); + } + + /** + * 返回失败---无参 + * @return BaseWmsApiResponse + */ + public static BaseWmsApiResponse error() { + return error("失败。"); + } + + /** + * 返回失败---无参 + * @param message 自定义响应信息 + * @return BaseWmsApiResponse + */ + public static BaseWmsApiResponse error(String message) { + return new BaseWmsApiResponse(WmsApiResponseCodeEnums.ERROR.getCode(), message); + } + + /** + * 返回警告---无参 + * @return BaseWmsApiResponse + */ + public static BaseWmsApiResponse warn() { + return warn("警告。"); + } + + /** + * 返回警告---无参 + * @param message 自定义响应信息 + * @return BaseWmsApiResponse + */ + public static BaseWmsApiResponse warn(String message) { + return new BaseWmsApiResponse(WmsApiResponseCodeEnums.WARNING.getCode(), message); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/InitKateWorkResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/InitKateWorkResponse.java new file mode 100644 index 0000000..43e1514 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/InitKateWorkResponse.java @@ -0,0 +1,66 @@ +package com.wms_main.model.dto.response.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; + +/** + * 初始化工作响应信息 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InitKateWorkResponse { + /** + * 工单号 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 零件号/物料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 计划开工日期 + */ + @JsonProperty("planStartDate") + @JsonFormat(pattern = "yyyy-MM-dd") + @DateTimeFormat(pattern = "yyyy-MM-dd") + private LocalDate planStartDate; + /** + * 站台号 + */ + @JsonProperty("standId") + private String standId; + /** + * 用户名 + */ + @JsonProperty("userName") + private String userName; + /** + * 订单行总数 + */ + @JsonProperty("totalCount") + private Integer totalCount; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/WmsApiResponse.java b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/WmsApiResponse.java new file mode 100644 index 0000000..7423178 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/dto/response/wms/WmsApiResponse.java @@ -0,0 +1,68 @@ +package com.wms_main.model.dto.response.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.constant.enums.wms.WmsApiResponseCodeEnums; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WmsApiResponse extends BaseWmsApiResponse { + /** + * 返回数据 + */ + @JsonProperty("data") + private T data; + + /** + * 返回成功---无参 + * @return BaseWmsApiResponse + */ + public static WmsApiResponse success(T data) { + return success(WmsApiResponseCodeEnums.SUCCESS.getMessage(), data); + } + + /** + * 返回成功 + * @param message 自定义响应信息 + * @return BaseWmsApiResponse + */ + public static WmsApiResponse success(String message, T data) { + return instanceOf(WmsApiResponseCodeEnums.SUCCESS.getCode(), message, data); + } + + /** + * 返回错误---无参 + * @return BaseWmsApiResponse + */ + public static WmsApiResponse error(T data) { + return error(WmsApiResponseCodeEnums.ERROR.getMessage(), data); + } + + /** + * 返回错误 + * @param message 自定义响应信息 + * @return BaseWmsApiResponse + */ + public static WmsApiResponse error(String message, T data) { + return instanceOf(WmsApiResponseCodeEnums.ERROR.getCode(), message, data); + } + + /** + * 返回自定义 + * @param code 状态码 + * @param message 自定义响应信息 + * @return WmsApiResponse 响应实例 + */ + public static WmsApiResponse instanceOf(Integer code, String message, T data) { + WmsApiResponse wmsApiResponse = new WmsApiResponse<>(); + wmsApiResponse.setCode(code); + wmsApiResponse.setMessage(message); + wmsApiResponse.setData(data); + return wmsApiResponse; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/BaseImportEntity.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/BaseImportEntity.java new file mode 100644 index 0000000..1e3ef60 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/BaseImportEntity.java @@ -0,0 +1,37 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 基本导入信息 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BaseImportEntity { + /** + * 初次导入时间 + */ + @TableField(value = "first_import_time") + private LocalDateTime firstImportTime; + /** + * 初次导入用户 + */ + @TableField(value = "first_import_user") + private String firstImportUser; + /** + * 上次更新时间 + */ + @TableField(value = "last_update_time") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @TableField(value = "last_update_user") + private String lastUpdateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppConfig.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppConfig.java new file mode 100644 index 0000000..b8a5755 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppConfig.java @@ -0,0 +1,46 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 应用配置表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_config", autoResultMap = true) +public class TAppConfig { + /** + * 配置ID + */ + @TableId(value = "config_id") + private String configId; + /** + * 配置键 + */ + @TableField(value = "config_key") + private String configKey; + /** + * 配置值 + */ + @TableField(value = "config_value") + private String configValue; + /** + * 配置类型 + * 1:输入框 + * 2:下拉多选 + * 3:开关 + */ + @TableField(value = "config_type") + private Integer configType; + /** + * 配置显示名称 + */ + @TableField(value = "config_name") + private String configName; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppDbs.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppDbs.java new file mode 100644 index 0000000..2d5fd5d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppDbs.java @@ -0,0 +1,118 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * DBS表映射 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_dbs", autoResultMap = true) +public class TAppDbs extends BaseImportEntity { + /** + * 主键id + */ + @TableId(value = "dbs_id") + private String dbsId; + /** + * 工单 + */ + @TableField(value = "work_order") + private String workOrder; + /** + * dbs原始未处理的零件号,成品号 + */ + @TableField(value = "product_id_origin") + private String productIdOrigin; + /** + * 零件号,成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * Test计划开始时间 + */ + @TableField(value = "test_plan_start_date") + private LocalDate testPlanStartDate; + /** + * Test计划完成时间 + */ + @TableField(value = "test_plan_finish_date") + private LocalDate testPlanFinishDate; + /** + * PNT计划开始时间 + */ + @TableField(value = "pnt_plan_start_date") + private LocalDate pntPlanStartDate; + /** + * PNT计划完成时间 + */ + @TableField(value = "pnt_plan_finish_date") + private LocalDate pntPlanFinishDate; + /** + * 计划产量/套 + */ + @TableField(value = "plan_production") + private Integer planProduction; + /** + * 设备名称 + */ + @TableField(value = "equipment_name") + private String equipmentName; + /** + * 班次 + */ + @TableField(value = "work_shift") + private String workShift; + /** + * Family + */ + @TableField(value = "family") + private String family; + /** + * Test No# + */ + @TableField(value = "test_no") + private String testNo; + /** + * 状态 + */ + @TableField(value = "dbs_status") + private Integer dbsStatus; + /** + * 工作站台 + */ + @TableField(value = "work_stand") + private String workStand; + /** + * 实际工作日期 + */ + @TableField(value = "real_work_date") + private LocalDate realWorkDate; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * K料备注 + */ + @TableField(value = "kitting_remark") + private String kittingRemark; + /** + * 备注 + */ + @TableField(value = "remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppEquipment.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppEquipment.java new file mode 100644 index 0000000..62aef35 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppEquipment.java @@ -0,0 +1,55 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 设备表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_equipment", autoResultMap = true) +public class TAppEquipment { + /** + * 设备id + */ + @TableId(value = "equipment_id") + private Integer equipmentId; + /** + * 设备类型 + */ + @TableField(value = "equipment_type") + private Integer equipmentType; + /** + * 设备状态 + */ + @TableField(value = "equipment_status") + private Integer equipmentStatus; + /** + * 设备名称 + */ + @TableField(value = "equipment_name") + private String equipmentName; + /** + * 设备描述 + */ + @TableField(value = "equipment_desc") + private String equipmentDesc; + /** + * 上次更新时间 + */ + @TableField(value = "last_update_time") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @TableField(value = "last_update_user") + private String lastUpdateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppGoods.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppGoods.java new file mode 100644 index 0000000..7c30a90 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppGoods.java @@ -0,0 +1,77 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * DBS表映射 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_goods", autoResultMap = true) +public class TAppGoods extends BaseImportEntity { + /** + * 料号 + */ + @TableId(value = "goods_id") + private String goodsId; + /** + * plant + */ + @TableField(value = "plant") + private String plant; + /** + * 物料描述 + */ + @TableField(value = "goods_description") + private String goodsDescription; + /** + * 供应商 + */ + @TableField(value = "vendor_name") + private String vendorName; + /** + * 是否sled管理 + */ + @TableField(value = "is_sled") + private String isSled; + /** + * SLED天数 + */ + @TableField(value = "sled_days") + private Integer sledDays; + /** + * 补料方式 + */ + @TableField(value = "feeding_type") + private String feedingType; + /** + * 每盒数量 + */ + @TableField(value = "box_qty") + private Integer boxQty; + /** + * 优先存放区域 + */ + @TableField(value = "put_area") + private String putArea; + /** + * 热点分析ABC + */ + @TableField(value = "hot_point") + private String hotPoint; + /** + * 立库可放箱数 + */ + @TableField(value = "max_box_num") + private Integer maxBoxNum; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppImage.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppImage.java new file mode 100644 index 0000000..1156224 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppImage.java @@ -0,0 +1,58 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 图纸表 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_image", autoResultMap = true) +public class TAppImage extends BaseImportEntity { + /** + * 图纸id + */ + @TableId(value = "image_id") + private String imageId; + /** + * 成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 料盒号 + */ + @TableField(value = "box_no") + private String boxNo; + /** + * 图纸存放地址 + */ + @TableField(value = "image_path") + private String imagePath; + /** + * 图纸名称 + */ + @TableField(value = "image_name") + private String imageName; + /** + * 图纸详情 + * TODO 是否存在数据流 + */ + @TableField(value = "image_detail") + private String imageDetail; + /** + * 图纸对应得配料类型 + * 1:总成 + * 2:单片 + */ + @TableField(value = "image_type") + private Integer imageType; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppInventory.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppInventory.java new file mode 100644 index 0000000..88e2e68 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppInventory.java @@ -0,0 +1,117 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 盘点任务 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_inventory", autoResultMap = true) +public class TAppInventory { + /** + * 盘点id + */ + @TableId(value = "inventory_id") + private String inventoryId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 库存数量 + * 只记录盘点确认时间点 + */ + @TableField(value = "stock_num") + private Integer stockNum; + /** + * 确认数量 + */ + @TableField(value = "confirm_num") + private Integer confirmNum; + /** + * 盘点站台 + */ + @TableField(value = "inv_stand") + private String invStand; + /** + * 盘点人 + */ + @TableField(value = "inv_user") + private String invUser; + /** + * 盘点类型:1:明盘;2:盲盘 + */ + @TableField(value = "inv_type") + private Integer invType; + /** + * 盘点状态 + * 0. 初始化 + * 1. 已解析 + * 2. 已确认 + */ + @TableField(value = "inv_status") + private Integer invStatus; + /** + * 盘点结果 + * -99:未盘 + * -1: 盘亏 + * 0: 正常 + * 1: 盘盈 + */ + @TableField(value = "inv_result") + private Integer invResult; + /** + * 盘点任务创建时间 + */ + @TableField(value = "inv_create_time") + private LocalDateTime invCreateTime; + /** + * 盘点确认时间 + */ + @TableField(value = "inv_confirm_time") + private LocalDateTime invConfirmTime; + /** + * 这个字段用于合并哪些任务是同一时间下发的 + */ + @TableField(value = "inv_order_id") + private String invOrderId; + + /** + * 特殊库存(E,K,Q) + */ + @TableField(value = "special_stock") + private String specialStock; // 特殊库存(E,K,Q) + + /** + * so单号与供应商编号,出库指定SO号或者供应商编号出库 + */ + @TableField(value = "special_stock_no") + private String specialStockNo; + + /** + * 物殊库存item号 + */ + @TableField(value = "special_stock_item_no") + private String specialStockItemNo; // 物殊库存item号 + + /** + * 批次号 + */ + @TableField(value = "batch_no") + private String batchNo; // 批次号 +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppInventoryRecord.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppInventoryRecord.java new file mode 100644 index 0000000..b518afc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppInventoryRecord.java @@ -0,0 +1,93 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 盘点记录 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_inventory_record", autoResultMap = true) +public class TAppInventoryRecord { + /** + * 盘点id + */ + @TableId(value = "inventory_id") + private String inventoryId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 库存数量 + * 只记录盘点确认时间点 + */ + @TableField(value = "stock_num") + private Integer stockNum; + /** + * 确认数量 + */ + @TableField(value = "confirm_num") + private Integer confirmNum; + /** + * 盘点站台 + */ + @TableField(value = "inv_stand") + private String invStand; + /** + * 盘点人 + */ + @TableField(value = "inv_user") + private String invUser; + /** + * 盘点类型:1:明盘;2:盲盘 + */ + @TableField(value = "inv_type") + private Integer invType; + /** + * 盘点状态 + * 1. 初始化 + * 2. 已解析 + * 3. 数量确认 + * 4. 盘点关闭 + */ + @TableField(value = "inv_status") + private Integer invStatus; + /** + * 盘点结果 + * -1: 盘亏 + * 0: 正常 + * 1: 盘盈 + */ + @TableField(value = "inv_result") + private Integer invResult; + /** + * 盘点任务创建时间 + */ + @TableField(value = "inv_create_time") + private LocalDateTime invCreateTime; + /** + * 盘点确认时间 + */ + @TableField(value = "inv_confirm_time") + private LocalDateTime invConfirmTime; + /** + * 这个字段用于合并哪些任务是同一时间下发的 + */ + @TableField(value = "inv_order_id") + private String invOrderId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppJobs.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppJobs.java new file mode 100644 index 0000000..ef56b22 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppJobs.java @@ -0,0 +1,55 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import javax.validation.constraints.Min; + +/** + * 数据库Jobs表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_jobs", autoResultMap = true) +public class TAppJobs { + /** + * 任务名 + */ + @TableId(value = "job_name") + private String jobName; + /** + * 任务类class + */ + @TableField(value = "job_class") + private String jobClass; + /** + * cron表达式 + */ + @TableField(value = "cron_expression") + private String cronExpression; + /** + * 普通定时器---单位:毫秒。 + */ + @TableField(value = "timer") + @Min(value = 100, message = "定时器任务间隔不能小于100ms") + private Integer timer; + /** + * timer类型 + * 1: 普通定时器 + * 2:cron + */ + @TableField(value = "timer_type") + private Integer timerType; + /** + * 任务状态 + * 1:启用 + * 0:未启用 + */ + @TableField(value = "job_status") + private Integer jobStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppKanban.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppKanban.java new file mode 100644 index 0000000..d99b3b8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppKanban.java @@ -0,0 +1,49 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * DBS表映射 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_kanban", autoResultMap = true) +public class TAppKanban extends BaseImportEntity { + /** + * id + */ + @TableId(value = "record_id") + private String recordId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 看板id + */ + @TableField(value = "kanban_id") + private String kanbanId; + /** + * 看板状态 + * 0:空 + * 1:满 + */ + @TableField(value = "kanban_status") + private Integer kanbanStatus; + /** + * 上次补货时间 + */ + @TableField(value = "last_full_time") + private LocalDateTime lastFullTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppLocation.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppLocation.java new file mode 100644 index 0000000..c9c7a89 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppLocation.java @@ -0,0 +1,93 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 数据库Location表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_location", autoResultMap = true) +public class TAppLocation { + /** + * 库位id + */ + @TableId(value = "location_id") + private String locationId; + /** + * 外部编号 + */ + @TableField(value = "outer_id") + private String outerId; + /** + * 库位类型 + */ + @TableField(value = "location_type") + private Integer locationType; + /** + * 是否锁定 + */ + @TableField(value = "is_lock") + private Integer isLock; + /** + * 是否占用 + */ + @TableField(value = "is_occupy") + private Integer isOccupy; + /** + * 是否在工作中 + */ + @TableField(value = "is_working") + private Integer isWorking; + /** + * 对应设备号 + */ + @TableField(value = "equipment_id") + private Integer equipmentId; + /** + * 对应巷道号 + */ + @TableField(value = "tunnel_id") + private Integer tunnelId; + /** + * 排 + */ + @TableField(value = "l_row") + private Integer lRow; + /** + * 列 + */ + @TableField(value = "l_col") + private Integer lCol; + /** + * 层 + */ + @TableField(value = "l_layer") + private Integer lLayer; + /** + * 深度 + */ + @TableField(value = "l_depth") + private Integer lDepth; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 库区 + */ + @TableField(value = "area_id") + private Integer areaId; + /** + * 子区域 + */ + @TableField(value = "sub_area") + private String subArea; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppOuts.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppOuts.java new file mode 100644 index 0000000..e74c0a5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppOuts.java @@ -0,0 +1,130 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库出库单表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_outs", autoResultMap = true) +public class TAppOuts { + /** + * 任务号 + */ + @TableId(value = "task_id") + private String taskId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 需求数量 + */ + @TableField(value = "need_num") + private Integer needNum; + /** + * 已分发数量 + */ + @TableField(value = "distribute_num") + private Integer distributeNum; + /** + * 已拣选数量 + */ + @TableField(value = "pick_num") + private Integer pickNum; + /** + * 出库类型 + */ + @TableField(value = "out_type") + private Integer outType; + /** + * 目的地 + */ + @TableField(value = "destination") + private String destination; + /** + * 用户名 + */ + @TableField(value = "user_name") + private String userName; + /** + * 出库理由 + * 紧急出库必填 + */ + @TableField(value = "reason") + private String reason; + /** + * 请求时间 + */ + @TableField(value = "request_time") + private LocalDateTime requestTime; + /** + * 工单号 + */ + @TableField(value = "work_order") + private String workOrder; + + /** + * 客户工单号 + */ + @TableField(value = "order_no") + private String orderNo; + + /** + * 特殊库存(E,K,Q) + */ + @TableField(value = "special_stock") + private String specialStock; + + /** + * 特殊库存编号(SO单号或供应商编号) + */ + @TableField(value = "special_stock_no") + private String specialStockNo; + + /** + * 特殊库存Item号 + */ + @TableField(value = "special_stock_item_no") + private String specialStockItemNo; + + /** + * 批次号 + */ + @TableField(value = "batch_no") + private String batchNo; + + /** + * 拣选类型 + */ + @TableField(value = "picking_type") + private String pickingType; + + /** + * 波次号 + */ + @TableField(value = "wave_no") + private String waveNo; + + + /** + * 单位 + */ + @TableField(value = "unit") + private String unit; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppOutsRecord.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppOutsRecord.java new file mode 100644 index 0000000..9ab75b1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppOutsRecord.java @@ -0,0 +1,81 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库出库单表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_outs_record", autoResultMap = true) +public class TAppOutsRecord { + /** + * 任务号 + */ + @TableId(value = "task_id") + private String taskId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 需求数量 + */ + @TableField(value = "need_num") + private Integer needNum; + /** + * 已分发数量 + */ + @TableField(value = "distribute_num") + private Integer distributeNum; + /** + * 已拣选数量 + */ + @TableField(value = "pick_num") + private Integer pickNum; + /** + * 出库类型 + */ + @TableField(value = "out_type") + private Integer outType; + /** + * 目的地 + */ + @TableField(value = "destination") + private String destination; + /** + * 用户名 + */ + @TableField(value = "user_name") + private String userName; + /** + * 出库理由 + * 紧急出库必填 + */ + @TableField(value = "reason") + private String reason; + /** + * 请求时间 + */ + @TableField(value = "request_time") + private LocalDateTime requestTime; + /** + * 工单号 + */ + @TableField(value = "work_order") + private String workOrder; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickPlan.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickPlan.java new file mode 100644 index 0000000..4995236 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickPlan.java @@ -0,0 +1,55 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 数据库库存更新记录表 映射实体类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_pick_plan", autoResultMap = true) +public class TAppPickPlan { + /** + * 主键 + */ + @TableId(value = "plan_id") + private String planId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 计划拣选数量 + */ + @TableField(value = "plan_pick_qty") + private Integer planPickQty; + /** + * 拣选类型 + * 1. 工作拣选 + * 2. 出库单 + */ + @TableField(value = "pick_type") + private Integer pickType; + /** + * 工作index/出库单 + */ + @TableField(value = "work_index") + private String workIndex; + /** + * 工作index/出库单 + */ + @TableField(value = "stand_id") + private String standId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickTask.java new file mode 100644 index 0000000..e269a4d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickTask.java @@ -0,0 +1,69 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库PickTask表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_pick_task", autoResultMap = true) +public class TAppPickTask { + /** + * 任务id + */ + @TableId(value = "pick_id") + private String pickId; + /** + * 拣选站台 + */ + @TableField(value = "pick_stand") + private String pickStand; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 任务状态 + */ + @TableField(value = "pick_status") + private Integer pickStatus; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @TableField(value = "send_time") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @TableField(value = "arrive_time") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @TableField(value = "leave_time") + private LocalDateTime leaveTime; + + /** + * 拣选类型 + * 0:其他 + * 1:拣选 + * 2:盘点 + */ + @TableField(value = "pick_type") + private int pickType; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickTaskBak.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickTaskBak.java new file mode 100644 index 0000000..cea287d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppPickTaskBak.java @@ -0,0 +1,60 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库PickTaskBak表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_pick_task_bak", autoResultMap = true) +public class TAppPickTaskBak { + /** + * 任务id + */ + @TableId(value = "pick_id") + private String pickId; + /** + * 拣选站台 + */ + @TableField(value = "pick_stand") + private String pickStand; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 任务状态 + */ + @TableField(value = "pick_status") + private Integer pickStatus; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @TableField(value = "send_time") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @TableField(value = "arrive_time") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @TableField(value = "leave_time") + private LocalDateTime leaveTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppProduct.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppProduct.java new file mode 100644 index 0000000..04c8f0f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppProduct.java @@ -0,0 +1,60 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 总成配料清单表 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_product", autoResultMap = true) +public class TAppProduct extends BaseImportEntity { + /** + * 主键id + */ + @TableId(value = "template_id") + private String templateId; + /** + * 机型 + */ + @TableField(value = "model") + private String model; + /** + * 成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 原材料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 原材料物料描述 + */ + @TableField(value = "goods_description") + private String goodsDescription; + /** + * 单套数量 + */ + @TableField(value = "quantity_1_pair") + private Integer quantity1Pair; + /** + * 料盒号 + */ + @TableField(value = "box_no") + private String boxNo; + /** + * 套数 + */ + @TableField(value = "quantity_of_pair") + private Integer quantityOfPair; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppProductExtend.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppProductExtend.java new file mode 100644 index 0000000..dceb1b5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppProductExtend.java @@ -0,0 +1,40 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 总成和单片的对应表 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_product_extend", autoResultMap = true) +public class TAppProductExtend extends BaseImportEntity { + /** + * id + */ + @TableId(value = "record_id") + private String recordId; + /** + * 总成号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 单片号 + */ + @TableField(value = "single_product_id") + private String singleProductId; + /** + * 机型 + */ + @TableField(value = "model") + private String model; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppSingleProduct.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppSingleProduct.java new file mode 100644 index 0000000..a4c25a8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppSingleProduct.java @@ -0,0 +1,60 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 单片配料清单表--->替换为服务件配料单 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_single_product", autoResultMap = true) +public class TAppSingleProduct extends BaseImportEntity { + /** + * 主键id + */ + @TableId(value = "single_template_id") + private String singleTemplateId; + /** + * 机型 + */ + @TableField(value = "model") + private String model; + /** + * 成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 原材料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 原材料物料描述 + */ + @TableField(value = "goods_description") + private String goodsDescription; + /** + * 单套数量 + */ + @TableField(value = "quantity_1_pair") + private Integer quantity1Pair; + /** + * 料盒号 + */ + @TableField(value = "box_no") + private String boxNo; + /** + * 套数 + */ + @TableField(value = "quantity_of_pair") + private Integer quantityOfPair; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStand.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStand.java new file mode 100644 index 0000000..8885238 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStand.java @@ -0,0 +1,67 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 站台表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_stand", autoResultMap = true) +public class TAppStand { + /** + * 站台号 + */ + @TableId(value = "stand_id") + private String standId; + + /** + * 站台类型 + */ + @TableField(value = "stand_type") + private Integer standType; + + /** + * 站台状态 + */ + @TableField(value = "stand_status") + private Integer standStatus; + + /** + * 站台电脑的ip + */ + @TableField(value = "stand_ip") + private String standIp; + + /** + * 站台名称 + */ + @TableField(value = "stand_name") + private String standName; + + /** + * 站台描述 + */ + @TableField(value = "stand_desc") + private String standDesc; + + /** + * 上次更新时间 + */ + @TableField(value = "last_update_time") + private LocalDateTime lastUpdateTime; + + /** + * 上次更新用户 + */ + @TableField(value = "last_update_user") + private String lastUpdateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStandWork.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStandWork.java new file mode 100644 index 0000000..5e08629 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStandWork.java @@ -0,0 +1,101 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_stand_work", autoResultMap = true) +public class TAppStandWork { + /** + * id + */ + @TableId(value = "work_id") + private String workId; + /** + * 站台号 + */ + @TableField(value = "stand_id") + private String standId; + /** + * 工作id + */ + @TableField(value = "work_index") + private String workIndex; + /** + * 工单号 + */ + @TableField(value = "work_order") + private String workOrder; + /** + * 成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 单片号 + */ + @TableField(value = "single_product_id") + private String singleProductId; + /** + * 物料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 料盒号 + */ + @TableField(value = "box_no") + private String boxNo; + /** + * 计划拣选数量 + */ + @TableField(value = "plan_pick_qty") + private Integer planPickQty; + /** + * 实际拣选数量 + */ + @TableField(value = "real_pick_qty") + private Integer realPickQty; + /** + * 库存id + */ + @TableField(value = "stock_id") + private String stockId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 计划剩余数量 + */ + @TableField(value = "plan_remain_qty") + private Integer planRemainQty; + /** + * 实际剩余数量 + */ + @TableField(value = "real_remain_qty") + private Integer realRemainQty; + /** + * 是否是库外料 + */ + @TableField(value = "is_out") + private Integer isOut; + /** + * 物料存放位置 + */ + @TableField(value = "put_area") + private String putArea; + /** + * 备注 + * 主要用于标识ECN + */ + @TableField(value = "kitting_remark") + private String kittingRemark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStock.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStock.java new file mode 100644 index 0000000..648a12a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStock.java @@ -0,0 +1,176 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * 数据库Stock表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_stock", autoResultMap = true) +public class TAppStock { + /** + * 库存编号 + */ + @TableId(value = "stock_id") + private String stockId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 库位号 + */ + @TableField(value = "location_id") + private String locationId; + /** + * 库存状态 + */ + @TableField(value = "stock_status") + private Integer stockStatus; + /** + * 物料编号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 物料状态 + */ + @TableField(value = "goods_status") + private Integer goodsStatus; + /** + * 初次入库时间 + */ + @TableField(value = "first_in_time") + private LocalDateTime firstInTime; + /** + * 初次入库用户 + */ + @TableField(value = "first_in_user") + private String firstInUser; + /** + * 上次更新时间 + */ + @TableField(value = "last_update_time") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @TableField(value = "last_update_user") + private String lastUpdateUser; + /** + * 入库总量 + */ + @TableField(value = "total_num") + private Integer totalNum; + /** + * 剩余数量 + */ + @TableField(value = "remain_num") + private Integer remainNum; + /** + * 实际数量 + */ + @TableField(value = "real_num") + private Integer realNum; + /** + * 物料描述 + */ + @TableField(value = "goods_desc") + private String goodsDesc; + /** + * 有效期 + */ + @TableField(value = "expire_date") + private LocalDate expireDate; + /** + * sled 天数 + */ + @TableField(value = "sled") + private Integer sled; + /** + * 上次盘点任务号 + */ + @TableField(value = "last_inventory_id") + private String lastInventoryId; + /** + * 上次盘点时间 + */ + @TableField(value = "last_inventory_time") + private LocalDateTime lastInventoryTime; + + /** + * 单据号 + */ + @TableField(value = "bill_no") + private String billNo; + + /** + * 单据类型 + */ + @TableField(value = "bill_type") + private String billType; + /** + * 任务单号 + */ + @TableField(value = "task_no") + private String taskNo; // 任务单号,不可重复(to+toItem) + + /** + * 任务单状态 + */ + @TableField(value = "order_no") + private String orderNo; // 客户原始单号,必填(po+poItem或者woNo) + + /** + * 单据类型 + */ + @TableField(value = "order_type") + private String orderType; // 单据类型 + + /** + * 对应商品基础资料的 ME INH + */ + @TableField(value = "sku_unit") + private String skuUnit; + + /** + * 备注 + */ + @TableField(value = "remark") + private String remark; // 备注 + + /** + * 特殊库存(E,K,Q) + */ + @TableField(value = "special_stock") + private String specialStock; // 特殊库存(E,K,Q) + + /** + * so单号与供应商编号,出库指定SO号或者供应商编号出库 + */ + @TableField(value = "special_stock_no") + private String specialStockNo; + + /** + * 物殊库存item号 + */ + @TableField(value = "special_stock_item_no") + private String specialStockItemNo; // 物殊库存item号 + + /** + * 批次号 + */ + @TableField(value = "batch_no") + private String batchNo; // 批次号 +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStockCompare.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStockCompare.java new file mode 100644 index 0000000..13b3285 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStockCompare.java @@ -0,0 +1,90 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.*; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 库存对比结果表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_stock_compare", autoResultMap = true) +public class TAppStockCompare { + /** + * 主键ID + */ + @TableId(value = "id", type = IdType.AUTO) + private Long id; + + /** + * 物料编号 + */ + @TableField(value = "goods_id") + private String goodsId; + + /** + * 物料描述 + */ + @TableField(value = "goods_desc") + private String goodsDesc; + + /** + * WMS总数量 + */ + @TableField(value = "wms_total_num") + private Integer wmsTotalNum; + + /** + * EWM总数量 + */ + @TableField(value = "ewm_total_num") + private Integer ewmTotalNum; + + /** + * 特殊库存标识(E,K,Q) + */ + @TableField(value = "special_stock") + private String specialStock; + + /** + * SO单号与供应商编号 + */ + @TableField(value = "special_stock_no") + private String specialStockNo; + + /** + * 特殊库存item号 + */ + @TableField(value = "special_stock_item_no") + private String specialStockItemNo; + + /** + * 批次号 + */ + @TableField(value = "batch_no") + private String batchNo; + + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + + + /** + * 对比状态 + * 0: 数量一致 + * 1: WMS多于EWM + * -1: EWM多于WMS + * 2: WMS有EWM没有 + * -2: EWM有WMS没有 + */ + @TableField(value = "compare_status") + private Integer compareStatus; +} + diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStockUpdate.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStockUpdate.java new file mode 100644 index 0000000..1650c66 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppStockUpdate.java @@ -0,0 +1,65 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库库存更新记录表 映射实体类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_stock_update", autoResultMap = true) +public class TAppStockUpdate { + /** + * 库存更新记录id + */ + @TableId(value = "update_id") + private String updateId; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 首次入库时间 + */ + @TableField(value = "first_in_time") + private LocalDateTime firstInTime; + /** + * 原数量 + */ + @TableField(value = "before_num") + private Integer beforeNum; + /** + * 新数量 + */ + @TableField(value = "after_num") + private Integer afterNum; + /** + * 更新理由 + */ + @TableField(value = "reason") + private String reason; + /** + * 更新时间 + */ + @TableField(value = "update_time") + private LocalDateTime updateTime; + /** + * 更新用户 + */ + @TableField(value = "update_user") + private String updateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTask.java new file mode 100644 index 0000000..a7923a0 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTask.java @@ -0,0 +1,106 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.math.BigDecimal; +import java.time.LocalDateTime; + +/** + * 数据库Task表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_task", autoResultMap = true) +public class TAppTask { + /** + * 任务ID + */ + @TableId(value = "task_id") + private String taskId; + /** + * 任务类型 + */ + @TableField(value = "task_type") + private Integer taskType; + /** + * 任务状态 + */ + @TableField(value = "task_status") + private Integer taskStatus; + /** + * 任务优先级 + */ + @TableField(value = "task_priority") + private Integer taskPriority; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 起点 + */ + @TableField(value = "origin") + private String origin; + /** + * 终点 + */ + @TableField(value = "destination") + private String destination; + /** + * wcs任务id + */ + @TableField(value = "wcs_task_id") + private String wcsTaskId; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 操作数量 + */ + @TableField(value = "op_num") + private Integer opNum; + /** + * 库存数量 + */ + @TableField(value = "stock_num") + private Integer stockNum; + /** + * 操纵用户 + */ + @TableField(value = "op_user") + private String opUser; + /** + * 备注 + */ + @TableField(value = "remark") + private String remark; + /** + * 申请出库的站台 + */ + @TableField(value = "call_stand") + private String callStand; + /** + * 物料描述 + */ + @TableField(value = "goods_desc") + private String goodsDesc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTaskBak.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTaskBak.java new file mode 100644 index 0000000..12940cb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTaskBak.java @@ -0,0 +1,106 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.math.BigDecimal; +import java.time.LocalDateTime; + +/** + * 数据库任务记录表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_task_bak", autoResultMap = true) +public class TAppTaskBak { + /** + * 任务ID + */ + @TableId(value = "task_id") + private String taskId; + /** + * 任务类型 + */ + @TableField(value = "task_type") + private Integer taskType; + /** + * 任务状态 + */ + @TableField(value = "task_status") + private Integer taskStatus; + /** + * 任务优先级 + */ + @TableField(value = "task_priority") + private Integer taskPriority; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 起点 + */ + @TableField(value = "origin") + private String origin; + /** + * 终点 + */ + @TableField(value = "destination") + private String destination; + /** + * wcs任务id + */ + @TableField(value = "wcs_task_id") + private String wcsTaskId; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * 料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 操作数量 + */ + @TableField(value = "op_num") + private Integer opNum; + /** + * 库存数量 + */ + @TableField(value = "stock_num") + private Integer stockNum; + /** + * 操纵用户 + */ + @TableField(value = "op_user") + private String opUser; + /** + * 备注 + */ + @TableField(value = "remark") + private String remark; + /** + * 申请出库的站台 + */ + @TableField(value = "call_stand") + private String callStand; + /** + * 物料描述 + */ + @TableField(value = "goods_desc") + private String goodsDesc; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTempEwmInboundData.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTempEwmInboundData.java new file mode 100644 index 0000000..e6c93ee --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppTempEwmInboundData.java @@ -0,0 +1,110 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.Data; + +import java.math.BigDecimal; +import java.time.LocalDateTime; + +@Data +@TableName("t_app_temp_ewm_inbound_data") +public class TAppTempEwmInboundData { + /** + * 主键ID + */ + @TableId(type = IdType.AUTO) + private String id; + + /** + * 单据号(ASN) + */ + private String billNo; + + /** + * 单据类型 + */ + private String billType; + + /** + * 容器号 + */ + private String containerNo; + + /** + * 任务号(不可重复,to+toItem) + */ + private String taskNo; + + /** + * 客户原始单号(po+poItem或者woNo) + */ + private String orderNo; + + /** + * 单据类型 + */ + private String orderType; + + /** + * 物料号 + */ + private String matNo; + + /** + * 物料描述 + */ + private String matDesc; + + /** + * 入库数量 + */ + private BigDecimal skuQty; + + /** + * 商品基础资料的MEINH + */ + private String skuUnit; + + /** + * 备注 + */ + private String remark; + + /** + * 特殊库存(E,K,Q) + */ + private String specialStock; + + /** + * SO单号与供应商编号 + */ + private String specialStockNo; + + /** + * 特殊库存item号 + */ + private String specialStockItemNo; + + /** + * 批次号 + */ + private String batchNo; + + /** + * 处理状态 0:待处理 1:已生成任务 2:已完成 + */ + private Integer processStatus = 0; + + /** + * 创建时间 + */ + private LocalDateTime createTime; + + /** + * 更新时间 + */ + private LocalDateTime updateTime; + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppVehicle.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppVehicle.java new file mode 100644 index 0000000..709db5e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppVehicle.java @@ -0,0 +1,55 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库载具表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_vehicle", autoResultMap = true) +public class TAppVehicle { + /** + * 载具号 + */ + @TableId(value = "vehicle_id") + private String vehicleId; + /** + * 是否空载具 + */ + @TableField(value = "is_empty") + private Integer isEmpty; + /** + * 载具状态 + */ + @TableField(value = "vehicle_status") + private Integer vehicleStatus; + /** + * 载具类型 + */ + @TableField(value = "vehicle_type") + private String vehicleType; + /** + * 是否锁定 + */ + @TableField(value = "is_lock") + private Integer isLock; + /** + * 库位 + */ + @TableField(value = "location_id") + private String locationId; + /** + * 上次入库时间 + */ + @TableField(value = "last_in_time") + private LocalDateTime lastInTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWcsTask.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWcsTask.java new file mode 100644 index 0000000..bdd1d28 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWcsTask.java @@ -0,0 +1,75 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库wcs任务表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_wcs_task", autoResultMap = true) +public class TAppWcsTask { + /** + * wcs任务id + */ + @TableId(value = "wcs_task_id") + private String wcsTaskId; + /** + * wcs任务状态 + */ + @TableField(value = "wcs_task_status") + private Integer wcsTaskStatus; + /** + * wcs任务类型 + */ + @TableField(value = "wcs_task_type") + private Integer wcsTaskType; + /** + * wcs任务优先级 + */ + @TableField(value = "task_priority") + private Integer taskPriority; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 起点 + */ + @TableField(value = "origin") + private String origin; + /** + * 终点 + */ + @TableField(value = "destination") + private String destination; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @TableField(value = "send_time") + private LocalDateTime sendTime; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * 备注 + */ + @TableField(value = "remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWcsTaskBak.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWcsTaskBak.java new file mode 100644 index 0000000..cb48502 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWcsTaskBak.java @@ -0,0 +1,75 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库wcs任务记录表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_wcs_task_bak", autoResultMap = true) +public class TAppWcsTaskBak { + /** + * wcs任务id + */ + @TableId(value = "wcs_task_id") + private String wcsTaskId; + /** + * wcs任务状态 + */ + @TableField(value = "wcs_task_status") + private Integer wcsTaskStatus; + /** + * wcs任务类型 + */ + @TableField(value = "wcs_task_type") + private Integer wcsTaskType; + /** + * wcs任务优先级 + */ + @TableField(value = "task_priority") + private Integer taskPriority; + /** + * 载具号 + */ + @TableField(value = "vehicle_id") + private String vehicleId; + /** + * 起点 + */ + @TableField(value = "origin") + private String origin; + /** + * 终点 + */ + @TableField(value = "destination") + private String destination; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @TableField(value = "send_time") + private LocalDateTime sendTime; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * 备注 + */ + @TableField(value = "remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWork.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWork.java new file mode 100644 index 0000000..cc2047f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWork.java @@ -0,0 +1,122 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * work表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_work", autoResultMap = true) +public class TAppWork { + /** + * 主键 + */ + @TableId(value = "work_index") + private String workIndex; + /** + * plant + */ + @TableField(value = "work_order") + private String workOrder; + /** + * 计划开工日期 + */ + @TableField(value = "plan_start_date") + private LocalDate planStartDate; + /** + * 成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 单片号 + */ + @TableField(value = "single_product_id") + private String singleProductId; + /** + * 料盒号 + */ + @TableField(value = "box_no") + private String boxNo; + /** + * 原材料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 需求数量 + */ + @TableField(value = "need_num") + private Integer needNum; + /** + * 已分配数量 + */ + @TableField(value = "distribute_num") + private Integer distributeNum; + /** + * 已完成数量 + */ + @TableField(value = "finish_num") + private Integer finishNum; + /** + * 工作站台 + */ + @TableField(value = "work_stand") + private String workStand; + /** + * 工作状态 + * -1: 暂停/暂存 + */ + @TableField(value = "work_status") + private Integer workStatus; + /** + * 工作用户 + */ + @TableField(value = "work_user") + private String workUser; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * 缺料状态 + * 0:不缺料 + * 1: 缺料 + */ + @TableField(value = "lack_status") + private Integer lackStatus; + /** + * 是否是库外料 + */ + @TableField(value = "is_out") + private Integer isOut; + /** + * 产品类型 + * 1:非服务件 + * 2:服务件 + */ + @TableField(value = "product_type") + private Integer productType; + /** + * 备注 + * 用于ECN相关 + */ + @TableField(value = "kitting_remark") + private String kittingRemark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWorkRecord.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWorkRecord.java new file mode 100644 index 0000000..602d6ec --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TAppWorkRecord.java @@ -0,0 +1,114 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * work_record表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_app_work_record", autoResultMap = true) +public class TAppWorkRecord { + /** + * 主键 + */ + @TableId(value = "work_index") + private String workIndex; + /** + * plant + */ + @TableField(value = "work_order") + private String workOrder; + /** + * 计划开工日期 + */ + @TableField(value = "plan_start_date") + private LocalDate planStartDate; + /** + * 成品号 + */ + @TableField(value = "product_id") + private String productId; + /** + * 单片号 + */ + @TableField(value = "single_product_id") + private String singleProductId; + /** + * 料盒号 + */ + @TableField(value = "box_no") + private String boxNo; + /** + * 原材料号 + */ + @TableField(value = "goods_id") + private String goodsId; + /** + * 需求数量 + */ + @TableField(value = "need_num") + private Integer needNum; + /** + * 已完成数量 + */ + @TableField(value = "finish_num") + private Integer finishNum; + /** + * 工作站台 + */ + @TableField(value = "work_stand") + private String workStand; + /** + * 工作状态 + */ + @TableField(value = "work_status") + private Integer workStatus; + /** + * 工作用户 + */ + @TableField(value = "work_user") + private String workUser; + /** + * 创建时间 + */ + @TableField(value = "create_time") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @TableField(value = "finish_time") + private LocalDateTime finishTime; + /** + * 缺料状态 + */ + @TableField(value = "lack_status") + private Integer lackStatus; + /** + * 是否是库外料 + */ + @TableField(value = "is_out") + private Integer isOut; + /** + * 产品类型 + * 1:非服务件 + * 2:服务件 + */ + @TableField(value = "product_type") + private Integer productType; + /** + * 备注 + * 用于ECN相关 + */ + @TableField(value = "kitting_remark") + private String kittingRemark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysApi.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysApi.java new file mode 100644 index 0000000..ea26156 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysApi.java @@ -0,0 +1,105 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库Api表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_sys_api", autoResultMap = true) +public class TSysApi { + /** + * id + */ + @TableId(value = "log_id") + private String logId; + /** + * url + */ + @TableField(value = "url") + private String url; + /** + * 超时时长 + */ + @TableField(value = "timeout") + private Integer timeout; + /** + * 请求方式 + */ + @TableField(value = "method") + private String method; + /** + * 请求头 + */ + @TableField(value = "content_type") + private String contentType; + /** + * 数据 + */ + @TableField(value = "data") + private String data; + /** + * token + */ + @TableField(value = "token") + private String token; + /** + * 请求是否成功 + */ + @TableField(value = "success") + private String success; + /** + * 响应码 + */ + @TableField(value = "response_code") + private int responseCode; + /** + * 请求信息 + */ + @TableField(value = "request_message") + private String requestMessage; + /** + * 响应信息 + */ + @TableField(value = "response_message") + private String responseMessage; + /** + * 请求时间 + */ + @TableField(value = "request_time") + private LocalDateTime requestTime; + /** + * 响应时间 + */ + @TableField(value = "response_time") + private LocalDateTime responseTime; + /** + * 请求地址 + */ + @TableField(value = "request_url") + private String requestUrl; + /** + * 请求耗时 + */ + @TableField(value = "use_time") + private long useTime; + /** + * 异常 + */ + @TableField(value = "exception_message") + private String exceptionMessage; + /** + * 记录时间 + */ + @TableField(value = "log_time") + private LocalDateTime logTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysLog.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysLog.java new file mode 100644 index 0000000..5a6623a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysLog.java @@ -0,0 +1,65 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库Log表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_sys_log", autoResultMap = true) +public class TSysLog { + /** + * 日志Id + */ + @TableId(value = "log_id") + private String logId; + /** + * 请求方式 + */ + @TableField(value = "method") + private String method; + /** + * 请求地址 + */ + @TableField(value = "uri") + private String uri; + /** + * 客户端主机 + */ + @TableField(value = "remote_host") + private String remoteHost; + /** + * 客户端地址 + */ + @TableField(value = "remote_addr") + private String remoteAddr; + /** + * 请求数据 + */ + @TableField(value = "request_content") + private String requestContent; + /** + * 响应状态 + */ + @TableField(value = "status") + private String status; + /** + * 响应数据 + */ + @TableField(value = "response_content") + private String responseContent; + /** + * 日志记录时间 + */ + @TableField(value = "log_time") + private LocalDateTime logTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysMenu.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysMenu.java new file mode 100644 index 0000000..f2a1346 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysMenu.java @@ -0,0 +1,43 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 数据库Menu表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_sys_menu", autoResultMap = true) +public class TSysMenu { + /** + * 菜单id + */ + @TableId(value = "menu_id") + private String menuId; + /** + * 菜单名称 + */ + @TableField(value = "label_name") + private String labelName; + /** + * 图标 + */ + @TableField(value = "icon_value") + private String iconValue; + /** + * 路径 + */ + @TableField(value = "path") + private String path; + /** + * 父级菜单id + */ + @TableField(value = "parent_id") + private String parentId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysPermission.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysPermission.java new file mode 100644 index 0000000..2aad4ee --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysPermission.java @@ -0,0 +1,33 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 数据库Permission表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_sys_permission", autoResultMap = true) +public class TSysPermission { + /** + * 权限id + */ + @TableId(value = "permission_id") + private String permissionId; + /** + * 角色id + */ + @TableField(value = "role_id") + private String roleId; + /** + * 菜单id + */ + @TableField(value = "menu_id") + private String menuId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysRole.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysRole.java new file mode 100644 index 0000000..6a63d09 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysRole.java @@ -0,0 +1,65 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库Role表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_sys_role", autoResultMap = true) +public class TSysRole { + /** + * 角色id + */ + @TableId(value = "role_id") + private String roleId; + /** + * 角色名 + */ + @TableField(value = "role_name") + private String roleName; + /** + * 角色描述 + */ + @TableField(value = "role_desc") + private String roleDesc; + /** + * 上级角色 + */ + @TableField(value = "leader_role") + private String leaderRole; + /** + * 角色状态 + */ + @TableField(value = "role_status") + private Integer roleStatus; + /** + * 添加用户 + */ + @TableField(value = "add_user") + private String addUser; + /** + * 添加时间 + */ + @TableField(value = "add_time") + private LocalDateTime addTime; + /** + * 上次更新时间 + */ + @TableField(value = "last_update_user") + private String lastUpdateUser; + /** + * 上次更新时间 + */ + @TableField(value = "last_update_time") + private LocalDateTime lastUpdateTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysUser.java b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysUser.java new file mode 100644 index 0000000..fb9d83c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/po/TSysUser.java @@ -0,0 +1,80 @@ +package com.wms_main.model.po; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableId; +import com.baomidou.mybatisplus.annotation.TableName; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 数据库User表映射 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +@TableName(value = "t_sys_user", autoResultMap = true) +public class TSysUser { + /** + * 登录账号 + */ + @TableId(value = "login_account") + private String loginAccount; + /** + * 登录密码 + */ + @TableField(value = "login_password") + private String loginPassword; + /** + * 用户名---显示 + */ + @TableField(value = "user_name") + private String userName; + /** + * 角色id + */ + @TableField(value = "role_id") + private String roleId; + /** + * 登录状态 + */ + @TableField(value = "login_status") + private Integer loginStatus; + /** + * 账号状态 + */ + @TableField(value = "account_status") + private Integer accountStatus; + /** + * 上次登录设备 + */ + @TableField(value = "last_login_device") + private String lastLoginDevice; + /** + * 上次登录时间 + */ + @TableField(value = "last_login_time") + private LocalDateTime lastLoginTime; + /** + * 添加用户 + */ + @TableField(value = "add_user") + private String addUser; + /** + * 添加时间 + */ + @TableField(value = "add_time") + private LocalDateTime addTime; + /** + * 上次更新用户 + */ + @TableField(value = "last_update_user") + private String lastUpdateUser; + /** + * 上次更新时间 + */ + @TableField(value = "last_update_time") + private LocalDateTime lastUpdateTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/pojo/log/RequestLog.java b/dev_wms_serve/src/main/java/com/wms_main/model/pojo/log/RequestLog.java new file mode 100644 index 0000000..da337eb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/pojo/log/RequestLog.java @@ -0,0 +1,49 @@ +package com.wms_main.model.pojo.log; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class RequestLog { + /** + * 请求方式 + */ + private String method; + /** + * 请求地址 + */ + private String uri; + /** + * 客户端主机 + */ + private String remoteHost; + /** + * 客户端地址 + */ + private String remoteAddr; + /** + * 请求数据 + */ + private String requestContent; + /** + * 响应状态 + */ + private String status; + /** + * 响应数据 + */ + private String responseContent; + + public String toString() { + return "\n请求方式:" + method + + "\n请求地址:" + uri + + "\n客户端主机:" + remoteHost + + "\n客户端地址:" + remoteAddr + + "\n请求数据:" + requestContent + + "\n响应状态:" + status + + "\n响应数据:" + responseContent; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/others/FileVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/others/FileVo.java new file mode 100644 index 0000000..c97bc83 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/others/FileVo.java @@ -0,0 +1,50 @@ +package com.wms_main.model.vo.others; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 文件属性vo + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class FileVo { + /** + * 文件id + */ + @JsonProperty("fileId") + private String fileId; + /** + * 文件名 + */ + @JsonProperty("name") + private String name; + /** + * 文件类型 + */ + @JsonProperty("type") + private String type; + /** + * 文件大小 + */ + @JsonProperty("size") + private String size; + /** + * 文件hash + */ + @JsonProperty("hash") + private String hash; + /** + * 用户名 + */ + @JsonProperty("userName") + private String userName; + /** + * 站台号 + */ + @JsonProperty("standId") + private String standId; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/BaseImportVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/BaseImportVo.java new file mode 100644 index 0000000..2ca9225 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/BaseImportVo.java @@ -0,0 +1,37 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 导入信息基本类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BaseImportVo { + /** + * 初次导入时间 + */ + @JsonProperty("firstImportTime") + private LocalDateTime firstImportTime; + /** + * 初次导入用户 + */ + @JsonProperty("firstImportUser") + private String firstImportUser; + /** + * 上次更新时间 + */ + @JsonProperty("lastUpdateTime") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @JsonProperty("lastUpdateUser") + private String lastUpdateUser; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/BoxDetailVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/BoxDetailVo.java new file mode 100644 index 0000000..53c589f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/BoxDetailVo.java @@ -0,0 +1,29 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.BoxSummary; +import com.wms_main.model.bo.wms.GoodsLackSummary; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * 配料界面料盒预览信息 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class BoxDetailVo { + /** + * 料盒总览信息 + */ + @JsonProperty("boxSummary") + private BoxSummary boxSummary; + /** + * 缺料总览信息 + */ + @JsonProperty("goodsLackSummary") + private List goodsLackSummary; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/ConfigVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/ConfigVo.java new file mode 100644 index 0000000..a7780ee --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/ConfigVo.java @@ -0,0 +1,57 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppConfig; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 配置显示类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ConfigVo { + /** + * 配置ID + */ + @JsonProperty("configId") + private String configId; + /** + * 配置键 + */ + @JsonProperty("configKey") + private String configKey; + /** + * 配置值 + */ + @JsonProperty("configValue") + private String configValue; + /** + * 配置类型 + * 1:输入框 + * 2:下拉多选 + * 3:开关 + */ + @JsonProperty("configType") + private Integer configType; + /** + * 配置显示名称 + */ + @JsonProperty("configName") + private String configName; + + /** + * 将po转化为vo + * @param tAppConfig po + * @return vo + */ + public static ConfigVo of(TAppConfig tAppConfig) + { + if (tAppConfig == null) { + return new ConfigVo(); + } + return new ConfigVo(tAppConfig.getConfigId(), tAppConfig.getConfigKey(), tAppConfig.getConfigValue(), tAppConfig.getConfigType(), tAppConfig.getConfigName()); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/DbsVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/DbsVo.java new file mode 100644 index 0000000..01ea4e8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/DbsVo.java @@ -0,0 +1,159 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppDbs; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * Dbs显示类 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class DbsVo extends BaseImportVo { + /** + * 主键id + */ + @JsonProperty(value = "dbsId") + private String dbsId; + /** + * 工单 + */ + @JsonProperty(value = "workOrder") + private String workOrder; + /** + * dbs原始未处理的零件号,成品号 + */ + @JsonProperty(value = "productIdOrigin") + private String productIdOrigin; + /** + * 零件号,成品号 + */ + @JsonProperty(value = "productId") + private String productId; + /** + * Test计划开始时间 + */ + @JsonProperty(value = "testPlanStartDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate testPlanStartDate; + /** + * Test计划完成时间 + */ + @JsonProperty(value = "testPlanFinishDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate testPlanFinishDate; + /** + * PNT计划开始时间 + */ + @JsonProperty(value = "pntPlanStartDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate pntPlanStartDate; + /** + * PNT计划完成时间 + */ + @JsonProperty(value = "pntPlanFinishDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate pntPlanFinishDate; + /** + * 计划产量/套 + */ + @JsonProperty(value = "planProduction") + private Integer planProduction; + /** + * 设备名称 + */ + @JsonProperty(value = "equipmentName") + private String equipmentName; + /** + * 班次 + */ + @JsonProperty(value = "workShift") + private String workShift; + /** + * Family + */ + @JsonProperty(value = "family") + private String family; + /** + * Test No# + */ + @JsonProperty(value = "testNo") + private String testNo; + /** + * 状态 + */ + @JsonProperty(value = "dbsStatus") + private Integer dbsStatus; + /** + * 工作站台 + */ + @JsonProperty(value = "workStand") + private String workStand; + /** + * 实际工作日期 + */ + @JsonProperty(value = "realWorkDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate realWorkDate; + /** + * 完成时间 + */ + @JsonProperty(value = "finishTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * K料备注 + */ + @JsonProperty(value = "kittingRemark") + private String kittingRemark; + /** + * 备注 + */ + @JsonProperty(value = "remark") + private String remark; + + /** + * 将PO转换为VO + * @param po po + * @return vo + */ + public static DbsVo ofPo(TAppDbs po) { + return new DbsVo( + po.getDbsId(), + po.getWorkOrder(), + po.getProductIdOrigin(), + po.getProductId(), + po.getTestPlanStartDate(), + po.getTestPlanFinishDate(), + po.getPntPlanStartDate(), + po.getPntPlanFinishDate(), + po.getPlanProduction(), + po.getEquipmentName(), + po.getWorkShift(), + po.getFamily(), + po.getTestNo(), + po.getDbsStatus(), + po.getWorkStand(), + po.getRealWorkDate(), + po.getFinishTime(), + po.getKittingRemark(), + po.getRemark() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/EquipmentVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/EquipmentVo.java new file mode 100644 index 0000000..9ec44e6 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/EquipmentVo.java @@ -0,0 +1,70 @@ +package com.wms_main.model.vo.wms; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppEquipment; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class EquipmentVo { + /** + * 设备id + */ + @JsonProperty(value = "equipmentId") + private Integer equipmentId; + /** + * 设备类型 + */ + @JsonProperty(value = "equipmentType") + private Integer equipmentType; + /** + * 设备状态 + */ + @JsonProperty(value = "equipmentStatus") + private Integer equipmentStatus; + /** + * 设备名称 + */ + @JsonProperty(value = "equipmentName") + private String equipmentName; + /** + * 设备描述 + */ + @JsonProperty(value = "equipmentDesc") + private String equipmentDesc; + /** + * 上次更新时间 + */ + @JsonProperty(value = "lastUpdateTime") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @JsonProperty(value = "lastUpdateUser") + private String lastUpdateUser; + + /** + * 将po对象转换为vo对象 + * @param po po对象 + * @return vo + */ + public static EquipmentVo of(TAppEquipment po) { + if (po == null) { + return new EquipmentVo(); + } + // 返回vo + return new EquipmentVo( + po.getEquipmentId(), + po.getEquipmentType(), + po.getEquipmentStatus(), + po.getEquipmentName(), + po.getEquipmentDesc(), + po.getLastUpdateTime(), + po.getLastUpdateUser() + ); + } +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/GoodsRequireVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/GoodsRequireVo.java new file mode 100644 index 0000000..4352bb2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/GoodsRequireVo.java @@ -0,0 +1,50 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 物料需求Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsRequireVo { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 描述 + */ + @JsonProperty("goodsDesc") + private String goodsDesc; + /** + * 需求数量 + */ + @JsonProperty("needQty") + private Integer needQty; + /** + * 库存数量 + */ + @JsonProperty("stockQty") + private Integer stockQty; + /** + * 缺少数量 + */ + @JsonProperty("lackQty") + private Integer lackQty; + /** + * 物料类型 + */ + @JsonProperty("goodsType") + private String goodsType; + /** + * 库存类型 + */ + @JsonProperty("stockType") + private String stockType; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/GoodsVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/GoodsVo.java new file mode 100644 index 0000000..6562a09 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/GoodsVo.java @@ -0,0 +1,104 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppGoods; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 物料信息显示类 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class GoodsVo extends BaseImportVo { + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * plant + */ + @JsonProperty("plant") + private String plant; + /** + * 物料描述 + */ + @JsonProperty("goodsDescription") + private String goodsDescription; + /** + * 供应商 + */ + @JsonProperty("vendorName") + private String vendorName; + /** + * 是否sled管理 + */ + @JsonProperty("isSled") + private String isSled; + /** + * SLED天数 + */ + @JsonProperty("sledDays") + private Integer sledDays; + /** + * 补料方式 + */ + @JsonProperty("feedingType") + private String feedingType; + /** + * 每盒数量 + */ + @JsonProperty("boxQty") + private Integer boxQty; + /** + * 优先存放区域 + */ + @JsonProperty("putArea") + private String putArea; + /** + * 热点分析ABC + */ + @JsonProperty("hotPoint") + private String hotPoint; + /** + * 立库可放箱数 + */ + @JsonProperty("maxBoxNum") + private Integer maxBoxNum; + + /** + * 将po对象转换为vo对象 + * @param po po对象 + * @return vo + */ + public static GoodsVo of(TAppGoods po) { + if (po == null) { + return new GoodsVo(); + } + // 创建Vo + GoodsVo resultVo = new GoodsVo( + po.getGoodsId(), + po.getPlant(), + po.getGoodsDescription(), + po.getVendorName(), + po.getIsSled(), + po.getSledDays(), + po.getFeedingType(), + po.getBoxQty(), + po.getPutArea(), + po.getHotPoint(), + po.getMaxBoxNum() + ); + // 设定导入相关数据 + resultVo.setFirstImportTime(po.getFirstImportTime()); + resultVo.setFirstImportUser(po.getFirstImportUser()); + resultVo.setLastUpdateTime(po.getLastUpdateTime()); + resultVo.setLastUpdateUser(po.getLastUpdateUser()); + return resultVo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/ImageVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/ImageVo.java new file mode 100644 index 0000000..711c36a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/ImageVo.java @@ -0,0 +1,81 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppImage; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 图纸Vo + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class ImageVo extends BaseImportVo { + /** + * 图纸id + */ + @JsonProperty("imageId") + private String imageId; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 图纸存放ip + */ + @JsonProperty("imageIp") + private String imageIp; + /** + * 图纸存放地址 + */ + @JsonProperty("imagePath") + private String imagePath; + /** + * 图纸名称 + */ + @JsonProperty("imageName") + private String imageName; + /** + * 图纸详情 + */ + @JsonProperty("imageDetail") + private String imageDetail; + /** + * 图纸对应得配料类型 + * 1:总成 + * 2:单片 + */ + @JsonProperty("imageType") + private Integer imageType; + + /** + * 将po对象转换为vo对象 + * @param po po对象 + * @return vo + */ + public static ImageVo ofPo(TAppImage po) + { + ImageVo imageVo = new ImageVo(); + if (po == null) { + return imageVo; + } + imageVo.setImageId(po.getImageId()); + imageVo.setProductId(po.getProductId()); + imageVo.setBoxNo(po.getBoxNo()); + imageVo.setImagePath(po.getImagePath()); + imageVo.setImageName(po.getImageName()); +// imageVo.setImageDetail(po.getImageDetail()); + imageVo.setImageType(po.getImageType()); + return imageVo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/InventoryConfirmVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/InventoryConfirmVo.java new file mode 100644 index 0000000..d600374 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/InventoryConfirmVo.java @@ -0,0 +1,70 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 盘点确认界面显示Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InventoryConfirmVo { + /** + * 盘点任务号 + */ + @JsonProperty("inventoryId") + private String inventoryId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 库存数量 + */ + @JsonProperty("stockNum") + private Integer stockNum; + /** + * 确认数量 + */ + @JsonProperty("confirmNum") + private Integer confirmNum; + + /** + * 子站台编号 + */ + @JsonProperty("childStandId") + private String childStandId; + + /** + * 特殊库存 + */ + @JsonProperty("specialStock") + private String specialStock; + + /** + * 特殊库存号 + */ + @JsonProperty("specialStockNo") + private String specialStockNo; + + /** + * 特殊库存item号 + */ + @JsonProperty("specialStockItemNo") + private String specialStockItemNo; + + /** + * 批次号 + */ + @JsonProperty("batchNo") + private String batchNo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/InventoryRecordVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/InventoryRecordVo.java new file mode 100644 index 0000000..be32925 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/InventoryRecordVo.java @@ -0,0 +1,149 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppInventory; +import com.wms_main.model.po.TAppInventoryRecord; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 盘点记录Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class InventoryRecordVo { + /** + * 盘点id + */ + @JsonProperty("inventoryId") + private String inventoryId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 库存数量 + * 只记录盘点确认时间点 + */ + @JsonProperty("stockNum") + private Integer stockNum; + /** + * 确认数量 + */ + @JsonProperty("confirmNum") + private Integer confirmNum; + /** + * 盘点站台 + */ + @JsonProperty("invStand") + private String invStand; + /** + * 盘点人 + */ + @JsonProperty("invUser") + private String invUser; + /** + * 盘点类型:1:明盘;2:盲盘 + */ + @JsonProperty("invType") + private Integer invType; + /** + * 盘点状态 + * 0. 初始化 + * 1. 已解析 + * 2. 已确认 + */ + @JsonProperty("invStatus") + private Integer invStatus; + /** + * 盘点结果 + * -1: 盘亏 + * 0: 正常 + * 1: 盘盈 + */ + @JsonProperty("invResult") + private Integer invResult; + /** + * 盘点任务创建时间 + */ + @JsonProperty("invCreateTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime invCreateTime; + /** + * 盘点确认时间 + */ + @JsonProperty("invConfirmTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime invConfirmTime; + /** + * 这个字段用于合并哪些任务是同一时间下发的 + */ + @JsonProperty("invOrderId") + private String invOrderId; + + /** + * 将盘点请求的Po转化为Vo + * @param inventoryPo 请求Po + * @return 盘点Vo + */ + public static InventoryRecordVo ofTaskPo(TAppInventory inventoryPo) { + if (inventoryPo == null) { + return new InventoryRecordVo(); + } + return new InventoryRecordVo( + inventoryPo.getInventoryId(), + inventoryPo.getGoodsId(), + inventoryPo.getVehicleId(), + inventoryPo.getStockNum(), + inventoryPo.getConfirmNum(), + inventoryPo.getInvStand(), + inventoryPo.getInvUser(), + inventoryPo.getInvType(), + inventoryPo.getInvStatus(), + inventoryPo.getInvResult(), + inventoryPo.getInvCreateTime(), + inventoryPo.getInvConfirmTime(), + inventoryPo.getInvOrderId() + ); + } + + /** + * 将盘点记录的Po转化为Vo + * @param inventoryRecordPo 盘点记录Po + * @return 盘点记录Vo + */ + public static InventoryRecordVo ofRecordPo(TAppInventoryRecord inventoryRecordPo) { + if (inventoryRecordPo == null) { + return new InventoryRecordVo(); + } + return new InventoryRecordVo( + inventoryRecordPo.getInventoryId(), + inventoryRecordPo.getGoodsId(), + inventoryRecordPo.getVehicleId(), + inventoryRecordPo.getStockNum(), + inventoryRecordPo.getConfirmNum(), + inventoryRecordPo.getInvStand(), + inventoryRecordPo.getInvUser(), + inventoryRecordPo.getInvType(), + inventoryRecordPo.getInvStatus(), + inventoryRecordPo.getInvResult(), + inventoryRecordPo.getInvCreateTime(), + inventoryRecordPo.getInvConfirmTime(), + inventoryRecordPo.getInvOrderId() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/JobVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/JobVo.java new file mode 100644 index 0000000..c99e181 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/JobVo.java @@ -0,0 +1,67 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppJobs; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class JobVo { + /** + * 任务名 + */ + @JsonProperty(value = "jobName") + private String jobName; + /** + * 任务类class + */ + @JsonProperty(value = "jobClass") + private String jobClass; + /** + * cron表达式 + */ + @JsonProperty(value = "cronExpression") + private String cronExpression; + /** + * 普通定时器---单位:毫秒。 + */ + @JsonProperty(value = "timer") + private Integer timer; + /** + * timer类型 + * 1: 普通定时器 + * 2:cron + */ + @JsonProperty(value = "timerType") + private Integer timerType; + /** + * 任务状态 + * 1:启用 + * 0:未启用 + */ + @JsonProperty(value = "jobStatus") + private Integer jobStatus; + + /** + * 将po对象转换为vo对象 + * @param po po对象 + * @return vo + */ + public static JobVo of(TAppJobs po) { + if (po == null) { + return new JobVo(); + } + // 返回vo + return new JobVo( + po.getJobName(), + po.getJobClass(), + po.getCronExpression(), + po.getTimer(), + po.getTimerType(), + po.getJobStatus() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KanbanVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KanbanVo.java new file mode 100644 index 0000000..b99c8bd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KanbanVo.java @@ -0,0 +1,50 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppKanban; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 看板Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KanbanVo { + /** + * 记录id + */ + @JsonProperty("recordId") + private String recordId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 看板id + */ + @JsonProperty("kanbanId") + private String kanbanId; + /** + * 看板状态 + */ + @JsonProperty("kanbanStatus") + private Integer kanbanStatus; + + /** + * 将Po转化为Vo + * @param kanbanPo Po + * @return Vo + */ + public static KanbanVo ofPo(TAppKanban kanbanPo) { + return new KanbanVo( + kanbanPo.getRecordId(), + kanbanPo.getGoodsId(), + kanbanPo.getKanbanId(), + kanbanPo.getKanbanStatus() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KateWorkOptionsVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KateWorkOptionsVo.java new file mode 100644 index 0000000..3861537 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KateWorkOptionsVo.java @@ -0,0 +1,59 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.util.Collections; +import java.util.List; + +/** + * 工作下发界面查询选项 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KateWorkOptionsVo { + /** + * 工单号 + */ + @JsonProperty("workOrder") + private List workOrder = Collections.emptyList(); + /** + * 原始成品号 + */ + @JsonProperty("productIdOrigin") + private String productIdOrigin = ""; + /** + * 过滤成品号 + */ + @JsonProperty("productId") + private String productId = ""; + /** + * 成品号类型 + */ + @JsonProperty("productType") + private Integer productType; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private List singleProductId = Collections.emptyList(); + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private List boxNo = Collections.emptyList(); + /** + * 原材料号 + */ + @JsonProperty("goodsId") + private List goodsId = Collections.emptyList(); + /** + * 备注 + * 主要用于ECN + */ + @JsonProperty("kittingRemark") + private String kittingRemark = ""; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KateWorkVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KateWorkVo.java new file mode 100644 index 0000000..88f4956 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KateWorkVo.java @@ -0,0 +1,177 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppWork; +import com.wms_main.model.po.TAppWorkRecord; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * 工作界面显示 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KateWorkVo { + /** + * 主键 + */ + @JsonProperty("workIndex") + private String workIndex; + /** + * 工单 + */ + @JsonProperty("workOrder") + private String workOrder; + /** + * 计划开工日期 + */ + @JsonProperty("planStartDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate planStartDate; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片号 + */ + @JsonProperty("singleProductId") + private String singleProductId; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 原材料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 需求数量 + */ + @JsonProperty("needNum") + private Integer needNum; + /** + * 已分配数量 + */ + @JsonProperty("distributeNum") + private Integer distributeNum; + /** + * 已完成数量 + */ + @JsonProperty("finishNum") + private Integer finishNum; + /** + * 工作站台 + */ + @JsonProperty("workStand") + private String workStand; + /** + * 工作状态 + * -1: 暂停/暂存 + */ + @JsonProperty("workStatus") + private Integer workStatus; + /** + * 工作用户 + */ + @JsonProperty("workUser") + private String workUser; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 缺料状态 + * 0:不缺料 + * 1: 缺料 + */ + @JsonProperty("lackStatus") + private Integer lackStatus; + /** + * 是否是库外料 + */ + @JsonProperty("isOut") + private Integer isOut; + /** + * 成品类型 + */ + @JsonProperty("productType") + private Integer productType; + + /** + * 将po对象转换为vo对象---未关闭工作 + * @param po po对象 + * @return vo + */ + public static KateWorkVo ofWork(TAppWork po) { + return new KateWorkVo( + po.getWorkIndex(), + po.getWorkOrder(), + po.getPlanStartDate(), + po.getProductId(), + po.getSingleProductId(), + po.getBoxNo(), + po.getGoodsId(), + po.getNeedNum(), + po.getDistributeNum(), + po.getFinishNum(), + po.getWorkStand(), + po.getWorkStatus(), + po.getWorkUser(), + po.getCreateTime(), + po.getFinishTime(), + po.getLackStatus(), + po.getIsOut(), + po.getProductType() + ); + } + + /** + * 将po对象转换为vo对象---已关闭工作 + * @param po po对象 + * @return vo + */ + public static KateWorkVo ofWorkRecord(TAppWorkRecord po) { + return new KateWorkVo( + po.getWorkIndex(), + po.getWorkOrder(), + po.getPlanStartDate(), + po.getProductId(), + po.getSingleProductId(), + po.getBoxNo(), + po.getGoodsId(), + po.getNeedNum(), + po.getFinishNum(), + po.getFinishNum(), + po.getWorkStand(), + po.getWorkStatus(), + po.getWorkUser(), + po.getCreateTime(), + po.getFinishTime(), + po.getLackStatus(), + po.getIsOut(), + po.getProductType() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KittingBomRelationVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KittingBomRelationVo.java new file mode 100644 index 0000000..070b1fe --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KittingBomRelationVo.java @@ -0,0 +1,52 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppProductExtend; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配料单对应关系 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KittingBomRelationVo extends BaseImportVo { + /** + * id + */ + @JsonProperty("recordId") + private String recordId; + /** + * 机型 + */ + @JsonProperty("model") + private String model; + /** + * 总成 + */ + @JsonProperty("productId") + private String productId; + /** + * 单片 + */ + @JsonProperty("singleProductId") + private String singleProductId; + + /** + * 将po对象转换为vo对象 + * @param po po对象 + * @return vo对象 + */ + public static KittingBomRelationVo ofPo(TAppProductExtend po) { + return new KittingBomRelationVo( + po.getRecordId(), + po.getModel(), + po.getProductId(), + po.getSingleProductId() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KittingBomVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KittingBomVo.java new file mode 100644 index 0000000..b85d790 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/KittingBomVo.java @@ -0,0 +1,104 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppProduct; +import com.wms_main.model.po.TAppSingleProduct; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.EqualsAndHashCode; +import lombok.NoArgsConstructor; + +/** + * 配料单显示类 + */ +@EqualsAndHashCode(callSuper = true) +@Data +@AllArgsConstructor +@NoArgsConstructor +public class KittingBomVo extends BaseImportVo { + /** + * 主键id + */ + @JsonProperty("templateId") + private String templateId; + /** + * 配料单类型 + * 1:总成 + * 2:单片 + */ + @JsonProperty("bomType") + private Integer bomType; + /** + * 机型 + */ + @JsonProperty("model") + private String model; + /** + * 成品号 + */ + @JsonProperty("productId") + private String productId; + /** + * 原材料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 原材料物料描述 + */ + @JsonProperty("goodsDescription") + private String goodsDescription; + /** + * 单套数量 + */ + @JsonProperty("quantity1Pair") + private Integer quantity1Pair; + /** + * 料盒号 + */ + @JsonProperty("boxNo") + private String boxNo; + /** + * 套数 + */ + @JsonProperty("quantityOfPair") + private Integer quantityOfPair; + + /** + * 将Po转换为Vo + * @param product po + * @return vo + */ + public static KittingBomVo ofProduct(TAppProduct product) { + return new KittingBomVo( + product.getTemplateId(), + 1, + product.getModel(), + product.getProductId(), + product.getGoodsId(), + product.getGoodsDescription(), + product.getQuantity1Pair(), + product.getBoxNo(), + product.getQuantityOfPair() + ); + } + + /** + * 将Po转换为Vo + * @param singleProduct po + * @return vo + */ + public static KittingBomVo ofSingleProduct(TAppSingleProduct singleProduct) { + return new KittingBomVo( + singleProduct.getSingleTemplateId(), + 2, + singleProduct.getModel(), + singleProduct.getProductId(), + singleProduct.getGoodsId(), + singleProduct.getGoodsDescription(), + singleProduct.getQuantity1Pair(), + singleProduct.getBoxNo(), + singleProduct.getQuantityOfPair() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/LocationVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/LocationVo.java new file mode 100644 index 0000000..b9fc0eb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/LocationVo.java @@ -0,0 +1,120 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppLocation; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 库位Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class LocationVo { + /** + * 库位id + */ + @JsonProperty("locationId") + private String locationId; + /** + * 外部编号 + */ + @JsonProperty("outerId") + private String outerId; + /** + * 库位类型 + */ + @JsonProperty("locationType") + private Integer locationType; + /** + * 是否锁定 + */ + @JsonProperty("isLock") + private Integer isLock; + /** + * 是否占用 + */ + @JsonProperty("isOccupy") + private Integer isOccupy; + /** + * 是否在工作中 + */ + @JsonProperty("isWorking") + private Integer isWorking; + /** + * 对应设备号 + */ + @JsonProperty("equipmentId") + private Integer equipmentId; + /** + * 对应巷道号 + */ + @JsonProperty("tunnelId") + private Integer tunnelId; + /** + * 排 + */ + @JsonProperty("lRow") + private Integer lRow; + /** + * 列 + */ + @JsonProperty("lCol") + private Integer lCol; + /** + * 层 + */ + @JsonProperty("lLayer") + private Integer lLayer; + /** + * 深度 + */ + @JsonProperty("lDepth") + private Integer lDepth; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 库区 + */ + @JsonProperty("areaId") + private Integer areaId; + /** + * 子区域 + */ + @JsonProperty("subArea") + private String subArea; + + /** + * 将po转换为vo + * @param po po + * @return vo + */ + public static LocationVo of(TAppLocation po) { + if (po == null) { + return new LocationVo(); + } + // 构建返回值 + return new LocationVo( + po.getLocationId(), + po.getOuterId(), + po.getLocationType(), + po.getIsLock(), + po.getIsOccupy(), + po.getIsWorking(), + po.getEquipmentId(), + po.getTunnelId(), + po.getLRow(), + po.getLCol(), + po.getLLayer(), + po.getLDepth(), + po.getVehicleId(), + po.getAreaId(), + po.getSubArea() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/MenuVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/MenuVo.java new file mode 100644 index 0000000..84c553e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/MenuVo.java @@ -0,0 +1,42 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * 菜单Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class MenuVo { + /** + * 菜单Id + */ + @JsonProperty("id") + private String id; + /** + * 菜单名称 + */ + @JsonProperty("labelName") + private String labelName; + /** + * 图标值 + */ + @JsonProperty("iconValue") + private String iconValue; + /** + * 地址 + */ + @JsonProperty("path") + private String path; + /** + * 子菜单 + */ + @JsonProperty("children") + private List children; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/OutsVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/OutsVo.java new file mode 100644 index 0000000..37b5d50 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/OutsVo.java @@ -0,0 +1,127 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppOuts; +import com.wms_main.model.po.TAppOutsRecord; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 出库单Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class OutsVo { + /** + * 任务号 + */ + @JsonProperty("taskId") + private String taskId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 需求数量 + */ + @JsonProperty("needNum") + private Integer needNum; + /** + * 已分发数量 + */ + @JsonProperty("distributeNum") + private Integer distributeNum; + /** + * 已拣选数量 + */ + @JsonProperty("pickNum") + private Integer pickNum; + /** + * 出库类型 + */ + @JsonProperty("outType") + private Integer outType; + /** + * 目的地 + */ + @JsonProperty("destination") + private String destination; + /** + * 用户名 + */ + @JsonProperty("userName") + private String userName; + /** + * 出库理由 + * 紧急出库必填 + */ + @JsonProperty("reason") + private String reason; + /** + * 请求时间 + */ + @JsonProperty("requestTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime requestTime; + + /** + * 将po转换为vo + * @param po 数据库实体 + * @return 转化结果 + */ + public static OutsVo of(TAppOuts po) { + if (po == null) { + return new OutsVo(); + } + return new OutsVo( + po.getTaskId(), + po.getGoodsId(), + po.getVehicleId(), + po.getNeedNum(), + po.getDistributeNum(), + po.getPickNum(), + po.getOutType(), + po.getDestination(), + po.getUserName(), + po.getReason(), + po.getRequestTime() + ); + } + + /** + * 将记录po转换为vo + * @param po 数据库实体 + * @return 转化结果 + */ + public static OutsVo ofRecord(TAppOutsRecord po) { + if (po == null) { + return new OutsVo(); + } + return new OutsVo( + po.getTaskId(), + po.getGoodsId(), + po.getVehicleId(), + po.getNeedNum(), + po.getDistributeNum(), + po.getPickNum(), + po.getOutType(), + po.getDestination(), + po.getUserName(), + po.getReason(), + po.getRequestTime() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PageVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PageVo.java new file mode 100644 index 0000000..a4a3c8c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PageVo.java @@ -0,0 +1,54 @@ +package com.wms_main.model.vo.wms; + +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.Data; + +import java.util.Collections; +import java.util.List; +import java.util.function.Function; + +/** + * 分页结果 + * @param vo泛型 + */ +@Data +public class PageVo { + /** + * 总数 + */ + @JsonProperty("total") + private Long total; + /** + * 页数 + */ + @JsonProperty("pages") + private Long pages; + /** + * 结果集 + */ + @JsonProperty("lists") + private List lists; + + /** + * 将数据库集合转换为分页结果 + * @param page 数据库查询结果 + * @param converter 转换方法 + * @return 转换后的分页结果 + * @param 数据库结果集 + * @param 前端显示结果集 + */ + public static PageVo of(Page page, Function converter) { + PageVo pageVo = new PageVo<>(); + // 设置总数 + pageVo.setTotal(page.getTotal()); + // 设置总页数 + pageVo.setPages(page.getPages()); + if (page.getRecords().isEmpty()) { + pageVo.setLists(Collections.emptyList()); + return pageVo; + } + pageVo.setLists(page.getRecords().stream().map(converter).toList()); + return pageVo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickPlanVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickPlanVo.java new file mode 100644 index 0000000..6979e6b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickPlanVo.java @@ -0,0 +1,70 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppPickPlan; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickPlanVo { + /** + * 主键 + */ + @JsonProperty(value = "planId") + private String planId; + /** + * 载具号 + */ + @JsonProperty(value = "vehicleId") + private String vehicleId; + /** + * 料号 + */ + @JsonProperty(value = "goodsId") + private String goodsId; + /** + * 计划拣选数量 + */ + @JsonProperty(value = "planPickQty") + private Integer planPickQty; + /** + * 拣选类型 + * 1. 工作拣选 + * 2. 出库单 + */ + @JsonProperty(value = "pickType") + private Integer pickType; + /** + * 工作index/出库单 + */ + @JsonProperty(value = "workIndex") + private String workIndex; + /** + * 工作index/出库单 + */ + @JsonProperty(value = "standId") + private String standId; + + /** + * 将Po转化为Vo + * @param po 数据库实体 + * @return 转化结果 + */ + public static PickPlanVo of(TAppPickPlan po) { + if (po == null) { + return new PickPlanVo(); + } + return new PickPlanVo( + po.getPlanId(), + po.getVehicleId(), + po.getGoodsId(), + po.getPlanPickQty(), + po.getPickType(), + po.getWorkIndex(), + po.getStandId() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickTaskBakVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickTaskBakVo.java new file mode 100644 index 0000000..595fc71 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickTaskBakVo.java @@ -0,0 +1,89 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppPickTaskBak; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 拣选记录Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickTaskBakVo { + /** + * 任务id + */ + @JsonProperty(value = "pickId") + private String pickId; + /** + * 拣选站台 + */ + @JsonProperty(value = "pickStand") + private String pickStand; + /** + * 载具号 + */ + @JsonProperty(value = "vehicleId") + private String vehicleId; + /** + * 任务状态 + */ + @JsonProperty(value = "pickStatus") + private Integer pickStatus; + /** + * 创建时间 + */ + @JsonProperty(value = "createTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty(value = "sendTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @JsonProperty(value = "arriveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @JsonProperty(value = "leaveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime leaveTime; + + /** + * 将Po转化为Vo + * @param po 数据库实体 + * @return 转化结果 + */ + public static PickTaskBakVo of(TAppPickTaskBak po) { + if (po == null) { + return new PickTaskBakVo(); + } + return new PickTaskBakVo( + po.getPickId(), + po.getPickStand(), + po.getVehicleId(), + po.getPickStatus(), + po.getCreateTime(), + po.getSendTime(), + po.getArriveTime(), + po.getLeaveTime() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickTaskVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickTaskVo.java new file mode 100644 index 0000000..8569ee5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/PickTaskVo.java @@ -0,0 +1,89 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppPickTask; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 拣选任务Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class PickTaskVo { + /** + * 任务id + */ + @JsonProperty("pickId") + private String pickId; + /** + * 拣选站台 + */ + @JsonProperty("pickStand") + private String pickStand; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 任务状态 + */ + @JsonProperty("pickStatus") + private Integer pickStatus; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty("sendTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 到达时间 + */ + @JsonProperty("arriveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime arriveTime; + /** + * 离开时间 + */ + @JsonProperty("leaveTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime leaveTime; + + /** + * 将Po转化为Vo + * @param po 数据库实体 + * @return 转化结果 + */ + public static PickTaskVo of(TAppPickTask po) { + if (po == null) { + return new PickTaskVo(); + } + return new PickTaskVo( + po.getPickId(), + po.getPickStand(), + po.getVehicleId(), + po.getPickStatus(), + po.getCreateTime(), + po.getSendTime(), + po.getArriveTime(), + po.getLeaveTime() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StandVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StandVo.java new file mode 100644 index 0000000..676c9d4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StandVo.java @@ -0,0 +1,82 @@ +package com.wms_main.model.vo.wms; + +import com.wms_main.model.po.TAppStand; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.io.Serializable; +import java.time.LocalDateTime; + +/** + * 站台视图对象 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StandVo { + + /** + * 站台号 + */ + private String standId; + + /** + * 站台名称 + */ + private String standName; + + /** + * 站台类型 1:入库 2:出库 + */ + private Integer standType; + + /** + * 站台状态 0:可用 1:不可用 + */ + private Integer standStatus; + + /** + * 站台电脑的IP + */ + private String standIp; + + /** + * 站台描述 + */ + private String standDesc; + + /** + * 上次更新时间 + */ + private LocalDateTime lastUpdateTime; + + /** + * 上次更新用户 + */ + private String lastUpdateUser; + + /** + * 将TAppStand转换为StandVo + * + * @param stand 站台实体 + * @return 站台视图对象 + */ + public static StandVo of(TAppStand stand) { + if (stand == null) { + return null; + } + + StandVo standVo = new StandVo(); + standVo.setStandId(stand.getStandId()); + standVo.setStandName(stand.getStandName()); + standVo.setStandType(stand.getStandType()); + standVo.setStandStatus(stand.getStandStatus()); + standVo.setStandIp(stand.getStandIp()); + standVo.setStandDesc(stand.getStandDesc()); + standVo.setLastUpdateTime(stand.getLastUpdateTime()); + standVo.setLastUpdateUser(stand.getLastUpdateUser()); + + return standVo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StockUpdateVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StockUpdateVo.java new file mode 100644 index 0000000..e693649 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StockUpdateVo.java @@ -0,0 +1,91 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppStockUpdate; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 库存更新Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockUpdateVo { + /** + * 库存更新记录id + */ + @JsonProperty("updateId") + private String updateId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 首次入库时间 + */ + @JsonProperty("firstInTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime firstInTime; + /** + * 原数量 + */ + @JsonProperty("beforeNum") + private Integer beforeNum; + /** + * 新数量 + */ + @JsonProperty("afterNum") + private Integer afterNum; + /** + * 更新理由 + */ + @JsonProperty("reason") + private String reason; + /** + * 更新时间 + */ + @JsonProperty("updateTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime updateTime; + /** + * 更新用户 + */ + @JsonProperty("updateUser") + private String updateUser; + + /** + * Po转Vo + * @param po po + * @return vo + */ + public static StockUpdateVo of(TAppStockUpdate po) { + if (po == null) { + return new StockUpdateVo(); + } + return new StockUpdateVo( + po.getUpdateId(), + po.getVehicleId(), + po.getGoodsId(), + po.getFirstInTime(), + po.getBeforeNum(), + po.getAfterNum(), + po.getReason(), + po.getUpdateTime(), + po.getUpdateUser() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StockVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StockVo.java new file mode 100644 index 0000000..96442e4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/StockVo.java @@ -0,0 +1,161 @@ +package com.wms_main.model.vo.wms; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppStock; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDate; +import java.time.LocalDateTime; + +/** + * 库存Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class StockVo { + /** + * 库存ID + */ + @JsonProperty("stockId") + private String stockId; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 库位 + */ + @JsonProperty("locationId") + private String locationId; + /** + * 库存状态 + */ + @JsonProperty("stockStatus") + private Integer stockStatus; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 物料描述 + */ + @JsonProperty("goodsDesc") + private String goodsDesc; + /** + * 物料状态 + */ + @JsonProperty("goodsStatus") + private Integer goodsStatus; + /** + * 入库总数 + */ + @JsonProperty("totalNum") + private Integer totalNum; + /** + * 实际剩余数量 + */ + @JsonProperty("realNum") + private Integer realNum; + /** + * 剩余数量 + */ + @JsonProperty("remainNum") + private Integer remainNum; + /** + * 有效期 + */ + @JsonProperty("expireDate") + @DateTimeFormat(pattern = "yyyy-MM-dd") + @JsonFormat(pattern = "yyyy-MM-dd") + private LocalDate expireDate; + /** + * sled + */ + @JsonProperty("sled") + private Integer sled; + /** + * 初次入库时间 + */ + @JsonProperty("firstInTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime firstInTime; + /** + * 初次入库用户 + */ + @JsonProperty("firstInUser") + private String firstInUser; + /** + * 上次更新时间 + */ + @JsonProperty("lastUpdateTime") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime lastUpdateTime; + /** + * 上次更新用户 + */ + @JsonProperty("lastUpdateUser") + private String lastUpdateUser; + + /** + * 特殊库存(E,K,Q) + */ + @TableField(value = "special_stock") + private String specialStock; // 特殊库存(E,K,Q) + + /** + * so单号与供应商编号,出库指定SO号或者供应商编号出库 + */ + @TableField(value = "special_stock_no") + private String specialStockNo; + + /** + * 物殊库存item号 + */ + @TableField(value = "special_stock_item_no") + private String specialStockItemNo; // 物殊库存item号 + + /** + * 批次号 + */ + @TableField(value = "batch_no") + private String batchNo; // 批次号 + /** + * 库存数据 Po->Vo + * @param stockPo 库存Po + * @return 库存Vo + */ + public static StockVo ofPo(TAppStock stockPo) { + return new StockVo( + stockPo.getStockId(), + stockPo.getVehicleId(), + stockPo.getLocationId(), + stockPo.getStockStatus(), + stockPo.getGoodsId(), + stockPo.getGoodsDesc(), + stockPo.getGoodsStatus(), + stockPo.getTotalNum(), + stockPo.getRealNum(), + stockPo.getRemainNum(), + stockPo.getExpireDate(), + stockPo.getSled(), + stockPo.getFirstInTime(), + stockPo.getFirstInUser(), + stockPo.getLastUpdateTime(), + stockPo.getLastUpdateUser(), + stockPo.getSpecialStock(), + stockPo.getSpecialStockNo(), + stockPo.getSpecialStockItemNo(), + stockPo.getBatchNo() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/SysApiVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/SysApiVo.java new file mode 100644 index 0000000..c627360 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/SysApiVo.java @@ -0,0 +1,102 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 接口发送日志 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class SysApiVo { + /** + * id + */ + @JsonProperty("logId") + private String logId; + /** + * url + */ + @JsonProperty("url") + private String url; + /** + * 超时时长 + */ + @JsonProperty("timeout") + private Integer timeout; + /** + * 请求方式 + */ + @JsonProperty("method") + private String method; + /** + * 请求头 + */ + @JsonProperty("contentType") + private String contentType; + /** + * 数据 + */ + @JsonProperty("data") + private String data; + /** + * token + */ + @JsonProperty("token") + private String token; + /** + * 请求是否成功 + */ + @JsonProperty("success") + private String success; + /** + * 响应码 + */ + @JsonProperty("responseCode") + private int responseCode; + /** + * 请求信息 + */ + @JsonProperty("requestMessage") + private String requestMessage; + /** + * 响应信息 + */ + @JsonProperty("responseMessage") + private String responseMessage; + /** + * 请求时间 + */ + @JsonProperty("requestTime") + private LocalDateTime requestTime; + /** + * 响应时间 + */ + @JsonProperty("responseTime") + private LocalDateTime responseTime; + /** + * 请求地址 + */ + @JsonProperty("requestUrl") + private String requestUrl; + /** + * 请求耗时 + */ + @JsonProperty("useTime") + private long useTime; + /** + * 异常 + */ + @JsonProperty("exceptionMessage") + private String exceptionMessage; + /** + * 记录时间 + */ + @JsonProperty("logTime") + private LocalDateTime logTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/SysLogVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/SysLogVo.java new file mode 100644 index 0000000..d37a8c3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/SysLogVo.java @@ -0,0 +1,62 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 接口接收日志 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class SysLogVo { + /** + * 日志Id + */ + @JsonProperty("logId") + private String logId; + /** + * 请求方式 + */ + @JsonProperty("method") + private String method; + /** + * 请求地址 + */ + @JsonProperty("uri") + private String uri; + /** + * 客户端主机 + */ + @JsonProperty("remoteHost") + private String remoteHost; + /** + * 客户端地址 + */ + @JsonProperty("remoteAddr") + private String remoteAddr; + /** + * 请求数据 + */ + @JsonProperty("requestContent") + private String requestContent; + /** + * 响应状态 + */ + @JsonProperty("status") + private String status; + /** + * 响应数据 + */ + @JsonProperty("responseContent") + private String responseContent; + /** + * 日志记录时间 + */ + @JsonProperty("logTime") + private LocalDateTime logTime; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskConfirmVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskConfirmVo.java new file mode 100644 index 0000000..f71df47 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskConfirmVo.java @@ -0,0 +1,39 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.bo.wms.TaskConfirmEntity; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 任务确认Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class TaskConfirmVo { + /** + * 子站台编号 + */ + @JsonProperty("childStandId") + private String childStandId; + + /** + * 子站台是否为空 + */ + @JsonProperty("childStandIsEmpty") + private Boolean childStandIsEmpty; + + /** + * 任务确认信息Vo + */ + @JsonProperty("taskConfirm") + private TaskConfirmEntity taskConfirmVo; + /** + * 库存确认信息Vo + */ + @JsonProperty("stockConfirm") + private StockConfirmEntity stockConfirmVo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskRecordVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskRecordVo.java new file mode 100644 index 0000000..77b10c9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskRecordVo.java @@ -0,0 +1,139 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppTaskBak; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 任务记录Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class TaskRecordVo { + /** + * 任务ID + */ + @JsonProperty("taskId") + private String taskId; + /** + * 任务类型 + */ + @JsonProperty("taskType") + private Integer taskType; + /** + * 任务状态 + */ + @JsonProperty("taskStatus") + private Integer taskStatus; + /** + * 任务优先级 + */ + @JsonProperty("taskPriority") + private Integer taskPriority; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 起点 + */ + @JsonProperty("origin") + private String origin; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * wcs任务id + */ + @JsonProperty("wcsTaskId") + private String wcsTaskId; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 操作数量 + */ + @JsonProperty("opNum") + private Integer opNum; + /** + * 库存数量 + */ + @JsonProperty("stockNum") + private Integer stockNum; + /** + * 操纵用户 + */ + @JsonProperty("opUser") + private String opUser; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; + /** + * 申请出库的站台 + */ + @JsonProperty("callStand") + private String callStand; + /** + * 物料描述 + */ + @JsonProperty("goodsDesc") + private String goodsDesc; + + /** + * 将po转换为vo + * @param po po对象 + * @return vo对象 + */ + public static TaskRecordVo of(TAppTaskBak po) { + if (po == null) { + return new TaskRecordVo(); + } + return new TaskRecordVo( + po.getTaskId(), + po.getTaskType(), + po.getTaskStatus(), + po.getTaskPriority(), + po.getVehicleId(), + po.getOrigin(), + po.getDestination(), + po.getWcsTaskId(), + po.getCreateTime(), + po.getFinishTime(), + po.getGoodsId(), + po.getOpNum(), + po.getStockNum(), + po.getOpUser(), + po.getRemark(), + po.getCallStand(), + po.getGoodsDesc() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskVo.java new file mode 100644 index 0000000..5eec9dd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/TaskVo.java @@ -0,0 +1,139 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppTask; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * 任务Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class TaskVo { + /** + * 任务ID + */ + @JsonProperty("taskId") + private String taskId; + /** + * 任务类型 + */ + @JsonProperty("taskType") + private Integer taskType; + /** + * 任务状态 + */ + @JsonProperty("taskStatus") + private Integer taskStatus; + /** + * 任务优先级 + */ + @JsonProperty("taskPriority") + private Integer taskPriority; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 起点 + */ + @JsonProperty("origin") + private String origin; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * wcs任务id + */ + @JsonProperty("wcsTaskId") + private String wcsTaskId; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 料号 + */ + @JsonProperty("goodsId") + private String goodsId; + /** + * 操作数量 + */ + @JsonProperty("opNum") + private Integer opNum; + /** + * 库存数量 + */ + @JsonProperty("stockNum") + private Integer stockNum; + /** + * 操纵用户 + */ + @JsonProperty("opUser") + private String opUser; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; + /** + * 申请出库的站台 + */ + @JsonProperty("callStand") + private String callStand; + /** + * 物料描述 + */ + @JsonProperty("goodsDesc") + private String goodsDesc; + + /** + * 将po转换为vo + * @param po po + * @return vo + */ + public static TaskVo of(TAppTask po) { + if (po == null) { + return new TaskVo(); + } + return new TaskVo( + po.getTaskId(), + po.getTaskType(), + po.getTaskStatus(), + po.getTaskPriority(), + po.getVehicleId(), + po.getOrigin(), + po.getDestination(), + po.getWcsTaskId(), + po.getCreateTime(), + po.getFinishTime(), + po.getGoodsId(), + po.getOpNum(), + po.getStockNum(), + po.getOpUser(), + po.getRemark(), + po.getCallStand(), + po.getGoodsDesc() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/UserLoginVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/UserLoginVo.java new file mode 100644 index 0000000..835b195 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/UserLoginVo.java @@ -0,0 +1,32 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * 用户登录信息Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class UserLoginVo { + /** + * 用户 + */ + @JsonProperty("user") + private UserVo user; + /** + * 菜单列表 + */ + @JsonProperty("menuList") + private List menuList; + /** + * 站台 + */ + @JsonProperty("stand") + private StandVo stand; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/UserVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/UserVo.java new file mode 100644 index 0000000..185bcf3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/UserVo.java @@ -0,0 +1,44 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TSysUser; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 用户Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class UserVo { + /** + * 登录账户 + */ + @JsonProperty("loginAccount") + private String loginAccount; + /** + * 用户名 + */ + @JsonProperty("userName") + private String userName; + /** + * 角色Id + */ + @JsonProperty("roleId") + private String roleId; + + /** + * 从po转化为vo + * @param userPo po + * @return vo + */ + public static UserVo ofPo(TSysUser userPo) { + UserVo userVo = new UserVo(); + userVo.setLoginAccount(userPo.getLoginAccount()); + userVo.setUserName(userPo.getUserName()); + userVo.setRoleId(userPo.getRoleId()); + return userVo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/VehicleVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/VehicleVo.java new file mode 100644 index 0000000..0ef00df --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/VehicleVo.java @@ -0,0 +1,74 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.po.TAppVehicle; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.time.LocalDateTime; + +/** + * 载具显示Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class VehicleVo { + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 是否空载具 + */ + @JsonProperty("isEmpty") + private Integer isEmpty; + /** + * 载具状态 + */ + @JsonProperty("vehicleStatus") + private Integer vehicleStatus; + /** + * 载具类型 + */ + @JsonProperty("vehicleType") + private String vehicleType; + /** + * 是否锁定 + */ + @JsonProperty("isLock") + private Integer isLock; + /** + * 库位 + */ + @JsonProperty("locationId") + private String locationId; + /** + * 上次入库时间 + */ + @JsonProperty("lastInTime") + private LocalDateTime lastInTime; + + /** + * 将po对象转换为vo对象 + * @param po po对象 + * @return vo + */ + public static VehicleVo of(TAppVehicle po) { + if (po == null) { + return new VehicleVo(); + } + // 返回vo + return new VehicleVo( + po.getVehicleId(), + po.getIsEmpty(), + po.getVehicleStatus(), + po.getVehicleType(), + po.getIsLock(), + po.getLocationId(), + po.getLastInTime() + ); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WcsTaskRecordVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WcsTaskRecordVo.java new file mode 100644 index 0000000..bb75b93 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WcsTaskRecordVo.java @@ -0,0 +1,80 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * Wcs任务记录Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsTaskRecordVo { + /** + * wcs任务id + */ + @JsonProperty("wcsTaskId") + private String wcsTaskId; + /** + * wcs任务状态 + */ + @JsonProperty("wcsTaskStatus") + private Integer wcsTaskStatus; + /** + * wcs任务类型 + */ + @JsonProperty("wcsTaskType") + private Integer wcsTaskType; + /** + * wcs任务优先级 + */ + @JsonProperty("taskPriority") + private Integer taskPriority; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 起点 + */ + @JsonProperty("origin") + private String origin; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty("sendTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 备注 + */ + @JsonProperty("remark") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WcsTaskVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WcsTaskVo.java new file mode 100644 index 0000000..e4e4325 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WcsTaskVo.java @@ -0,0 +1,82 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonFormat; +import com.fasterxml.jackson.annotation.JsonProperty; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.springframework.format.annotation.DateTimeFormat; + +import java.time.LocalDateTime; + +/** + * Wcs任务显示Vo + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WcsTaskVo { + /** + * wcs任务id + */ + @JsonProperty("wcsTaskId") + private String wcsTaskId; + /** + * wcs任务状态 + */ + @JsonProperty("wcsTaskStatus") + private Integer wcsTaskStatus; + /** + * wcs任务类型 + */ + @JsonProperty("wcsTaskType") + private Integer wcsTaskType; + /** + * wcs任务优先级 + */ + @JsonProperty("taskPriority") + private Integer taskPriority; + /** + * 载具号 + */ + @JsonProperty("vehicleId") + private String vehicleId; + /** + * 起点 + */ + @JsonProperty("origin") + private String origin; + /** + * 终点 + */ + @JsonProperty("destination") + private String destination; + /** + * 创建时间 + */ + @JsonProperty("createTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime createTime; + /** + * 发送时间 + */ + @JsonProperty("sendTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime sendTime; + /** + * 完成时间 + */ + @JsonProperty("finishTime") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private LocalDateTime finishTime; + /** + * 备注 + */ + @JsonProperty("remark") + @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") + @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") + private String remark; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WorkConfirmVo.java b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WorkConfirmVo.java new file mode 100644 index 0000000..ff23da9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/model/vo/wms/WorkConfirmVo.java @@ -0,0 +1,27 @@ +package com.wms_main.model.vo.wms; + +import com.fasterxml.jackson.annotation.JsonProperty; +import com.wms_main.model.bo.wms.OrderConfirmEntity; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * 工作确认信息Vo类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class WorkConfirmVo { + /** + * 订单确认信息Vo + */ + @JsonProperty("orderConfirm") + private OrderConfirmEntity orderConfirmVo; + /** + * 库存确认信息Vo + */ + @JsonProperty("stockConfirm") + private StockConfirmEntity stockConfirmVo; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/quartz/JobStarter.java b/dev_wms_serve/src/main/java/com/wms_main/quartz/JobStarter.java new file mode 100644 index 0000000..0ee0689 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/quartz/JobStarter.java @@ -0,0 +1,20 @@ +package com.wms_main.quartz; + +import com.wms_main.service.quartz_job.IJobService; +import lombok.RequiredArgsConstructor; +import org.springframework.boot.CommandLineRunner; +import org.springframework.stereotype.Component; + +/** + * 定时任务启动类 + */ +@Component +@RequiredArgsConstructor +public class JobStarter implements CommandLineRunner { + private final IJobService jobService; + @Override + public void run(String... args) { + // 启动定时任务 + jobService.initAllJobs(); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/quartz/JobUtils.java b/dev_wms_serve/src/main/java/com/wms_main/quartz/JobUtils.java new file mode 100644 index 0000000..8bed1a7 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/quartz/JobUtils.java @@ -0,0 +1,141 @@ +package com.wms_main.quartz; + +import com.wms_main.constant.enums.jobs.JobTimerTypeEnums; +import com.wms_main.quartz.config.JobBean; +import lombok.RequiredArgsConstructor; +import org.quartz.*; + +import java.util.Objects; + +/** + * 定时任务工具类 + */ +@RequiredArgsConstructor +public class JobUtils { + + /** + * 创建任务 + * @param scheduler 调度器 + * @param jobBean 任务信息 + */ + public static void createJob(Scheduler scheduler, JobBean jobBean) { + try { + // 生成任务 + JobDetail jobDetail = JobBuilder.newJob(jobBean.getJobClass()) + .storeDurably() + .withIdentity(jobBean.getJobName()) + .build(); + // 生成触发器 + TriggerBuilder triggerBuilder = TriggerBuilder.newTrigger() + .forJob(jobDetail) + .withIdentity(jobBean.getJobName() + "_trigger"); + if (Objects.equals(jobBean.getTimerType(), JobTimerTypeEnums.CRON.getType())) { + // cron + triggerBuilder.withSchedule(CronScheduleBuilder.cronSchedule(jobBean.getCronExpression())); + } else { + // 简单定时器 + if (jobBean.getTimer() == null || jobBean.getTimer() < 100) { + triggerBuilder.withSchedule(SimpleScheduleBuilder.simpleSchedule().withIntervalInMilliseconds(100).repeatForever()); + } else { + triggerBuilder.withSchedule(SimpleScheduleBuilder.simpleSchedule().withIntervalInMilliseconds(jobBean.getTimer()).repeatForever()); + } + } + Trigger trigger = triggerBuilder.build(); + scheduler.scheduleJob(jobDetail, trigger); + } catch (SchedulerException e) { + throw new RuntimeException(e); + } + } + + /** + * 暂停定时任务 + * @param scheduler 调度器 + * @param jobName 任务名 + */ + public static void pauseJob(Scheduler scheduler, String jobName) { + try { + scheduler.pauseJob(JobKey.jobKey(jobName)); + } catch (SchedulerException e) { + throw new RuntimeException(e); + } + } + + /** + * 恢复定时任务 + * @param scheduler 调度器 + * @param jobName 任务名 + */ + public static void resumeJob(Scheduler scheduler, String jobName) { + try { + scheduler.resumeJob(JobKey.jobKey(jobName)); + } catch (SchedulerException e) { + throw new RuntimeException(e); + } + } + + /** + * 删除定时任务 + * @param scheduler 调度器 + * @param jobName 任务名 + */ + public static void deleteJob(Scheduler scheduler, String jobName) { + try { + scheduler.deleteJob(JobKey.jobKey(jobName)); + } catch (SchedulerException e) { + throw new RuntimeException(e); + } + } + + /** + * 立即执行一次任务 + * @param scheduler 调度器 + * @param jobName 任务名 + */ + public static void runJobOnce(Scheduler scheduler, String jobName) { + try { + scheduler.triggerJob(JobKey.jobKey(jobName)); + } catch (SchedulerException e) { + throw new RuntimeException(e); + } + } + + /** + * 更新任务信息 + * @param scheduler 调度器 + * @param jobBean 任务信息 + */ + public static void modifyJob(Scheduler scheduler, JobBean jobBean) { + try { + // 获取触发器唯一标识 + TriggerKey triggerKey = TriggerKey.triggerKey(jobBean.getJobName() + "_trigger"); + if (Objects.equals(jobBean.getTimerType(), JobTimerTypeEnums.CRON.getType())) {// cron + // 获取触发器唯一对象 + CronTrigger oldTrigger = (CronTrigger) scheduler.getTrigger(triggerKey); + // 使用新cron表达式构建新的触发器 + CronTrigger newTrigger = oldTrigger.getTriggerBuilder() + .withSchedule(CronScheduleBuilder.cronSchedule(jobBean.getCronExpression())) + .build(); + // 调度器更新最新的触发器 + scheduler.rescheduleJob(triggerKey, newTrigger); + } else { + // 获取触发器唯一对象 + SimpleTrigger oldTrigger = (SimpleTrigger) scheduler.getTrigger(triggerKey); + // 使用新cron表达式构建新的触发器 + SimpleTrigger newTrigger; + if (jobBean.getTimer() == null || jobBean.getTimer() < 100) { + newTrigger = oldTrigger.getTriggerBuilder() + .withSchedule(SimpleScheduleBuilder.simpleSchedule().withIntervalInMilliseconds(100).repeatForever()) + .build(); + } else { + newTrigger = oldTrigger.getTriggerBuilder() + .withSchedule(SimpleScheduleBuilder.simpleSchedule().withIntervalInMilliseconds(jobBean.getTimer()).repeatForever()) + .build(); + } + // 调度器更新最新的触发器 + scheduler.rescheduleJob(triggerKey, newTrigger); + } + } catch (SchedulerException e) { + throw new RuntimeException(e); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/quartz/config/JobBean.java b/dev_wms_serve/src/main/java/com/wms_main/quartz/config/JobBean.java new file mode 100644 index 0000000..f03b34d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/quartz/config/JobBean.java @@ -0,0 +1,46 @@ +package com.wms_main.quartz.config; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; +import org.quartz.Job; + +import javax.validation.constraints.Min; + +/** + * 定时任务配置类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class JobBean { + /** + * 任务名 + */ + private String jobName; + /** + * 任务类class + */ + private Class jobClass; + /** + * cron表达式 + */ + private String cronExpression; + /** + * 普通定时器---单位:毫秒。 + */ + @Min(value = 100, message = "定时器任务间隔不能小于100ms") + private Integer timer; + /** + * timer类型 + * 1: 普通定时器 + * 2:cron + */ + private Integer timerType; + /** + * 任务状态 + * 1:启用 + * 0:未启用 + */ + private Integer jobStatus; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/http/HttpClient.java b/dev_wms_serve/src/main/java/com/wms_main/repository/http/HttpClient.java new file mode 100644 index 0000000..81045a7 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/http/HttpClient.java @@ -0,0 +1,237 @@ +package com.wms_main.repository.http; + +import com.wms_main.dao.ITSysApiService; +import com.wms_main.repository.http.entity.HttpRequest; +import com.wms_main.repository.http.entity.HttpResponse; +import com.wms_main.repository.utils.StringUtils; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.apache.http.client.config.RequestConfig; +import org.apache.http.client.methods.CloseableHttpResponse; +import org.apache.http.client.methods.HttpDelete; +import org.apache.http.client.methods.HttpGet; +import org.apache.http.client.methods.HttpPost; +import org.apache.http.entity.StringEntity; +import org.apache.http.impl.client.CloseableHttpClient; +import org.apache.http.impl.client.HttpClientBuilder; +import org.springframework.stereotype.Component; +import org.springframework.util.StopWatch; + +import java.io.BufferedReader; +import java.io.InputStreamReader; +import java.time.LocalDateTime; + +/** + * api 客户端 + */ +@Component +@Slf4j +@RequiredArgsConstructor +public class HttpClient { + private final ITSysApiService sysApiService; + + /** + * 发送一个 Get 请求 + * @param request 请求数据 + * @return 响应数据 + */ + public HttpResponse httpGet(HttpRequest request) { + HttpResponse response = new HttpResponse(); + String url = request.getUrl(); + if(StringUtils.isEmpty(url)) { + // 请求地址没传 + response.setSuccess(false); + response.setResponseCode(999); + response.setException(new Exception("请求地址为空")); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } + if(StringUtils.isNotEmpty(request.getData())) { + url += request.getData(); + } + response.setRequestUrl(url); + response.setRequestMessage(request.getData()); + try { + CloseableHttpClient httpClient = HttpClientBuilder.create().build(); + HttpGet getRequest = new HttpGet(url + request.getData()); + getRequest.setHeader("Content-Type", request.getContentType()); + getRequest.setHeader("Authorization", request.getToken()); + RequestConfig requestConfig = RequestConfig.custom() + .setConnectTimeout(request.getTimeout()) + .setConnectionRequestTimeout(request.getTimeout()) + .setSocketTimeout(request.getTimeout()).build(); + getRequest.setConfig(requestConfig); + StopWatch watch = new StopWatch(); + response.setRequestTime(LocalDateTime.now()); + watch.start(); + CloseableHttpResponse getResponse = httpClient.execute(getRequest); + watch.stop(); + response.setResponseTime(LocalDateTime.now()); + response.setUseTime(watch.getTotalTimeMillis()); + response.setResponseCode(getResponse.getStatusLine().getStatusCode()); + BufferedReader reader = new BufferedReader(new InputStreamReader(getResponse.getEntity().getContent())); + String line; + StringBuilder result = new StringBuilder(); + while ((line = reader.readLine()) != null) { + result.append(line); + } + reader.close(); + httpClient.close(); + response.setSuccess(true); + response.setResponseMessage(result.toString()); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } catch (Exception e) { + response.setSuccess(false); + response.setResponseCode(999); + response.setException(e); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } + } + + /** + * 发送一个 Post 请求 + * @param request 请求数据 + * @return 响应数据 + */ + public HttpResponse httpPost(HttpRequest request) { + log.info("请求信息{}", StringUtils.objectToString(request)); + HttpResponse response = new HttpResponse(); + String url = request.getUrl(); + if(StringUtils.isEmpty(url)) { + // 请求地址没传 + response.setSuccess(false); + response.setResponseCode(999); + response.setException(new Exception("请求地址为空")); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } + if(StringUtils.isEmpty(request.getData())) { + request.setData("{}"); + } + response.setRequestUrl(url); + response.setRequestMessage(request.getData()); + try { + CloseableHttpClient httpClient = HttpClientBuilder.create().build(); + HttpPost postRequest = new HttpPost(url); + postRequest.setHeader("Content-Type", request.getContentType()); + postRequest.setHeader("Authorization", request.getToken()); + postRequest.setEntity(new StringEntity(request.getData())); + RequestConfig requestConfig = RequestConfig.custom() + .setConnectTimeout(request.getTimeout()) + .setConnectionRequestTimeout(request.getTimeout()) + .setSocketTimeout(request.getTimeout()).build(); + postRequest.setConfig(requestConfig); + StopWatch watch = new StopWatch(); + response.setRequestTime(LocalDateTime.now()); + watch.start(); + CloseableHttpResponse postResponse = httpClient.execute(postRequest); + watch.stop(); + response.setResponseTime(LocalDateTime.now()); + response.setUseTime(watch.getTotalTimeMillis()); + response.setResponseCode(postResponse.getStatusLine().getStatusCode()); + BufferedReader reader = new BufferedReader(new InputStreamReader(postResponse.getEntity().getContent())); + String line; + StringBuilder result = new StringBuilder(); + while ((line = reader.readLine()) != null) { + result.append(line); + } + reader.close(); + httpClient.close(); + response.setSuccess(true); + response.setResponseMessage(result.toString()); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } catch (Exception e) { + response.setSuccess(false); + response.setResponseCode(999); + response.setException(e); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } + } + + /** + * 发送一个 delete 请求 + * @param request 请求数据 + * @return 响应数据 + */ + public HttpResponse httpDelete(HttpRequest request) { + HttpResponse response = new HttpResponse(); + String url = request.getUrl(); + if(StringUtils.isEmpty(url)) { + // 请求地址没传 + response.setSuccess(false); + response.setResponseCode(999); + response.setException(new Exception("请求地址为空")); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } + if(!StringUtils.isEmpty(request.getData())) { + url += request.getData(); + } + response.setRequestUrl(url); + response.setRequestMessage(request.getData()); + try { + CloseableHttpClient httpClient = HttpClientBuilder.create().build(); + HttpDelete deleteRequest = new HttpDelete(url + request.getData()); + deleteRequest.setHeader("Content-Type", request.getContentType()); + deleteRequest.setHeader("Authorization", request.getToken()); + RequestConfig requestConfig = RequestConfig.custom() + .setConnectTimeout(request.getTimeout()) + .setConnectionRequestTimeout(request.getTimeout()) + .setSocketTimeout(request.getTimeout()).build(); + deleteRequest.setConfig(requestConfig); + StopWatch watch = new StopWatch(); + response.setRequestTime(LocalDateTime.now()); + watch.start(); + CloseableHttpResponse getResponse = httpClient.execute(deleteRequest); + watch.stop(); + response.setResponseTime(LocalDateTime.now()); + response.setUseTime(watch.getTotalTimeMillis()); + response.setResponseCode(getResponse.getStatusLine().getStatusCode()); + BufferedReader reader = new BufferedReader(new InputStreamReader(getResponse.getEntity().getContent())); + String line; + StringBuilder result = new StringBuilder(); + while ((line = reader.readLine()) != null) { + result.append(line); + } + reader.close(); + httpClient.close(); + response.setSuccess(true); + response.setResponseMessage(result.toString()); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } catch (Exception e) { + response.setSuccess(false); + response.setResponseCode(999); + response.setException(e); + // 增加存储数据库的操作 TODO 后续想办法增加多线程执行存储数据库 + insertApiLogToDb(request, response); + return response; + } + } + + /** + * 存储api日志信息 + * @param request 请求信息 + * @param response 响应信息 + */ + void insertApiLogToDb(HttpRequest request, HttpResponse response) { + try { + sysApiService.insertApiLog(request, response); + } catch (Exception e) { + log.error("插入日志失败{}", StringUtils.objectToString(e)); + } + } + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/http/entity/HttpRequest.java b/dev_wms_serve/src/main/java/com/wms_main/repository/http/entity/HttpRequest.java new file mode 100644 index 0000000..973f80b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/http/entity/HttpRequest.java @@ -0,0 +1,71 @@ +package com.wms_main.repository.http.entity; + +import com.wms_main.repository.http.enums.HttpMethodEnum; +import com.wms_main.repository.utils.StringUtils; +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * WCS HTTP 请求类 + */ +@Data +@AllArgsConstructor +@NoArgsConstructor +public class HttpRequest { + /** + * url + */ + private String url; + /** + * 超时时长 + */ + private Integer timeout = 5000; + /** + * 请求方式 + */ + private HttpMethodEnum method; + /** + * 请求头 + */ + private String contentType = "application/json"; + /** + * 数据 + */ + private String data; + /** + * token + */ + private String token; + + /** + * 构建一个POST请求 + * @param url 接口地址 + * @param data 数据 + * @param timeout 超时时长 + * @param contentType 请求头 + * @param token token + * @return post请求体 + * @param 数据类型 + */ + public static HttpRequest postInstanceOf(String url, T data, Integer timeout, String contentType, String token) { + if (timeout == null || timeout <= 1000) { + timeout = 5000; + } + if (StringUtils.isEmpty(contentType)) { + contentType = "application/json"; + } + return new HttpRequest(url.trim(), timeout, HttpMethodEnum.POST, contentType, StringUtils.objectToString(data), token); + } + + /** + * 构建一个POST请求 + * @param url 接口地址 + * @param data 数据 + * @return post请求体 + * @param 数据类型 + */ + public static HttpRequest postInstanceOf(String url, T data) { + return postInstanceOf(url.trim(), data, 5000, "application/json", ""); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/http/entity/HttpResponse.java b/dev_wms_serve/src/main/java/com/wms_main/repository/http/entity/HttpResponse.java new file mode 100644 index 0000000..186d4dd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/http/entity/HttpResponse.java @@ -0,0 +1,59 @@ +package com.wms_main.repository.http.entity; + +import com.wms_main.repository.utils.StringUtils; +import lombok.Data; + +import java.time.LocalDateTime; + +/** + * Http 请求的响应类 + */ +@Data +public class HttpResponse { + /** + * 请求是否成功 + */ + private boolean success = false; + /** + * 响应码 + */ + private int responseCode; + /** + * 请求信息 + */ + private String requestMessage; + /** + * 响应信息 + */ + private String responseMessage; + /** + * 请求时间 + */ + private LocalDateTime requestTime; + /** + * 响应时间 + */ + private LocalDateTime responseTime; + /** + * 请求地址 + */ + private String requestUrl; + /** + * 请求耗时 + */ + private long useTime; + /** + * 异常 + */ + private Exception exception; + + /** + * 获取响应数据 + * @param clazz 转化类型 + * @return 转化结果 + * @param 泛型 + */ + public T getData(Class clazz) { + return StringUtils.stringToObject(this.getResponseMessage(), clazz); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/http/enums/HttpMethodEnum.java b/dev_wms_serve/src/main/java/com/wms_main/repository/http/enums/HttpMethodEnum.java new file mode 100644 index 0000000..1c98105 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/http/enums/HttpMethodEnum.java @@ -0,0 +1,19 @@ +package com.wms_main.repository.http.enums; + +import lombok.AllArgsConstructor; +import lombok.Getter; + +/** + * http请求方式 + */ +@Getter +@AllArgsConstructor +public enum HttpMethodEnum { + + GET("GET"), + POST("POST"), + PUT("PUT"), + DELETE("DELETE"); + + private final String method; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/pdf/ReadMe.md b/dev_wms_serve/src/main/java/com/wms_main/repository/pdf/ReadMe.md new file mode 100644 index 0000000..e69de29 diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/TcpClient.java b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/TcpClient.java new file mode 100644 index 0000000..d5dd924 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/TcpClient.java @@ -0,0 +1,227 @@ +package com.wms_main.repository.tcp; + +import com.wms_main.repository.tcp.constant.SocketStatusEnum; +import com.wms_main.repository.tcp.model.po.SocketServerData; +import lombok.Setter; +import org.jetbrains.annotations.NotNull; + +import java.io.*; +import java.net.InetAddress; +import java.net.Socket; +import java.nio.charset.StandardCharsets; +import java.time.LocalDateTime; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; +import java.util.Map; +import java.util.concurrent.Executors; +import java.util.concurrent.ScheduledExecutorService; +import java.util.concurrent.TimeUnit; + +public class TcpClient { + + // 基础的服务端的信息 + private List socketServerDataList; + + // 事件回调 + @Setter + private TcpEvent tcpEvent; + + // 心跳包数据 + @Setter + private byte[] keepAliveBytes = "".getBytes(StandardCharsets.US_ASCII); + + protected Map lastReceiveTime; + + /** + * 设置基础的服务端信息 + * + * @param id 服务端ID + * @param ip 服务端ip + * @param port 服务端端口 + * @param name 服务端名称 + */ + public void setBaseServerInfo(Integer id, String ip, Integer port, String name) { + if(socketServerDataList == null) { + socketServerDataList = new ArrayList<>(); + } + SocketServerData socketServerData = new SocketServerData(); + socketServerData.setId(id); + socketServerData.setIp(ip); + socketServerData.setPort(port); + socketServerData.setName(name); + socketServerData.setConnectStatus(SocketStatusEnum.WAIT_CONNECT); + socketServerDataList.add(socketServerData); + } + + /** + * 连接服务端 + */ + public void connect() { + if(socketServerDataList == null || socketServerDataList.isEmpty()) { + return; + } + for (SocketServerData socketServerData : socketServerDataList) { + Thread thread = new Thread(()->{ + if(socketServerData.getConnectStatus() == SocketStatusEnum.CONNECTING + || socketServerData.getConnectStatus() == SocketStatusEnum.CONNECTED) { + return; + } + try { + socketServerData.setConnectStatus(SocketStatusEnum.CONNECTING); + socketServerData.setSocket(new Socket(socketServerData.getIp(), socketServerData.getPort())); + socketServerData.setConnectStatus(SocketStatusEnum.CONNECTED); + if (tcpEvent != null) { + tcpEvent.connected(socketServerData); + } + while (true) { + InputStream inputStream = socketServerData.getSocket().getInputStream();// 接收消息 + byte[] receiveBytes = new byte[128]; + int readCount = inputStream.read(receiveBytes); + if (tcpEvent != null) { + if(lastReceiveTime == null) { + lastReceiveTime = new java.util.HashMap<>(); + } + lastReceiveTime.put(socketServerData.getId(), LocalDateTime.now()); + tcpEvent.receiveData(socketServerData, receiveBytes); + } + if(readCount == 0 || Arrays.equals(receiveBytes, new byte[128])) { + // 断开连接 + try { + socketServerData.getSocket().close(); + } catch (IOException ignored) { + } + socketServerData.setSocket(null); + if (tcpEvent != null) { + tcpEvent.disConnected(socketServerData); + } + break; + } + } + socketServerData.setSocket(null); + socketServerData.setConnectStatus(SocketStatusEnum.DISCONNECTED); + if (tcpEvent != null) { + tcpEvent.disConnected(socketServerData); + } + } catch (IOException e) { + if (socketServerData.getSocket() != null) { + try { + socketServerData.getSocket().close(); // 连接失败时候释放Socket资源 + } catch (IOException ignored) { + } + socketServerData.setSocket(null); + } + socketServerData.setConnectStatus(SocketStatusEnum.DISCONNECTED); + if (tcpEvent != null) { + tcpEvent.connectFailed(socketServerData, e); // 连接失败 + } + } + }); + thread.start(); + } + } + + /** + * 定时器监控 Socket 是否断开 + */ + public void keepAlive() { + new Thread(() -> { + while (socketServerDataList != null && !socketServerDataList.isEmpty()) { + try { + TimeUnit.SECONDS.sleep(1); + for (SocketServerData socketServerData : socketServerDataList) { + if (socketServerData.getConnectStatus() == SocketStatusEnum.CONNECTED && socketServerData.getSocket() != null) { + /* 检测连接中的Socket是否断开,若断开则设置状态为连接断开并且释放Socket资源 */ + boolean isConnected = isConnected(socketServerData); + if (isConnected) { + continue; + } + socketServerData.setConnectStatus(SocketStatusEnum.DISCONNECTED); + try { + socketServerData.getSocket().close(); + } catch (IOException ignored) { + } + socketServerData.setSocket(null); + if (tcpEvent != null) { + tcpEvent.disConnected(socketServerData); + } + break; + } + } + connect(); // 重新调用连接方法 + } catch (Exception ignored) {} + } + }).start(); + } + + /** + * 校验是否断开连接 + * @param socketServerData socket + * @return 是否断开连接 + */ + public boolean isConnected(@NotNull SocketServerData socketServerData) { + boolean canPing = ping(socketServerData.getIp()); + if(!canPing) { + return false; + } + try { + socketServerData.getSocket().getOutputStream().write(keepAliveBytes); + return true; + } catch (IOException e) { + return false; + } + } + + + /** + * ping 一个ip 地址 + * @param ip ip + * @return ping 是否成功的结果 + */ + private boolean ping(String ip) { + try { + return InetAddress.getByName(ip).isReachable(500); + } catch (IOException e) { + return false; + } + } + + + /** + * 向一个 Socket id 发送信息 + * @param id id + * @param data 信息 + * @return 错误信息,为 null 则表示发送成功 + */ + public String sendData(Integer id, byte[] data) { + if(id == null) { + return "传入的 id 为 null"; + } + if(data == null || data.length == 0) { + return "要发送的数据为空"; + } + if(socketServerDataList == null || socketServerDataList.isEmpty()) { + return "没有Socket资源"; + } + for (SocketServerData socketServerData : socketServerDataList) { + if(socketServerData.getId().equals(id)) { + try { + if(socketServerData.getConnectStatus() != SocketStatusEnum.CONNECTED) { + return "Socket 未连接或者已经断开"; + } + if(socketServerData.getSocket() == null) { + return "Socket 连接为空"; + } + OutputStream outputStream = socketServerData.getSocket().getOutputStream(); + outputStream.write(data); + outputStream.flush(); + return null; + } catch (IOException e) { + return "发送数据失败"; + } + } + } + return "未找到对应 id 的 Socket"; + } + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/TcpEvent.java b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/TcpEvent.java new file mode 100644 index 0000000..4442ef5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/TcpEvent.java @@ -0,0 +1,45 @@ +package com.wms_main.repository.tcp; + +import com.wms_main.repository.tcp.model.po.SocketServerData; + +/** + * 观察着模式,触发事件 + */ +public interface TcpEvent { + + /** + * 连接中 + * @param socketServerData 服务端 + */ + void connecting(SocketServerData socketServerData); + + /** + * 连接成功 + * @param socketServerData 服务端 + */ + void connected(SocketServerData socketServerData); + + /** + * 连接失败 + * @param socketServerData 服务端 + * @param ex 异常 + */ + void connectFailed(SocketServerData socketServerData, Exception ex); + + + /** + * 断开连接 + * @param socketServerData 服务端 + */ + void disConnected(SocketServerData socketServerData); + + /** + * 收到信息 + * @param socketServerData 客户端 + * @param data 信息 + */ + void receiveData(SocketServerData socketServerData, byte[] data); + + + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/constant/SocketStatusEnum.java b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/constant/SocketStatusEnum.java new file mode 100644 index 0000000..7ffba75 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/constant/SocketStatusEnum.java @@ -0,0 +1,20 @@ +package com.wms_main.repository.tcp.constant; + +/** + * socket 连接状态枚举 + */ +public enum SocketStatusEnum { + + // 等待连接 + WAIT_CONNECT, + + // 连接中 + CONNECTING, + + // 已连接 + CONNECTED, + + // 已断开连接 + DISCONNECTED; + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/model/po/SocketServerData.java b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/model/po/SocketServerData.java new file mode 100644 index 0000000..37536fc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/tcp/model/po/SocketServerData.java @@ -0,0 +1,52 @@ +package com.wms_main.repository.tcp.model.po; + +import com.wms_main.repository.tcp.constant.SocketStatusEnum; +import lombok.Data; + +import java.net.Socket; + +/** + * 基础的 Socket 连接信息 + */ +@Data +public class SocketServerData { + + /** + * socket客户端的id号 + */ + private Integer id; + + /** + * socket客户端的ip + */ + private String ip; + + /** + * socket客户端的端口号 + */ + private Integer port; + + /** + * socket客户端的名称 + */ + private String name; + + /** + * socket客户端的连接实例 + */ + private Socket socket; + + /** + * 连接状态 + */ + private SocketStatusEnum connectStatus; + + + public String ToString(){ + return String.format("[%d]%s:%d (%s)", id, ip, port, name); + } + + + + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/tuple/Tuple2.java b/dev_wms_serve/src/main/java/com/wms_main/repository/tuple/Tuple2.java new file mode 100644 index 0000000..3991eb6 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/tuple/Tuple2.java @@ -0,0 +1,19 @@ +package com.wms_main.repository.tuple; + +import lombok.Getter; + +/** + * 元组,2个元素 + */ +@Getter +public class Tuple2 { + + public T1 item1; + + public T2 item2; + + public Tuple2(T1 item1, T2 item2) { + this.item1 = item1; + this.item2 = item2; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/tuple/Tuple3.java b/dev_wms_serve/src/main/java/com/wms_main/repository/tuple/Tuple3.java new file mode 100644 index 0000000..218212c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/tuple/Tuple3.java @@ -0,0 +1,19 @@ +package com.wms_main.repository.tuple; + +import lombok.Getter; + +/** + * 元组,3个元素 + */ +@Getter +public class Tuple3 { + public T1 item1; + public T2 item2; + public T3 item3; + + public Tuple3(T1 item1, T2 item2, T3 item3) { + this.item1 = item1; + this.item2 = item2; + this.item3 = item3; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/utils/ConvertUtils.java b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/ConvertUtils.java new file mode 100644 index 0000000..345f736 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/ConvertUtils.java @@ -0,0 +1,66 @@ +package com.wms_main.repository.utils; + +/** + * 转换工具 + */ +public class ConvertUtils { + /** + * wcs堆垛机任务状态转换成wms任务状态 + * @param wcsStatus wcs堆垛机任务状态 + * @return wms任务状态 + */ + public static int convertWcsStackerTaskStatusToWmsTaskStatus(int wcsStatus) { + return switch (wcsStatus) { + case 0 -> 1; + case 1 -> 2; + case 2, 3, 4, 5 -> 3; + case 100 -> 4; + case 998 -> 98; + case 999 -> 99; + default -> -1; + }; + } + + /** + * wms任务状态转换成wcs堆垛机任务状态 + * @param wmsStatus wms任务状态 + * @return wcs堆垛机任务状态 + */ + public static int convertWmsTaskStatusToWcsStackerTaskStatus(int wmsStatus) { + return switch (wmsStatus) { + case 1 -> 0; + case 2 -> 1; + case 3 -> 2; + case 4 -> 100; + case 98 -> 998; + case 99 -> 999; + default -> -1; + }; + } + + /** + * 将Wms任务类型转化为Wcs任务类型 + * @param wmsStackerTaskType wms任务类型 + * @return wcs任务类型 + */ + public static int convertStackerTaskTypeFromWmsToWcs(int wmsStackerTaskType) { + return switch (wmsStackerTaskType) { + case 1 -> 1; + case 2 -> 2; + default -> -1; + }; + } + + /** + * 将Wcs任务类型转化为Wms任务类型 + * @param wcsStackerTaskType wcs任务类型 + * @return wms任务类型 + */ + public static int convertStackerTaskTypeFromWcsToWms(int wcsStackerTaskType) { + return switch (wcsStackerTaskType) { + case 1 -> 1; + case 2 -> 2; + default -> -1; + }; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/utils/FileUtils.java b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/FileUtils.java new file mode 100644 index 0000000..5ba3e77 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/FileUtils.java @@ -0,0 +1,47 @@ +package com.wms_main.repository.utils; + +import lombok.extern.slf4j.Slf4j; + +import java.io.File; +import java.io.FileInputStream; +import java.util.Base64; + +/** + * 文件工具类 + */ +@Slf4j +public class FileUtils { + /** + * 获取图片信息 + * @param imagePath 图片地址 + * @param imageName 图片名称 + * @return 图片结果 + */ + public static String getImageDetail(String imagePath, String imageName) { + // 获取图片实例 + String imageDetail = ""; + if (StringUtils.isEmpty(imagePath) || StringUtils.isEmpty(imageName)) { + // 空文件信息,直接返回 + return imageDetail; + } + try { + // 如果最后一位是/或者\,则去掉 + String lastStr = imagePath.substring(imagePath.length() - 1); + if (lastStr.equals("/") || lastStr.equals("\\")) { + imagePath = imagePath.substring(0, imagePath.length() - 1); + } + //将图片文件转为base64图片 + File imageFile = new File(imagePath + File.separator + imageName); + FileInputStream inputStream = new FileInputStream(imageFile); + byte[] buffer = new byte[inputStream.available()]; + if (inputStream.read(buffer) == -1) { + inputStream.close(); + } + StringBuilder imageBase64 = new StringBuilder(Base64.getEncoder().encodeToString(buffer)); + imageDetail = new String(imageBase64); + } catch (Exception e) { + log.error("获取图片信息异常了。"); + } + return imageDetail; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/utils/StringUtils.java b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/StringUtils.java new file mode 100644 index 0000000..cd97c4d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/StringUtils.java @@ -0,0 +1,271 @@ +package com.wms_main.repository.utils; + +import com.alibaba.fastjson2.JSON; +import jakarta.servlet.http.HttpServletRequest; +import org.springframework.util.DigestUtils; + +/** + * 字符串工具类 + */ +public class StringUtils { + + private static final String CHARS_AZ = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; + private static final String CHARS_az = "abcdefghijklmnopqrstuvwxyz"; + private static final String CHARS_09 = "0123456789"; + + /** 下划线 */ + private static final char SEPARATOR = '_'; + + /** + * 判断字符串是否为空 + * @param str 要判断的字符串 + * @return 结果 true:空 + */ + public static boolean isEmpty(String str) { + return str == null || str.isEmpty(); + } + + /** + * 判断字符串是否为非空 + * @param str 要判断的字符串 + * @return 结果 true:非空 + */ + public static boolean isNotEmpty(String str) { + return !isEmpty(str); + } + + /** + * 在左边补充字符到指定长度 + * @param str 要补充的字符串 + * @param c 补充的字符 + * @param length 长度 + * @return 结果 + */ + public static String padLeft(String str, String c, int length) { + if(isEmpty(str)) { + return c.repeat(length); + } + return c.repeat(Math.max(0, length - str.length())) + str; + } + + /** + * 在右边补充字符到指定长度 + * @param str 要补充的字符串 + * @param c 补充的字符 + * @param length 长度 + * @return 结果 + */ + public static String padRight(String str, String c, int length) { + if(isEmpty(str)) { + return c.repeat(length); + } + return str + c.repeat(Math.max(0, length - str.length())); + } + + /** + * 判断一个字符串是否为数字 + * @param str 要判断的字符串 + * @return 结果 + */ + public static boolean isNumber(String str) { + if (isEmpty(str)) return false; + return str.matches("^\\d+$"); + } + + /** + * 判断一个字符串是否为小数 + * @param str 要判断的字符串 + * @return 结果 + */ + public static boolean isDecimal(String str) { + if (isEmpty(str)) return false; + return str.matches("^\\d+\\.?\\d*$"); + } + + /** + * 加密密码所用的一种方式,理论上不可逆向 + * @param password 要加密的密码 + * @return 加密结果 + */ + public static String encryptPassword(String password) { + StringBuilder result = new StringBuilder(); + int count = 0; + String needEncryptStr = password; + while (result.length() < 255) { + count ++; + String md5 = DigestUtils.md5DigestAsHex(needEncryptStr.getBytes()).toUpperCase(); + if(count % 2 == 0 || result.length() < count * 2) { + result.append(md5); + } else { + result.insert(count * 2, md5); + } + needEncryptStr = md5; + } + return result.substring(0, 255); + } + + /** + * 驼峰转下划线命名 + * @param str 转换前的驼峰方式命名的字符串 + * @return 转换后的下划线方式命名的字符串 + * 例:userName->user_name + */ + public static String toUnderScoreCase(String str) { + if (str == null) { + return null; + } + StringBuilder sb = new StringBuilder(); + // 前置字符是否大写 + boolean preCharIsUpperCase = true; + // 当前字符是否大写 + boolean curreCharIsUpperCase = true; + // 下一个字符是否大写 + boolean nexteCharIsUpperCase = true; + for (int i = 0; i < str.length(); i++) + { + char c = str.charAt(i); + if (i > 0) { + preCharIsUpperCase = Character.isUpperCase(str.charAt(i - 1)); + } else { + preCharIsUpperCase = false; + } + curreCharIsUpperCase = Character.isUpperCase(c); + if (i < (str.length() - 1)) { + nexteCharIsUpperCase = Character.isUpperCase(str.charAt(i + 1)); + } + if (preCharIsUpperCase && curreCharIsUpperCase && !nexteCharIsUpperCase) { + sb.append(SEPARATOR); + } else if ((i != 0 && !preCharIsUpperCase) && curreCharIsUpperCase) { + sb.append(SEPARATOR); + } + sb.append(Character.toLowerCase(c)); + } + return sb.toString(); + } + + /** + * 驼峰式命名法 + * 例如:user_name->userName + */ + public static String toCamelCase(String s) { + if (s == null) { + return null; + } + if (s.indexOf(SEPARATOR) == -1) { + s = s.toLowerCase(); + return s; + } + s = s.toLowerCase(); + StringBuilder sb = new StringBuilder(s.length()); + boolean upperCase = false; + for (int i = 0; i < s.length(); i++) { + char c = s.charAt(i); + if (c == SEPARATOR) { + upperCase = true; + } else if (upperCase) { + sb.append(Character.toUpperCase(c)); + upperCase = false; + } else { + sb.append(c); + } + } + return sb.toString(); + } + + /** + * 将对象转为字符串 + * @param t 实体类 + * @param clazz 类型 + * @return 字符串 + */ + public static String objectToStringWithClassName(T t, Class clazz) { + return clazz.getSimpleName() + JSON.toJSONString(t); + } + + /** + * 将对象转为字符串 + * @param t 实体类 + * @return 字符串 + */ + public static String objectToString(T t) { + return JSON.toJSONString(t); + } + + /** + * 将字符串转为对象 + * @param s 字符串 + * @param clazz 类型 + * @return 转化后的对象 + */ + public static T stringToObject(String s, Class clazz) { + if (s.startsWith(clazz.getSimpleName())) { + return JSON.parseObject(s.substring(clazz.getSimpleName().length()), clazz); + } else { + return JSON.parseObject(s, clazz); + } + } + + /** + * 将字母转化为对应的数字 + * @param letter 字母 + * @return 转化后的数字 + */ + public static int letterToNumber(char letter) { + if ('a' <= letter && letter <= 'z') { + return letter - 'a' + 1; + } else if ('A' <= letter && letter <= 'Z') { + return letter - 'A' + 1; + } else { + return -1; + } + } + + /** + * 获取请求的ip地址 + * @param request 请求 + * @return ip地址 + */ + public static String getIpAddr(HttpServletRequest request) { + String ip = request.getHeader("x-forwarded-for"); + if (ip == null || ip.isEmpty() || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("Proxy-Client-IP"); + } + if (ip == null || ip.isEmpty() || "unknown".equalsIgnoreCase(ip)) { + ip = request.getHeader("WL-Proxy-Client-IP"); + } + if (ip == null || ip.isEmpty() || "unknown".equalsIgnoreCase(ip)) { + ip = request.getRemoteAddr(); + } + if (ip != null && ip.indexOf(",") > 0) { + String[] parts = ip.split(","); + for (String part : parts) { + if (!part.isEmpty() && !"unknown".equalsIgnoreCase(part)) { + ip = part.trim(); + break; + } + } + } + if ("0:0:0:0:0:0:0:1".equals(ip)) { + ip = "127.0.0.1"; + } + return ip; + } + + /** + * 截取字符串---依据最大程度,并去除空白与换行符 + * @param originStr 原始字符串 + * @param maxLength 最大长度 + * @return 格式化之后的字符串 + */ + public static String formatStringWithMaxLength(String originStr, int maxLength) { + if (StringUtils.isEmpty(originStr)) { + // 防止NULL异常 + return ""; + } + String newContentString = originStr.replaceAll("\\s*", ""); + if (newContentString.length() > maxLength) { + newContentString = newContentString.substring(0, maxLength) + "..."; + } + return newContentString; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/repository/utils/UUIDUtils.java b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/UUIDUtils.java new file mode 100644 index 0000000..0ab379a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/repository/utils/UUIDUtils.java @@ -0,0 +1,43 @@ +package com.wms_main.repository.utils; + +import com.wms_main.constant.AppConstant; + +/** + * 唯一识别号工具类 + */ +public class UUIDUtils { + + + private static long lastTime = 0L; + private static short lastCount = 0; + + /** + * 生成唯一识别号 + * @return 生成的唯一号码 + */ + public synchronized static String getNewUUID() { + return getNewUUID(""); + } + + /** + * 生成唯一识别号 + * @return 生成的唯一号码 + */ + public synchronized static String getNewUUID(String code) { + /* 经测试,单线程情况下生成UUID一万个约为50毫秒,不存在重复的UUID */ + while (true) { + long thisTime = System.currentTimeMillis(); + if(lastTime == thisTime) { + lastCount ++; + if(lastCount > 9999) { + lastCount = 10000; + continue; + } + } else { + lastTime = thisTime; + lastCount = 0; + } + return code + thisTime + String.format("%02d", AppConstant.APP_ID) + String.format("%04d", lastCount); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/api/IEwmApiService.java b/dev_wms_serve/src/main/java/com/wms_main/service/api/IEwmApiService.java new file mode 100644 index 0000000..0a8f1dc --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/api/IEwmApiService.java @@ -0,0 +1,48 @@ +package com.wms_main.service.api; + +import com.wms_main.model.dto.request.ewm.SendEwmGetStockInformationRequest; +import com.wms_main.model.dto.request.ewm.SendEwmVehicleForInRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseInCompletedRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseOutCompletedRequest; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.dto.response.ewm.EwmApiLocalResponse; +import com.wms_main.model.dto.response.ewm.EwmApiStockResponse; + +public interface IEwmApiService { + + /** + * 发送载具入库请求到EWM系统 + * @param request 载具入库请求 + * @return EWM系统响应结果 + */ + EwmApiLocalResponse sendVehicleForIn(SendEwmVehicleForInRequest request); + + /** + * 载具入库结果反馈到EWM系统 + * @param request 载具入库结果反馈请求 + * @return EWM系统响应结果 + */ + EwmApiBackResponse sendWarehouseInCompleted(SendWarehouseInCompletedRequest request); + + /** + * 载具出库结果反馈到ewm系统 + * @param request 载具入库结果反馈请求 + * @return EWM系统响应结果 + */ + EwmApiBackResponse sendWarehouseOutCompleted(SendWarehouseOutCompletedRequest request); + + + /** + * 容器置空请求 + * @return 载具入库结果反馈地址 + */ + EwmApiBackResponse sendContainerEmpty(SendEwmVehicleForInRequest request); + + + /** + * 获取EWM系统库存进行比对 + * @return 获取到的库存 + */ + EwmApiStockResponse getEwmStock(SendEwmGetStockInformationRequest request); + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/api/IWcsApiService.java b/dev_wms_serve/src/main/java/com/wms_main/service/api/IWcsApiService.java new file mode 100644 index 0000000..5e959e2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/api/IWcsApiService.java @@ -0,0 +1,42 @@ +package com.wms_main.service.api; + +import com.wms_main.model.bo.wcs.WcsPickTask; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.dto.request.wcs.WcsPickTaskRequest; +import com.wms_main.model.dto.request.wcs.WcsReleaseBoxRequest; +import com.wms_main.model.dto.request.wcs.WcsStackerTaskRequest; +import com.wms_main.model.dto.response.wcs.BaseWcsApiResponse; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; + +/** + * wcs接口服务 + */ +public interface IWcsApiService { + /** + * 发送堆垛机任务 + * @param request 任务请求 + * @return 发送结果 + */ + WcsApiResponse sendWcsStackerTask(WcsStackerTaskRequest request); + + /** + * 发送拣选任务 + * @param request 任务请求 + * @return 发送结果 + */ + WcsApiResponse sendPickTask(WcsPickTaskRequest request); + + /** + * 请求释放载具 + * @param request 释放请求信息 + * @return 发送结果 + */ + BaseWcsApiResponse releaseBox(WcsReleaseBoxRequest request); + + /** + * 取消拣选任务 + * @param request 取消请求信息 + * @return 发送结果 + */ + WcsApiResponse cancelPickTask(WcsPickTaskRequest request); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/api/serviceImpl/EwmApiServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/api/serviceImpl/EwmApiServiceImpl.java new file mode 100644 index 0000000..7b2f812 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/api/serviceImpl/EwmApiServiceImpl.java @@ -0,0 +1,190 @@ +package com.wms_main.service.api.serviceImpl; + +import com.wms_main.app.AppCommon; +import com.wms_main.constant.enums.wms.AppConfigKeyEnums; +import com.wms_main.model.dto.request.ewm.SendEwmGetStockInformationRequest; +import com.wms_main.model.dto.request.ewm.SendEwmVehicleForInRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseInCompletedRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseOutCompletedRequest; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.dto.response.ewm.EwmApiLocalResponse; +import com.wms_main.model.dto.response.ewm.EwmApiStockResponse; +import com.wms_main.repository.http.HttpClient; +import com.wms_main.repository.http.entity.HttpRequest; +import com.wms_main.repository.http.entity.HttpResponse; +import com.wms_main.service.api.IEwmApiService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +/** + * Ewm接口服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class EwmApiServiceImpl implements IEwmApiService { + private final HttpClient httpClient;// http客户端 + private final AppCommon appCommon;// 应用共通 + + /** + * 发送载具入库请求到EWM系统 + * @param request 载具入库请求 + * @return EWM系统响应结果 + */ + @Override + public EwmApiLocalResponse sendVehicleForIn(SendEwmVehicleForInRequest request) { + try { + // 构建Basic Auth认证信息 + String auth = "mom:test@123"; + String encodedAuth = java.util.Base64.getEncoder().encodeToString(auth.getBytes()); + + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf( + appCommon.getConfigByKey(AppConfigKeyEnums.EWM_SEND_VEHICLE_URL.getKey()), + request, + 5000, + "application/json", + "Basic " + encodedAuth); + + // 记录即将发送的请求数据 + String requestData = com.alibaba.fastjson2.JSON.toJSONString(request); + log.info("即将发送的请求数据: {}", requestData); + + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + + if (httpResponse != null && httpResponse.isSuccess()) { + return httpResponse.getData(EwmApiLocalResponse.class); + } + + log.warn("载具请求入库时EWM系统返回空响应或请求失败,请求参数: {}", request); + return EwmApiLocalResponse.error("EWM系统返回空响应或请求失败"); + } catch (Exception e) { + log.error("调用EWM系统接口异常,请求参数: {}", request, e); + return EwmApiLocalResponse.error("调用EWM系统接口异常: " + e.getMessage()); + } + } + /** + * 入库上架后获取EWM系统返回的信息 + * @param request 载具入库完成 + * @return EWM系统响应结果 + */ + @Override + public EwmApiBackResponse sendWarehouseInCompleted(SendWarehouseInCompletedRequest request) { + try { + // 构建Basic Auth认证信息 + String auth = "mom:test@123"; + String encodedAuth = java.util.Base64.getEncoder().encodeToString(auth.getBytes()); + + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf( + appCommon.getConfigByKey(AppConfigKeyEnums.EWM_SEND_WAREHOUSE_IN_COMPLETED_URL.getKey()), + request, + 5000, + "application/json", + "Basic " + encodedAuth); + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + + if (httpResponse != null && httpResponse.isSuccess()) { + return httpResponse.getData(EwmApiBackResponse.class); + } + + log.warn("入库完成EWM系统返回空响应或请求失败,请求参数: {}", request); + return EwmApiBackResponse.error("EWM系统返回空响应或请求失败"); + } catch (Exception e) { + log.error("调用EWM系统接口异常,请求参数: {}", request, e); + return EwmApiBackResponse.error("调用EWM系统接口异常: " + e.getMessage()); + } + } + + @Override + public EwmApiBackResponse sendWarehouseOutCompleted(SendWarehouseOutCompletedRequest request) { + try { + // 构建Basic Auth认证信息 + String auth = "mom:test@123"; + String encodedAuth = java.util.Base64.getEncoder().encodeToString(auth.getBytes()); + + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf( + appCommon.getConfigByKey(AppConfigKeyEnums.EWM_SEND_WAREHOUSE_OUT_COMPLETED_URL.getKey()), + request, + 5000, + "application/json", + "Basic " + encodedAuth); + + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + + if (httpResponse != null && httpResponse.isSuccess()) { + return httpResponse.getData(EwmApiBackResponse.class); + } + + log.warn("出库完成EWM系统返回空响应或请求失败,请求参数: {}", request); + return EwmApiBackResponse.error("EWM系统返回空响应或请求失败"); + } catch (Exception e) { + log.error("调用EWM系统接口异常,请求参数: {}", request, e); + return EwmApiBackResponse.error("调用EWM系统接口异常: " + e.getMessage()); + } + } + + @Override + public EwmApiBackResponse sendContainerEmpty(SendEwmVehicleForInRequest request) { + try { + // 获取基础URL + String baseUrl = appCommon.getConfigByKey(AppConfigKeyEnums.EWM_SEND_CONTAINER_EMPTY_URL.getKey()); + + // 替换URL中的{palletNo}占位符(假设request中有palletNo字段) + // 需要根据SendEwmVehicleForInRequest的实际结构来获取palletNo + String finalUrl = baseUrl.replace("{palletNo}", request.getContainerNo()); // 示例,具体字段名需根据实际类确定 + + // 构建Basic Auth认证信息 + String auth = "mom:test@123"; + String encodedAuth = java.util.Base64.getEncoder().encodeToString(auth.getBytes()); + + // 设置http请求,将认证信息放在token字段中 + HttpRequest httpRequest = HttpRequest.postInstanceOf( + finalUrl, + request, + 5000, + "application/json", + "Basic " + encodedAuth); + + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + + if (httpResponse != null && httpResponse.isSuccess()) { + return httpResponse.getData(EwmApiBackResponse.class); + } + log.warn("出库完成回告EWM系统容器置空返回空响应或请求失败,请求参数: {}", request); + return EwmApiBackResponse.error("EWM系统返回空响应或请求失败"); + } catch (Exception e) { + log.error("调用EWM系统接口异常,请求参数: {}", request, e); + return EwmApiBackResponse.error("调用EWM系统接口异常: " + e.getMessage()); + } + } + + @Override + public EwmApiStockResponse getEwmStock(SendEwmGetStockInformationRequest request) { + try { + // 构建Basic Auth认证信息 + String auth = "mom:test@123"; + String encodedAuth = java.util.Base64.getEncoder().encodeToString(auth.getBytes()); + + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf( + appCommon.getConfigByKey(AppConfigKeyEnums.EWM_GET_STOCK_LIST_URL.getKey()), + request, + 5000, + "application/json", + "Basic " + encodedAuth); + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + + if (httpResponse != null && httpResponse.isSuccess()) { + return httpResponse.getData(EwmApiStockResponse.class); + } + log.warn("拉取EWM系统库存数据失败,请求参数: {}", request); + return EwmApiStockResponse.error("拉取EWM系统库存数据失败"); + } catch (Exception e) { + log.error("调用EWM系统接口异常,请求参数: {}", request, e); + return EwmApiStockResponse.error("调用EWM系统接口异常: " + e.getMessage()); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/api/serviceImpl/WcsApiServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/api/serviceImpl/WcsApiServiceImpl.java new file mode 100644 index 0000000..76bbd5f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/api/serviceImpl/WcsApiServiceImpl.java @@ -0,0 +1,99 @@ +package com.wms_main.service.api.serviceImpl; + +import com.wms_main.app.AppCommon; +import com.wms_main.constant.enums.wms.AppConfigKeyEnums; +import com.wms_main.model.bo.wcs.WcsPickTask; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.dto.request.wcs.WcsPickTaskRequest; +import com.wms_main.model.dto.request.wcs.WcsReleaseBoxRequest; +import com.wms_main.model.dto.request.wcs.WcsStackerTaskRequest; +import com.wms_main.model.dto.response.wcs.BaseWcsApiResponse; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.repository.http.HttpClient; +import com.wms_main.repository.http.entity.HttpRequest; +import com.wms_main.repository.http.entity.HttpResponse; +import com.wms_main.service.api.IWcsApiService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +/** + * Wcs接口服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class WcsApiServiceImpl implements IWcsApiService { + private final HttpClient httpClient;// http客户端 + private final AppCommon appCommon;// 应用共通 + + /** + * 发送堆垛机任务 + * @param request 任务请求 + * @return 响应结果 + */ + @Override + public WcsApiResponse sendWcsStackerTask(WcsStackerTaskRequest request) { + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf(appCommon.getConfigByKey(AppConfigKeyEnums.WCS_STACKER_TASK_URL.getKey()), request); + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + if (httpResponse != null && httpResponse.isSuccess()) { + WcsApiResponse response = new WcsApiResponse<>(); + response = httpResponse.getData(response.getClass().asSubclass(WcsApiResponse.class)); + return response; + } + return WcsApiResponse.error("请求未获得响应信息。", null); + } + + /** + * 发送拣选任务 + * @param request 任务请求 + * @return 响应结果 + */ + @Override + public WcsApiResponse sendPickTask(WcsPickTaskRequest request) { + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf(appCommon.getConfigByKey(AppConfigKeyEnums.WCS_PICK_TASK_URL.getKey()), request); + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + if (httpResponse != null && httpResponse.isSuccess()) { + WcsApiResponse response = new WcsApiResponse<>(); + response = httpResponse.getData(response.getClass().asSubclass(WcsApiResponse.class)); + return response; + } + return WcsApiResponse.error("请求未获得响应信息。", null); + } + + /** + * 发送释放载具请求 + * @param request 释放请求信息 + * @return 响应结果 + */ + @Override + public BaseWcsApiResponse releaseBox(WcsReleaseBoxRequest request) { + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf(appCommon.getConfigByKey(AppConfigKeyEnums.WCS_RELEASE_BOX_URL.getKey()), request); + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + if (httpResponse != null && httpResponse.isSuccess()) { + return httpResponse.getData(BaseWcsApiResponse.class); + } + return BaseWcsApiResponse.error("请求未获得响应信息。"); + } + + /** + * 取消拣选任务请求 + * @param request 取消请求信息 + * @return 响应结果 + */ + @Override + public WcsApiResponse cancelPickTask(WcsPickTaskRequest request) { + // 设置http请求 + HttpRequest httpRequest = HttpRequest.postInstanceOf(appCommon.getConfigByKey(AppConfigKeyEnums.WCS_CANCEL_PICK_TASK_URL.getKey()), request); + HttpResponse httpResponse = httpClient.httpPost(httpRequest); + if (httpResponse != null && httpResponse.isSuccess()) { + WcsApiResponse response = new WcsApiResponse<>(); + response = httpResponse.getData(response.getClass().asSubclass(WcsApiResponse.class)); + return response; + } + return WcsApiResponse.error("请求未获得响应信息。", null); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/business/IConveyTaskService.java b/dev_wms_serve/src/main/java/com/wms_main/service/business/IConveyTaskService.java new file mode 100644 index 0000000..1aa356f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/business/IConveyTaskService.java @@ -0,0 +1,58 @@ +package com.wms_main.service.business; + +import com.wms_main.model.bo.wms.WmsPickTask; +import com.wms_main.model.po.TAppPickTask; +import com.wms_main.model.vo.wms.InventoryConfirmVo; +import com.wms_main.model.vo.wms.TaskConfirmVo; +import com.wms_main.model.vo.wms.WorkConfirmVo; + +import java.util.Map; + +/** + * 输送线任务服务 + */ +public interface IConveyTaskService { + /** + * 取消拣选任务 + * @param vehicleStandMap 载具-站台map + * @param successCount 成功count + * @param failCount 失败count + * @param exceptionCount 异常count + */ + void cancelPickTasks(Map vehicleStandMap, int successCount, int failCount, int exceptionCount); + + /** + * 取消后续站台任务 + * @param vehicleId 载具 + * @param standId 当前站台 + */ + void cancelOtherStandPickTasks(String vehicleId, String standId); + + /** + * 释放站台箱子 + * @param targetPickTask 目标拣选任务 + * @return 处理结果 + */ + boolean releaseStandVehicle(TAppPickTask targetPickTask); + + /** + * 获得当前站台的工作 + * @param thisPickTask 拣选任务 + * @return 结果 + */ + WorkConfirmVo getCurrentStandWork(TAppPickTask thisPickTask); + + /** + * 获得当前站台的任务 + * @param thisPickTask 当前站台拣选任务 + * @return 结果 + */ + TaskConfirmVo getCurrentStandTask(TAppPickTask thisPickTask); + + /** + * 获取这个载具的盘点确认信息 + * @param vehicleId 载具号 + * @return 盘点确认信息 + */ + InventoryConfirmVo getInventoryConfirm(String vehicleId); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/business/IStackerTaskService.java b/dev_wms_serve/src/main/java/com/wms_main/service/business/IStackerTaskService.java new file mode 100644 index 0000000..702faa4 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/business/IStackerTaskService.java @@ -0,0 +1,46 @@ +package com.wms_main.service.business; + +import com.wms_main.model.po.TAppLocation; +import com.wms_main.model.po.TAppTask; +import com.wms_main.model.po.TAppWcsTask; + +import java.util.List; + +/** + * 堆垛机任务业务服务 + */ +public interface IStackerTaskService { + /** + * 存WcsTask表 + * 更新WmsTask表 + * @param wcsInTask wcs任务 + */ + void saveWcsTaskAndUpdateWmsTask(TAppWcsTask wcsInTask); + + /** + * 申请一个库位 + * @param locationFilter 申请条件 + * @param requestVehicleId 本次申请入库的载具号 + * @return 可用库位 + */ + TAppLocation requestOneLocation(TAppLocation locationFilter, String requestVehicleId); + + /** + * 完成堆垛机入库任务 + * @param stackerInTasks 已完成的入库任务 + */ + void finishStackerInTasks(List stackerInTasks); + + + /** + * 完成堆垛机入库任务---合并相同物料 + * @param stackerInTasks 已完成的入库任务 + */ + void finishStackerInTasksMergeSameGoods(List stackerInTasks); + + /** + * 完成堆垛机出库任务 + * @param stackerOutTasks 已完成的出库任务 + */ + void finishStackerOutTasks(List stackerOutTasks); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/business/IStockDataService.java b/dev_wms_serve/src/main/java/com/wms_main/service/business/IStockDataService.java new file mode 100644 index 0000000..1ac4f07 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/business/IStockDataService.java @@ -0,0 +1,50 @@ +package com.wms_main.service.business; + +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.po.TAppOuts; +import com.wms_main.model.po.TAppStock; + +import java.util.List; +import java.util.Map; + +/** + * 库存数据服务 + */ +public interface IStockDataService { + /** + * 更新库存信息 + * @param stockConfirm 库存确认信息 + * @param standId 站台号 + * @param userName 用户名 + * @param inventoryId 盘点任务号 + */ + void updateStockInfo(StockConfirmEntity stockConfirm, String standId, String userName, String reason, String inventoryId); + + /** + * 查询库存预警值 + * @return 库存预警值 + */ + int getWarningQty(); + + /** + * 判断当前载具是否是空载具 + * @param vehicleId 载具号 + * @return 是空载具 + */ + boolean isEmptyVehicle(String vehicleId); + + /** + * 找到目标料号最先入库的库存,剩余可用数量大于0---实现 + * @param goodsId 目标 + * @param allStocks 所有库存 + * @return 库存编号 + */ + String getFirstInStock(String goodsId, List allStocks, TAppOuts outs); + + /** + * 获取可以继续放料的map + * @param goodsIds 物料列表 + * @return 结果map + */ + Map> getCanPutGoodsMap(List goodsIds); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/ConveyTaskServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/ConveyTaskServiceImpl.java new file mode 100644 index 0000000..b5fa371 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/ConveyTaskServiceImpl.java @@ -0,0 +1,532 @@ +package com.wms_main.service.business.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.AppConstant; +import com.wms_main.constant.enums.wcs.WcsApiResponseCodeEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskTypeEnums; +import com.wms_main.constant.enums.wms.*; +import com.wms_main.dao.*; +import com.wms_main.model.bo.wcs.WcsPickTask; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.bo.wms.OrderConfirmEntity; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.bo.wms.TaskConfirmEntity; +import com.wms_main.model.bo.wms.WmsPickTask; +import com.wms_main.model.dto.request.wcs.WcsPickTaskRequest; +import com.wms_main.model.dto.request.wcs.WcsReleaseBoxRequest; +import com.wms_main.model.dto.request.wcs.WcsStackerTaskRequest; +import com.wms_main.model.dto.response.wcs.BaseWcsApiResponse; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.po.*; +import com.wms_main.model.vo.wms.InventoryConfirmVo; +import com.wms_main.model.vo.wms.TaskConfirmVo; +import com.wms_main.model.vo.wms.WorkConfirmVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.api.IWcsApiService; +import com.wms_main.service.business.IConveyTaskService; +import com.wms_main.service.business.IStockDataService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.transaction.interceptor.TransactionAspectSupport; + +import java.time.LocalDateTime; +import java.util.*; + +/** + * 输送线任务服务 实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class ConveyTaskServiceImpl implements IConveyTaskService { + private final IWcsApiService wcsApiService;// wcs api服务 + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + private final ITAppPickTaskBakService appPickTaskBakService;// 拣选任务备份服务 + private final ITAppTaskService appTaskService;// 堆垛机任务服务 + private final ITAppWorkService appWorkService;// 工作服务 + private final ITAppOutsService appOutsService;// 出库单服务 + private final IStockDataService stockDataService;// 库存数据服务 + private final ITAppPickPlanService appPickPlanService;// 拣选计划服务 + private final ITAppStockService appStockService;// 库存服务 + private final AppCommon appCommon; + private final ITAppVehicleService appVehicleService;// 载具服务 + private final ITAppInventoryService appInventoryService;// 盘点服务 + + /** + * 取消拣选任务实现 + * + * @param vehicleStandMap 键为站台,值为WmsPickTask + * @param successCount 成功数量 + * @param failCount 失败数量 + * @param exceptionCount 异常数量 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void cancelPickTasks(Map vehicleStandMap, int successCount, int failCount, int exceptionCount) { + // 循环取消 + for (String key : vehicleStandMap.keySet()) { + WmsPickTask thisKeyPickTask = vehicleStandMap.get(key); + try { + WcsPickTaskRequest request = new WcsPickTaskRequest( + null, + thisKeyPickTask.getVehicleId(), + 1, + thisKeyPickTask.getPickStand(), + "" + ); + WcsApiResponse wcsResponse = wcsApiService.cancelPickTask(request); + if (wcsResponse != null && WcsApiResponseCodeEnums.SUCCESS.getCode() == wcsResponse.getCode()) { + // 将这些拣选任务添加进记录表 + List targetPickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, thisKeyPickTask.getVehicleId()) + .eq(TAppPickTask::getPickStand, thisKeyPickTask.getPickStand()) + .ne(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode())); + // 设置拣选任务记录 + List pickRecords = new ArrayList<>(); + for (TAppPickTask pickTask : targetPickTasks) { + TAppPickTaskBak pickRecord = new TAppPickTaskBak( + pickTask.getPickId(), + pickTask.getPickStand(), + pickTask.getVehicleId(), + WmsPickTaskStatusEnum.CANCEL.getCode(), + pickTask.getCreateTime(), + pickTask.getSendTime(), + LocalDateTime.now(), + LocalDateTime.now() + ); + pickRecords.add(pickRecord); + } + // 添加记录 + appPickTaskBakService.saveBatch(pickRecords); + // 删除拣选任务 + appPickTaskService.removeByIds(targetPickTasks); + successCount++; + log.info("取消拣选任务成功。载具:{},站台:{}。", thisKeyPickTask.getVehicleId(), thisKeyPickTask.getPickStand()); + } else { + failCount++; + log.error("取消拣选任务失败。载具:{},站台:{}。", thisKeyPickTask.getVehicleId(), thisKeyPickTask.getPickStand()); + } + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + exceptionCount++; + log.error("取消拣选任务异常。载具:{},站台:{}。", thisKeyPickTask.getVehicleId(), thisKeyPickTask.getPickStand()); + } + } + } + + /** + * 取消当前其他站台的任务 + * + * @param vehicleId 载具号 + * @param standId 站台号 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void cancelOtherStandPickTasks(String vehicleId, String standId) { + // 取消这个箱子去其他站台的任务 + List otherStandPickTaskList = appPickTaskService.list(new LambdaQueryWrapper() + .ne(StringUtils.isNotEmpty(standId), TAppPickTask::getPickStand, standId) + .eq(TAppPickTask::getVehicleId, vehicleId) + .ne(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode())); + Map vehicleStandMap = new HashMap<>(); + for (TAppPickTask otherStandPickTask : otherStandPickTaskList) { + String key = otherStandPickTask.getVehicleId() + "_" + otherStandPickTask.getPickStand(); + if (vehicleStandMap.containsKey(key)) { + continue; + } + vehicleStandMap.put(key, new WmsPickTask(otherStandPickTask.getPickStand(), otherStandPickTask.getVehicleId())); + } + cancelPickTasks(vehicleStandMap, 0, 0, 0); + } + + /** + * 释放站台载具 + * + * @param targetPickTask 目标拣选任务 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public boolean releaseStandVehicle(TAppPickTask targetPickTask) { + // 判断是否是需要回库 + int router = 0;// 默认不需要回库 + if (!appPickTaskService.exists(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, targetPickTask.getVehicleId()) + .ne(TAppPickTask::getPickStand, targetPickTask.getPickStand()) + .ne(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode()))) { + router = 1;// 需要回库 + } + // 需要回库时,需要生成回库任务 + List pickRecords = new ArrayList<>(); + if (router == 1) { + // 设置这个载具为入库中 + appVehicleService.update(new LambdaUpdateWrapper() + .set(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.IN.getCode()) + .eq(TAppVehicle::getVehicleId, targetPickTask.getVehicleId())); + // 设置这个载具的库存为回库中 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.BACK.getCode()) + .eq(TAppStock::getVehicleId, targetPickTask.getVehicleId())); + // 查询这个箱子入库用的拣选任务 + List forInPickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, targetPickTask.getVehicleId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode())); + boolean haveForIn = false;// 是否要为了入库不回库 + for (TAppPickTask forInPickTask : forInPickTasks) { + if (!Objects.equals(forInPickTask.getPickStand(), targetPickTask.getPickStand())) { + haveForIn = true; + } + // 生成记录并删除 + pickRecords.add(new TAppPickTaskBak( + forInPickTask.getPickId(), + forInPickTask.getPickStand(), + forInPickTask.getVehicleId(), + WmsPickTaskStatusEnum.FOR_IN.getCode(), + forInPickTask.getCreateTime(), + null, + null, + LocalDateTime.now() + )); + } + // 没有需要入库的拣选任务 + if (!haveForIn) { + // 判断空箱需不需要回库 + String emptyBack = "0"; + try { + emptyBack = appCommon.getConfigByKey(AppConfigKeyEnums.EMPTY_BACK.getKey()); + } catch (Exception e) { + log.error("获取空箱回库配置失败,使用默认值不回库。"); + } + // 判断这个箱子是不是空箱需要回库 + if (!stockDataService.isEmptyVehicle(targetPickTask.getVehicleId()) + || (stockDataService.isEmptyVehicle(targetPickTask.getVehicleId()) && "1".equals(emptyBack))) { + // 生成回库任务 + TAppTask task = new TAppTask( + UUIDUtils.getNewUUID("BACK_"), + WmsTaskTypeEnums.IN.getCode(), + WmsStackerTaskStatusEnums.JOB.getCode(), + 1, + targetPickTask.getVehicleId(), + targetPickTask.getPickStand(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + "wms_auto", + "", + targetPickTask.getPickStand(), + "" + ); + try { + // 保存任务 + appTaskService.save(task); + } catch (Exception e) { + log.error("释放站台载具生成回库任务时失败。"); + return false; + } + } + } + } else { + // 将这个箱子的状态暂存的都设置掉 + appPickTaskService.update(new LambdaUpdateWrapper() + .set(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.WAIT.getCode()) + .eq(TAppPickTask::getVehicleId, targetPickTask.getVehicleId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.TEMP.getCode())); + // 将这个载具的库存状态都设置为已出库 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.OUTED.getCode()) + .set(TAppStock::getLocationId, "") + .eq(TAppStock::getVehicleId, targetPickTask.getVehicleId()) + .eq(TAppStock::getStockStatus, WmsStockStatusEnums.OUTING.getCode())); + } + // 更新拣选任务信息,添加拣选任务记录信息 + pickRecords.add(new TAppPickTaskBak( + targetPickTask.getPickId(), + targetPickTask.getPickStand(), + targetPickTask.getVehicleId(), + WmsPickTaskStatusEnum.LEAVE.getCode(), + targetPickTask.getCreateTime(), + targetPickTask.getSendTime(), + targetPickTask.getArriveTime(), + LocalDateTime.now() + )); + try { + appPickTaskBakService.saveBatch(pickRecords); + // 删除当前载具在当前站台的拣选任务 + appPickTaskService.remove(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, targetPickTask.getVehicleId()) + .eq(TAppPickTask::getPickStand, targetPickTask.getPickStand())); + } catch (Exception e) { + log.error("保存拣选任务记录时发生异常。载具号:{},站台号:{}", targetPickTask.getVehicleId(), targetPickTask.getPickStand()); + return false; + } +// try { +// // 给wcs放行信号 +// BaseWcsApiResponse releaseResult = wcsApiService.releaseBox(new WcsReleaseBoxRequest(targetPickTask.getVehicleId(), targetPickTask.getPickStand(), router)); +// if (releaseResult == null || WcsApiResponseCodeEnums.SUCCESS.getCode() != releaseResult.getCode()) { +// return false; +// } +// } catch (Exception e) { +// log.error("向wcs传递放行信息异常。"); +// return false; +// } + return true; + } + + /** + * 获得对应库存的第一条工作 + * + * @param thisPickTask 站台号 + * @return 工作确认信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public WorkConfirmVo getCurrentStandWork(TAppPickTask thisPickTask) { + // 站台号和载具号必须输入 + if (thisPickTask == null || StringUtils.isEmpty(thisPickTask.getPickStand()) || StringUtils.isEmpty(thisPickTask.getVehicleId())) { + return null; + } + // 轮询当前站台的拣选计划 + List pickPlans = appPickPlanService.list(new LambdaQueryWrapper() + .eq(TAppPickPlan::getStandId, thisPickTask.getPickStand()) + .eq(TAppPickPlan::getVehicleId, thisPickTask.getVehicleId()) + .eq(TAppPickPlan::getPickType, 1)); + if (pickPlans == null || pickPlans.isEmpty()) { + return null; + } + WorkConfirmVo resultVo = null; + List needRemovePlans = new ArrayList<>(); + for (TAppPickPlan pickPlan : pickPlans) { + // 计划拣选数量 + int planPickQty = pickPlan.getPlanPickQty(); + // 先查询对应的工作存不存在 + TAppWork thisWork = appWorkService.getById(pickPlan.getWorkIndex()); + // 判断这条工作还存在否 + if (thisWork == null) { + needRemovePlans.add(pickPlan); + continue; + } + // 判断有没有需求 + if (thisWork.getFinishNum() >= thisWork.getNeedNum()) { + needRemovePlans.add(pickPlan); + continue; + } + // 剩余需求量 + int remainNeedNum = thisWork.getNeedNum() - thisWork.getFinishNum(); + if (remainNeedNum < planPickQty) { + // 需求不足,将计划拣选数量更新成实际需求数量 + planPickQty = remainNeedNum; + } + // 查询这个箱子上库存是否足够 + List stockList = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, thisPickTask.getVehicleId()) + .eq(TAppStock::getGoodsId, thisWork.getGoodsId()) + .gt(TAppStock::getRealNum, 0).orderByAsc(TAppStock::getFirstInTime)); + if (stockList == null || stockList.isEmpty()) { + needRemovePlans.add(pickPlan); + continue; + } + // 算出库存总量 + int remainSumNum = stockList.stream().mapToInt(TAppStock::getRealNum).sum(); + if (remainSumNum < planPickQty) { + // 剩余数量不足,计划拣选数量更新成实际剩余数量 + planPickQty = remainSumNum; + } + // 命中,开始设置返回数据 + OrderConfirmEntity orderConfirmVo = new OrderConfirmEntity( + pickPlan.getWorkIndex(), + thisWork.getWorkOrder(), + thisWork.getProductId(), + thisWork.getSingleProductId(), + thisWork.getGoodsId(), + thisWork.getBoxNo(), + planPickQty, + planPickQty, + thisWork.getKittingRemark() + ); + StockConfirmEntity stockConfirmVo = new StockConfirmEntity( + pickPlan.getPlanId(), + pickPlan.getVehicleId(), + pickPlan.getGoodsId(), + remainSumNum - planPickQty, + remainSumNum - planPickQty, + 0, + "ASRS", + stockDataService.getWarningQty(), + null, + null, + null, + null + ); + resultVo = new WorkConfirmVo(orderConfirmVo, stockConfirmVo); + break; + } + // 删除不可用拣货计划 + if (!needRemovePlans.isEmpty()) { + appPickPlanService.removeBatchByIds(needRemovePlans.stream().map(TAppPickPlan::getPlanId).toList()); + } + + return resultVo; + } + + /** + * 获取当前站台拣选任务需求 + * + * @param thisPickTask 拣选任务 + * @return 任务vo + */ + @Override + @Transactional(rollbackFor = Exception.class) + public TaskConfirmVo getCurrentStandTask(TAppPickTask thisPickTask) { + // 站台号和载具号必须输入 + if (thisPickTask == null || StringUtils.isEmpty(thisPickTask.getPickStand()) || StringUtils.isEmpty(thisPickTask.getVehicleId())) { + return null; + } + // 轮询当前站台的拣选计划 + List pickPlans = appPickPlanService.list(new LambdaQueryWrapper() + .eq(TAppPickPlan::getStandId, thisPickTask.getPickStand()) + .eq(TAppPickPlan::getVehicleId, thisPickTask.getVehicleId()) + .eq(TAppPickPlan::getPickType, 2)); + if (pickPlans == null || pickPlans.isEmpty()) { + return null; + } + TaskConfirmVo resultVo = null; + List needRemovePlans = new ArrayList<>(); + for (TAppPickPlan pickPlan : pickPlans) { + // 计划拣选数量 + int planPickQty = pickPlan.getPlanPickQty(); + // 先查询对应的工作存不存在 + TAppOuts thisOuts = appOutsService.getById(pickPlan.getWorkIndex()); + // 判断这条工作还存在否 + if (thisOuts == null) { + needRemovePlans.add(pickPlan); + continue; + } + // 判断有没有需求 + if (thisOuts.getPickNum() >= thisOuts.getNeedNum()) { + needRemovePlans.add(pickPlan); + continue; + } + // 剩余需求量 + int remainNeedNum = thisOuts.getNeedNum() - thisOuts.getPickNum(); + if (remainNeedNum < planPickQty) { + // 需求不足,将计划拣选数量更新成实际需求数量 + planPickQty = remainNeedNum; + } + // 查询这个箱子上库存是否足够 + List stockList = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, thisPickTask.getVehicleId()) + .eq(TAppStock::getGoodsId, thisOuts.getGoodsId()) + .gt(TAppStock::getRealNum, 0).orderByAsc(TAppStock::getFirstInTime)); + if (stockList == null || stockList.isEmpty()) { + needRemovePlans.add(pickPlan); + continue; + } + // 算出库存总量 + int remainSumNum = stockList.stream().mapToInt(TAppStock::getRealNum).sum(); + if (remainSumNum < planPickQty) { + // 剩余数量不足,计划拣选数量更新成实际剩余数量 + planPickQty = remainSumNum; + } + // 命中,开始设置返回数据 + TaskConfirmEntity taskConfirmVo = new TaskConfirmEntity( + thisOuts.getTaskId(), + thisOuts.getOutType(), + thisOuts.getGoodsId(), + thisOuts.getNeedNum(), + remainNeedNum, + planPickQty, + planPickQty, + null + ); + StockConfirmEntity stockConfirmVo = new StockConfirmEntity( + pickPlan.getPlanId(), + pickPlan.getVehicleId(), + pickPlan.getGoodsId(), + remainSumNum - planPickQty, + remainSumNum - planPickQty, + 0, + "ASRS", + stockDataService.getWarningQty(), + thisOuts.getSpecialStock() , + thisOuts.getBatchNo(), + thisOuts.getSpecialStockNo(), + thisOuts.getSpecialStockItemNo() + + ); + resultVo = new TaskConfirmVo(thisPickTask.getPickStand(),false,taskConfirmVo, stockConfirmVo); + break; + } + // 删除不可用拣货计划 + if (!needRemovePlans.isEmpty()) { + appPickPlanService.removeBatchByIds(needRemovePlans.stream().map(TAppPickPlan::getPlanId).toList()); + } + + return resultVo; + } + + /** + * 获取这个载具的盘点确认信息 + * @param vehicleId 载具号 + * @return 盘点确认信息 + */ + @Override + public InventoryConfirmVo getInventoryConfirm(String vehicleId) { + // 获取这个箱子的盘点任务 + List inventoryList = appInventoryService.list(new LambdaQueryWrapper() + .eq(TAppInventory::getVehicleId, vehicleId)); + if (inventoryList == null || inventoryList.isEmpty()) { + return null; + } + List goodsIds = inventoryList.stream().map(TAppInventory::getGoodsId).distinct().toList(); + // 查询这个箱子的库存信息 + List stockList = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, vehicleId) + .in(TAppStock::getGoodsId, goodsIds)); + if (stockList == null || stockList.isEmpty()) { + return null; + } + // 将这些库存根据料号Map一下, 并汇总库存数量 + Map sumNumByGoodsMap = new HashMap<>(); + for (TAppStock stock : stockList) { + if (sumNumByGoodsMap.containsKey(stock.getGoodsId())) { + sumNumByGoodsMap.replace(stock.getGoodsId(), sumNumByGoodsMap.get(stock.getGoodsId()) + stock.getRealNum()); + } else { + sumNumByGoodsMap.put(stock.getGoodsId(), stock.getRealNum()); + } + } + List pickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, vehicleId) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + ); + for (TAppInventory inventory : inventoryList) { + if (sumNumByGoodsMap.containsKey(inventory.getGoodsId())) { + // 返回盘点确认信息 + InventoryConfirmVo inventoryConfirmVo = new InventoryConfirmVo(); + inventoryConfirmVo.setInventoryId(inventory.getInventoryId()); + inventoryConfirmVo.setGoodsId(inventory.getGoodsId()); + inventoryConfirmVo.setVehicleId(inventory.getVehicleId()); + inventoryConfirmVo.setStockNum(sumNumByGoodsMap.get(inventory.getGoodsId())); + inventoryConfirmVo.setConfirmNum(sumNumByGoodsMap.get(inventory.getGoodsId())); + inventoryConfirmVo.setChildStandId(pickTasks.getFirst().getPickStand()); + inventoryConfirmVo.setSpecialStock(inventory.getSpecialStock()); + inventoryConfirmVo.setSpecialStockNo(inventory.getSpecialStockNo()); + inventoryConfirmVo.setSpecialStockItemNo(inventory.getSpecialStockItemNo()); + inventoryConfirmVo.setBatchNo(inventory.getBatchNo()); + // 返回结果 + return inventoryConfirmVo; + } + } + return null; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/StackerTaskServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/StackerTaskServiceImpl.java new file mode 100644 index 0000000..10240da --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/StackerTaskServiceImpl.java @@ -0,0 +1,870 @@ +package com.wms_main.service.business.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.AppConstant; +import com.wms_main.constant.enums.wms.*; +import com.wms_main.dao.*; +import com.wms_main.model.dto.request.ewm.SendWarehouseInCompletedRequest; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.ConvertUtils; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.api.IEwmApiService; +import com.wms_main.service.business.IConveyTaskService; +import com.wms_main.service.business.IStackerTaskService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.time.LocalDate; +import java.time.LocalDateTime; +import java.util.*; +import java.util.stream.Collectors; + +/** + * 服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class StackerTaskServiceImpl implements IStackerTaskService { + /** + * Wcs任务服务 + */ + private final ITAppWcsTaskService appWcsTaskService; + /** + * Wms任务服务 + */ + private final ITAppTaskService appTaskService; + /** + * 库位服务 + */ + private final ITAppLocationService appLocationService; + /** + * 载具服务 + */ + private final ITAppVehicleService appVehicleService; + /** + * 库存服务 + */ + private final ITAppStockService appStockService; + /** + * 任务记录服务 + */ + private final ITAppTaskBakService appTaskBakService; + /** + * 拣选任务服务 + */ + private final ITAppPickTaskService appPickTaskService; + /** + * 设备服务 + */ + private final ITAppEquipmentService appEquipmentService; + /** + * 输送线任务服务 + */ + private final IConveyTaskService conveyTaskService; + /** + * 库存更新服务 + */ + private final ITAppStockUpdateService appStockUpdateService; + /** + * 业务通用 + */ + private final AppCommon appCommon; + + private final ITempEwmInboundDataService tempEwmInboundDataService; + + private final IEwmApiService ewmApiService; + + /** + * 存WcsTask表 + * 更新WmsTask表 + * + * @param wcsTask wcs任务 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void saveWcsTaskAndUpdateWmsTask(TAppWcsTask wcsTask) { + // 存WcsTask表 + appWcsTaskService.save(wcsTask); + // 更新WmsTask表 + appTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getWcsTaskId, wcsTask.getWcsTaskId()) + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.EXECUTED.getCode()) + .eq(TAppTask::getVehicleId, wcsTask.getVehicleId()) + .eq(TAppTask::getTaskType, ConvertUtils.convertStackerTaskTypeFromWcsToWms(wcsTask.getWcsTaskType())) + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.WAIT.getCode()) + ); + } + + /** + * 实现 + * + * @param locationFilter 申请条件 + * @return 申请到的库位,null表示无库位可用 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public TAppLocation requestOneLocation(TAppLocation locationFilter, String requestVehicleId) { + // 目标库位 + TAppLocation targetLocation = null; + // 设备号优先级序列 + List equipmentIds = new ArrayList<>(); + + // 判断是否传入设备号 + if (locationFilter != null && locationFilter.getEquipmentId() != null) { + equipmentIds.add(locationFilter.getEquipmentId()); + } else { + // 根据堆垛机任务数量,找到最空闲的那台堆垛机 + equipmentIds = findMostRelaxEquip(); + } + // 循环设备列表,找到合适的库位 + for (Integer equipmentId : equipmentIds) { + // 判断一下这个设备号是否可用 + TAppEquipment thisEquipment = appEquipmentService.getById(equipmentId); + if (thisEquipment == null) { + // 不是可用设备 + continue; + } + // 设定查询条件 + LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper() + .eq(TAppLocation::getEquipmentId, equipmentId); + // 查询库位 + List locationList = appLocationService.list(queryWrapper); + List candidateLocationList = locationList.stream().filter(item -> { + boolean filterResult = item.getIsWorking() == 0 && item.getIsLock() == 0 && item.getIsOccupy() == 0; + if (locationFilter != null) { + if (locationFilter.getLRow() != null) { + filterResult = filterResult && Objects.equals(item.getLRow(), locationFilter.getLRow()); + } + if (locationFilter.getLCol() != null) { + filterResult = filterResult && Objects.equals(item.getLCol(), locationFilter.getLCol()); + } + if (locationFilter.getLLayer() != null) { + filterResult = filterResult && Objects.equals(item.getLLayer(), locationFilter.getLLayer()); + } + } + return filterResult; + }) + .sorted(Comparator.comparingInt(location -> location.getLCol() + location.getLLayer())) + .sorted(Comparator.comparingInt(TAppLocation::getLDepth).reversed()) + .toList(); + // 判断是否输入了subArea + if (locationFilter != null && StringUtils.isNotEmpty(locationFilter.getSubArea())) { + // 对candidateLocationList进行排序 + List firstList = candidateLocationList.stream().filter(item -> item.getSubArea().equals(locationFilter.getSubArea())).toList(); + List lastList = candidateLocationList.stream().filter(item -> !item.getSubArea().equals(locationFilter.getSubArea())).toList(); + candidateLocationList = new ArrayList<>(firstList);// 先添加符合subArea的库位 + candidateLocationList.addAll(lastList);// 再添加不符合subArea的库位 + } + // 找一个空闲的库位 + for (TAppLocation candidateLocation : candidateLocationList) { + if (candidateLocation.getIsWorking() == 1 || candidateLocation.getIsLock() == 1 || candidateLocation.getIsOccupy() == 1) { + continue; + } + if (isMaxDepthAvailable(locationList, candidateLocation)) { + try { + // 尝试锁定库位,锁定成功就返回 + if (appLocationService.update(new LambdaUpdateWrapper() + .set(TAppLocation::getIsOccupy, 1) + .set(TAppLocation::getVehicleId, requestVehicleId) + .eq(TAppLocation::getLocationId, candidateLocation.getLocationId()) + .eq(TAppLocation::getIsOccupy, 0) + )) { + // 当前库位可用 + targetLocation = candidateLocation; + break; + } + } catch (Exception e) { + log.error("锁定库位{}失败。", candidateLocation.getLocationId()); + } + } + } + if (targetLocation != null) { + // 找到了目标库位 + break; + } + } + + // 返回库位,如果返回null则表示没有可用库位 + return targetLocation; + } + + /** + * 是否是最内层可用库位 + * + * @param appLocationList 库位列表 + * @param appLocation 库位 + * @return 结果 + */ + private boolean isMaxDepthAvailable(List appLocationList, TAppLocation appLocation) { + // 验证库位列表 + if (appLocationList == null || appLocationList.isEmpty()) { + return false; + } + // 验证待查库位 + if (appLocation == null) { + return false; + } + // 查询到排列层对应的库位列表 + List diffDepthLocationList = appLocationList.stream().filter(item -> + Objects.equals(item.getLRow(), appLocation.getLRow()) && + Objects.equals(item.getLCol(), appLocation.getLCol()) && + Objects.equals(item.getLLayer(), appLocation.getLLayer()) && + !Objects.equals(item.getLDepth(), appLocation.getLDepth())).toList(); + // 结果 + boolean result = true; + for (TAppLocation diffDepthLocation : diffDepthLocationList) { + if (diffDepthLocation.getIsWorking() == 1) { + result = false; + break; + } + // 深度低的库位锁定或者占用 + if (diffDepthLocation.getLDepth() < appLocation.getLDepth()) { + if (diffDepthLocation.getIsLock() == 1 || diffDepthLocation.getIsOccupy() == 1) { + result = false; + break; + } + } + // 深度高的库位未锁定或者空闲 + if (diffDepthLocation.getLDepth() > appLocation.getLDepth()) { + if (diffDepthLocation.getIsLock() == 0 && diffDepthLocation.getIsOccupy() == 0) { + result = false; + break; + } + } + } + return result; + } + + /** + * 找到最空闲的那台设备 + */ + private List findMostRelaxEquip() { + // 构造可用库位map + Map equipCountMap = new HashMap<>(); + // 找到可以使用的空闲库位最多的那台设备 + List emptyLocationList = appLocationService.list(new LambdaQueryWrapper() + .eq(TAppLocation::getIsOccupy, WmsLocationOccupyStatusEnums.EMPTY.getCode()) + .eq(TAppLocation::getIsLock, WmsLockEnums.UNLOCK.getCode())); + if (emptyLocationList.isEmpty()) { + return Collections.emptyList(); + } + for (TAppLocation appLocation : emptyLocationList) { + if (!equipCountMap.containsKey(appLocation.getEquipmentId())) { + equipCountMap.put(appLocation.getEquipmentId(), 0); + } + } + // 查找到所有的入库任务列表---非暂存和完成状态。 + List inTasks = appTaskService.list(new LambdaQueryWrapper() + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.IN.getCode()) + .notIn(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.FINISH.getCode(), WmsStackerTaskStatusEnums.TEMP.getCode())); + if (inTasks == null || inTasks.isEmpty()) { + for (TAppLocation appLocation : emptyLocationList) { + if (equipCountMap.containsKey(appLocation.getEquipmentId())) { + equipCountMap.replace(appLocation.getEquipmentId(), equipCountMap.get(appLocation.getEquipmentId()) + 1); + } + } + } else { + for (TAppTask inTask : inTasks) { + if (StringUtils.isNotEmpty(inTask.getDestination())) { + // 当前目标库位的设备号 + TAppLocation destinationEquipmentId = appCommon.getInstantLocationByLocationId(inTask.getDestination()); + if (equipCountMap.containsKey(destinationEquipmentId.getEquipmentId())) { + equipCountMap.replace(destinationEquipmentId.getEquipmentId(), equipCountMap.get(destinationEquipmentId.getEquipmentId()) + 1); + } + } + } + } + if (equipCountMap.isEmpty()) { + return Collections.emptyList(); + } + // 排序 + return equipCountMap.entrySet().stream() + .sorted(Comparator.comparingInt(Map.Entry::getValue)) + .map(Map.Entry::getKey) + .toList(); + } + + /** + * 实现 + * + * @param stackerInTasks 已完成的入库任务 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void finishStackerInTasks(List stackerInTasks) { + // 入库任务完成需要做以下几件事情: + // 1. 生成库存,如果是已有库存则更新库存状态、数量、库位这些信息。 + // 2. 添加载具信息,如果载具已经存在则更新状态、库位等信息。 + // 3. 添加入库记录。 + // 4. 不同入库时间的库存要分开 + // 新增:需要回告EWM系统入库完成 + // 根据载具号map一下 + Map> vehicleIdToTaskMap = stackerInTasks.stream() + .filter(inTask -> Objects.equals(inTask.getTaskType(), WmsTaskTypeEnums.IN.getCode()) && Objects.equals(inTask.getTaskStatus(), WmsStackerTaskStatusEnums.FINISH.getCode())) + .collect(Collectors.groupingBy(TAppTask::getVehicleId)); + for (String vehicleId : vehicleIdToTaskMap.keySet()) { + List thisVehicleInTasks = vehicleIdToTaskMap.get(vehicleId); + // 查询这个载具的信息 + TAppVehicle thisVehicle = appVehicleService.getOne(new LambdaQueryWrapper() + .eq(TAppVehicle::getVehicleId, vehicleId) + ); + // 查询这个载具的库存 + List thisVehicleStocks = appStockService.list( + new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, vehicleId)); + // 遍历任务信息 + List goodsIds = new ArrayList<>(); + // 新的库存信息 + List newStockList = new ArrayList<>(); + // 库存更新记录 + List stockUpdateList = new ArrayList<>(); + // 入库记录 + List newTaskBakList = new ArrayList<>(); + // 需要删除的任务id + List needDeleteTaskIds = new ArrayList<>(); + // 需要删除的temp的id + List needDeleteTempIds = new ArrayList<>(); + // 从数据库中获取所有temp入库暂存的数据 + List tempEwmInboundDataList = tempEwmInboundDataService.list( + new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, vehicleId) + ); + //if(tempEwmInboundDataList != null && !tempEwmInboundDataList.isEmpty()){ + for (TAppTask thisVehicleInTask : thisVehicleInTasks) { + // 任务记录 + newTaskBakList.add(new TAppTaskBak( + thisVehicleInTask.getTaskId(), + thisVehicleInTask.getTaskType(), + thisVehicleInTask.getTaskStatus(), + thisVehicleInTask.getTaskPriority(), + thisVehicleInTask.getVehicleId(), + thisVehicleInTask.getOrigin(), + thisVehicleInTask.getDestination(), + thisVehicleInTask.getWcsTaskId(), + thisVehicleInTask.getCreateTime(), + thisVehicleInTask.getFinishTime(), + thisVehicleInTask.getGoodsId(), + thisVehicleInTask.getOpNum(), + thisVehicleInTask.getStockNum(), + thisVehicleInTask.getOpUser(), + thisVehicleInTask.getRemark(), + thisVehicleInTask.getCallStand(), + thisVehicleInTask.getGoodsDesc() + )); + // 删除任务 + needDeleteTaskIds.add(thisVehicleInTask.getTaskId()); + // 判断是否需要更新库存信息 + if (!Objects.equals(thisVehicleInTask.getGoodsId(), AppConstant.EMPTY_GOODS_ID)) { + goodsIds.add(thisVehicleInTask.getGoodsId()); + TAppGoods thisGoods = appCommon.getInstantGoodsByGoodsId(thisVehicleInTask.getGoodsId()); + Integer sledDays = null;// null表示非有效期管理 + LocalDate expireDate = null;// null表示非有效期管理 + if (thisGoods != null && Objects.equals(thisGoods.getPutArea(), "ASRS") && thisGoods.getIsSled().contains("Y")) { + // 有效期管理的物料 + if (thisGoods.getSledDays() != null) { + sledDays = thisGoods.getSledDays(); + expireDate = thisVehicleInTask.getCreateTime().plusDays(sledDays).toLocalDate(); + } + } + for (TAppTempEwmInboundData tempEwmInboundData : tempEwmInboundDataList){ + // 新库存,增加库存信息 + TAppStock thisTimeNewStock = new TAppStock( + UUIDUtils.getNewUUID(), + vehicleId, + thisVehicleInTask.getDestination(), + WmsStockStatusEnums.OK.getCode(), + tempEwmInboundData.getMatNo(), + WmsGoodsStatusEnums.OK.getCode(), + thisVehicleInTask.getCreateTime(), + thisVehicleInTask.getOpUser(), + LocalDateTime.now(), + thisVehicleInTask.getOpUser(), + tempEwmInboundData.getSkuQty().intValue(), + tempEwmInboundData.getSkuQty().intValue(), + tempEwmInboundData.getSkuQty().intValue(), + tempEwmInboundData.getMatDesc(), + expireDate, + sledDays, + null, + null, + tempEwmInboundData.getBillNo(), + tempEwmInboundData.getBillType(), + tempEwmInboundData.getTaskNo(), + tempEwmInboundData.getOrderNo(), + tempEwmInboundData.getOrderType(), + tempEwmInboundData.getSkuUnit(), + tempEwmInboundData.getRemark(), + tempEwmInboundData.getSpecialStock(), + tempEwmInboundData.getSpecialStockNo(), + tempEwmInboundData.getSpecialStockItemNo(), + tempEwmInboundData.getBatchNo() + ); + newStockList.add(thisTimeNewStock); + // 库存更新记录 + TAppStockUpdate stockUpdate = new TAppStockUpdate( + UUIDUtils.getNewUUID(), + thisTimeNewStock.getVehicleId(), + thisTimeNewStock.getGoodsId(), + thisTimeNewStock.getFirstInTime(), + 0, + thisTimeNewStock.getRealNum(), + thisVehicleInTask.getOrigin() + ":入库", + LocalDateTime.now(), + thisVehicleInTask.getOpUser() + ); + stockUpdateList.add(stockUpdate); + needDeleteTempIds.add(tempEwmInboundData.getId()); + } + + } + } + // 当前载具是否是空载具 + boolean isEmptyVehicle = goodsIds.isEmpty() && thisVehicleStocks.isEmpty(); + if (thisVehicle == null) { + // 新建一个载具信息 + thisVehicle = new TAppVehicle( + vehicleId, + isEmptyVehicle ? 1 : 0, + WmsVehicleStatusEnums.ON.getCode(), + "", + 0, + thisVehicleInTasks.getFirst().getDestination(), + LocalDateTime.now() + ); + } else { + // 更新已有载具信息 + thisVehicle.setIsEmpty(isEmptyVehicle ? 1 : 0); + thisVehicle.setVehicleStatus(WmsVehicleStatusEnums.ON.getCode()); + thisVehicle.setLastInTime(LocalDateTime.now()); + thisVehicle.setLocationId(thisVehicleInTasks.getFirst().getDestination()); + } + // 保存载具信息 + appVehicleService.saveOrUpdate(thisVehicle); + // 将目标库位的工作状态设置为未工作 + appLocationService.update(new LambdaUpdateWrapper() + .set(TAppLocation::getIsWorking, 0) + .eq(TAppLocation::getLocationId, thisVehicle.getLocationId()) + ); + // 需要更新下当前载具下的库存其他信息 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.OK.getCode()) + .set(TAppStock::getLocationId, thisVehicleInTasks.getFirst().getDestination()) + .setSql("remain_num = real_num") + .eq(TAppStock::getVehicleId, vehicleId)); + // 移除这个载具的所有拣选任务 + appPickTaskService.remove(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, vehicleId)); + // 取消这个载具下发的所有任务 + conveyTaskService.cancelOtherStandPickTasks(vehicleId, ""); + // 保存库存信息 + if (!newStockList.isEmpty()) { + appStockService.saveOrUpdateBatch(newStockList); + } + // 增加库存更新记录 + if (!stockUpdateList.isEmpty()) { + appStockUpdateService.saveBatch(stockUpdateList); + } + // 添加任务记录 + if (!newTaskBakList.isEmpty()) { + appTaskBakService.saveBatch(newTaskBakList); + } + // 删除已经完成的入库任务 + if (!needDeleteTaskIds.isEmpty()) { + appTaskService.removeByIds(needDeleteTaskIds); + } + // 删除暂存数据表的数据 + if(!needDeleteTempIds.isEmpty()){ + tempEwmInboundDataService.removeByIds(needDeleteTempIds); + } + if(!thisVehicleInTasks.getFirst().getTaskId().startsWith("BACK_")){ + // 回告ewm系统入库完成 + SendWarehouseInCompletedRequest request = new SendWarehouseInCompletedRequest(); + request.setContainerNo(vehicleId); + request.setBillType(tempEwmInboundDataList.getFirst().getBillType()); + request.setBillNo(tempEwmInboundDataList.getFirst().getBillNo()); + request.setPin("ASRS2-WMS"); + //request.setPin(""); + EwmApiBackResponse ewmApiBackResponse = ewmApiService.sendWarehouseInCompleted(request); + if (!Objects.equals(ewmApiBackResponse.getState(), "successfully")) { + log.error("调用EWM系统接口异常,请求参数: {}", request); + }else { + log.info("调用EWM系统接口成功,请求参数: {}", request); + } + } + + } + } + + /** + * 实现---这里是合并库存的部分 + * + * @param stackerInTasks 已完成的入库任务 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void finishStackerInTasksMergeSameGoods(List stackerInTasks) { + // 入库任务完成需要做以下几件事情: + // 1. 生成库存,如果是已有库存则更新库存状态、数量、库位这些信息。 + // 2. 添加载具信息,如果载具已经存在则更新状态、库位等信息。 + // 3. 添加入库记录。 + // 根据载具号map一下 + Map> vehicleIdToTaskMap = stackerInTasks.stream() + .filter(inTask -> Objects.equals(inTask.getTaskType(), WmsTaskTypeEnums.IN.getCode()) && Objects.equals(inTask.getTaskStatus(), WmsStackerTaskStatusEnums.FINISH.getCode())) + .collect(Collectors.groupingBy(TAppTask::getVehicleId)); + for (String vehicleId : vehicleIdToTaskMap.keySet()) { + List thisVehicleInTasks = vehicleIdToTaskMap.get(vehicleId); + // 查询这个载具的信息 + TAppVehicle thisVehicle = appVehicleService.getOne(new LambdaQueryWrapper() + .eq(TAppVehicle::getVehicleId, vehicleId) + ); + // 查询这个载具的库存 + List thisVehicleStocks = appStockService.list( + new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, vehicleId)); + // 遍历任务信息 + List goodsIds = new ArrayList<>(); + // 新的库存信息 + List newStockList = new ArrayList<>(); + // 库存更新记录 + List stockUpdateList = new ArrayList<>(); + // 待删除的库存信息 + List needDeleteStockIds = new ArrayList<>(); + // 入库记录 + List newTaskBakList = new ArrayList<>(); + // 需要删除的任务id + List needDeleteTaskIds = new ArrayList<>(); + for (TAppTask thisVehicleInTask : thisVehicleInTasks) { + // 任务记录 + newTaskBakList.add(new TAppTaskBak( + thisVehicleInTask.getTaskId(), + thisVehicleInTask.getTaskType(), + thisVehicleInTask.getTaskStatus(), + thisVehicleInTask.getTaskPriority(), + thisVehicleInTask.getVehicleId(), + thisVehicleInTask.getOrigin(), + thisVehicleInTask.getDestination(), + thisVehicleInTask.getWcsTaskId(), + thisVehicleInTask.getCreateTime(), + thisVehicleInTask.getFinishTime(), + thisVehicleInTask.getGoodsId(), + thisVehicleInTask.getOpNum(), + thisVehicleInTask.getStockNum(), + thisVehicleInTask.getOpUser(), + thisVehicleInTask.getRemark(), + thisVehicleInTask.getCallStand(), + "" + )); + // 删除任务 + needDeleteTaskIds.add(thisVehicleInTask.getTaskId()); + // 判断是否需要更新库存信息 + if (Objects.equals(thisVehicleInTask.getGoodsId(), AppConstant.EMPTY_GOODS_ID)) { + // 空载具或者回库任务 + continue; + } else { + goodsIds.add(thisVehicleInTask.getGoodsId()); + } + List oldStockList = thisVehicleStocks.stream() + .filter(stock -> Objects.equals(stock.getGoodsId(), thisVehicleInTask.getGoodsId())) + .toList(); + TAppGoods thisGoods = appCommon.getInstantGoodsByGoodsId(thisVehicleInTask.getGoodsId()); + Integer sledDays = null;// -1表示非有效期管理 + LocalDate expireDate = null;// null表示非有效期管理 + if (thisGoods != null && Objects.equals(thisGoods.getPutArea(), "ASRS") && thisGoods.getIsSled().contains("Y")) { + // 有效期管理的物料 + if (thisGoods.getSledDays() != null) { + sledDays = thisGoods.getSledDays(); + expireDate = thisVehicleInTask.getCreateTime().plusDays(sledDays).toLocalDate(); + } + } + if (oldStockList.isEmpty()) { + // 新库存,增加库存信息 + TAppStock thisTimeNewStock = new TAppStock( + UUIDUtils.getNewUUID(), + vehicleId, + thisVehicleInTask.getDestination(), + WmsStockStatusEnums.OK.getCode(), + thisVehicleInTask.getGoodsId(), + WmsGoodsStatusEnums.OK.getCode(), + thisVehicleInTask.getCreateTime(), + thisVehicleInTask.getOpUser(), + LocalDateTime.now(), + thisVehicleInTask.getOpUser(), + thisVehicleInTask.getOpNum(), + thisVehicleInTask.getOpNum(), + thisVehicleInTask.getOpNum(), + thisVehicleInTask.getGoodsDesc(), + expireDate, + sledDays, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ); + newStockList.add(thisTimeNewStock); + // 库存更新记录 + TAppStockUpdate stockUpdate = new TAppStockUpdate( + UUIDUtils.getNewUUID(), + thisTimeNewStock.getVehicleId(), + thisTimeNewStock.getGoodsId(), + thisTimeNewStock.getFirstInTime(), + 0, + thisTimeNewStock.getRealNum(), + thisVehicleInTask.getOrigin() + ":入库", + LocalDateTime.now(), + thisVehicleInTask.getOpUser() + ); + stockUpdateList.add(stockUpdate); + } else { + // 更新已有库存信息 + if (oldStockList.size() > 1) { + // 需要合并库存信息 + int originSum = oldStockList.stream() + .mapToInt(TAppStock::getRealNum) + .sum(); + int originTotal = oldStockList.stream() + .mapToInt(TAppStock::getTotalNum) + .sum(); + // 新库存,增加库存信息 + TAppStock thisTimeOldNewStock = new TAppStock( + UUIDUtils.getNewUUID(), + vehicleId, + thisVehicleInTask.getDestination(), + WmsStockStatusEnums.OK.getCode(), + thisVehicleInTask.getGoodsId(), + WmsGoodsStatusEnums.OK.getCode(), + oldStockList.getFirst().getFirstInTime(), + oldStockList.getFirst().getFirstInUser(), + LocalDateTime.now(), + thisVehicleInTask.getOpUser(), + originTotal + thisVehicleInTask.getOpNum(), + originSum + thisVehicleInTask.getOpNum(), + originSum + thisVehicleInTask.getOpNum(), + thisVehicleInTask.getGoodsDesc(), + expireDate, + sledDays, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null, + null + ); + newStockList.add(thisTimeOldNewStock); + // 库存更新记录 + TAppStockUpdate stockUpdate = new TAppStockUpdate( + UUIDUtils.getNewUUID(), + thisTimeOldNewStock.getVehicleId(), + thisTimeOldNewStock.getGoodsId(), + thisTimeOldNewStock.getFirstInTime(), + originSum, + thisTimeOldNewStock.getRealNum(), + thisVehicleInTask.getOrigin() + ":入库", + LocalDateTime.now(), + thisVehicleInTask.getOpUser() + ); + stockUpdateList.add(stockUpdate); + needDeleteStockIds.addAll(oldStockList.stream() + .map(TAppStock::getStockId) + .toList()); + } else { + TAppStock oldStock = oldStockList.getFirst(); + // 更新数量 + oldStock.setRealNum(oldStock.getRealNum() + thisVehicleInTask.getOpNum()); + oldStock.setRemainNum(oldStock.getRealNum()); + oldStock.setTotalNum(oldStock.getTotalNum() + thisVehicleInTask.getOpNum()); + // 更新库位 + oldStock.setLocationId(thisVehicleInTask.getDestination()); + oldStock.setLastUpdateTime(LocalDateTime.now()); + oldStock.setLastUpdateUser(thisVehicleInTask.getOpUser()); + oldStock.setStockStatus(WmsStockStatusEnums.OK.getCode()); + newStockList.add(oldStock); + // 库存更新记录 + TAppStockUpdate stockUpdate = new TAppStockUpdate( + UUIDUtils.getNewUUID(), + oldStock.getVehicleId(), + oldStock.getGoodsId(), + oldStock.getFirstInTime(), + oldStock.getRealNum() - thisVehicleInTask.getOpNum(), + oldStock.getRealNum(), + thisVehicleInTask.getOrigin() + ":入库", + LocalDateTime.now(), + thisVehicleInTask.getOpUser() + ); + stockUpdateList.add(stockUpdate); + } + } + } + // 当前载具是否是空载具 + boolean isEmptyVehicle = goodsIds.isEmpty() && thisVehicleStocks.isEmpty(); + if (thisVehicle == null) { + // 新建一个载具信息 + thisVehicle = new TAppVehicle( + vehicleId, + isEmptyVehicle ? 1 : 0, + WmsVehicleStatusEnums.ON.getCode(), + "", + 0, + thisVehicleInTasks.getFirst().getDestination(), + LocalDateTime.now() + ); + } else { + // 更新已有载具信息 + thisVehicle.setIsEmpty(isEmptyVehicle ? 1 : 0); + thisVehicle.setVehicleStatus(WmsVehicleStatusEnums.ON.getCode()); + thisVehicle.setLastInTime(LocalDateTime.now()); + thisVehicle.setLocationId(thisVehicleInTasks.getFirst().getDestination()); + } + // 保存载具信息 + appVehicleService.saveOrUpdate(thisVehicle); + // 将目标库位的工作状态设置为未工作 + appLocationService.update(new LambdaUpdateWrapper() + .set(TAppLocation::getIsWorking, 0) + .eq(TAppLocation::getLocationId, thisVehicle.getLocationId()) + ); + // 删除多余的库存信息 + if (!needDeleteStockIds.isEmpty()) { + appStockService.removeByIds(needDeleteStockIds); + } + // 需要更新下当前载具下的库存其他信息 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.OK.getCode()) + .set(TAppStock::getLocationId, thisVehicleInTasks.getFirst().getDestination()) + .setSql("remain_num = real_num") + .eq(TAppStock::getVehicleId, vehicleId) + ); + // 移除这个载具的所有拣选任务 + appPickTaskService.remove(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, vehicleId)); + // 取消这个载具下发的所有任务 + conveyTaskService.cancelOtherStandPickTasks(vehicleId, ""); + // 保存库存信息 + if (!newStockList.isEmpty()) { + appStockService.saveOrUpdateBatch(newStockList); + } + // 增加库存更新记录 + if (!stockUpdateList.isEmpty()) { + appStockUpdateService.saveBatch(stockUpdateList); + } + // 添加任务记录 + if (!newTaskBakList.isEmpty()) { + appTaskBakService.saveBatch(newTaskBakList); + } + // 删除已经完成的入库任务 + if (!needDeleteTaskIds.isEmpty()) { + appTaskService.removeByIds(needDeleteTaskIds); + } + } + } + + /** + * 实现 + * + * @param stackerOutTasks 已完成的出库任务 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void finishStackerOutTasks(List stackerOutTasks) { + // 出库完成需要完成以下事情: + // 1. 更新库存状态 + // 2. 更新载具状态 + // 3. 释放库位 + // 4. 释放当前载具的拣选任务列表 + // 5. 添加出库记录 + // 根据载具号map一下 + Map> vehicleIdToTaskMap = stackerOutTasks.stream() + .filter(outTask -> Objects.equals(outTask.getTaskType(), WmsTaskTypeEnums.OUT.getCode()) && Objects.equals(outTask.getTaskStatus(), WmsStackerTaskStatusEnums.FINISH.getCode())) + .collect(Collectors.groupingBy(TAppTask::getVehicleId)); + for (String vehicleId : vehicleIdToTaskMap.keySet()) { + // 查询当前载具的数据 + TAppVehicle thisVehicle = appVehicleService.getOne(new LambdaQueryWrapper() + .eq(TAppVehicle::getVehicleId, vehicleId)); + if (thisVehicle == null || StringUtils.isEmpty(thisVehicle.getLocationId())) { + // 必须要有载具信息 + log.warn("载具{}的出库任务完成处理失败,原因:缺少载具信息(库位必须)。", vehicleId); + // 将当前载具所有的任务状态都设置为异常 + appTaskService.update(new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.EXCEPTION.getCode()) + .set(TAppTask::getRemark, "缺少载具信息(库位必须),出库完成处理失败。") + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.OUT.getCode()) + .eq(TAppTask::getVehicleId, vehicleId)); + continue; + } + // 释放当前库位 + appLocationService.update(new LambdaUpdateWrapper() + .set(TAppLocation::getIsOccupy, WmsLocationOccupyStatusEnums.EMPTY.getCode()) + .set(TAppLocation::getVehicleId, "") + .set(TAppLocation::getIsWorking, 0) + .eq(TAppLocation::getLocationId, thisVehicle.getLocationId()) + .eq(TAppLocation::getVehicleId, vehicleId)); + // 更新载具信息 + thisVehicle.setVehicleStatus(WmsVehicleStatusEnums.OUT.getCode()); + thisVehicle.setLocationId(""); + appVehicleService.updateById(thisVehicle); + // 更新当前载具对应的所有库存的状态为已出库 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.OUTED.getCode()) + .set(TAppStock::getLocationId, "") + .eq(TAppStock::getVehicleId, vehicleId)); + // 释放当前载具对应的拣选任务 + appPickTaskService.update(new LambdaUpdateWrapper() + .set(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.WAIT.getCode()) + .eq(TAppPickTask::getVehicleId, vehicleId) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.TEMP.getCode())); + // 当前载具的任务列表 + List thisVehicleOutTasks = vehicleIdToTaskMap.get(vehicleId); + if (!thisVehicleOutTasks.isEmpty()) { + // 存储出库记录 + List stockOutRecordList = thisVehicleOutTasks.stream() + .map(outTask -> new TAppTaskBak( + outTask.getTaskId(), + outTask.getTaskType(), + outTask.getTaskStatus(), + outTask.getTaskPriority(), + outTask.getVehicleId(), + outTask.getOrigin(), + outTask.getDestination(), + outTask.getWcsTaskId(), + outTask.getCreateTime(), + outTask.getFinishTime(), + outTask.getGoodsId(), + outTask.getOpNum(), + outTask.getStockNum(), + outTask.getOpUser(), + outTask.getRemark(), + outTask.getCallStand(), + "" + )).toList(); + appTaskBakService.saveBatch(stockOutRecordList); + // 删除当前载具所对应的出库任务 + appTaskService.remove(new LambdaQueryWrapper() + .eq(TAppTask::getVehicleId, vehicleId) + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.OUT.getCode()) + .in(TAppTask::getTaskId, thisVehicleOutTasks.stream().map(TAppTask::getTaskId).toList())); + } + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/StockDataServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/StockDataServiceImpl.java new file mode 100644 index 0000000..8938dfd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/business/serviceImpl/StockDataServiceImpl.java @@ -0,0 +1,282 @@ +package com.wms_main.service.business.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.enums.wms.AppConfigKeyEnums; +import com.wms_main.dao.ITAppStockService; +import com.wms_main.dao.ITAppStockUpdateService; +import com.wms_main.dao.ITAppVehicleService; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.dto.request.ewm.SendEwmVehicleForInRequest; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.api.IEwmApiService; +import com.wms_main.service.business.IStockDataService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.time.LocalDateTime; +import java.util.*; + +/** + * 库存数据服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class StockDataServiceImpl implements IStockDataService { + private final ITAppStockService appStockService;// 库存服务 + private final ITAppVehicleService appVehicleService;// 载具服务 + private final AppCommon appCommon;// app通用数据 + private final ITAppStockUpdateService appStockUpdateService;// 库存更新服务 + private final IEwmApiService ewmApiService; + + /** + * 更新库存信息 实现 + * @param stockConfirm 库存确认信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void updateStockInfo(StockConfirmEntity stockConfirm, String standId, String userName, String reason, String inventoryId) { + if (stockConfirm == null || StringUtils.isEmpty(stockConfirm.getVehicleId()) || StringUtils.isEmpty(stockConfirm.getGoodsId()) + || stockConfirm.getRealRemainQty() == null) { + return; + } + // 查询对应的库存信息 + List stockList = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, stockConfirm.getVehicleId()) + .eq(TAppStock::getGoodsId, stockConfirm.getGoodsId()) + .orderByDesc(TAppStock::getFirstInTime) + ); + // 更新列表 + List removeStocks = new ArrayList<>(); + List updateStocks = new ArrayList<>(); + // 库存更新记录列表 + List stockUpdateList = new ArrayList<>(); + // 剩余数量 + int remainQty = stockConfirm.getRealRemainQty(); + for (int i = 0; i < stockList.size(); i++) { + TAppStock stock = stockList.get(i); + if (StringUtils.isNotEmpty(inventoryId)) { + stock.setLastInventoryId(inventoryId); + stock.setLastInventoryTime(LocalDateTime.now()); + } + if (remainQty <= 0) { + // 需要移除的库存 + removeStocks.add(stock); + // 增加库存更新记录 + TAppStockUpdate stockUpdate = new TAppStockUpdate( + UUIDUtils.getNewUUID(), + stock.getVehicleId(), + stock.getGoodsId(), + stock.getFirstInTime(), + stock.getRealNum(), + 0, + standId + ":" + reason, + LocalDateTime.now(), + userName + ); + stockUpdateList.add(stockUpdate); + continue; + } + if ((i == stockList.size() - 1) || stock.getRealNum() > remainQty) { + // 最先进的库存,剩余数量全部分配给他 + TAppStockUpdate stockUpdate = new TAppStockUpdate( + UUIDUtils.getNewUUID(), + stock.getVehicleId(), + stock.getGoodsId(), + stock.getFirstInTime(), + stock.getRealNum(), + remainQty, + standId + ":" + reason, + LocalDateTime.now(), + userName + ); + stockUpdateList.add(stockUpdate); + stock.setRealNum(remainQty); + stock.setLastUpdateTime(LocalDateTime.now()); + remainQty = 0; + // 添加更新库存列表 + updateStocks.add(stock); + } else { + // 库存不变 + remainQty -= stock.getRealNum(); + } + } + // 删除库存 + if (!removeStocks.isEmpty()) { + appStockService.removeBatchByIds(removeStocks.stream().map(TAppStock::getStockId).toList()); + } + // 查询对应的库存信息 + List stockLists = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, stockConfirm.getVehicleId()) + .eq(TAppStock::getGoodsId, stockConfirm.getGoodsId()) + .gt(TAppStock::getRemainNum, 0) + ); + if (stockLists == null || stockLists.isEmpty()){ + // 回告EWM系统 + SendEwmVehicleForInRequest request = new SendEwmVehicleForInRequest(); + request.setContainerNo(stockConfirm.getVehicleId()); + EwmApiBackResponse ewmApiBackResponse = ewmApiService.sendContainerEmpty(request); + if (!Objects.equals(ewmApiBackResponse.getState(), "successful")) { + log.error("容器置空调用EWM系统接口异常,请求参数: {}", request); + }else { + log.info("容器置空调用EWM系统接口成功,请求参数: {}", request); + } + } + // 更新库存数量 + if (!updateStocks.isEmpty()) { + appStockService.updateBatchById(updateStocks); + } + // 增加库存更新记录 + if (!stockUpdateList.isEmpty()) { + appStockUpdateService.saveBatch(stockUpdateList); + } + } + + /** + * 获得库存预警值---实现 + * @return 库存预警值 + */ + @Override + public int getWarningQty() { + int warningQty = 5; + try { + // 获取配置数据 + warningQty = Integer.parseInt(appCommon.getConfigByKey(AppConfigKeyEnums.STOCK_WARNING_QTY.getKey())); + } catch (Exception e) { + log.warn("获取库存预警值失败,使用默认值5。"); + } + return warningQty; + } + + /** + * 判断当前载具是否是空载具 + * @param vehicleId 载具号 + * @return true:空载具;false:非空载具 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public boolean isEmptyVehicle(String vehicleId) { + // 查询这个载具的所有库存数据 + List thisVehicleStocks = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, vehicleId) + .gt(TAppStock::getRealNum, 0) + ); + boolean isEmpty = thisVehicleStocks == null || thisVehicleStocks.isEmpty(); + if (isEmpty) { + // 更新载具数据 + appVehicleService.update(new LambdaUpdateWrapper() + .set(TAppVehicle::getIsEmpty, 1) + .eq(TAppVehicle::getVehicleId, vehicleId) + .ne(TAppVehicle::getIsEmpty, 1)); + } + return isEmpty; + } + + /** + * 找到目标料号最先入库的库存,剩余可用数量大于0---实现 + * @param goodsId 目标 + * @param allStocks 所有库存 + * @return 库存编号 + */ + @Override + public String getFirstInStock(String goodsId, List allStocks, TAppOuts outs) { + if (allStocks == null || allStocks.isEmpty()) { + return ""; + } + + // 筛选此料号下的库存, 按照入库时间正序排序 + List thisGoodsStocks = allStocks.stream() + .filter(stock -> stock.getGoodsId().equals(goodsId) && stock.getRemainNum() > 0) + .filter(stock -> isStringEqual(stock.getSpecialStock(), outs != null ? outs.getSpecialStock() : null)) + .filter(stock -> isStringEqual(stock.getSpecialStockNo(), outs != null ? outs.getSpecialStockNo() : null)) + .filter(stock -> isStringEqual(stock.getSpecialStockItemNo(), outs != null ? outs.getSpecialStockItemNo() : null)) + .filter(stock -> isStringEqual(stock.getBatchNo(), outs != null ? outs.getBatchNo() : null)) + .sorted(Comparator.comparing(TAppStock::getFirstInTime)) + .toList(); + + if (thisGoodsStocks.isEmpty()) { + return ""; + } + + return thisGoodsStocks.getFirst().getStockId(); + } + + private boolean isStringEqual(String str1, String str2) { + // 如果两个都是null,返回相等 + if (str1 == null && str2 == null) { + return true; + } + // 如果其中一个为null,另一个为空字符串,返回相等 + if ((str1 == null && str2.isEmpty()) || (str2 == null && str1.isEmpty())) { + return true; + } + // 其他情况使用标准equals比较 + return Objects.equals(str1, str2); + } + + /** + * 获取可以继续放料的map---实现 + * @param goodsIds 物料列表 + * @return 结果map + */ + @Override + public Map> getCanPutGoodsMap(List goodsIds) { + // 筛选出料号,查询库存 + if (goodsIds == null || goodsIds.isEmpty()) { + return new HashMap<>(); + } + // 先去重 + List distinctGoodsIds = goodsIds.stream().distinct().toList(); + List stocksOfThisGoodsIds = appStockService.list(new LambdaQueryWrapper() + .in(TAppStock::getGoodsId, distinctGoodsIds) + .orderByAsc(TAppStock::getFirstInTime)); + // 根据载具号合并数量----因为这个项目默认一箱一料 + Map> goodsQtyMap = new HashMap<>(); + for (TAppStock stock : stocksOfThisGoodsIds) { + if (goodsQtyMap.containsKey(stock.getGoodsId())) { + Map qtyByVehicleMap = goodsQtyMap.get(stock.getGoodsId()); + if (qtyByVehicleMap.containsKey(stock.getVehicleId())) { + qtyByVehicleMap.replace(stock.getVehicleId(), qtyByVehicleMap.get(stock.getVehicleId()) + stock.getRemainNum()); + } else { + qtyByVehicleMap.put(stock.getVehicleId(), stock.getRemainNum()); + } + goodsQtyMap.replace(stock.getGoodsId(), qtyByVehicleMap); + } else { + Map qtyByVehicleMap = new HashMap<>(); + qtyByVehicleMap.put(stock.getVehicleId(), stock.getRemainNum()); + goodsQtyMap.put(stock.getGoodsId(), qtyByVehicleMap); + } + } + // 去除数量过多的 + List stockGoodsIds = new ArrayList<>(goodsQtyMap.keySet()); + for (String goodsId : stockGoodsIds) { + // 当前的物料信息 + TAppGoods thisGoods = appCommon.getInstantGoodsByGoodsId(goodsId); + if (thisGoods == null || thisGoods.getBoxQty() == null || thisGoods.getMaxBoxNum() == null) { + continue; + } + // 根据数量过滤 + Map qtyByVehicleMap = goodsQtyMap.get(goodsId); + List vehicleIdsOfThisGoods = new ArrayList<>(qtyByVehicleMap.keySet()); + for (String vehicleId : vehicleIdsOfThisGoods) { + if (qtyByVehicleMap.get(vehicleId) > (thisGoods.getMaxBoxNum() - 1) * thisGoods.getBoxQty()) { + qtyByVehicleMap.remove(vehicleId); + } + } + // 去除不可用的料号 + if (qtyByVehicleMap.isEmpty()) { + goodsQtyMap.remove(goodsId); + } else { + goodsQtyMap.replace(goodsId, qtyByVehicleMap); + } + } + return goodsQtyMap; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IConfigControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IConfigControllerService.java new file mode 100644 index 0000000..416d6d3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IConfigControllerService.java @@ -0,0 +1,27 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.ConfigQuery; +import com.wms_main.model.dto.request.wms.ConfigUpdateRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.ConfigVo; +import com.wms_main.model.vo.wms.PageVo; + +/** + * 配置控制类 服务接口 + */ +public interface IConfigControllerService { + /** + * 查询配置信息---分页 + * @param configQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> queryConfigsByPage(ConfigQuery configQuery); + + /** + * 更新配置信息 + * @param configUpdateRequest 请求参数 + * @return 更新结果 + */ + BaseWmsApiResponse updateConfig(ConfigUpdateRequest configUpdateRequest); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IEquipmentControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IEquipmentControllerService.java new file mode 100644 index 0000000..b3a1f24 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IEquipmentControllerService.java @@ -0,0 +1,9 @@ +package com.wms_main.service.controller; +import com.wms_main.model.dto.query.EquipmentQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.EquipmentVo; +import com.wms_main.model.vo.wms.PageVo; + +public interface IEquipmentControllerService { + WmsApiResponse> queryEquipmentInfoByPage(EquipmentQuery equipmentQuery); +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IGoodsControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IGoodsControllerService.java new file mode 100644 index 0000000..524263a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IGoodsControllerService.java @@ -0,0 +1,26 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.GoodsQuery; +import com.wms_main.model.vo.wms.GoodsVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import org.springframework.web.bind.annotation.RequestBody; + +/** + * 物料控制类 服务接口 + */ +public interface IGoodsControllerService { + /** + * 获取物料信息---分页 + * @param goodsQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> getGoodsInfoByPage(GoodsQuery goodsQuery); + + /** + * 根据物料id获取物料信息 + * @param goodsId 物料id + * @return 物料信息 + */ + WmsApiResponse getGoodsInfoByGoodsId(String goodsId); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IJobControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IJobControllerService.java new file mode 100644 index 0000000..ba9f5a7 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IJobControllerService.java @@ -0,0 +1,10 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.JobQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.JobVo; +import com.wms_main.model.vo.wms.PageVo; + +public interface IJobControllerService { + WmsApiResponse> queryJobInfoByPage(JobQuery jobQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IKateWorkControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IKateWorkControllerService.java new file mode 100644 index 0000000..9916522 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IKateWorkControllerService.java @@ -0,0 +1,177 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.bo.wms.BoxSummary; +import com.wms_main.model.bo.wms.KanbanLackDetail; +import com.wms_main.model.dto.query.*; +import com.wms_main.model.dto.request.wms.*; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.*; + +import java.util.List; + +/** + * 卡特工作控制类服务接口 + */ +public interface IKateWorkControllerService { + /** + * 查询工作情况 + * @param kateWorksQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse queryKateWorks(KateWorksQuery kateWorksQuery); + + /** + * 创建工作/初始化 + * @param initKateWorkRequest 请求信息 + * @return 处理结果 + */ + BaseWmsApiResponse initWorks(InitKateWorkRequest initKateWorkRequest); + + /** + * 获得当前需要配料的工作 + * @param kateWorksQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse getCurrentWorks(KateWorksQuery kateWorksQuery); + + /** + * 确认当前工作 + * @param confirmWorkRequest 确认请求 + * @return 处理结果 + */ + BaseWmsApiResponse confirmCurrentWork(ConfirmWorkRequest confirmWorkRequest); + + /** + * 查找图纸 + * @param request 请求参数 + * @return 图纸 + */ + WmsApiResponse getImageOfWork(BaseWmsRequest request); + + /** + * 配料界面获取料盒显示信息 + * @param request 请求 + * @return 查询结果 + */ + WmsApiResponse getBoxesAndLacks(BaseWmsRequest request); + + /** + * 分页查看看板 + * @param kanbanQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> queryKanbanByPage(KanbanQuery kanbanQuery); + + /** + * 生成看板需求 + * @param genRequest 请求参数 + * @return 请求结果 + */ + WmsApiResponse> genClcKanbanRequirement(GenKanbanRequirementRequest genRequest); + + /** + * 获取物料需求 + * @param goodsRequireRequest 请求参数 + * @return 请求结果 + */ + WmsApiResponse> getGoodsRequirement(GoodsRequireRequest goodsRequireRequest); + + /** + * 查询图纸 + * @param imageQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> requestImageDetail(ImageQuery imageQuery); + + /** + * 查询Dbs列表---分页 + * @param dbsQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryDbsByPage(DbsQuery dbsQuery); + + /** + * 查询配料单列表---分页 + * @param kittingBomQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryKittingBomByPage(KittingBomQuery kittingBomQuery); + + /** + * 查询图纸列表---分页 + * @param imageQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryImagesByPage(ImageQuery imageQuery); + + /** + * 查询配料单对应关系列表---分页 + * @param kittingBomRelationQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryKittingRelationByPage(KittingBomRelationQuery kittingBomRelationQuery); + + /** + * 查询工作汇总列表---分页 + * @param workSummaryQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryWorkSummaryByPage(WorkSummaryQuery workSummaryQuery); + + /** + * 查询当前站台待工作的物料列表 + * @param workSummaryQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryWorkingGoodsByPage(WorkSummaryQuery workSummaryQuery); + + /** + * 查询当前站台待工作的物料列表 + * @param kateWorksQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> getLackGoods(KateWorksQuery kateWorksQuery); + + /** + * 更新当前工作流 + * @param updateWorkRequest 更新请求 + * @return 更新结果 + */ + BaseWmsApiResponse updateKateWorks(UpdateWorkRequest updateWorkRequest); + + /** + * 关闭当前工作流 + * @param closeWorkRequest 关闭请求 + * @return 关闭结果 + */ + BaseWmsApiResponse closeCurrentWorks(UpdateWorkRequest closeWorkRequest); + + /** + * 请求打印料盒标签 + * @param kateWorksQuery 查询参数 + * @return 需要打印的料盒标签 + */ + WmsApiResponse requestPrintBoxTags(KateWorksQuery kateWorksQuery); + + /** + * 删除dbs计划 + * @param dbsRequest 删除请求 + * @return 删除结果 + */ + BaseWmsApiResponse deleteDbsPlan(DbsRequest dbsRequest); + + /** + * 删除配料单 + * @param kittingBomRequest 删除请求 + * @return 删除结果 + */ + BaseWmsApiResponse deleteKittingBom(KittingBomRequest kittingBomRequest); + + /** + * 查询当前查询条件下的工单号列表 + * @param dbsQuery 查询条件 + * @return 工单列表 + */ + WmsApiResponse> getTargetOrderList(DbsQuery dbsQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILocationControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILocationControllerService.java new file mode 100644 index 0000000..42ffbc6 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILocationControllerService.java @@ -0,0 +1,35 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.LocationQuery; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppLocation; +import com.wms_main.model.vo.wms.LocationVo; +import com.wms_main.model.vo.wms.PageVo; + +import java.util.List; + +/** + * 库位控制类服务 + */ +public interface ILocationControllerService { + /** + * 初始化库位信息 + * @param locationQuery 查询参数 + * @return 创建结果 + */ + BaseWmsApiResponse genLocations(LocationQuery locationQuery); + + /** + * 根据条件分页查询库位列表---分页 + * @param locationQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> queryLocationsByPage(LocationQuery locationQuery); + + /** + * 获取所有库位信息 + * @return 库位列表 + */ + WmsApiResponse> getAllLocations(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILogControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILogControllerService.java new file mode 100644 index 0000000..1288ca8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILogControllerService.java @@ -0,0 +1,27 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.SysApiQuery; +import com.wms_main.model.dto.query.SysLogQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.SysApiVo; +import com.wms_main.model.vo.wms.SysLogVo; + +/** + * 日志控制类服务 + */ +public interface ILogControllerService { + /** + * 查询接口接收日志数据---分页 + * @param logQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> queryLogsByPage(SysLogQuery logQuery); + + /** + * 查询接口发送日志数据---分页 + * @param apiQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> queryApisByPage(SysApiQuery apiQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILoginControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILoginControllerService.java new file mode 100644 index 0000000..521ff1c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ILoginControllerService.java @@ -0,0 +1,21 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.vo.wms.UserLoginVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; + +public interface ILoginControllerService { + /** + * 带密码登录 + * @param loginAccount 登录账户 + * @param loginPassword 登录密码 + * @return 登录的用户信息 + */ + WmsApiResponse loginWithAuth(String loginAccount, String loginPassword, String ip); + + /** + * 无密码登录 + * @param loginAccount 登录账户 + * @return 登录的用户信息 + */ + WmsApiResponse loginWithOutAuth(String loginAccount, String ip); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IPickPlanControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IPickPlanControllerService.java new file mode 100644 index 0000000..cc1de07 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IPickPlanControllerService.java @@ -0,0 +1,10 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.PickPlanQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.PickPlanVo; + +public interface IPickPlanControllerService { + WmsApiResponse> queryPickPlanInfoByPage(PickPlanQuery pickPlanQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IPickTaskBakControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IPickTaskBakControllerService.java new file mode 100644 index 0000000..0429576 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IPickTaskBakControllerService.java @@ -0,0 +1,10 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.PickTaskBakQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.PickTaskBakVo; + +public interface IPickTaskBakControllerService { + WmsApiResponse> queryPickBakInfoByPage(PickTaskBakQuery pickTaskBakQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IStandControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IStandControllerService.java new file mode 100644 index 0000000..a2f506e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IStandControllerService.java @@ -0,0 +1,40 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.StandQuery; +import com.wms_main.model.dto.request.wms.UpdateStandRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppStand; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.StandVo; + +import java.util.List; + +/** + * 站台控制器服务接口 + */ +public interface IStandControllerService { + /** + * 获取所有站台信息 + * + * @param standQuery 查询参数 + * @return 站台列表 + */ + WmsApiResponse> getAllStands(StandQuery standQuery); + + /** + * 更新站台信息 + * + * @param request 更新请求 + * @return 更新结果 + */ + BaseWmsApiResponse updateStandInfo(UpdateStandRequest request); + + /** + * 关闭站台 + * + * @param request 关闭请求 + * @return 关闭结果 + */ + BaseWmsApiResponse closeStandInfo(UpdateStandRequest request); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IStockControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IStockControllerService.java new file mode 100644 index 0000000..2d44f2e --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IStockControllerService.java @@ -0,0 +1,33 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.StockQuery; +import com.wms_main.model.dto.query.StockUpdateQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.StockUpdateVo; +import com.wms_main.model.vo.wms.StockVo; + +/** + * 库存控制类服务 接口 + */ +public interface IStockControllerService { + /** + * 查询库存信息---分页 + * @param stockQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryStocksByPage(StockQuery stockQuery); + + /** + * 查询库存更新记录---分页 + * @param stockUpdateQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryStockUpdateByPage(StockUpdateQuery stockUpdateQuery); + + /** + * 查询所有库存信息 + * @return 所有库存信息 + */ + WmsApiResponse> queryStocks(StockQuery stockQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ISystemControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ISystemControllerService.java new file mode 100644 index 0000000..c2a0144 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ISystemControllerService.java @@ -0,0 +1,23 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.request.wms.BaseWmsRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; + +/** + * 系统控制类服务接口 + */ +public interface ISystemControllerService { + /** + * 重启系统 + * @param baseWmsRequest 请求 + * @return 响应 + */ + BaseWmsApiResponse restartSystem(BaseWmsRequest baseWmsRequest); + + /** + * 重载配置 + * @param baseWmsRequest 请求 + * @return 响应 + */ + BaseWmsApiResponse reloadConfig(BaseWmsRequest baseWmsRequest); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskControllerService.java new file mode 100644 index 0000000..4460ded --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskControllerService.java @@ -0,0 +1,155 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.dto.request.ewm.EwmOutTaskRequest; +import com.wms_main.model.dto.request.ewm.SendEwmGetStockInformationRequest; +import com.wms_main.model.dto.request.ewm.SendEwmVehicleForInRequest; +import com.wms_main.model.dto.request.ewm.SendWarehouseInCompletedRequest; +import com.wms_main.model.dto.request.wcs.WcsBoxArriveRequest; +import com.wms_main.model.dto.request.wcs.WcsTaskResultRequest; +import com.wms_main.model.dto.request.wcs.WcsVehicleInRequest; +import com.wms_main.model.dto.request.wms.*; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.dto.response.ewm.EwmApiLocalResponse; +import com.wms_main.model.dto.response.wcs.BaseWcsApiResponse; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppStockCompare; +import com.wms_main.model.vo.wms.InventoryConfirmVo; +import com.wms_main.model.vo.wms.TaskConfirmVo; +import org.springframework.transaction.annotation.Transactional; + +import java.util.List; + +/** + * 任务控制类 服务接口 + */ +public interface ITaskControllerService { + /** + * 入库请求 + * @param stockInRequest 请求信息 + * @return 处理结果 + */ + BaseWmsApiResponse requireStockIn(StockInRequest stockInRequest); + + /** + * 出库请求 + * @param stockOutRequest 请求信息 + * @return 处理结果 + */ + BaseWmsApiResponse requireStockOut(StockOutRequest stockOutRequest); + + /** + * 入库用出库请求 + * @param voiRequest 请求信息 + * @return 处理结果 + */ + BaseWmsApiResponse requireVehiclesForIn(VehicleOutForInRequest voiRequest); + + /** + * 接收wcs反馈任务状态 + * @param wcsTaskResultRequest 请求信息 + * @return 处理结果 + */ + BaseWcsApiResponse sendTaskResult(WcsTaskResultRequest wcsTaskResultRequest); + + + EwmApiLocalResponse ewmInformationBack(WcsVehicleInRequest wcsVehicleInRequest); + + /** + * wcs请求载具入库 + * @param wcsVehicleInRequest 载具请求 + * @return 处理结果 + */ + WcsApiResponse wcsRequestVehicleIn(WcsVehicleInRequest wcsVehicleInRequest); + + /** + * Wcs上报载具到达站台 + * @param boxArriveRequest 请求信息 + * @return 处理结果 + */ + BaseWcsApiResponse boxArrive(WcsBoxArriveRequest boxArriveRequest); + + /** + * 取消拣选任务 + * @param pickTaskRequest 请求信息 + * @return 处理结果 + */ + BaseWmsApiResponse cancelPickTasks(PickTaskRequest pickTaskRequest); + + /** + * 获得当前站台任务 + * @param wmsRequest 请求信息 + * @return 处理结果 + */ + WmsApiResponse> getCurrentTask(BaseWmsRequest wmsRequest); + + /** + * 确认任务 + * @param confirmTaskRequest 请求信息 + * @return 处理结果 + */ + BaseWmsApiResponse confirmCurrentTask(ConfirmTaskRequest confirmTaskRequest); + + /** + * 下发盘点请求 + * @param inventoryRequest 盘点请求 + * @return 请求结果 + */ + BaseWmsApiResponse requestInventory(InventoryRequest inventoryRequest); + + /** + * 查询盘点任务确认信息 + * @param inventoryConfirmRequest 请求 + * @return 请求结果 + */ + WmsApiResponse getInventoryConfirm(InventoryConfirmRequest inventoryConfirmRequest); + + /** + * 确认盘点信息 + * @param inventoryConfirmRequest 确认请求 + * @return 处理结果 + */ + BaseWmsApiResponse confirmInventory(InventoryConfirmRequest inventoryConfirmRequest); + + /** + * 获取对应工单的缺料数量 + * 最小值为0,最大值为库存数量 + * @param goodsId 料号 + * @param workOrder 工单号 + * @return 缺料数量 + */ + int getLackQty(String goodsId, String workOrder); + + + /** + * EWM请求出库任务 + * @param ewmOutTaskRequest 请求信息 + * @return 处理结果 + */ + EwmApiBackResponse ewmRequestOutTask(EwmOutTaskRequest ewmOutTaskRequest); + + + /** + * EWM获取库存信息 + * @param request 获取库存信息请求 + * @return 处理结果 + */ + BaseWmsApiResponse getEwmStock(SendEwmGetStockInformationRequest request); + + /** + * 获取库存比较数据 + * @return 处理结果 + */ + WmsApiResponse> getCompareData(); + + + /** + * EWM取消入库任务 + * @param request 取消入库任务请求 + * @return 处理结果 + */ + EwmApiBackResponse cancelOrderInTasks(SendWarehouseInCompletedRequest request); + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskOperationControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskOperationControllerService.java new file mode 100644 index 0000000..82baa9b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskOperationControllerService.java @@ -0,0 +1,31 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.request.wms.OutsUpdateRequest; +import com.wms_main.model.dto.request.wms.WmsTaskRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; + +/** + * 任务操作控制类 服务接口 + */ +public interface ITaskOperationControllerService { + /** + * 删除Wms任务 + * @param wmsTaskRequest 请求参数 + * @return 删除结果 + */ + BaseWmsApiResponse deleteWmsTask(WmsTaskRequest wmsTaskRequest); + + /** + * 更新Wms任务 + * @param wmsTaskRequest 请求参数 + * @return 更新结果 + */ + BaseWmsApiResponse updateWmsTask(WmsTaskRequest wmsTaskRequest); + + /** + * 更新出库表单---取消或者完成 + * @param outsUpdateRequest 请求 + * @return 结果 + */ + BaseWmsApiResponse updateOutsTask(OutsUpdateRequest outsUpdateRequest); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskQueryControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskQueryControllerService.java new file mode 100644 index 0000000..04a1928 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITaskQueryControllerService.java @@ -0,0 +1,55 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.InventoryQuery; +import com.wms_main.model.dto.query.OutsQuery; +import com.wms_main.model.dto.query.PickTaskQuery; +import com.wms_main.model.dto.query.WmsTaskQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.*; + +/** + * 任务查询控制类 服务接口 + */ +public interface ITaskQueryControllerService { + /** + * 查询任务信息---分页 + * @param wmsTaskQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryTasksByPage(WmsTaskQuery wmsTaskQuery); + + /** + * 查询入库记录信息---分页 + * @param wmsTaskQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryInTaskRecordByPage(WmsTaskQuery wmsTaskQuery); + + /** + * 查询出库记录信息---分页 + * @param wmsTaskQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryOutTaskRecordByPage(WmsTaskQuery wmsTaskQuery); + + /** + * 查询拣选任务信息---分页 + * @param pickTaskQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryPickTasksByPage(PickTaskQuery pickTaskQuery); + + /** + * 查询出库单信息---分页 + * @param outsQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryOutsByPage(OutsQuery outsQuery); + + /** + * 查询盘点相关信息 + * @param inventoryQuery 查询参数 + * @return 查询结果---分页 + */ + WmsApiResponse> queryInventoryRecordByPage(InventoryQuery inventoryQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITestControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITestControllerService.java new file mode 100644 index 0000000..11b80a5 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/ITestControllerService.java @@ -0,0 +1,19 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.StockQuery; +import com.wms_main.model.dto.request.wms.BaseWmsRequest; +import com.wms_main.model.dto.query.DbsQuery; +import com.wms_main.model.dto.request.wms.InitKateWorkRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.vo.wms.ImageVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import jakarta.servlet.http.HttpServletResponse; +import org.springframework.web.bind.annotation.RequestBody; + +import java.io.IOException; +import java.util.List; + +public interface ITestControllerService { + WmsApiResponse> testRequestImage(InitKateWorkRequest request); + void testExport(@RequestBody DbsQuery dbsQuery, HttpServletResponse response) throws IOException; +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IUserControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IUserControllerService.java new file mode 100644 index 0000000..91510b3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IUserControllerService.java @@ -0,0 +1,7 @@ +package com.wms_main.service.controller; + +/** + * 用户控制类服务 + */ +public interface IUserControllerService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/IVehicleControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IVehicleControllerService.java new file mode 100644 index 0000000..0ede919 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/IVehicleControllerService.java @@ -0,0 +1,18 @@ +package com.wms_main.service.controller; + +import com.wms_main.model.dto.query.VehicleQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.VehicleVo; + +/** + * 载具控制类服务接口 + */ +public interface IVehicleControllerService { + /** + * 根据条件分页查询载具信息 + * @param vehicleQuery 查询参数 + * @return 查询结果 + */ + WmsApiResponse> queryVehicleInfoByPage(VehicleQuery vehicleQuery); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/ConfigControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/ConfigControllerServiceImpl.java new file mode 100644 index 0000000..f1d8699 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/ConfigControllerServiceImpl.java @@ -0,0 +1,82 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppConfigService; +import com.wms_main.model.dto.query.ConfigQuery; +import com.wms_main.model.dto.request.wms.ConfigUpdateRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppConfig; +import com.wms_main.model.vo.wms.ConfigVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IConfigControllerService; +import com.wms_main.service.system.ISystemService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +/** + * 配置控制类服务实现 + */ +@Service +@RequiredArgsConstructor +public class ConfigControllerServiceImpl implements IConfigControllerService { + // 配置服务 + private final ITAppConfigService appConfigService; + // 系统服务 + private final ISystemService systemService; + + /** + * 查询系统配置(分页)---实现 + * + * @param configQuery 配置 + * @return 结果 + */ + public WmsApiResponse> queryConfigsByPage(ConfigQuery configQuery) { + if (configQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = configQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(configQuery.getConfigKey()), TAppConfig::getConfigKey, configQuery.getConfigKey()) + .like(StringUtils.isNotEmpty(configQuery.getConfigName()), TAppConfig::getConfigName, configQuery.getConfigName()); + Page configPage = appConfigService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(configPage, ConfigVo::of); + return WmsApiResponse.success("查询配置数据成功", pageVo); + } + + /** + * 更新系统配置 + * + * @param configUpdateRequest 更新请求 + * @return 结果 + */ + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse updateConfig(ConfigUpdateRequest configUpdateRequest) { + if (configUpdateRequest == null) { + return BaseWmsApiResponse.error("更新请求不能为NULL。"); + } + if (StringUtils.isEmpty(configUpdateRequest.getConfigId())) { + return BaseWmsApiResponse.error("请求缺少配置id,无法更新。"); + } + // 查询对应的配置信息 + TAppConfig targetConfig = appConfigService.getById(configUpdateRequest.getConfigId()); + if (targetConfig == null) { + return BaseWmsApiResponse.error("id不正确,未查询到对应的配置信息。"); + } + // 更新配置 + appConfigService.update(new LambdaUpdateWrapper() + .set(TAppConfig::getConfigValue, configUpdateRequest.getConfigValue()) + .eq(TAppConfig::getConfigId, configUpdateRequest.getConfigId())); + // 重载配置 + if (systemService.reloadConfig()) { + return BaseWmsApiResponse.success("更新配置成功,重载配置成功。"); + } else { + return BaseWmsApiResponse.success("更新配置成功,但重载配置失败,需手动重载配置。"); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/EquipmentControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/EquipmentControllerServiceImpl.java new file mode 100644 index 0000000..ac9265b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/EquipmentControllerServiceImpl.java @@ -0,0 +1,40 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppEquipmentService; +import com.wms_main.model.dto.query.EquipmentQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppEquipment; +import com.wms_main.model.vo.wms.EquipmentVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IEquipmentControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Service +@RequiredArgsConstructor +@Slf4j +public class EquipmentControllerServiceImpl implements IEquipmentControllerService { + private final ITAppEquipmentService equipmentService; + + @Override + public WmsApiResponse> queryEquipmentInfoByPage(EquipmentQuery equipmentQuery) { + if (equipmentQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = equipmentQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .eq(equipmentQuery.getEquipmentId() != null, TAppEquipment::getEquipmentId, equipmentQuery.getEquipmentId()) + .eq(equipmentQuery.getEquipmentType() != null, TAppEquipment::getEquipmentType, equipmentQuery.getEquipmentType()) + .eq(equipmentQuery.getEquipmentStatus() != null, TAppEquipment::getEquipmentStatus, equipmentQuery.getEquipmentStatus()) + .like(StringUtils.isNotEmpty(equipmentQuery.getEquipmentName()), TAppEquipment::getEquipmentName, equipmentQuery.getEquipmentName()) + .like(StringUtils.isNotEmpty(equipmentQuery.getEquipmentDesc()), TAppEquipment::getEquipmentDesc, equipmentQuery.getEquipmentDesc()); + Page poPage = equipmentService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(poPage, EquipmentVo::of); + return WmsApiResponse.success("查询堆垛机成功", pageVo); + } +} \ No newline at end of file diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/GoodsControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/GoodsControllerServiceImpl.java new file mode 100644 index 0000000..2056b5f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/GoodsControllerServiceImpl.java @@ -0,0 +1,61 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppGoodsService; +import com.wms_main.model.po.TAppGoods; +import com.wms_main.model.dto.query.GoodsQuery; +import com.wms_main.model.vo.wms.GoodsVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IGoodsControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +/** + * 物料控制类 服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class GoodsControllerServiceImpl implements IGoodsControllerService { + private final ITAppGoodsService goodsService; + + /** + * 实现--查询物料信息(分页) + * @param goodsQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> getGoodsInfoByPage(GoodsQuery goodsQuery) { + if (goodsQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = goodsQuery.toMpPage(); + Page goodsPage = goodsService.page(page, new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(goodsQuery.getGoodsId()), TAppGoods::getGoodsId, goodsQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(goodsQuery.getGoodsDesc()), TAppGoods::getGoodsDescription, goodsQuery.getGoodsDesc())); + + PageVo pageVo = PageVo.of(goodsPage, GoodsVo::of); + return WmsApiResponse.success("查询成功", pageVo); + } + + /** + * 根据物料id查询物料信息 + * @param goodsId 物料id + * @return 查询结果 + */ + @Override + public WmsApiResponse getGoodsInfoByGoodsId(String goodsId) { + if (StringUtils.isEmpty(goodsId)) { + return WmsApiResponse.error("请求参数不能为空。", null); + } + TAppGoods targetGoods = goodsService.getById(goodsId); + if (targetGoods == null) { + return WmsApiResponse.error("查询结果为空。", null); + } + return WmsApiResponse.success("查询成功。", GoodsVo.of(targetGoods)); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/JobControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/JobControllerServiceImpl.java new file mode 100644 index 0000000..b7c1e1d --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/JobControllerServiceImpl.java @@ -0,0 +1,44 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppJobsService; +import com.wms_main.model.dto.query.EquipmentQuery; +import com.wms_main.model.dto.query.JobQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppEquipment; +import com.wms_main.model.po.TAppJobs; +import com.wms_main.model.vo.wms.EquipmentVo; +import com.wms_main.model.vo.wms.JobVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IJobControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Service +@RequiredArgsConstructor +@Slf4j +public class JobControllerServiceImpl implements IJobControllerService { + private final ITAppJobsService jobsService; + + @Override + public WmsApiResponse> queryJobInfoByPage(JobQuery jobQuery) { + if (jobQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = jobQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(jobQuery.getJobName()), TAppJobs::getJobName, jobQuery.getJobName()) + .like(StringUtils.isNotEmpty(jobQuery.getJobClass()), TAppJobs::getJobClass, jobQuery.getJobClass()) + .like(StringUtils.isNotEmpty(jobQuery.getCronExpression()), TAppJobs::getCronExpression, jobQuery.getCronExpression()) + .eq(jobQuery.getTimer() != null, TAppJobs::getTimer, jobQuery.getTimer()) + .eq(jobQuery.getTimerType() != null, TAppJobs::getTimerType, jobQuery.getTimerType()) + .eq(jobQuery.getJobStatus() != null, TAppJobs::getJobStatus, jobQuery.getJobStatus()); + Page poPage = jobsService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(poPage, JobVo::of); + return WmsApiResponse.success("查询定时任务成功", pageVo); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/KateWorkControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/KateWorkControllerServiceImpl.java new file mode 100644 index 0000000..c5f4f55 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/KateWorkControllerServiceImpl.java @@ -0,0 +1,1994 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.enums.others.DbsStatusEnums; +import com.wms_main.constant.enums.wms.*; +import com.wms_main.dao.*; +import com.wms_main.model.bo.wms.*; +import com.wms_main.model.dto.query.*; +import com.wms_main.model.dto.request.wms.*; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.*; +import com.wms_main.model.vo.wms.*; +import com.wms_main.repository.utils.FileUtils; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.business.IConveyTaskService; +import com.wms_main.service.business.IStockDataService; +import com.wms_main.service.controller.IKateWorkControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.transaction.interceptor.TransactionAspectSupport; + +import java.time.LocalDateTime; +import java.util.*; +import java.util.stream.Collectors; + +/** + * 卡特工作控制类服务接口实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class KateWorkControllerServiceImpl implements IKateWorkControllerService { + private final ITAppDbsService appDbsService;// dbs服务 + private final ITAppProductService appProductService;// 成品配料单服务 + private final ITAppProductExtendService appProductExtendService;// 成品-单片对应服务 + private final ITAppSingleProductService appSingleProductService;// 单片配料单服务 + private final ITAppWorkService appWorkService;// 工作服务 + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + private final ITAppStockService appStockService;// 库存服务 + private final IConveyTaskService conveyTaskService;// 输送线任务服务 + private final ITAppGoodsService appGoodsService;// 物料服务 + private final ITAppStandWorkService appStandWorkService;// 站台工作服务 + private final ITAppImageService appImageService;// 图纸服务 + private final IStockDataService stockDataService;// 库存数据服务 + private final ITAppStandService appStandService;// 站台服务 + private final ITAppKanbanService appKanbanService;// 看板服务 + private final ITAppWorkRecordService appWorkRecordService;// 工作记录服务 + private final ITAppPickPlanService appPickPlanService;// 拣选计划服务 + private final ITAppInventoryService appInventoryService;// 盘点任务服务 + private final AppCommon appCommon; + + /** + * 查询卡特工作 + * + * @param kateWorksQuery 卡特工作查询参数 + * @return 卡特工作列表 + */ + @Override + public WmsApiResponse queryKateWorks(KateWorksQuery kateWorksQuery) { + if (kateWorksQuery == null) { + // 空请求,直接返回空。 + return WmsApiResponse.success(new KateWorkOptionsVo()); + } + // 结果集 + KateWorkOptionsVo result = new KateWorkOptionsVo(); + // 分为两种情况 + if (StringUtils.isEmpty(kateWorksQuery.getWorkOrder())) { + // 1. 工单号未填的情况下,返回所有的工单 + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .eq(kateWorksQuery.getPlanStartDate() != null, TAppDbs::getTestPlanStartDate, kateWorksQuery.getPlanStartDate())); + if (dbsList != null && !dbsList.isEmpty()) { + // 获取工单列表 + result.setWorkOrder(dbsList.stream().map(TAppDbs::getWorkOrder).distinct().toList()); + } + } else { + // 2. 工单号已填写的情况下,查询到对应的DBS信息 + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .like(TAppDbs::getWorkOrder, kateWorksQuery.getWorkOrder()) + .ne(TAppDbs::getDbsStatus, DbsStatusEnums.FINISH.getValue())); + if (dbsList == null || dbsList.isEmpty()) { + // 返回空列表 + return WmsApiResponse.success(new KateWorkOptionsVo()); + } + if (dbsList.size() > 1) { + // 备选工单超过1条,直接返回 + result.setWorkOrder(dbsList.stream().map(TAppDbs::getWorkOrder).distinct().toList()); + return WmsApiResponse.success(result); + } + TAppDbs dbs = dbsList.getFirst(); + // 设置工单号列表 + result.setWorkOrder(List.of(dbs.getWorkOrder())); + // 设置原始成品号 + result.setProductIdOrigin(dbs.getProductIdOrigin()); + // 设置过滤成品号 + result.setProductId(dbs.getProductId()); + // 设置备注 + result.setKittingRemark(dbs.getKittingRemark()); + if (!getWorkOptionsOfServicePieces(kateWorksQuery, dbs.getProductIdOrigin(), result)) { + if (getWorkOptionsOfNonServicePieces(kateWorksQuery, dbs.getProductId(), result)) { + result.setProductType(1);// 普通成品 + } + } else { + result.setProductType(2);// 服务件成品 + } + } + return WmsApiResponse.success(result); + } + + /** + * 初始化任务 + * + * @param initKateWorkRequest 请求信息 + * @return 初始化任务响应信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse initWorks(InitKateWorkRequest initKateWorkRequest) { + if (initKateWorkRequest == null) { + return BaseWmsApiResponse.error("请求信息为空,无法创建工作。"); + } + if (StringUtils.isEmpty(initKateWorkRequest.getStandId())) { + return BaseWmsApiResponse.error("缺少站台号,无法创建工作。"); + } + if (!appStandService.exists(new LambdaQueryWrapper().eq(TAppStand::getStandId, initKateWorkRequest.getStandId()) + .eq(TAppStand::getStandType, 1))) { + return BaseWmsApiResponse.error("当前站台非拣选站台,不允许创建工作。"); + } + // 判断请求是否完整 + if (StringUtils.isEmpty(initKateWorkRequest.getWorkOrder())) { + return BaseWmsApiResponse.error("请求信息不完整,缺少工单号。"); + } + // 先判断当前站台是否有其他需要做的工作 + List currentStandWorkList = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getWorkStand, initKateWorkRequest.getStandId()) + .ne(TAppWork::getWorkOrder, initKateWorkRequest.getWorkOrder()) + .notIn(TAppWork::getWorkStatus, -1, 2)); + if (currentStandWorkList != null && !currentStandWorkList.isEmpty()) { + return BaseWmsApiResponse.error("当前站台还有其他工单未完成,无法创建新的工单。"); + } + // 判断当前工单的工作是否已经存在,如果选择了单片,则只下发单片。 + List allcurrentWorkOrderWorkList = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, initKateWorkRequest.getWorkOrder())); + if (allcurrentWorkOrderWorkList != null && !allcurrentWorkOrderWorkList.isEmpty()) { + // 筛选是不是单片 + List currentWorkOrderWorkList = allcurrentWorkOrderWorkList.stream().filter(work -> { + if (StringUtils.isNotEmpty(initKateWorkRequest.getSingleProductId())) { + return Objects.equals(work.getSingleProductId(), initKateWorkRequest.getSingleProductId()); + } else { + return StringUtils.isEmpty(work.getSingleProductId()); + } + }).toList(); + if (!currentWorkOrderWorkList.isEmpty()) { + // 根据查询条件筛选出对应的暂存数据 + List filterWorks = currentWorkOrderWorkList.stream() + .filter(work -> { + boolean result; + if (work.getWorkStatus() == -1) { + result = true; + } else { + // 缺料,可以下发 + result = work.getWorkStatus() == 2 && work.getLackStatus() == 1; + } + // 料盒号 + if (StringUtils.isNotEmpty(initKateWorkRequest.getBoxNo())) { + result = result && Objects.equals(work.getBoxNo(), initKateWorkRequest.getBoxNo()); + } + // 物料号 + if (StringUtils.isNotEmpty(initKateWorkRequest.getGoodsId())) { + result = result && Objects.equals(work.getGoodsId(), initKateWorkRequest.getGoodsId()); + } + return result; + }).toList(); + if (filterWorks.isEmpty()) { + return BaseWmsApiResponse.error("当前工单已生成工作,请勿重复下发。"); + } + try { + // 将这些工作的状态设置为待执行 + appWorkService.update( + new LambdaUpdateWrapper() + .set(TAppWork::getWorkStatus, 0) + .set(TAppWork::getLackStatus, 0) + .set(TAppWork::getWorkStand, initKateWorkRequest.getStandId()) + .setSql("distribute_num = finish_num") + .in(TAppWork::getWorkIndex, filterWorks.stream().map(TAppWork::getWorkIndex).distinct().toList()) + ); + return BaseWmsApiResponse.success("重新下发工作成功。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("创建工作失败。"); + } + } + } + // 生成新的工作详情 + // -> + // 查询dbs信息 + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .eq(TAppDbs::getWorkOrder, initKateWorkRequest.getWorkOrder()) + .ne(TAppDbs::getDbsStatus, 2)); + if (dbsList == null || dbsList.isEmpty()) { + return BaseWmsApiResponse.error("工单未查询到DBS信息,请检查。"); + } + if (dbsList.size() > 1) { + return BaseWmsApiResponse.error("工单存在多个DBS信息,请检查。"); + } + // 添加work表 + List workList = new ArrayList<>(); + // 查询配料相关表 + TAppDbs dbs = dbsList.getFirst(); + // 查询所有的库外物料信息 + List outGoodsList = appGoodsService.list(new LambdaQueryWrapper() + .notLike(TAppGoods::getPutArea, "ASRS")); + List outGoodsIds = outGoodsList.stream().map(TAppGoods::getGoodsId).distinct().toList(); + // 创建服务件工作 + createServicePiecesWork(outGoodsIds, dbs, workList); + if (workList.isEmpty()) { + // 创建非服务件工作 + createNonServicePiecesWork(outGoodsIds, dbs, workList); + } + // 设置暂存及站台等信息 + for (TAppWork work : workList) { + if (StringUtils.isNotEmpty(initKateWorkRequest.getSingleProductId())) { + if (!Objects.equals(work.getSingleProductId(), initKateWorkRequest.getSingleProductId())) { + // 单片号不对应 + work.setWorkStatus(-1); + } else if (StringUtils.isNotEmpty(initKateWorkRequest.getBoxNo()) && !Objects.equals(work.getBoxNo(), initKateWorkRequest.getBoxNo())) { + // 料盒号不对应 + work.setWorkStatus(-1); + } else if (StringUtils.isNotEmpty(initKateWorkRequest.getGoodsId()) && !Objects.equals(work.getGoodsId(), initKateWorkRequest.getGoodsId())) { + // 料号不对应 + work.setWorkStatus(-1); + } else { + work.setWorkStatus(0); + } + } else { + if (StringUtils.isNotEmpty(work.getSingleProductId())) { + // 单片不下发 + work.setWorkStatus(-1); + } else if (StringUtils.isNotEmpty(initKateWorkRequest.getBoxNo()) && !Objects.equals(work.getBoxNo(), initKateWorkRequest.getBoxNo())) { + // 料盒号不对应 + work.setWorkStatus(-1); + } else if (StringUtils.isNotEmpty(initKateWorkRequest.getGoodsId()) && !Objects.equals(work.getGoodsId(), initKateWorkRequest.getGoodsId())) { + // 料号不对应 + work.setWorkStatus(-1); + } else { + work.setWorkStatus(0); + } + } + work.setWorkStand(initKateWorkRequest.getStandId()); + work.setWorkUser(initKateWorkRequest.getUserName()); + } + try { + if (workList.isEmpty()) { + return BaseWmsApiResponse.error("没有工作可以创建,请检查。"); + } + // 保存工作 + appWorkService.saveBatch(workList); + // 更新原始dbs状态 + appDbsService.update(new LambdaUpdateWrapper() + .set(TAppDbs::getWorkStand, initKateWorkRequest.getStandId()) + .set(TAppDbs::getDbsStatus, 1).eq(TAppDbs::getDbsId, dbs.getDbsId())); + return BaseWmsApiResponse.success("创建工作成功。"); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("发生异常,请重试。"); + } + } + + /** + * 查询当前需要配料的工作---实现 + * + * @param kateWorksQuery 查询参数 + * @return 查询结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public WmsApiResponse getCurrentWorks(KateWorksQuery kateWorksQuery) { + if (kateWorksQuery == null || StringUtils.isEmpty(kateWorksQuery.getStandId())) { + return WmsApiResponse.error("请求缺少信息,请输入站台号。", null); + } + // 查询是否已经有正在拣选的 + List standWorkList = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, kateWorksQuery.getStandId())); + if (standWorkList == null || standWorkList.isEmpty()) { + return WmsApiResponse.error("当前站台工作已全部完成。", null); + } + TAppStandWork thisStandWork = standWorkList.getFirst(); + // 查询库存预警数量 + if (StringUtils.isNotEmpty(thisStandWork.getGoodsId())) { + // 返回第一条 + return WmsApiResponse.success("请根据界面信息进行拣配。", new WorkConfirmVo( + new OrderConfirmEntity( + thisStandWork.getWorkIndex(), + thisStandWork.getWorkOrder(), + thisStandWork.getProductId(), + thisStandWork.getSingleProductId(), + thisStandWork.getGoodsId(), + thisStandWork.getBoxNo(), + thisStandWork.getPlanPickQty(), + thisStandWork.getRealPickQty(), + thisStandWork.getKittingRemark()), + new StockConfirmEntity( + thisStandWork.getStockId(), + thisStandWork.getVehicleId(), + thisStandWork.getGoodsId(), + thisStandWork.getPlanRemainQty(), + thisStandWork.getRealRemainQty(), + thisStandWork.getIsOut(), + thisStandWork.getPutArea(), + stockDataService.getWarningQty(),null, + null, + null, + null) + + )); + } + // 查询当前站台上的已到达的拣选任务 + List pickTaskList = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, kateWorksQuery.getStandId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode())); + if (pickTaskList == null || pickTaskList.isEmpty()) { + // 这里需要增加库外料拣配工作的生成。 + WorkConfirmVo resultVo = getOutGoodsStandWork(kateWorksQuery.getStandId(), thisStandWork); + if (resultVo != null) { + setStandWork(resultVo, thisStandWork); + // 保存pickWork + try { + appStandWorkService.updateById(thisStandWork); + return WmsApiResponse.success("请根据界面信息进行拣配。", resultVo); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return WmsApiResponse.error("更新站台拣配信息异常,请检查原因。", null); + } + } + OrderConfirmEntity boxRelatedVo = new OrderConfirmEntity(); + boxRelatedVo.setWorkOrder(thisStandWork.getWorkOrder()); + boxRelatedVo.setBoxNo(thisStandWork.getBoxNo()); + boxRelatedVo.setProductId(thisStandWork.getProductId()); + boxRelatedVo.setSingleProductId(thisStandWork.getSingleProductId()); + resultVo = new WorkConfirmVo(boxRelatedVo, null); + return WmsApiResponse.error("当前站台没有箱子到达, 请检查。", resultVo); + } + if (pickTaskList.size() > 1) { + return WmsApiResponse.error("当前站台有多个箱子到达,请检查。", null); + } + // 当前站台到达的拣选任务 + TAppPickTask thisPickTask = pickTaskList.getFirst(); + WorkConfirmVo resultVo = conveyTaskService.getCurrentStandWork(thisPickTask); + if (resultVo != null) { + setStandWork(resultVo, thisStandWork); + // 保存pickWork + try { + appStandWorkService.updateById(thisStandWork); + return WmsApiResponse.success("请根据界面信息进行拣配。", resultVo); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return WmsApiResponse.error("更新站台拣配信息异常,请检查原因。", null); + } + } + return WmsApiResponse.instanceOf(WmsApiResponseCodeEnums.WARNING.getCode(), "该载具没有拣选工作,请直接确认放行。", null); + } + + /** + * 实现 + * + * @param confirmWorkRequest 确认请求 + * @return 确认结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse confirmCurrentWork(ConfirmWorkRequest confirmWorkRequest) { + if (confirmWorkRequest == null || StringUtils.isEmpty(confirmWorkRequest.getStandId())) { + return BaseWmsApiResponse.error("请求缺少信息,请输入站台号。"); + } + // 查询这个站台的拣选工作 + List standWorkList = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, confirmWorkRequest.getStandId())); + if (standWorkList != null && !standWorkList.isEmpty()) { + TAppStandWork thisStandWork = standWorkList.getFirst(); + if (StringUtils.isNotEmpty(thisStandWork.getGoodsId()) && thisStandWork.getIsOut() == 1) { + if (confirmWorkRequest.getOrderConfirm() != null && Objects.equals(confirmWorkRequest.getOrderConfirm().getGoodsId(), thisStandWork.getGoodsId())) { + // 更新工作信息 + updateWorkInfo(confirmWorkRequest); + return BaseWmsApiResponse.success("确认库外料拣配成功。"); + } + } + } + // 查询当前站台上的已到达的拣选任务 + List pickTaskList = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, confirmWorkRequest.getStandId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode())); + if (pickTaskList == null || pickTaskList.isEmpty()) { + return BaseWmsApiResponse.error("当前站台没有箱子到达, 请检查。"); + } + if (pickTaskList.size() > 1) { + return BaseWmsApiResponse.error("当前站台有多个箱子到达,请检查。"); + } + // 当前站台到达的拣选任务 + TAppPickTask thisPickTask = pickTaskList.getFirst(); + if (confirmWorkRequest.getOrderConfirm() != null && StringUtils.isNotEmpty(confirmWorkRequest.getOrderConfirm().getWorkIndex())) { + // 更新工作信息 + String updateWorkResult = updateWorkInfo(confirmWorkRequest); + if (StringUtils.isNotEmpty(updateWorkResult)) { + return BaseWmsApiResponse.error("更新工作信息失败:" + updateWorkResult + ",请重试。"); + } + } + // 更新库存信息 + stockDataService.updateStockInfo(confirmWorkRequest.getStockConfirm(), confirmWorkRequest.getStandId(), confirmWorkRequest.getUserName(), "配料拣选", null); + // 查询库存获得当前载具中存储的库存列表 + LambdaQueryWrapper stockQueryWrapper = new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, thisPickTask.getVehicleId()) + .gt(TAppStock::getRealNum, 0); + List stockList = appStockService.list(stockQueryWrapper); + // 界面直接点击确认/放行 + if (!stockList.isEmpty()) { + WorkConfirmVo resultVo = conveyTaskService.getCurrentStandWork(thisPickTask); + if (resultVo != null) { + return BaseWmsApiResponse.warn("当前载具还有工作,请根据界面信息进行拣配。"); + } + // 判断还有没有当前站台的其他拣选任务 + TaskConfirmVo taskConfirmVo = conveyTaskService.getCurrentStandTask(thisPickTask); + if (taskConfirmVo != null) { + return BaseWmsApiResponse.warn("当前载具还有其他拣选任务,请切换到出库界面进行拣配。"); + } + // 判断当前载具是否还有盘点任务 + List goodsIds = stockList.stream().map(TAppStock::getGoodsId).distinct().toList(); + List inventoryTasks = appInventoryService.list(new LambdaQueryWrapper() + .eq(TAppInventory::getVehicleId, thisPickTask.getVehicleId()) + .in(TAppInventory::getGoodsId, goodsIds)); + if (inventoryTasks != null && !inventoryTasks.isEmpty()) { + return BaseWmsApiResponse.warn("当前载具还有盘点任务,请切换到盘点界面进行拣配。"); + } + } else { + // 取消后续拣选任务 + conveyTaskService.cancelOtherStandPickTasks(thisPickTask.getVehicleId(), thisPickTask.getPickStand()); + } + // 放行 + if (conveyTaskService.releaseStandVehicle(thisPickTask)) { + return BaseWmsApiResponse.success("确认成功。"); + } else { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("释放箱子失败。"); + } + } + + /** + * 查找图纸---实现 + * + * @param request 请求参数 + * @return 图纸 + */ + @Override + public WmsApiResponse getImageOfWork(BaseWmsRequest request) { + if (request == null || StringUtils.isEmpty(request.getStandId())) { + return WmsApiResponse.error("请求缺少信息,请输入站台号。", null); + } + // 查询是否已经有正在拣选的 + List standWorkList = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, request.getStandId())); + if (standWorkList == null || standWorkList.isEmpty()) { + return WmsApiResponse.error("当前站台没有正在拣选的工作。", null); + } + TAppStandWork nowWork = standWorkList.getFirst(); + String productId = nowWork.getProductId();// 总成 + if (StringUtils.isNotEmpty(nowWork.getSingleProductId())) { + productId = nowWork.getSingleProductId();// 单片 + } + // 查询对应的图纸 + List imageList = appImageService.list(new LambdaQueryWrapper() + .eq(TAppImage::getProductId, productId) + .eq(TAppImage::getBoxNo, nowWork.getBoxNo())); + if (imageList == null || imageList.isEmpty()) { + return WmsApiResponse.error("成品号:" + productId + ",料盒号:" + nowWork.getBoxNo() + ",没有图纸。", null); + } + // 查询到存放图片的ip + String imageIp = getImageIp(); + ImageVo imageVo = new ImageVo( + imageList.getFirst().getImageId(), + imageList.getFirst().getProductId(), + imageList.getFirst().getBoxNo(), + imageIp, + imageList.getFirst().getImagePath(), + imageList.getFirst().getImageName(), + FileUtils.getImageDetail(imageList.getFirst().getImagePath(), imageList.getFirst().getImageName()), + imageList.getFirst().getImageType() + ); + return WmsApiResponse.success("获取图纸成功。", imageVo); + } + + /** + * 配料界面获取料盒信息 + * + * @param request 请求 + * @return 显示信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public WmsApiResponse getBoxesAndLacks(BaseWmsRequest request) { + if (StringUtils.isEmpty(request.getStandId())) { + // 站台号不能为空 + return WmsApiResponse.error("请求缺少信息,请输入站台号。", null); + } + // 查询当前站台的拣货工作 + List standWorkList = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, request.getStandId())); + if (standWorkList == null || standWorkList.isEmpty()) { + return WmsApiResponse.error("当前站台工作已全部完成。", null); + } + TAppStandWork thisStandWork = standWorkList.getFirst(); + // 查询对应的dbs + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .eq(TAppDbs::getWorkOrder, thisStandWork.getWorkOrder())); + if (dbsList == null || dbsList.isEmpty()) { + return WmsApiResponse.error("DBS数据异常:不存在工单" + thisStandWork.getWorkOrder() + "。", null); + } + TAppDbs thisDbs = dbsList.getFirst(); + // 计划产量 + int planProduction = thisDbs.getPlanProduction(); + // 结果集 + BoxSummary boxSummary = new BoxSummary(); + boxSummary.setWorkOrder(thisStandWork.getWorkOrder()); + boxSummary.setTaoQty(planProduction); + boxSummary.setProductId(thisStandWork.getProductId()); + boxSummary.setSingleProductId(StringUtils.isEmpty(thisStandWork.getSingleProductId()) ? thisStandWork.getProductId() : thisStandWork.getSingleProductId()); + boxSummary.setBoxNo(thisStandWork.getBoxNo()); + // 设置打印标签相关的信息 + boxSummary.setProductIdOrigin(thisDbs.getProductIdOrigin()); + boxSummary.setKittingDate(thisDbs.getTestPlanStartDate()); + boxSummary.setProduceDate(thisDbs.getPntPlanStartDate()); + boxSummary.setTestNo(thisDbs.getTestNo()); + boxSummary.setProductionQty(planProduction); + List goodsLackSummary = new ArrayList<>(); + // 查询所有库存 + List stockList = appStockService.list(new LambdaQueryWrapper().gt(TAppStock::getRemainNum, 0)); + // 生成物料数量map + Map goodsMap = new HashMap<>(); + for (TAppStock stock : stockList) { + if (goodsMap.containsKey(stock.getGoodsId())) { + goodsMap.replace(stock.getGoodsId(), goodsMap.get(stock.getGoodsId()) + stock.getRemainNum()); + } else { + goodsMap.put(stock.getGoodsId(), stock.getRemainNum()); + } + } + // 查询所有的库外物料信息 + List outGoodsList = appGoodsService.list(new LambdaQueryWrapper() + .notLike(TAppGoods::getPutArea, "ASRS")); + List outGoodsIds = outGoodsList.stream().map(TAppGoods::getGoodsId).distinct().toList(); + // 找到站台工作下对应的工作详情 + List workList = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, thisStandWork.getWorkOrder()) + .eq(TAppWork::getProductId, thisStandWork.getProductId()) + .eq(StringUtils.isNotEmpty(thisStandWork.getSingleProductId()), TAppWork::getSingleProductId, thisStandWork.getSingleProductId()) + .eq(TAppWork::getBoxNo, thisStandWork.getBoxNo())); + if (workList.isEmpty()) { + return WmsApiResponse.error("未查询到相关工作信息,请转至站台工作界面、工作详情界面检查。", null); + } + // 添加缺料信息 + for (TAppWork work : workList) { + GoodsLackSummary tempGoodsLack = new GoodsLackSummary(); + tempGoodsLack.setGoodsId(work.getGoodsId()); + tempGoodsLack.setFinishNum(work.getFinishNum()); + int remainNeedNum = work.getNeedNum() - work.getDistributeNum(); + tempGoodsLack.setNeedNum(work.getNeedNum()); + if (outGoodsIds.contains(work.getGoodsId())) { + tempGoodsLack.setLackNum(0); + tempGoodsLack.setStockNum(0); + tempGoodsLack.setRemark("库外料"); + } else { + if (!goodsMap.containsKey(work.getGoodsId())) { + tempGoodsLack.setLackNum(remainNeedNum); + tempGoodsLack.setStockNum(0); + tempGoodsLack.setRemark("缺料"); + } else if (goodsMap.get(work.getGoodsId()) >= remainNeedNum) { + tempGoodsLack.setLackNum(0); + tempGoodsLack.setStockNum(goodsMap.get(work.getGoodsId())); + tempGoodsLack.setRemark("不缺料"); + // 更新剩余数量 + goodsMap.replace(work.getGoodsId(), goodsMap.get(work.getGoodsId()) - remainNeedNum); + } else { + tempGoodsLack.setLackNum(remainNeedNum - goodsMap.get(work.getGoodsId())); + tempGoodsLack.setStockNum(goodsMap.get(work.getGoodsId())); + tempGoodsLack.setRemark("缺料"); + // 分配完缺料,删除该物料 + goodsMap.remove(work.getGoodsId()); + } + } + // 添加物料信息 + goodsLackSummary.add(tempGoodsLack); + } + // 成品类型 + int productType = workList.getFirst().getProductType(); + // 查询配料单的成品号 + String queryProductId = thisStandWork.getProductId(); + if (StringUtils.isNotEmpty(thisStandWork.getSingleProductId())) { + queryProductId = thisStandWork.getSingleProductId(); + } + // 查询到对应的图纸信息 + List imageList = appImageService.list(new LambdaQueryWrapper() + .eq(TAppImage::getProductId, queryProductId) + .eq(TAppImage::getBoxNo, thisStandWork.getBoxNo())); + if (imageList != null && !imageList.isEmpty()) { + boxSummary.setImageId(imageList.getFirst().getImageId()); + } + if (productType == 1) { + // 非服务件---查询非服务件清单 + List productList = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, queryProductId) + .eq(TAppProduct::getBoxNo, thisStandWork.getBoxNo())); + if (productList == null || productList.isEmpty()) { + return WmsApiResponse.error("数据异常:不存在成品号" + queryProductId + ",料盒号:" + thisStandWork.getBoxNo() + "。", null); + } + // 最大料盒数量 + int maxBoxQty = 0; + for (TAppProduct product : productList) { + // 设置料盒数量 + int tempBoxQty = Math.ceilDiv(planProduction, product.getQuantityOfPair()); + if (tempBoxQty > maxBoxQty) { + maxBoxQty = tempBoxQty; + } + } + // 设置料盒数量 + boxSummary.setBoxQty(maxBoxQty); + } else { + // 配料的是服务件 + List singleProductList = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, queryProductId) + .eq(TAppSingleProduct::getBoxNo, thisStandWork.getBoxNo())); + if (singleProductList == null || singleProductList.isEmpty()) { + return WmsApiResponse.error("服务件数据异常:不存在服务件成品号" + queryProductId + ",料盒号:" + thisStandWork.getBoxNo() + "。", null); + } + // 最大料盒数量 + int maxBoxQty = 0; + for (TAppSingleProduct singleProduct : singleProductList) { + // 设置料盒数量 + int tempBoxQty = Math.ceilDiv(planProduction, singleProduct.getQuantityOfPair()); + if (tempBoxQty > maxBoxQty) { + maxBoxQty = tempBoxQty; + } + } + // 设置料盒数量 + boxSummary.setBoxQty(maxBoxQty); + } + return WmsApiResponse.success("获取料盒信息成功。", new BoxDetailVo(boxSummary, goodsLackSummary)); + } + + /** + * 查询看板(分页)实现 + * + * @param kanbanQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryKanbanByPage(KanbanQuery kanbanQuery) { + Page page = kanbanQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kanbanQuery.getGoodsId()), TAppKanban::getGoodsId, kanbanQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(kanbanQuery.getKanbanId()), TAppKanban::getKanbanId, kanbanQuery.getKanbanId()) + .eq(kanbanQuery.getKanbanStatus() != null, TAppKanban::getKanbanStatus, kanbanQuery.getKanbanStatus()); + Page kanbanPage = appKanbanService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(kanbanPage, KanbanVo::ofPo); + return WmsApiResponse.success("查询看板数据成功", pageVo); + } + + /** + * 生成需求看板 + * + * @param genRequest 请求参数 + * @return 生成结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public WmsApiResponse> genClcKanbanRequirement(GenKanbanRequirementRequest genRequest) { + // 判断工单列表是否为空 + if (genRequest == null) { + return WmsApiResponse.error("查询参数为空。", null); + } + if (genRequest.getOrderIds() == null || genRequest.getOrderIds().isEmpty()) { + return WmsApiResponse.error("工单列表为空,无法生成看板。", null); + } + // 查询出所有的dbs + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .in(TAppDbs::getWorkOrder, genRequest.getOrderIds()) + .lt(TAppDbs::getDbsStatus, 2)); + // 总的物料需求 + Map totalGoodsRequireMap; + try { + totalGoodsRequireMap = getGoodsRequireMap(dbsList); + } catch (Exception e) { + return WmsApiResponse.error(e.getMessage(), null); + } + // 获取需要的物料的基本信息 + List goodsIds = new ArrayList<>(totalGoodsRequireMap.keySet()); + if (goodsIds.isEmpty()) { + // 没有需求,将所有的看板需求置满 + appKanbanService.update(new LambdaUpdateWrapper() + .set(TAppKanban::getKanbanStatus, 1) + .set(TAppKanban::getLastUpdateTime, LocalDateTime.now()) + .set(TAppKanban::getLastUpdateUser, genRequest.getUserName())); + return WmsApiResponse.error("所选时间段内没有工作需求。", null); + } + // 所有的非库外料且看板维护的料 + List goodsList = appGoodsService.list(new LambdaQueryWrapper() + .in(TAppGoods::getGoodsId, goodsIds) + .like(TAppGoods::getPutArea, "ASRS") + .like(TAppGoods::getFeedingType, "Kanban")); + // 整合物料信息为map + Map filterGoodsMap = goodsList.stream().collect(Collectors.toMap(TAppGoods::getGoodsId, goods -> goods)); + // 获取筛选过的需要的物料的库存信息 + List stockList = appStockService.list(new LambdaQueryWrapper() + .in(TAppStock::getGoodsId, filterGoodsMap.keySet()) + .gt(TAppStock::getRemainNum, 0)); + // 生成物料数量map + Map stockByGoodsMap = new HashMap<>(); + for (TAppStock stock : stockList) { + if (stockByGoodsMap.containsKey(stock.getGoodsId())) { + stockByGoodsMap.replace(stock.getGoodsId(), stockByGoodsMap.get(stock.getGoodsId()) + stock.getRemainNum()); + } else { + stockByGoodsMap.put(stock.getGoodsId(), stock.getRemainNum()); + } + } + // 生成看板需求 + List kanbanList = appKanbanService.list(new LambdaQueryWrapper() + .in(TAppKanban::getGoodsId, filterGoodsMap.keySet())); + // 更新后的看板需求 + List updateKanbanList = new ArrayList<>(); + List lackKanbanInfos = new ArrayList<>(); + for (String goodsId : filterGoodsMap.keySet()) { + TAppGoods thisGoods = filterGoodsMap.get(goodsId); + // 需求数量 + int needNum = totalGoodsRequireMap.get(goodsId); + // 库存数量 + int stockNum = stockByGoodsMap.getOrDefault(goodsId, 0); + if (needNum > 0 && needNum > stockNum) { + // 剩余可补物料数量 + int remainKanbanGoodsNum = needNum - stockNum; + // 剩余可补看板个数 + int remainKanbanQty = Math.ceilDiv(remainKanbanGoodsNum, thisGoods.getBoxQty()); + // 可以补看板 + List thisGoodsKanbanList = kanbanList.stream() + .filter(kanban -> kanban.getGoodsId().equals(goodsId)).toList(); + for (TAppKanban kanban : thisGoodsKanbanList) { + if (remainKanbanQty == 0) { + break; + } + kanban.setKanbanStatus(0); + kanban.setLastUpdateTime(LocalDateTime.now()); + kanban.setLastUpdateUser(genRequest.getUserName()); + updateKanbanList.add(kanban); + // 可用看板个数-1 + remainKanbanQty--; + } + if (remainKanbanQty > 0) { + // 设置的看板数量不够,标记 + KanbanLackDetail kanbanLackDetail = new KanbanLackDetail( + goodsId, + remainKanbanQty + thisGoodsKanbanList.size(), + thisGoodsKanbanList.size(), + remainKanbanQty); + lackKanbanInfos.add(kanbanLackDetail); + } + } + } + // 先置满所有看板需求 + appKanbanService.update(new LambdaUpdateWrapper() + .set(TAppKanban::getKanbanStatus, 1) + .set(TAppKanban::getLastUpdateTime, LocalDateTime.now()) + .set(TAppKanban::getLastUpdateUser, genRequest.getUserName())); + // 更新看板需求 + appKanbanService.updateBatchById(updateKanbanList); + return WmsApiResponse.success("生成看板需求成功。", lackKanbanInfos); + } + + /** + * 获取物料需求 + * + * @param goodsRequireRequest 请求参数 + * @return 响应结果 + */ + @Override + public WmsApiResponse> getGoodsRequirement(GoodsRequireRequest goodsRequireRequest) { + // 判断工单列表是否为空 + if (goodsRequireRequest == null) { + return WmsApiResponse.error("查询参数为空。", null); + } + if (goodsRequireRequest.getOrderIds() == null || goodsRequireRequest.getOrderIds().isEmpty()) { + return WmsApiResponse.error("工单列表为空,无法生成需求。", null); + } + // 查询出所有的dbs + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .in(TAppDbs::getWorkOrder, goodsRequireRequest.getOrderIds()) + .lt(TAppDbs::getDbsStatus, 2)); + // 总的物料需求 + Map totalGoodsRequireMap; + try { + totalGoodsRequireMap = getGoodsRequireMap(dbsList); + } catch (Exception e) { + return WmsApiResponse.error(e.getMessage(), null); + } + // 获取需要的物料的基本信息 + List goodsIds = new ArrayList<>(totalGoodsRequireMap.keySet()); + if (goodsIds.isEmpty()) { + return WmsApiResponse.success("获取需求成功。", Collections.emptyList()); + } + // 物料信息 + List goodsList = appGoodsService.list(new LambdaQueryWrapper() + .in(TAppGoods::getGoodsId, goodsIds)); + // 整合物料信息为map + Map filterGoodsMap = goodsList.stream().collect(Collectors.toMap(TAppGoods::getGoodsId, goods -> goods)); + // 获取筛选过的需要的物料的库存信息 + List stockList = appStockService.list(new LambdaQueryWrapper() + .in(TAppStock::getGoodsId, filterGoodsMap.keySet()) + .gt(TAppStock::getRemainNum, 0)); + // 生成物料数量map + Map stockByGoodsMap = new HashMap<>(); + for (TAppStock stock : stockList) { + if (stockByGoodsMap.containsKey(stock.getGoodsId())) { + stockByGoodsMap.replace(stock.getGoodsId(), stockByGoodsMap.get(stock.getGoodsId()) + stock.getRemainNum()); + } else { + stockByGoodsMap.put(stock.getGoodsId(), stock.getRemainNum()); + } + } + // 获取需求 + List resultList = new ArrayList<>(); + for (String goodsId : filterGoodsMap.keySet()) { + TAppGoods thisGoods = filterGoodsMap.get(goodsId); + // 需求数量 + int needNum = totalGoodsRequireMap.get(goodsId); + // 库存数量 + int stockNum = stockByGoodsMap.getOrDefault(goodsId, 0); + resultList.add(new GoodsRequireVo( + goodsId, + thisGoods.getGoodsDescription(), + needNum, + stockNum, + Math.max(needNum - stockNum, 0), + thisGoods.getFeedingType().toUpperCase(), + thisGoods.getPutArea().toUpperCase())); + } + // 对结果集排序,缺料放于最前 + return WmsApiResponse.success("获取需求成功。", resultList.stream() + .sorted(Comparator.comparing(GoodsRequireVo::getLackQty, Comparator.reverseOrder())) + .toList()); + } + + /** + * 查询图纸---实现 + * + * @param imageQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> requestImageDetail(ImageQuery imageQuery) { + if (imageQuery == null) { + return WmsApiResponse.error("查询参数为空。", null); + } + // 查询图纸 + List imageList = appImageService.list(new LambdaQueryWrapper() + .eq(StringUtils.isNotEmpty(imageQuery.getImageId()), TAppImage::getImageId, imageQuery.getImageId()) + .eq(StringUtils.isNotEmpty(imageQuery.getProductId()), TAppImage::getProductId, imageQuery.getProductId()) + .eq(StringUtils.isNotEmpty(imageQuery.getBoxNo()), TAppImage::getBoxNo, imageQuery.getBoxNo()) + .eq(imageQuery.getImageType() != null, TAppImage::getImageType, imageQuery.getImageType())); + List imageVoList = new ArrayList<>(); + // 查询到存放图片的ip + String imageIp = getImageIp(); + for (TAppImage image : imageList) { + ImageVo imageVo = new ImageVo( + image.getImageId(), + image.getProductId(), + image.getBoxNo(), + imageIp, + image.getImagePath(), + image.getImageName(), + FileUtils.getImageDetail(image.getImagePath(), image.getImageName()), + image.getImageType()); + imageVoList.add(imageVo); + } + + return WmsApiResponse.success("查询图纸成功。", imageVoList); + } + + /** + * 查询DBS(分页)---实现 + * + * @param dbsQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryDbsByPage(DbsQuery dbsQuery) { + Page page = dbsQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(dbsQuery.getWorkOrder()), TAppDbs::getWorkOrder, dbsQuery.getWorkOrder()) + .like(StringUtils.isNotEmpty(dbsQuery.getProductId()), TAppDbs::getProductId, dbsQuery.getProductId()) + .eq(dbsQuery.getDbsStatus() != null, TAppDbs::getDbsStatus, dbsQuery.getDbsStatus()) + .eq(dbsQuery.getPlanStartDate() != null, TAppDbs::getTestPlanStartDate, dbsQuery.getPlanStartDate()); + Page pagePo = appDbsService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, DbsVo::ofPo); + return WmsApiResponse.success("查询DBS数据成功", pageVo); + } + + /** + * 查询配料单列表(分页)---实现 + * + * @param kittingBomQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryKittingBomByPage(KittingBomQuery kittingBomQuery) { + if (kittingBomQuery == null || kittingBomQuery.getBomType() == null) { + return WmsApiResponse.error("查询参数为空,配料单类型必须。", null); + } + if (kittingBomQuery.getBomType() == 1) { + // 非服务件配料单 + Page page = kittingBomQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kittingBomQuery.getModel()), TAppProduct::getModel, kittingBomQuery.getModel()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getProductId()), TAppProduct::getProductId, kittingBomQuery.getProductId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getGoodsId()), TAppProduct::getGoodsId, kittingBomQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getBoxNo()), TAppProduct::getBoxNo, kittingBomQuery.getBoxNo()); + Page pagePo = appProductService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, KittingBomVo::ofProduct); + return WmsApiResponse.success("查询非服务件配料单成功。", pageVo); + } else { + // 服务件配料单 + Page page = kittingBomQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kittingBomQuery.getModel()), TAppSingleProduct::getModel, kittingBomQuery.getModel()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getProductId()), TAppSingleProduct::getProductId, kittingBomQuery.getProductId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getGoodsId()), TAppSingleProduct::getGoodsId, kittingBomQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(kittingBomQuery.getBoxNo()), TAppSingleProduct::getBoxNo, kittingBomQuery.getBoxNo()); + Page pagePo = appSingleProductService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, KittingBomVo::ofSingleProduct); + return WmsApiResponse.success("查询服务件配料单成功。", pageVo); + } + } + + /** + * 查询图纸列表(分页)---实现 + * + * @param imageQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryImagesByPage(ImageQuery imageQuery) { + Page page = imageQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(imageQuery.getImageId()), TAppImage::getImageId, imageQuery.getImageId()) + .like(StringUtils.isNotEmpty(imageQuery.getProductId()), TAppImage::getProductId, imageQuery.getProductId()) + .like(StringUtils.isNotEmpty(imageQuery.getBoxNo()), TAppImage::getBoxNo, imageQuery.getBoxNo()) + .eq(imageQuery.getImageType() != null, TAppImage::getImageType, imageQuery.getImageType()); + Page pagePo = appImageService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, ImageVo::ofPo); + return WmsApiResponse.success("查询图纸数据成功", pageVo); + } + + /** + * 配料单对应关系实现---分页 + * + * @param kittingBomRelationQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryKittingRelationByPage(KittingBomRelationQuery kittingBomRelationQuery) { + Page page = kittingBomRelationQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(kittingBomRelationQuery.getModel()), TAppProductExtend::getModel, kittingBomRelationQuery.getModel()) + .like(StringUtils.isNotEmpty(kittingBomRelationQuery.getProductId()), TAppProductExtend::getProductId, kittingBomRelationQuery.getProductId()) + .like(StringUtils.isNotEmpty(kittingBomRelationQuery.getSingleProductId()), TAppProductExtend::getSingleProductId, kittingBomRelationQuery.getSingleProductId()); + Page pagePo = appProductExtendService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, KittingBomRelationVo::ofPo); + return WmsApiResponse.success("查询配对关系成功", pageVo); + } + + /** + * 查询工单汇总(分页)---实现 + * + * @param workSummaryQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryWorkSummaryByPage(WorkSummaryQuery workSummaryQuery) { + if (workSummaryQuery == null || workSummaryQuery.getSummaryType() == null) { + return WmsApiResponse.error("查询参数为空,数据类型必须。", null); + } + if (workSummaryQuery.getSummaryType() == 1) { + // 未关闭订单 + Page page = workSummaryQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(workSummaryQuery.getWorkOrder()), TAppWork::getWorkOrder, workSummaryQuery.getWorkOrder()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getProductId()), TAppWork::getProductId, workSummaryQuery.getProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getSingleProductId()), TAppWork::getSingleProductId, workSummaryQuery.getSingleProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getBoxNo()), TAppWork::getBoxNo, workSummaryQuery.getBoxNo()) + .eq(workSummaryQuery.getWorkStatus() != null, TAppWork::getWorkStatus, workSummaryQuery.getWorkStatus()) + .eq(workSummaryQuery.getLackStatus() != null, TAppWork::getLackStatus, workSummaryQuery.getLackStatus()); + Page pagePo = appWorkService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, KateWorkVo::ofWork); + return WmsApiResponse.success("查询工作数据成功。", pageVo); + } else { + // 已关闭订单 + Page page = workSummaryQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(workSummaryQuery.getWorkOrder()), TAppWorkRecord::getWorkOrder, workSummaryQuery.getWorkOrder()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getProductId()), TAppWorkRecord::getProductId, workSummaryQuery.getProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getSingleProductId()), TAppWorkRecord::getSingleProductId, workSummaryQuery.getSingleProductId()) + .like(StringUtils.isNotEmpty(workSummaryQuery.getBoxNo()), TAppWorkRecord::getBoxNo, workSummaryQuery.getBoxNo()) + .eq(workSummaryQuery.getWorkStatus() != null, TAppWorkRecord::getWorkStatus, workSummaryQuery.getWorkStatus()) + .eq(workSummaryQuery.getLackStatus() != null, TAppWorkRecord::getLackStatus, workSummaryQuery.getLackStatus()); + Page pagePo = appWorkRecordService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, KateWorkVo::ofWorkRecord); + return WmsApiResponse.success("查询工作数据成功。", pageVo); + } + } + + /** + * 查询当前站台待工作的物料列表 实现 + * + * @param workSummaryQuery 查询参数 + * @return 查询结果---分页 + */ + @Override + public WmsApiResponse> queryWorkingGoodsByPage(WorkSummaryQuery workSummaryQuery) { + if (workSummaryQuery == null || workSummaryQuery.getStandId() == null) { + return WmsApiResponse.error("请求缺少站台号。", null); + } + // 查询这个站台的当前工作信息 + List currentStandWorks = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, workSummaryQuery.getStandId())); + if (currentStandWorks == null || currentStandWorks.isEmpty()) { + return WmsApiResponse.error("当前站台没有配料工作。", null); + } + TAppStandWork currentStandWork = currentStandWorks.getFirst(); + // 未关闭订单 + Page page = workSummaryQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, currentStandWork.getWorkOrder()) + .eq(TAppWork::getProductId, currentStandWork.getProductId()) + .eq(StringUtils.isNotEmpty(currentStandWork.getSingleProductId()), TAppWork::getSingleProductId, currentStandWork.getSingleProductId()) + .eq(TAppWork::getBoxNo, currentStandWork.getBoxNo()) + .notIn(TAppWork::getWorkStatus, -1, 2); + Page pagePo = appWorkService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(pagePo, KateWorkVo::ofWork); + return WmsApiResponse.success("查询当前站台待配物料列表成功。", pageVo); + } + + /** + * 查询缺料列表 + * + * @param kateWorksQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> getLackGoods(KateWorksQuery kateWorksQuery) { + if (kateWorksQuery == null) { + return WmsApiResponse.error("查询参数为空。", null); + } + if (StringUtils.isEmpty(kateWorksQuery.getWorkOrder())) { + return WmsApiResponse.error("请求参数缺少工单号。", null); + } + if (Objects.equals(kateWorksQuery.getBk1(), "2")) { + // 查询当前工单下,特定条件下整个料盒缺料的标签且包含当前料盒 + LambdaQueryWrapper lambdaQueryWrapper_sp = new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, kateWorksQuery.getWorkOrder()) + .eq(StringUtils.isNotEmpty(kateWorksQuery.getProductId()), TAppWork::getProductId, kateWorksQuery.getProductId()) + .eq(StringUtils.isNotEmpty(kateWorksQuery.getSingleProductId()), TAppWork::getSingleProductId, kateWorksQuery.getSingleProductId()) + .ne(TAppWork::getLackStatus, -1);// 非暂存任务 + List poListForCompletelyLack = appWorkService.list(lambdaQueryWrapper_sp); + Map completelyLackBoxMap = new HashMap<>(); + // 添加当前料盒 + completelyLackBoxMap.put(kateWorksQuery.getBoxNo(), 1); + for (TAppWork po : poListForCompletelyLack) { + if (Objects.equals(po.getBoxNo(), kateWorksQuery.getBoxNo())) { + // 当前料盒不做处理 + continue; + } + // 处理缺料事宜 + if (po.getLackStatus() == 1) { + completelyLackBoxMap.put(po.getBoxNo(), 1); + } else { + completelyLackBoxMap.remove(po.getBoxNo()); + } + } + // 处理缺料返回 + List poListOfCompletelyLack = new ArrayList<>(); + for (String boxNo : completelyLackBoxMap.keySet()) { + List filterAppWorks = poListForCompletelyLack.stream().filter(appWork -> appWork.getBoxNo().equals(boxNo)).toList(); + poListOfCompletelyLack.addAll(filterAppWorks); + } + List resultList = poListOfCompletelyLack.stream().map(KateWorkVo::ofWork).toList(); + return WmsApiResponse.success("查询缺料信息成功。", resultList); + } else { + // 普通查询 + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, kateWorksQuery.getWorkOrder()) + .eq(StringUtils.isNotEmpty(kateWorksQuery.getProductId()), TAppWork::getProductId, kateWorksQuery.getProductId()) + .eq(StringUtils.isNotEmpty(kateWorksQuery.getSingleProductId()), TAppWork::getSingleProductId, kateWorksQuery.getSingleProductId()) + .eq(TAppWork::getBoxNo, kateWorksQuery.getBoxNo()) + .eq(TAppWork::getLackStatus, 1); + List poList = appWorkService.list(lambdaQueryWrapper); + if (poList == null || poList.isEmpty()) { + return WmsApiResponse.error("没有找到缺料信息。", null); + } + List resultList = poList.stream().map(KateWorkVo::ofWork).toList(); + return WmsApiResponse.success("查询缺料信息成功。", resultList); + } + } + + /** + * 更新工作信息---实现 + * + * @param updateWorkRequest 更新请求 + * @return 处理结果 + */ + @Override + public BaseWmsApiResponse updateKateWorks(UpdateWorkRequest updateWorkRequest) { + if (updateWorkRequest == null || StringUtils.isEmpty(updateWorkRequest.getWorkIndex())) { + return BaseWmsApiResponse.error("请求参数不完整,缺少主键。"); + } + // 查询当前这一条的工作详情 + TAppWork thisWork = appWorkService.getOne(new LambdaQueryWrapper() + .eq(TAppWork::getWorkIndex, updateWorkRequest.getWorkIndex())); + if (thisWork == null) { + return BaseWmsApiResponse.error("请求的工作不存在。"); + } + // 更新数据 + if (updateWorkRequest.getDistributeNum() != null && updateWorkRequest.getDistributeNum() >= 0 && updateWorkRequest.getDistributeNum() <= thisWork.getNeedNum()) { + // 已分配数量必须介于0和需求数量之间 + thisWork.setDistributeNum(updateWorkRequest.getDistributeNum()); + } + if (updateWorkRequest.getFinishNum() != null && updateWorkRequest.getFinishNum() >= 0 && updateWorkRequest.getFinishNum() <= thisWork.getNeedNum()) { + // 已完成数量必须介于0和需求数量之间 + thisWork.setFinishNum(updateWorkRequest.getFinishNum()); + } + if (updateWorkRequest.getWorkStatus() != null) { + if (!updateWorkRequest.getWorkStatus().equals(thisWork.getWorkStatus()) && updateWorkRequest.getWorkStatus() == 2) { + // 更新成完成状态需要同步更新完成时间与完成用户。 + thisWork.setWorkUser(updateWorkRequest.getUserName()); + thisWork.setFinishTime(LocalDateTime.now()); + } + thisWork.setWorkStatus(updateWorkRequest.getWorkStatus()); + } + if (updateWorkRequest.getLackStatus() != null && thisWork.getFinishNum() >= thisWork.getNeedNum()) { + // 只有已完成数量满足了需求数量时,才能更新缺料状态 + thisWork.setLackStatus(updateWorkRequest.getLackStatus()); + } + // 更新数据 + appWorkService.updateById(thisWork); + return BaseWmsApiResponse.success("更新工作信息成功。"); + } + + /** + * 关闭当前工作 + * + * @param closeWorkRequest 关闭请求 + * @return 处理结果 + */ + @Override + public BaseWmsApiResponse closeCurrentWorks(UpdateWorkRequest closeWorkRequest) { + if (closeWorkRequest == null || StringUtils.isEmpty(closeWorkRequest.getWorkIndex())) { + return BaseWmsApiResponse.error("请求参数不完整,缺少主键。"); + } + // 查询当前这一条的工作详情 + TAppWork thisWork = appWorkService.getOne(new LambdaQueryWrapper() + .eq(TAppWork::getWorkIndex, closeWorkRequest.getWorkIndex())); + if (thisWork == null) { + return BaseWmsApiResponse.error("请求的工作不存在。"); + } + // 如果不需要更新,返回不需要再次更新 + if (thisWork.getFinishNum() >= thisWork.getNeedNum() && thisWork.getLackStatus() == 0 && thisWork.getWorkStatus() == 2) { + return BaseWmsApiResponse.error("所选工作已关闭,不需要重复操作。"); + } + // 更新数据 + thisWork.setDistributeNum(thisWork.getFinishNum()); + thisWork.setFinishNum(thisWork.getNeedNum()); + thisWork.setLackStatus(0); + thisWork.setWorkStatus(DbsStatusEnums.FINISH.getValue()); + thisWork.setFinishTime(LocalDateTime.now()); + thisWork.setWorkUser(closeWorkRequest.getUserName()); + appWorkService.updateById(thisWork); + return BaseWmsApiResponse.success("关闭缺料工作成功。"); + } + + /** + * 获取料盒打印标签数量 + * + * @param kateWorksQuery 查询参数 + * @return 标签信息 + */ + @Override + public WmsApiResponse requestPrintBoxTags(KateWorksQuery kateWorksQuery) { + if (kateWorksQuery == null) { + // 站台号不能为空 + return WmsApiResponse.error("请求为空。", null); + } + if (StringUtils.isEmpty(kateWorksQuery.getWorkOrder())) { + return WmsApiResponse.error("请求缺少工单号。", null); + } + if (StringUtils.isEmpty(kateWorksQuery.getBoxNo())) { + return WmsApiResponse.error("请求缺少料盒号。", null); + } + // 查询对应的dbs + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .eq(TAppDbs::getWorkOrder, kateWorksQuery.getWorkOrder())); + if (dbsList == null || dbsList.isEmpty()) { + return WmsApiResponse.error("DBS数据异常:不存在工单" + kateWorksQuery.getWorkOrder() + "。", null); + } + TAppDbs thisDbs = dbsList.getFirst(); + // 计划产量 + int planProduction = thisDbs.getPlanProduction(); + // 结果集 + BoxSummary boxSummary = new BoxSummary(); + boxSummary.setWorkOrder(thisDbs.getWorkOrder()); + boxSummary.setTaoQty(planProduction); + boxSummary.setSingleProductId(kateWorksQuery.getSingleProductId()); + boxSummary.setBoxNo(kateWorksQuery.getBoxNo()); + // 设置打印标签相关的信息 + boxSummary.setProductIdOrigin(thisDbs.getProductIdOrigin()); + boxSummary.setKittingDate(thisDbs.getTestPlanStartDate()); + boxSummary.setProduceDate(thisDbs.getPntPlanStartDate()); + boxSummary.setTestNo(thisDbs.getTestNo()); + boxSummary.setProductionQty(planProduction); + // 服务件 + List singleProductList; + // 非服务件 + List productList = new ArrayList<>(); + // 查询对应料盒信息 + String queryProductId = thisDbs.getProductIdOrigin(); + if (StringUtils.isNotEmpty(kateWorksQuery.getSingleProductId())) { + // 输入单片号 + queryProductId = kateWorksQuery.getSingleProductId(); + // 查询服务件 + singleProductList = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, queryProductId) + .eq(TAppSingleProduct::getBoxNo, kateWorksQuery.getBoxNo())); + if (singleProductList.isEmpty()) { + // 查询非服务件 + productList = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, queryProductId) + .eq(TAppProduct::getBoxNo, kateWorksQuery.getBoxNo())); + } + } else { + // 查询服务件 + singleProductList = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, queryProductId) + .eq(TAppSingleProduct::getBoxNo, kateWorksQuery.getBoxNo())); + if (singleProductList.isEmpty()) { + queryProductId = thisDbs.getProductId(); + // 查询非服务件 + productList = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, queryProductId) + .eq(TAppProduct::getBoxNo, kateWorksQuery.getBoxNo())); + } + } + if (singleProductList.isEmpty() && productList.isEmpty()) { + return WmsApiResponse.error("数据异常:配料单信息缺失。", null); + } + // 查询到对应的图纸信息 + List imageList = appImageService.list(new LambdaQueryWrapper() + .eq(TAppImage::getProductId, queryProductId) + .eq(TAppImage::getBoxNo, kateWorksQuery.getBoxNo())); + if (imageList != null && !imageList.isEmpty()) { + boxSummary.setImageId(imageList.getFirst().getImageId()); + } + // 最大料盒数量 + int maxBoxQty = 0; + if (!singleProductList.isEmpty()) { + boxSummary.setProductId(thisDbs.getProductIdOrigin()); + // 处理服务件 + for (TAppSingleProduct singleProduct : singleProductList) { + // 设置料盒数量 + int tempBoxQty = Math.ceilDiv(planProduction, singleProduct.getQuantityOfPair()); + if (tempBoxQty > maxBoxQty) { + maxBoxQty = tempBoxQty; + } + } + } else { + if (!productList.isEmpty()) { + // 处理非服务件 + boxSummary.setProductId(thisDbs.getProductId()); + for (TAppProduct product : productList) { + // 设置料盒数量 + int tempBoxQty = Math.ceilDiv(planProduction, product.getQuantityOfPair()); + if (tempBoxQty > maxBoxQty) { + maxBoxQty = tempBoxQty; + } + } + } + } + // 设置料盒数量 + boxSummary.setBoxQty(maxBoxQty); + return WmsApiResponse.success("获取料盒标签数据成功。", boxSummary); + } + + /** + * 删除dbs计划---实现 + * + * @param dbsRequest 删除请求 + * @return 删除结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse deleteDbsPlan(DbsRequest dbsRequest) { + if (dbsRequest == null) { + // 请求为空 + return BaseWmsApiResponse.error("请求为空。"); + } + if (StringUtils.isEmpty(dbsRequest.getDbsId()) && StringUtils.isEmpty(dbsRequest.getWorkOrder())) { + return BaseWmsApiResponse.error("dbsId、工单号必须输入一个。"); + } + // 查询对应的dbs信息 + List targetDbsList = appDbsService.list(new LambdaQueryWrapper() + .eq(StringUtils.isNotEmpty(dbsRequest.getDbsId()), TAppDbs::getDbsId, dbsRequest.getDbsId()) + .eq(StringUtils.isNotEmpty(dbsRequest.getWorkOrder()), TAppDbs::getWorkOrder, dbsRequest.getWorkOrder())); + if (targetDbsList == null || targetDbsList.isEmpty()) { + // 未查询到对应的dbs信息 + return BaseWmsApiResponse.error("未查询到对应的dbs信息。"); + } + TAppDbs targetDbs = targetDbsList.getFirst(); + if (!Objects.equals(targetDbs.getDbsStatus(), DbsStatusEnums.NEW.getValue())) { + // 当前dbs状态为关闭 + return BaseWmsApiResponse.error("当前DBS已经在做,无法删除。"); + } + // 删除dbs + return appDbsService.removeById(targetDbs.getDbsId()) ? BaseWmsApiResponse.success("删除DBS成功。") : BaseWmsApiResponse.error("删除DBS失败。"); + } + + /** + * 删除配料单---实现 + * @param kittingBomRequest 删除请求 + * @return 删除结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse deleteKittingBom(KittingBomRequest kittingBomRequest) { + if (kittingBomRequest == null) { + // 请求为NULL + return BaseWmsApiResponse.error("请求参数不能为NULL。"); + } + if (kittingBomRequest.getBomType() == null || StringUtils.isEmpty(kittingBomRequest.getProductId())) { + return BaseWmsApiResponse.error("请求参数中,配料单类型bomType与成品号productId为必须项。"); + } + if (kittingBomRequest.getBomType() == 1) { + // 删除非服务件配料单 + LambdaQueryWrapper deleteWrapper = new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, kittingBomRequest.getProductId()); + return appProductService.remove(deleteWrapper) ? BaseWmsApiResponse.success("删除非服务件配料单成功。") : BaseWmsApiResponse.error("删除非服务件配料单失败。"); + } else if (kittingBomRequest.getBomType() == 2) { + // 删除非服务件配料单 + LambdaQueryWrapper deleteServiceWrapper = new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, kittingBomRequest.getProductId()); + return appSingleProductService.remove(deleteServiceWrapper) ? BaseWmsApiResponse.success("删除服务件配料单成功。") : BaseWmsApiResponse.error("删除服务件配料单失败。"); + } else { + return BaseWmsApiResponse.error("请求参数中,配料单类型bomType错误。"); + } + } + + /** + * 查询符合条件的所有工单号列表 + * @param dbsQuery 查询条件 + * @return 符合条件的所有工单号 + */ + @Override + public WmsApiResponse> getTargetOrderList(DbsQuery dbsQuery) { + if (dbsQuery == null) { + return WmsApiResponse.error("请求参数不能为NULL。", null); + } + // 查询dbs表,筛选条件默认加上状态: + List dbsList = appDbsService.list(new LambdaQueryWrapper() + .ne(TAppDbs::getDbsStatus, DbsStatusEnums.FINISH.getValue()) + .like(StringUtils.isNotEmpty(dbsQuery.getWorkOrder()), TAppDbs::getWorkOrder, dbsQuery.getWorkOrder()) + .like(StringUtils.isNotEmpty(dbsQuery.getProductId()), TAppDbs::getProductId, dbsQuery.getProductId()) + .eq(dbsQuery.getPlanStartDate() != null, TAppDbs::getTestPlanStartDate, dbsQuery.getPlanStartDate()) + ); + // 返回结果 + if (dbsList == null || dbsList.isEmpty()) { + return WmsApiResponse.success("未查询到符合条件的工单号。", Collections.emptyList()); + } + return WmsApiResponse.success("查询工单号成功。", dbsList.stream().map(TAppDbs::getWorkOrder).distinct().toList()); + } + + /** + * 获取服务件成品号的物料需求 + * + * @param productIdOrigin 服务件成品号 + * @return 物料需求Map + */ + private Map getGoodsRequireMapOfServiceProduct(String productIdOrigin) { + Map goodsRequireMap = new HashMap<>(); + // 查询到所有的总成配料单信息 + List productList = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, productIdOrigin)); + for (TAppSingleProduct product : productList) { + if (goodsRequireMap.containsKey(product.getGoodsId())) { + goodsRequireMap.replace(product.getGoodsId(), goodsRequireMap.get(product.getGoodsId()) + product.getQuantity1Pair()); + } else { + goodsRequireMap.put(product.getGoodsId(), product.getQuantity1Pair()); + } + } + // 判断是否包含单片 + List productExtendList = appProductExtendService.list(new LambdaQueryWrapper() + .eq(TAppProductExtend::getProductId, productIdOrigin)); + if (productExtendList == null || productExtendList.isEmpty()) { + return goodsRequireMap; + } + // 查询对应的单片信息清单 + List singleProductIds = productExtendList.stream().map(TAppProductExtend::getSingleProductId).distinct().toList(); + List singleProductList = appSingleProductService.list(new LambdaQueryWrapper() + .in(TAppSingleProduct::getProductId, singleProductIds)); + for (TAppSingleProduct singleProduct : singleProductList) { + if (goodsRequireMap.containsKey(singleProduct.getGoodsId())) { + goodsRequireMap.replace(singleProduct.getGoodsId(), goodsRequireMap.get(singleProduct.getGoodsId()) + singleProduct.getQuantity1Pair()); + } else { + goodsRequireMap.put(singleProduct.getGoodsId(), singleProduct.getQuantity1Pair()); + } + } + return goodsRequireMap; + } + + /** + * 获取非服务件成品号的物料需求 + * + * @param productId 非服务件成品号 + * @return 物料需求Map + */ + private Map getGoodsRequireMapOfNonServiceProduct(String productId) { + Map goodsRequireMap = new HashMap<>(); + // 查询到所有的总成配料单信息 + List productList = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, productId)); + for (TAppProduct product : productList) { + if (goodsRequireMap.containsKey(product.getGoodsId())) { + goodsRequireMap.replace(product.getGoodsId(), goodsRequireMap.get(product.getGoodsId()) + product.getQuantity1Pair()); + } else { + goodsRequireMap.put(product.getGoodsId(), product.getQuantity1Pair()); + } + } + // 判断是否包含单片 + List productExtendList = appProductExtendService.list(new LambdaQueryWrapper() + .eq(TAppProductExtend::getProductId, productId)); + if (productExtendList == null || productExtendList.isEmpty()) { + return goodsRequireMap; + } + // 查询对应的单片信息清单 + List singleProductIds = productExtendList.stream().map(TAppProductExtend::getSingleProductId).distinct().toList(); + List singleProductList = appProductService.list(new LambdaQueryWrapper() + .in(TAppProduct::getProductId, singleProductIds)); + for (TAppProduct singleProduct : singleProductList) { + if (goodsRequireMap.containsKey(singleProduct.getGoodsId())) { + goodsRequireMap.replace(singleProduct.getGoodsId(), goodsRequireMap.get(singleProduct.getGoodsId()) + singleProduct.getQuantity1Pair()); + } else { + goodsRequireMap.put(singleProduct.getGoodsId(), singleProduct.getQuantity1Pair()); + } + } + return goodsRequireMap; + } + + /** + * 获得当前工单的剩余物料需求 + * + * @param workOrder 工单号 + * @return 物料需求Map + */ + private Map getRemainRequireMapOfOrder(String workOrder) { + Map goodsRequireMap = new HashMap<>(); + // 查找到这个工单下未完成的工作 + List workList = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, workOrder)); + if (workList == null || workList.isEmpty()) { + return goodsRequireMap; + } + for (TAppWork work : workList) { + if (work.getWorkStatus() == 2 && work.getLackStatus() == 0) { + // 已完成且不缺料 + continue; + } + int remainNeedNum; + if (work.getWorkStatus() == 2) { + remainNeedNum = work.getNeedNum() - work.getFinishNum(); + } else { + remainNeedNum = work.getNeedNum() - work.getDistributeNum(); + } + if (goodsRequireMap.containsKey(work.getGoodsId())) { + goodsRequireMap.replace(work.getGoodsId(), goodsRequireMap.get(work.getGoodsId()) + remainNeedNum); + } else { + goodsRequireMap.put(work.getGoodsId(), remainNeedNum); + } + } + return goodsRequireMap; + } + + /** + * 合并需求 + * + * @param originRequireMap 原需求Map + * @param additionalRequireMap 额外需求Map + */ + private void mergeRequire(Map originRequireMap, Map additionalRequireMap) { + if (additionalRequireMap.isEmpty()) { + return; + } + // 迭代处理需求 + for (String key : additionalRequireMap.keySet()) { + if (originRequireMap.containsKey(key)) { + // 叠加替换 + originRequireMap.replace(key, originRequireMap.get(key) + additionalRequireMap.get(key)); + } else { + // 新增 + originRequireMap.put(key, additionalRequireMap.get(key)); + } + } + } + + /** + * 获得一条库外料工作 + * + * @param standId 站台号 + * @param thisStandWork 站台工作 + * @return 结果 + */ + private WorkConfirmVo getOutGoodsStandWork(String standId, TAppStandWork thisStandWork) { + // 查找对应的库内料工作---一次性只能拣配一种料,一个料盒(因为要覆盖到一张图纸) + List works = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getIsOut, 1) + .eq(TAppWork::getWorkOrder, thisStandWork.getWorkOrder()) + .eq(TAppWork::getBoxNo, thisStandWork.getBoxNo()) + .eq(TAppWork::getWorkStand, standId) + .notIn(TAppWork::getWorkStatus, -1, 2)); + for (TAppWork work : works) { + if (work.getNeedNum() > work.getFinishNum()) { + // 当前工作剩余需求数量 + int thisNeedNum = work.getNeedNum() - work.getFinishNum(); + // 命中,开始设置返回数据 + OrderConfirmEntity orderConfirmVo = new OrderConfirmEntity( + work.getWorkIndex(), + work.getWorkOrder(), + work.getProductId(), + work.getSingleProductId(), + work.getGoodsId(), + work.getBoxNo(), + thisNeedNum, + thisNeedNum, + work.getKittingRemark() + ); + // 查找到这个库外料 + TAppGoods outGoods = new TAppGoods(); + try { + outGoods = appGoodsService.getOne(new LambdaQueryWrapper() + .eq(TAppGoods::getGoodsId, work.getGoodsId())); + } catch (Exception e) { + log.error("物料{}存在多个选项。", work.getGoodsId()); + } + StockConfirmEntity stockConfirmVo = new StockConfirmEntity( + "", + "库外料", + outGoods.getGoodsId(), + 0, + 0, + 1, + outGoods.getPutArea(), + 0, + null, + null, + null, + null + ); + return new WorkConfirmVo(orderConfirmVo, stockConfirmVo); + } + } + return null; + } + + /** + * 更新工作信息 + * + * @param confirmWorkRequest 工作确认信息 + */ + private String updateWorkInfo(ConfirmWorkRequest confirmWorkRequest) { + // 判断请求是否为空 + if (confirmWorkRequest == null) { + return "确认请求为空"; + } + OrderConfirmEntity orderConfirm = confirmWorkRequest.getOrderConfirm(); + if (orderConfirm == null || StringUtils.isEmpty(orderConfirm.getWorkIndex()) + || orderConfirm.getRealPickQty() == null) { + return "工作确认请求信息不全"; + } + // 查询对应的工作信息 + List targetWorks = appWorkService.list(new LambdaQueryWrapper() + .eq(StringUtils.isNotEmpty(orderConfirm.getWorkIndex()), TAppWork::getWorkIndex, orderConfirm.getWorkIndex()) + ); + if (targetWorks == null || targetWorks.isEmpty()) { + return "未查到对应工作信息"; + } + TAppWork work = targetWorks.getFirst(); + if (orderConfirm.getRealPickQty() < 0) { + return "实际拣选数量不能为负整数"; + } + work.setFinishNum(work.getFinishNum() + orderConfirm.getRealPickQty()); + if (work.getFinishNum() >= work.getNeedNum()) { + work.setWorkStatus(2); + work.setLackStatus(0); + work.setFinishTime(LocalDateTime.now()); + } + work.setWorkUser(confirmWorkRequest.getUserName()); + // 更新 + appWorkService.updateById(work); + // 清除当前站台的正在工作信息 + appStandWorkService.update(new LambdaUpdateWrapper() + .set(TAppStandWork::getWorkIndex, "") + .set(TAppStandWork::getGoodsId, "") + .set(TAppStandWork::getPlanPickQty, 0) + .set(TAppStandWork::getRealPickQty, 0) + .set(TAppStandWork::getStockId, "") + .set(TAppStandWork::getVehicleId, "") + .set(TAppStandWork::getPlanRemainQty, 0) + .set(TAppStandWork::getRealRemainQty, 0) + .set(TAppStandWork::getIsOut, 0) + .set(TAppStandWork::getPutArea, "") + .eq(TAppStandWork::getStandId, confirmWorkRequest.getStandId())); + // 清除拣选计划 + // 清除拣选计划 + LambdaQueryWrapper pickPlanQueryWrapper = new LambdaQueryWrapper() + .eq(TAppPickPlan::getWorkIndex, confirmWorkRequest.getOrderConfirm().getWorkIndex()); + if (confirmWorkRequest.getStockConfirm() != null && StringUtils.isNotEmpty(confirmWorkRequest.getStockConfirm().getVehicleId())) { + // 箱号 + pickPlanQueryWrapper.eq(TAppPickPlan::getVehicleId, confirmWorkRequest.getStockConfirm().getVehicleId()); + } + appPickPlanService.remove(pickPlanQueryWrapper); + return ""; + } + + /** + * 设置站台信息 + * + * @param resultVo 结果视图 + * @param thisStandWork 当前站台工作信息 + */ + private void setStandWork(WorkConfirmVo resultVo, TAppStandWork thisStandWork) { + thisStandWork.setWorkIndex(resultVo.getOrderConfirmVo().getWorkIndex()); + thisStandWork.setGoodsId(resultVo.getOrderConfirmVo().getGoodsId()); + thisStandWork.setPlanPickQty(resultVo.getOrderConfirmVo().getPlanPickQty()); + thisStandWork.setRealPickQty(resultVo.getOrderConfirmVo().getRealPickQty()); + thisStandWork.setStockId(resultVo.getStockConfirmVo().getStockId()); + thisStandWork.setVehicleId(resultVo.getStockConfirmVo().getVehicleId()); + thisStandWork.setPlanRemainQty(resultVo.getStockConfirmVo().getPlanRemainQty()); + thisStandWork.setRealRemainQty(resultVo.getStockConfirmVo().getRealRemainQty()); + thisStandWork.setIsOut(resultVo.getStockConfirmVo().getIsOut()); + thisStandWork.setPutArea(resultVo.getStockConfirmVo().getPutArea()); + } + + /** + * 获取imageIp + * + * @return 获取图纸ip + */ + private String getImageIp() { + String imageIp = ""; + try { + imageIp = appCommon.getConfigByKey(AppConfigKeyEnums.IMAGE_IP.getKey()); + } catch (Exception e) { + log.error("图纸存放ip不正确。"); + } + return imageIp; + } + + /** + * 获取服务件配料单的options + * + * @param kateWorksQuery 查询条件 + * @param productIdOrigin 原始成品号 + * @param result 结果集 + * @return true:有服务件配料,false:无服务件配料 + */ + private boolean getWorkOptionsOfServicePieces(KateWorksQuery kateWorksQuery, String productIdOrigin, KateWorkOptionsVo result) { + if (StringUtils.isEmpty(productIdOrigin)) { + return false; + } + // 查找服务件配料单 + List serviceProductList = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, productIdOrigin)); + // 查询成品-单片以获取单片Options + List singleProductExtendListAll = appProductExtendService.list(new LambdaQueryWrapper() + .eq(TAppProductExtend::getProductId, productIdOrigin)); + if ((serviceProductList == null || serviceProductList.isEmpty()) + && (singleProductExtendListAll == null || singleProductExtendListAll.isEmpty())) { + // 没有任何的配料单 + return false; + } + // 设置单片配料单选项 + if (singleProductExtendListAll != null && !singleProductExtendListAll.isEmpty()) { + result.setSingleProductId(singleProductExtendListAll.stream().map(TAppProductExtend::getSingleProductId).distinct().toList()); + } + // 判断是否选择了单片号 + if (StringUtils.isNotEmpty(kateWorksQuery.getSingleProductId())) { + // 查询单片配料单,这里直接从成品配料单中查找 + List singleServiceProducts = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, kateWorksQuery.getSingleProductId())); + if (singleServiceProducts == null || singleServiceProducts.isEmpty()) { + return true; + } + // 设置料盒号以及料号 + result.setBoxNo(singleServiceProducts.stream().map(TAppSingleProduct::getBoxNo).distinct().toList()); + // 设置料号 + result.setGoodsId(singleServiceProducts.stream() + .filter(singleServiceProduct -> StringUtils.isEmpty(kateWorksQuery.getBoxNo()) || (StringUtils.isNotEmpty(kateWorksQuery.getBoxNo()) && Objects.equals(singleServiceProduct.getBoxNo(), kateWorksQuery.getBoxNo()))) + .map(TAppSingleProduct::getGoodsId).distinct().toList()); + } else { + if (serviceProductList == null || serviceProductList.isEmpty()) { + return true; + } + // 设置料盒号以及料号 + result.setBoxNo(serviceProductList.stream().map(TAppSingleProduct::getBoxNo).distinct().toList()); + // 设置料号 + result.setGoodsId(serviceProductList.stream() + .filter(serviceProduct -> StringUtils.isEmpty(kateWorksQuery.getBoxNo()) || (StringUtils.isNotEmpty(kateWorksQuery.getBoxNo()) && Objects.equals(serviceProduct.getBoxNo(), kateWorksQuery.getBoxNo()))) + .map(TAppSingleProduct::getGoodsId).distinct().toList()); + } + + return true; + } + + /** + * 获取非服务件配料单的options + * + * @param kateWorksQuery 查询条件 + * @param productId 过滤成品号 + * @param result 结果集 + * @return true:有非服务件配料,false:无非服务件配料 + */ + private boolean getWorkOptionsOfNonServicePieces(KateWorksQuery kateWorksQuery, String productId, KateWorkOptionsVo result) { + if (StringUtils.isEmpty(productId)) { + return false; + } + // 查找成品配料单 + List productList = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, productId)); + // 查询成品-单片以获取单片Options + List singleProductExtendListAll = appProductExtendService.list(new LambdaQueryWrapper() + .eq(TAppProductExtend::getProductId, productId)); + if ((productList == null || productList.isEmpty()) + && (singleProductExtendListAll == null || singleProductExtendListAll.isEmpty())) { + // 没有任何的配料单 + return false; + } + // 设置单片配料单选项 + if (singleProductExtendListAll != null && !singleProductExtendListAll.isEmpty()) { + result.setSingleProductId(singleProductExtendListAll.stream().map(TAppProductExtend::getSingleProductId).distinct().toList()); + } + // 判断是否选择了单片号 + if (StringUtils.isNotEmpty(kateWorksQuery.getSingleProductId())) { + // 查询单片配料单,这里直接从成品配料单中查找 + List singleProducts = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, kateWorksQuery.getSingleProductId())); + if (singleProducts == null || singleProducts.isEmpty()) { + return true; + } + // 设置料盒号以及料号 + result.setBoxNo(singleProducts.stream().map(TAppProduct::getBoxNo).distinct().toList()); + // 设置料号 + result.setGoodsId(singleProducts.stream() + .filter(singleProduct -> StringUtils.isEmpty(kateWorksQuery.getBoxNo()) || (StringUtils.isNotEmpty(kateWorksQuery.getBoxNo()) && Objects.equals(singleProduct.getBoxNo(), kateWorksQuery.getBoxNo()))) + .map(TAppProduct::getGoodsId).distinct().toList()); + } else { + if (productList == null || productList.isEmpty()) { + return true; + } + // 设置料盒号以及料号 + result.setBoxNo(productList.stream().map(TAppProduct::getBoxNo).distinct().toList()); + // 设置料号 + result.setGoodsId(productList.stream() + .filter(product -> StringUtils.isEmpty(kateWorksQuery.getBoxNo()) || (StringUtils.isNotEmpty(kateWorksQuery.getBoxNo()) && Objects.equals(product.getBoxNo(), kateWorksQuery.getBoxNo()))) + .map(TAppProduct::getGoodsId).distinct().toList()); + } + + return true; + } + + /** + * 创建服务件工作 + * + * @param outGoodsIds 库外料 + * @param dbs dbs计划 + * @param workList 工作列表 + */ + private void createServicePiecesWork(List outGoodsIds, TAppDbs dbs, List workList) { + int productionNum = dbs.getPlanProduction();// 计划产量 + // 查询服务件配料单 + List serviceProductList = appSingleProductService.list(new LambdaQueryWrapper() + .eq(TAppSingleProduct::getProductId, dbs.getProductIdOrigin())); + // 创建服务件工作 + for (TAppSingleProduct serviceProduct : serviceProductList) { + TAppWork tempServiceProductWork = new TAppWork(); + tempServiceProductWork.setWorkIndex(UUIDUtils.getNewUUID()); + tempServiceProductWork.setWorkOrder(dbs.getWorkOrder()); + tempServiceProductWork.setPlanStartDate(dbs.getTestPlanStartDate()); + tempServiceProductWork.setProductId(dbs.getProductIdOrigin()); + tempServiceProductWork.setGoodsId(serviceProduct.getGoodsId()); + tempServiceProductWork.setBoxNo(serviceProduct.getBoxNo()); + tempServiceProductWork.setNeedNum(productionNum * serviceProduct.getQuantity1Pair()); + tempServiceProductWork.setDistributeNum(0); + tempServiceProductWork.setFinishNum(0); + tempServiceProductWork.setProductType(2); + tempServiceProductWork.setCreateTime(LocalDateTime.now()); + if (outGoodsIds.contains(serviceProduct.getGoodsId())) { + tempServiceProductWork.setIsOut(1); + } else { + tempServiceProductWork.setIsOut(0); + } + tempServiceProductWork.setLackStatus(0); + tempServiceProductWork.setKittingRemark(dbs.getKittingRemark());// ECN备注 + workList.add(tempServiceProductWork); + } + // 查询服务件是否包含单片 + List singleProductExtendList = appProductExtendService.list(new LambdaQueryWrapper() + .eq(TAppProductExtend::getProductId, dbs.getProductIdOrigin())); + if (singleProductExtendList == null || singleProductExtendList.isEmpty()) { + return; + } + // 获取所有的服务件单片号 + List singleServiceProductIds = singleProductExtendList.stream().map(TAppProductExtend::getSingleProductId).distinct().toList(); + // 查询所有的服务件单片配料单 + List singleServiceProductList = appSingleProductService.list(new LambdaQueryWrapper() + .in(TAppSingleProduct::getProductId, singleServiceProductIds)); + // 创建服务件单片工作 + for (TAppSingleProduct singleServiceProduct : singleServiceProductList) { + TAppWork tempSingleServiceProductWork = new TAppWork(); + tempSingleServiceProductWork.setWorkIndex(UUIDUtils.getNewUUID()); + tempSingleServiceProductWork.setWorkOrder(dbs.getWorkOrder()); + tempSingleServiceProductWork.setPlanStartDate(dbs.getTestPlanStartDate()); + tempSingleServiceProductWork.setProductId(dbs.getProductIdOrigin()); + tempSingleServiceProductWork.setSingleProductId(singleServiceProduct.getProductId()); + tempSingleServiceProductWork.setGoodsId(singleServiceProduct.getGoodsId()); + tempSingleServiceProductWork.setBoxNo(singleServiceProduct.getBoxNo()); + tempSingleServiceProductWork.setNeedNum(productionNum * singleServiceProduct.getQuantity1Pair()); + tempSingleServiceProductWork.setDistributeNum(0); + tempSingleServiceProductWork.setFinishNum(0); + tempSingleServiceProductWork.setProductType(2); + tempSingleServiceProductWork.setCreateTime(LocalDateTime.now()); + if (outGoodsIds.contains(singleServiceProduct.getGoodsId())) { + tempSingleServiceProductWork.setIsOut(1); + } else { + tempSingleServiceProductWork.setIsOut(0); + } + tempSingleServiceProductWork.setLackStatus(0); + tempSingleServiceProductWork.setKittingRemark(dbs.getKittingRemark());// ECN备注 + workList.add(tempSingleServiceProductWork); + } + } + + /** + * 创建非服务件工作 + * + * @param outGoodsIds 库外料 + * @param dbs dbs计划 + * @param workList 工作列表 + */ + private void createNonServicePiecesWork(List outGoodsIds, TAppDbs dbs, List workList) { + int productionNum = dbs.getPlanProduction();// 计划产量 + // 查询服务件配料单 + List nonServiceProductList = appProductService.list(new LambdaQueryWrapper() + .eq(TAppProduct::getProductId, dbs.getProductId())); + // 创建服务件工作 + for (TAppProduct nonServiceProduct : nonServiceProductList) { + TAppWork tempNonServiceProductWork = new TAppWork(); + tempNonServiceProductWork.setWorkIndex(UUIDUtils.getNewUUID()); + tempNonServiceProductWork.setWorkOrder(dbs.getWorkOrder()); + tempNonServiceProductWork.setPlanStartDate(dbs.getTestPlanStartDate()); + tempNonServiceProductWork.setProductId(nonServiceProduct.getProductId()); + tempNonServiceProductWork.setGoodsId(nonServiceProduct.getGoodsId()); + tempNonServiceProductWork.setBoxNo(nonServiceProduct.getBoxNo()); + tempNonServiceProductWork.setNeedNum(productionNum * nonServiceProduct.getQuantity1Pair()); + tempNonServiceProductWork.setDistributeNum(0); + tempNonServiceProductWork.setFinishNum(0); + tempNonServiceProductWork.setProductType(1); + tempNonServiceProductWork.setCreateTime(LocalDateTime.now()); + if (outGoodsIds.contains(nonServiceProduct.getGoodsId())) { + tempNonServiceProductWork.setIsOut(1); + } else { + tempNonServiceProductWork.setIsOut(0); + } + tempNonServiceProductWork.setLackStatus(0); + tempNonServiceProductWork.setKittingRemark(dbs.getKittingRemark());// ECN备注 + workList.add(tempNonServiceProductWork); + } + // 查询服务件是否包含单片 + List singleProductExtendList = appProductExtendService.list(new LambdaQueryWrapper() + .eq(TAppProductExtend::getProductId, dbs.getProductId())); + if (singleProductExtendList == null || singleProductExtendList.isEmpty()) { + return; + } + // 获取所有的服务件单片号 + List singleNonServiceProductIds = singleProductExtendList.stream().map(TAppProductExtend::getSingleProductId).distinct().toList(); + // 查询所有的服务件单片配料单 + List singleNonServiceProductList = appProductService.list(new LambdaQueryWrapper() + .in(TAppProduct::getProductId, singleNonServiceProductIds)); + // 创建服务件单片工作 + for (TAppProduct singleNonServiceProduct : singleNonServiceProductList) { + TAppWork tempSingleNonServiceProductWork = new TAppWork(); + tempSingleNonServiceProductWork.setWorkIndex(UUIDUtils.getNewUUID()); + tempSingleNonServiceProductWork.setWorkOrder(dbs.getWorkOrder()); + tempSingleNonServiceProductWork.setPlanStartDate(dbs.getTestPlanStartDate()); + tempSingleNonServiceProductWork.setProductId(dbs.getProductId()); + tempSingleNonServiceProductWork.setSingleProductId(singleNonServiceProduct.getProductId()); + tempSingleNonServiceProductWork.setGoodsId(singleNonServiceProduct.getGoodsId()); + tempSingleNonServiceProductWork.setBoxNo(singleNonServiceProduct.getBoxNo()); + tempSingleNonServiceProductWork.setNeedNum(productionNum * singleNonServiceProduct.getQuantity1Pair()); + tempSingleNonServiceProductWork.setDistributeNum(0); + tempSingleNonServiceProductWork.setFinishNum(0); + tempSingleNonServiceProductWork.setProductType(1); + tempSingleNonServiceProductWork.setCreateTime(LocalDateTime.now()); + if (outGoodsIds.contains(singleNonServiceProduct.getGoodsId())) { + tempSingleNonServiceProductWork.setIsOut(1); + } else { + tempSingleNonServiceProductWork.setIsOut(0); + } + tempSingleNonServiceProductWork.setLackStatus(0); + tempSingleNonServiceProductWork.setKittingRemark(dbs.getKittingRemark());// ECN备注 + workList.add(tempSingleNonServiceProductWork); + } + } + + /** + * 获取所有物料需求 + * + * @param dbsList dbs计划 + * @return getGoodsRequireMap 结果 + * @throws Exception 异常 + */ + private Map getGoodsRequireMap(List dbsList) throws Exception { + // 总的物料需求 + Map totalGoodsRequireMap = new HashMap<>(); + // 物料数量需求---根据总成号区分 + Map> goodsRequireByProductMap = new HashMap<>(); + // 迭代计划表,获取 + for (TAppDbs dbs : dbsList) { + Map goodsRequireOfDbsMap = new HashMap<>();// 当前dbs的物料需求 + Map goodsRequireOfProductMap;// 当前成品的物料需求 + // 获得物料需求 + if (dbs.getDbsStatus() == 0) { + if (goodsRequireByProductMap.containsKey(dbs.getProductIdOrigin())) { + // 包含原始成品号 + goodsRequireOfProductMap = goodsRequireByProductMap.get(dbs.getProductIdOrigin()); + } else { + goodsRequireOfProductMap = getGoodsRequireMapOfServiceProduct(dbs.getProductIdOrigin()); + if (!goodsRequireOfProductMap.isEmpty()) { + // 存在服务件配料单,添加这个总成的Map + goodsRequireByProductMap.put(dbs.getProductIdOrigin(), goodsRequireOfProductMap); + } else { + if (goodsRequireByProductMap.containsKey(dbs.getProductId())) { + // 直接获得当前总成的物料需求 + goodsRequireOfProductMap = goodsRequireByProductMap.get(dbs.getProductId()); + } else { + // 去查询非服务件配料单 + goodsRequireOfProductMap = getGoodsRequireMapOfNonServiceProduct(dbs.getProductId()); + if (goodsRequireOfProductMap.isEmpty()) { + throw new Exception("工单" + dbs.getWorkOrder() + "的物料需求为空,请检查数据。"); + } + // 添加这个非服务件配件清单的map + goodsRequireByProductMap.put(dbs.getProductId(), goodsRequireOfProductMap); + } + } + } + // 需求*产量 + for (String goodsId : goodsRequireOfProductMap.keySet()) { + goodsRequireOfDbsMap.put(goodsId, goodsRequireOfProductMap.get(goodsId) * dbs.getPlanProduction()); + } + } else { + // 查询已经生成的工作清单里面的物料需求 + goodsRequireOfDbsMap = getRemainRequireMapOfOrder(dbs.getWorkOrder()); + } + // 合并需求 + mergeRequire(totalGoodsRequireMap, goodsRequireOfDbsMap); + } + return totalGoodsRequireMap; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LocationControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LocationControllerServiceImpl.java new file mode 100644 index 0000000..c25e65b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LocationControllerServiceImpl.java @@ -0,0 +1,109 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppLocationService; +import com.wms_main.model.dto.query.LocationQuery; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppLocation; +import com.wms_main.model.vo.wms.LocationVo; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.ILocationControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.util.ArrayList; +import java.util.List; + +/** + * 库位控制类服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class LocationControllerServiceImpl implements ILocationControllerService { + private final ITAppLocationService appLocationService;// 库位服务 + + /** + * 实现 + * @param locationQuery 查询参数 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse genLocations(LocationQuery locationQuery) { + List newLocationList = new ArrayList<>(); + for (int row = 1; row <= 6; row++) { + for (int col = 1; col <= 74; col++) { + for (int layer = 1; layer <= 14; layer++) { + String locationId = "A" + StringUtils.padLeft(String.valueOf(row), "", 2) + + "-" + StringUtils.padLeft(String.valueOf(col), "0", 2) + + "-" + StringUtils.padLeft(String.valueOf(layer), "0", 2); + TAppLocation newLocation = new TAppLocation( + locationId, + "", + 1, + layer == 2 ? 1 : 0, + 0, + 0, + (row + 1)/2, + (row + 1)/2, + row, + col, + layer, + 1, + "", + 1, + "" + ); + newLocationList.add(newLocation); + } + } + } + appLocationService.saveBatch(newLocationList); + return BaseWmsApiResponse.success("成功创建了" + newLocationList.size() + "个库位。"); + } + + /** + * 查询库位信息(分页)---实现 + * @param locationQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryLocationsByPage(LocationQuery locationQuery) { + if (locationQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = locationQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(locationQuery.getVehicleId()), TAppLocation::getVehicleId, locationQuery.getVehicleId()) + .like(StringUtils.isNotEmpty(locationQuery.getLocationId()), TAppLocation::getLocationId, locationQuery.getLocationId()) + .eq(locationQuery.getIsOccupy() != null, TAppLocation::getIsOccupy, locationQuery.getIsOccupy()) + .eq(locationQuery.getIsLock() != null, TAppLocation::getIsLock, locationQuery.getIsLock()); + Page poPage = appLocationService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(poPage, LocationVo::of); + return WmsApiResponse.success("查询库位成功", pageVo); + } + + /** + * 获取所有库位信息---实现 + * @return 库位列表 + */ + @Override + public WmsApiResponse> getAllLocations() { + // 获取所有库位数据 + List locationList = appLocationService.list(); + + // 将PO对象转换为VO对象 + List locationVoList = locationList.stream() + .map(LocationVo::of) + .toList(); + + return WmsApiResponse.success("获取所有库位成功", locationVoList); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LogControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LogControllerServiceImpl.java new file mode 100644 index 0000000..d90f8a1 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LogControllerServiceImpl.java @@ -0,0 +1,91 @@ +package com.wms_main.service.controller.serviceImpl; + +import cn.hutool.core.bean.BeanUtil; +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITSysApiService; +import com.wms_main.dao.ITSysLogService; +import com.wms_main.model.dto.query.SysApiQuery; +import com.wms_main.model.dto.query.SysLogQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TSysApi; +import com.wms_main.model.po.TSysLog; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.SysApiVo; +import com.wms_main.model.vo.wms.SysLogVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.ILogControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +/** + * 日志服务类接口实现 + */ +@RequiredArgsConstructor +@Slf4j +@Service +public class LogControllerServiceImpl implements ILogControllerService { + private final ITSysLogService sysLogService;// 接口接收日志服务 + private final ITSysApiService sysApiService;// 接口发送日志服务 + + + /** + * 查询接口接收日志---实现 + * @param logQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryLogsByPage(SysLogQuery logQuery) { + if (logQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = logQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getMethod, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getUri, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getRemoteHost, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getRemoteAddr, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getRequestContent, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getStatus, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getResponseContent, logQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(logQuery.getQueryStr()), TSysLog::getLogTime, logQuery.getQueryStr()); + Page logsPage = sysLogService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(logsPage, logPo -> BeanUtil.toBean(logPo, SysLogVo.class)); + return WmsApiResponse.success("查询接口接收日志成功。", pageVo); + } + + /** + * 查询接口发送日志---实现 + * @param apiQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryApisByPage(SysApiQuery apiQuery) { + if (apiQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = apiQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getUrl, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getTimeout, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getMethod, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getContentType, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getData, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getToken, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getSuccess, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getResponseCode, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getRequestMessage, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getResponseMessage, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getRequestTime, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getResponseTime, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getRequestUrl, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getUseTime, apiQuery.getQueryStr()).or() + .like(StringUtils.isNotEmpty(apiQuery.getQueryStr()), TSysApi::getExceptionMessage, apiQuery.getQueryStr()); + Page logsPage = sysApiService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(logsPage, logPo -> BeanUtil.toBean(logPo, SysApiVo.class)); + return WmsApiResponse.success("查询接口发送日志成功。", pageVo); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LoginControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LoginControllerServiceImpl.java new file mode 100644 index 0000000..3b4e8c3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/LoginControllerServiceImpl.java @@ -0,0 +1,175 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.constant.AppConstant; +import com.wms_main.dao.ITAppStandService; +import com.wms_main.dao.ITSysMenuService; +import com.wms_main.dao.ITSysUserService; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppStand; +import com.wms_main.model.po.TSysMenu; +import com.wms_main.model.po.TSysUser; +import com.wms_main.model.vo.wms.*; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.ILoginControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +import java.util.Collections; +import java.util.LinkedList; +import java.util.List; + +import static com.wms_main.model.dto.response.wms.WmsApiResponse.error; +import static com.wms_main.model.dto.response.wms.WmsApiResponse.success; + +/** + * 登录控制类服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class LoginControllerServiceImpl implements ILoginControllerService { + private final ITSysUserService userService;// User服务 + private final ITSysMenuService menuService;// Menu服务 + private final ITAppStandService appStandService;// 站台服务 + + /** + * 实现 + * @param loginAccount 登录账户 + * @param loginPassword 登录密码 + * @param ip IP地址 + * @return 结果 + */ + @Override + public WmsApiResponse loginWithAuth(String loginAccount, String loginPassword, String ip) { + return genLoginResponse(loginAccount, loginPassword, ip, 1); + } + + /** + * 实现 + * @param loginAccount 登录账户 + * @param ip IP地址 + * @return 结果 + */ + @Override + public WmsApiResponse loginWithOutAuth(String loginAccount, String ip) { + return genLoginResponse(loginAccount, "", ip, 2); + } + + /** + * 处理登录 + * @param loginAccount 登录账户 + * @param loginPassword 登录密码 + * @param ip ip地址 + * @param loginType 登录类型;1:账号密码登录;2:免密登录 + * @return 结果 + */ + private WmsApiResponse genLoginResponse(String loginAccount, String loginPassword, String ip, int loginType) { + // 检验登录账号是否输入 + if(StringUtils.isEmpty(loginAccount)) { + return error("请输入账号。", null); + } + // 判断账号是否正确 + TSysUser user; + if (loginType == 1) { + user = userService.getUserWithAuth(loginAccount, loginPassword); + } else { + user = userService.getUserWithOutAuth(loginAccount); + } + if (user == null) { + return error("账号或密码不正确。", null); + } + // 开始设置登录返回信息 + UserLoginVo userLoginVo = new UserLoginVo(); + // 设置用户信息 + userLoginVo.setUser(UserVo.ofPo(user)); + // 通过角色获取到所有菜单选项 + userLoginVo.setMenuList(getMenuVoListByRoleId(user.getRoleId())); + // 根据请求的ip获取站台相关信息 + userLoginVo.setStand(getStandVoByLoginIp(ip)); + + return success("登录成功。", userLoginVo); + } + + /** + * 根据roleId获取到菜单列表 + * @param roleId 角色id + * @return 菜单列表 + */ + private List getMenuVoListByRoleId(String roleId) { + if (StringUtils.isEmpty(roleId)) { + return Collections.emptyList(); + } + List menuPoList; + if (roleId.equals(AppConstant.ADMIN_ID)) { + // 管理员获得所得菜单权限 + menuPoList = menuService.list(); + } else { + menuPoList = menuService.selMenuByRoleId(roleId); + } + List menuVoList = new LinkedList<>(); + // 查找一级菜单 + for (TSysMenu firstMenu : menuPoList) { + if (AppConstant.ROOT_MENU_ID.equals(firstMenu.getParentId())) {// 查找到所有的一级子菜单 + MenuVo tempFirstMenu = new MenuVo(); + tempFirstMenu.setId(firstMenu.getMenuId());// ID + tempFirstMenu.setLabelName(firstMenu.getLabelName());// 菜单显示名称 + tempFirstMenu.setIconValue(firstMenu.getIconValue());// 图标 + tempFirstMenu.setPath(firstMenu.getPath());// 路径 + // 设置二级菜单 + List tempFirstMenuChildren = new LinkedList<>(); + for (TSysMenu secondMenu : menuPoList) { + if (firstMenu.getMenuId().equals(secondMenu.getParentId())) { + MenuVo tempSecondMenu = new MenuVo(); + tempSecondMenu.setId(secondMenu.getMenuId());// ID + tempSecondMenu.setLabelName(secondMenu.getLabelName());// 菜单显示名称 + tempSecondMenu.setIconValue(secondMenu.getIconValue());// 图标 + tempSecondMenu.setPath(secondMenu.getPath());// 路径 + // 设置按钮 + List tempSecondMenuChildren = new LinkedList<>(); + for (TSysMenu thirdMenu : menuPoList) { + if (secondMenu.getMenuId().equals(thirdMenu.getParentId())) { + MenuVo tempThirdMenu = new MenuVo(); + tempSecondMenu.setId(thirdMenu.getMenuId());// ID + tempSecondMenu.setLabelName(thirdMenu.getLabelName());// 菜单显示名称 + tempSecondMenu.setIconValue(thirdMenu.getIconValue());// 图标 + tempSecondMenu.setPath(thirdMenu.getPath());// 路径 + // 添加按钮 + tempSecondMenuChildren.add(tempThirdMenu); + } + } + tempSecondMenu.setChildren(tempSecondMenuChildren); + // 添加二级菜单 + tempFirstMenuChildren.add(tempSecondMenu); + } + } + tempFirstMenu.setChildren(tempFirstMenuChildren); + // 添加一级菜单 + menuVoList.add(tempFirstMenu); + } + } + + return menuVoList; + } + + /** + * 根据登录IP获取站台信息 + * @param loginIp 登录ip + * @return 返回结果 + */ + private StandVo getStandVoByLoginIp(String loginIp) { + StandVo standVo = new StandVo(); + List standPoList = appStandService.list(new LambdaQueryWrapper().eq(TAppStand::getStandIp, loginIp)); + if (standPoList == null || standPoList.isEmpty()) { + // 非工作站台 + standVo.setStandId("非工作站台"); + standVo.setStandType(99); + } else { + // 多个选项只设置第一个 + standVo.setStandId(standPoList.getFirst().getStandId()); + standVo.setStandType(standPoList.getFirst().getStandType()); + } + return standVo; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/PickPlanControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/PickPlanControllerServiceImpl.java new file mode 100644 index 0000000..875406b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/PickPlanControllerServiceImpl.java @@ -0,0 +1,44 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppPickPlanService; +import com.wms_main.model.dto.query.PickPlanQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppPickPlan; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.PickPlanVo; +import com.wms_main.service.controller.IPickPlanControllerService; +import com.wms_main.repository.utils.StringUtils; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Service +@RequiredArgsConstructor +@Slf4j +public class PickPlanControllerServiceImpl implements IPickPlanControllerService { + + private final ITAppPickPlanService pickPlanService; + + /** + * 查询拣选计划信息(分页)---实现 + * + * @param pickPlanQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryPickPlanInfoByPage(PickPlanQuery pickPlanQuery) { + if (pickPlanQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = pickPlanQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .eq(StringUtils.isNotEmpty(pickPlanQuery.getVehicleId()), TAppPickPlan::getVehicleId, pickPlanQuery.getVehicleId()) + .eq(StringUtils.isNotEmpty(pickPlanQuery.getStandId()), TAppPickPlan::getStandId, pickPlanQuery.getStandId()); + Page poPage = pickPlanService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(poPage, PickPlanVo::of); + return WmsApiResponse.success("查询拣选计划成功", pageVo); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/PickTaskBakControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/PickTaskBakControllerServiceImpl.java new file mode 100644 index 0000000..e2d9ea8 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/PickTaskBakControllerServiceImpl.java @@ -0,0 +1,45 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppPickTaskBakService; +import com.wms_main.model.dto.query.PickTaskBakQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppPickTaskBak; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.PickTaskBakVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IPickTaskBakControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Service +@RequiredArgsConstructor +@Slf4j +public class PickTaskBakControllerServiceImpl implements IPickTaskBakControllerService { + + private final ITAppPickTaskBakService appPickTaskBakService; + + /** + * 查询拣选记录信息(分页)---实现 + * + * @param pickTaskBakQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryPickBakInfoByPage(PickTaskBakQuery pickTaskBakQuery) { + if (pickTaskBakQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = pickTaskBakQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .eq(pickTaskBakQuery.getPickStatus() != null, TAppPickTaskBak::getPickStatus, pickTaskBakQuery.getPickStatus()) + .eq(StringUtils.isNotEmpty(pickTaskBakQuery.getVehicleId()), TAppPickTaskBak::getVehicleId, pickTaskBakQuery.getVehicleId()) + .eq(StringUtils.isNotEmpty(pickTaskBakQuery.getPickId()), TAppPickTaskBak::getPickId, pickTaskBakQuery.getPickId()); + Page poPage = appPickTaskBakService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(poPage, PickTaskBakVo::of); + return WmsApiResponse.success("查询拣选记录成功", pageVo); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/StandControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/StandControllerServiceImpl.java new file mode 100644 index 0000000..e033b4c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/StandControllerServiceImpl.java @@ -0,0 +1,171 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppStandService; +import com.wms_main.model.dto.query.StandQuery; +import com.wms_main.model.dto.request.wms.UpdateStandRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppStand; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.StandVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IStandControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.time.LocalDateTime; +import java.util.List; +import java.util.stream.Collectors; + +/** + * 站台控制器服务实现类 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class StandControllerServiceImpl implements IStandControllerService { + + private final ITAppStandService standService; + + /** + * 获取所有站台信息 + * + * @param standQuery 查询参数 + * @return 站台信息列表 + */ + @Override + public WmsApiResponse> getAllStands(StandQuery standQuery) { + log.info("开始获取所有站台信息,参数:{}", standQuery); + try { + // 构建查询条件 + LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper<>(); + + // 添加站台ID条件 + if (StringUtils.isNotEmpty(standQuery.getStandId())) { + queryWrapper.like(TAppStand::getStandId, standQuery.getStandId()); + } + + // 添加站台类型条件 + if (standQuery.getStandType() != null) { + queryWrapper.eq(TAppStand::getStandType, standQuery.getStandType()); + } + + // 执行查询 + List standList = standService.list(queryWrapper); + + // 转换为VO对象 + List standVoList = standList.stream() + .map(StandVo::of) + .collect(Collectors.toList()); + + return WmsApiResponse.success("获取站台信息成功", standVoList); + } catch (Exception e) { + log.error("获取站台信息异常", e); + return WmsApiResponse.error("获取站台信息异常:" + e.getMessage(), null); + } + } + + /** + * A更新站台信息 + * + * @param request 更新请求 + * @return 更新结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse updateStandInfo(UpdateStandRequest request) { + log.info("开始更新站台信息,参数:{}", request); + try { + // 参数校验 + if (request == null) { + return BaseWmsApiResponse.error("更新参数不能为空"); + } + + if (StringUtils.isEmpty(request.getStandId())) { + return BaseWmsApiResponse.error("站台ID不能为空"); + } + + // 查询站台是否存在 + TAppStand stand = standService.getById(request.getStandId()); + if (stand == null) { + return BaseWmsApiResponse.error("站台不存在"); + } + + // 设置需要更新的字段 + stand.setStandType(request.getStandType()); + stand.setStandStatus(request.getStandStatus()); + stand.setStandName(request.getStandName()); + stand.setStandIp(request.getStandIp()); + stand.setStandDesc(request.getStandDesc()); + + // 设置更新时间和更新人 + stand.setLastUpdateTime(LocalDateTime.now()); + stand.setLastUpdateUser(request.getUserName()); + + // 更新站台信息 + boolean result = standService.updateById(stand); + + if (result) { + log.info("站台信息更新成功,ID:{}", request.getStandId()); + return BaseWmsApiResponse.success("更新站台信息成功"); + } else { + log.warn("站台信息更新失败,ID:{}", request.getStandId()); + return BaseWmsApiResponse.error("更新站台信息失败"); + } + } catch (Exception e) { + log.error("更新站台信息异常", e); + return BaseWmsApiResponse.error("更新站台信息异常:" + e.getMessage()); + } + } + + /** + * 关闭站台 + * + * @param request 关闭请求 + * @return 关闭结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse closeStandInfo(UpdateStandRequest request) { + log.info("开始关闭站台,参数:{}", request); + try { + // 参数校验 + if (request == null) { + return BaseWmsApiResponse.error("关闭参数不能为空"); + } + + if (StringUtils.isEmpty(request.getStandId())) { + return BaseWmsApiResponse.error("站台ID不能为空"); + } + + // 查询站台是否存在 + TAppStand stand = standService.getById(request.getStandId()); + if (stand == null) { + return BaseWmsApiResponse.error("站台不存在"); + } + + // 设置站台状态为不可用 + stand.setStandStatus(1); + stand.setLastUpdateTime(LocalDateTime.now()); + stand.setLastUpdateUser(request.getUserName()); + + // 更新站台信息 + boolean result = standService.updateById(stand); + + if (result) { + log.info("站台关闭成功,ID:{}", request.getStandId()); + return BaseWmsApiResponse.success("关闭站台成功"); + } else { + log.warn("站台关闭失败,ID:{}", request.getStandId()); + return BaseWmsApiResponse.error("关闭站台失败"); + } + } catch (Exception e) { + log.error("关闭站台异常", e); + return BaseWmsApiResponse.error("关闭站台异常:" + e.getMessage()); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/StockControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/StockControllerServiceImpl.java new file mode 100644 index 0000000..3ce2a84 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/StockControllerServiceImpl.java @@ -0,0 +1,121 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppStockService; +import com.wms_main.dao.ITAppStockUpdateService; +import com.wms_main.model.dto.query.StockQuery; +import com.wms_main.model.dto.query.StockUpdateQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppStock; +import com.wms_main.model.po.TAppStockUpdate; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.StockUpdateVo; +import com.wms_main.model.vo.wms.StockVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IStockControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +import java.time.LocalDateTime; + +/** + * 库存控制类 服务实现 + */ +@Service +@RequiredArgsConstructor +public class StockControllerServiceImpl implements IStockControllerService { + private final ITAppStockService appStockService;// 库存服务 + private final ITAppStockUpdateService appStockUpdateService;// 库存更新服务 + + /** + * 查询库存---分页实现 + * + * @param stockQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryStocksByPage(StockQuery stockQuery) { + if (stockQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = stockQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(stockQuery.getVehicleId()), TAppStock::getVehicleId, stockQuery.getVehicleId()) + .like(StringUtils.isNotEmpty(stockQuery.getLocationId()), TAppStock::getLocationId, stockQuery.getLocationId()) + .like(StringUtils.isNotEmpty(stockQuery.getGoodsId()), TAppStock::getGoodsId, stockQuery.getGoodsId()) + .eq(stockQuery.getStockStatus() != null, TAppStock::getStockStatus, stockQuery.getStockStatus()) + .eq(stockQuery.getGoodsStatus() != null, TAppStock::getGoodsStatus, stockQuery.getGoodsStatus()); + if (stockQuery.getFromDate() != null) { + lambdaQueryWrapper.ge(TAppStock::getFirstInTime, LocalDateTime.of(stockQuery.getFromDate(), LocalDateTime.MIN.toLocalTime())); + } + if (stockQuery.getToDate() != null) { + // toDate + 1天的凌晨。 + lambdaQueryWrapper.le(TAppStock::getFirstInTime, LocalDateTime.of(stockQuery.getToDate(), LocalDateTime.MAX.toLocalTime())); + } + Page stockPage = appStockService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(stockPage, StockVo::ofPo); + return WmsApiResponse.success("查询库存数据成功", pageVo); + } + + /** + * 查询库存更新记录(分页)---实现 + * @param stockUpdateQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryStockUpdateByPage(StockUpdateQuery stockUpdateQuery) { + if (stockUpdateQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + if (stockUpdateQuery.getFromTime() != null && stockUpdateQuery.getToTime() != null) { + if (stockUpdateQuery.getFromTime().isAfter(stockUpdateQuery.getToTime())) { + return WmsApiResponse.error("from时间不能晚于to时间。", null); + } + } + Page page = stockUpdateQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(stockUpdateQuery.getGoodsId()), TAppStockUpdate::getGoodsId, stockUpdateQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(stockUpdateQuery.getVehicleId()), TAppStockUpdate::getVehicleId, stockUpdateQuery.getVehicleId()); + // 时间范围查询 + if (stockUpdateQuery.getFromTime() != null) { + lambdaQueryWrapper.ge(TAppStockUpdate::getUpdateTime, stockUpdateQuery.getFromTime()); + } + if (stockUpdateQuery.getToTime() != null) { + lambdaQueryWrapper.le(TAppStockUpdate::getUpdateTime, stockUpdateQuery.getToTime()); + } + // 查询库存更新记录 + Page stockUpdatePage = appStockUpdateService.page(page, lambdaQueryWrapper); + PageVo pageVo = PageVo.of(stockUpdatePage, StockUpdateVo::of); + return WmsApiResponse.success("查询库存更新记录成功", pageVo); + } + + @Override + public WmsApiResponse> queryStocks(StockQuery stockQuery) { + if (stockQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + + Page page = stockQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(stockQuery.getVehicleId()), TAppStock::getVehicleId, stockQuery.getVehicleId()) + .like(StringUtils.isNotEmpty(stockQuery.getLocationId()), TAppStock::getLocationId, stockQuery.getLocationId()) + .like(StringUtils.isNotEmpty(stockQuery.getGoodsId()), TAppStock::getGoodsId, stockQuery.getGoodsId()) + .eq(stockQuery.getStockStatus() != null, TAppStock::getStockStatus, stockQuery.getStockStatus()) + .eq(stockQuery.getGoodsStatus() != null, TAppStock::getGoodsStatus, stockQuery.getGoodsStatus()); + + if (stockQuery.getFromDate() != null) { + lambdaQueryWrapper.ge(TAppStock::getFirstInTime, LocalDateTime.of(stockQuery.getFromDate(), LocalDateTime.MIN.toLocalTime())); + } + if (stockQuery.getToDate() != null) { + lambdaQueryWrapper.le(TAppStock::getFirstInTime, LocalDateTime.of(stockQuery.getToDate(), LocalDateTime.MAX.toLocalTime())); + } + + Page stockPage = appStockService.page(page, lambdaQueryWrapper); + PageVo pageVo = PageVo.of(stockPage, StockVo::ofPo); + + return WmsApiResponse.success("查询库存数据成功", pageVo); + } + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/SystemControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/SystemControllerServiceImpl.java new file mode 100644 index 0000000..46bfda3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/SystemControllerServiceImpl.java @@ -0,0 +1,37 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.wms_main.model.dto.request.wms.BaseWmsRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.service.controller.ISystemControllerService; +import com.wms_main.service.system.ISystemService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +/** + * 系统控制类 服务实现 + */ +@Service +@RequiredArgsConstructor +public class SystemControllerServiceImpl implements ISystemControllerService { + private final ISystemService systemService;// 系统服务 + + /** + * 重启系统---实现 + * @param baseWmsRequest 请求 + * @return 重启结果 + */ + @Override + public BaseWmsApiResponse restartSystem(BaseWmsRequest baseWmsRequest) { + return systemService.restartSystem() ? BaseWmsApiResponse.success("重启系统成功。") : BaseWmsApiResponse.error("重启系统失败。"); + } + + /** + * 重新加载配置文件---实现 + * @param baseWmsRequest 请求 + * @return 重新加载结果 + */ + @Override + public BaseWmsApiResponse reloadConfig(BaseWmsRequest baseWmsRequest) { + return systemService.reloadConfig() ? BaseWmsApiResponse.success("重载配置成功。") : BaseWmsApiResponse.error("重载配置失败。"); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskControllerServiceImpl.java new file mode 100644 index 0000000..33c50a3 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskControllerServiceImpl.java @@ -0,0 +1,1992 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +//import com.google.common.collect.CompactHashMap; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.AppConstant; +import com.wms_main.constant.enums.others.EmergencyOutReasonEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskTypeEnums; +import com.wms_main.constant.enums.wms.*; +import com.wms_main.dao.*; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.bo.wms.GoodsInfoForTask; +import com.wms_main.model.bo.wms.StockConfirmEntity; +import com.wms_main.model.bo.wms.TaskConfirmEntity; +import com.wms_main.model.bo.wms.WmsPickTask; +import com.wms_main.model.dto.request.ewm.*; +import com.wms_main.model.dto.request.wcs.WcsBoxArriveRequest; +import com.wms_main.model.dto.request.wcs.WcsTaskResultRequest; +import com.wms_main.model.dto.request.wcs.WcsVehicleInRequest; +import com.wms_main.model.dto.request.wms.*; +import com.wms_main.model.dto.response.ewm.EwmApiBackResponse; +import com.wms_main.model.dto.response.ewm.EwmApiLocalResponse; +import com.wms_main.model.dto.response.ewm.EwmApiStockResponse; +import com.wms_main.model.dto.response.ewm.TaskDetailInfo; +import com.wms_main.model.dto.response.wcs.BaseWcsApiResponse; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.*; +import com.wms_main.model.vo.wms.InventoryConfirmVo; +import com.wms_main.model.vo.wms.TaskConfirmVo; +import com.wms_main.model.vo.wms.WorkConfirmVo; +import com.wms_main.repository.utils.ConvertUtils; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.api.IEwmApiService; +import com.wms_main.service.business.IConveyTaskService; +import com.wms_main.service.business.IStackerTaskService; +import com.wms_main.service.business.IStockDataService; +import com.wms_main.service.controller.ITaskControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.transaction.interceptor.TransactionAspectSupport; + +import java.time.LocalDateTime; +import java.util.*; + +/** + * 任务控制类 服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class TaskControllerServiceImpl implements ITaskControllerService { + private final ITAppWcsTaskService appWcsTaskService;// wcs任务服务 + private final ITAppWcsTaskBakService appWcsTaskBakService;// wcs任务备份服务 + private final ITAppTaskService appWmsTaskService;// wms任务服务 + private final IStackerTaskService stackerTaskService;// 堆垛机任务服务 + private final ITAppLocationService appLocationService;// 库位服务 + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + private final ITAppVehicleService appVehicleService;// 载具服务 + private final ITAppStockService appStockService;// 库存服务 + private final IConveyTaskService conveyTaskService;// 输送线任务服务 + private final ITAppStandService appStandService;// 站台服务 + private final ITAppOutsService appOutsService;// 出库单服务 + private final IStockDataService stockDataService;// 库存数据服务 + private final ITAppOutsRecordService appOutsRecordService;// 出库单记录服务 + private final ITAppPickPlanService appPickPlanService;// 拣选计划服务 + private final ITAppInventoryService appInventoryService;// 盘点任务服务 + private final ITAppInventoryRecordService appInventoryRecordService;// 盘点记录服务 + private final ITAppWorkService appWorkService;// 工作详情服务 + private final AppCommon appCommon; + private final IEwmApiService ewmApiService; + // 在其他依赖注入后面添加 + private final ITempEwmInboundDataService tempEwmInboundDataService; + private final ITAppStockCompareService appStockCompareService; + + + + + + /** + * 实现 + * + * @param stockInRequest 请求信息 + * @return 响应结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse requireStockIn(StockInRequest stockInRequest) { + // 判断请求信息的正确性。 + if (stockInRequest == null || StringUtils.isEmpty(stockInRequest.getVehicleId())) { + return BaseWmsApiResponse.error("请求参数不完整,缺少载具号。"); + } + // 校验当前是否在库 + if (appVehicleService.exists(new LambdaQueryWrapper() + .eq(TAppVehicle::getVehicleId, stockInRequest.getVehicleId()) + .eq(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.ON.getCode()))) { + return BaseWmsApiResponse.error("当前载具显示已在库中,无法再次入库。"); + } + // 判断这个箱子是否有其他的wcs任务 + if (appWcsTaskService.exists(new LambdaQueryWrapper() + .eq(TAppWcsTask::getVehicleId, stockInRequest.getVehicleId()))) { + return BaseWmsApiResponse.error("当前载具仍有未完成的WCS任务,无法创建新的入库任务。"); + } + // 判断这个箱子是否有其他的wms任务 + if (appWmsTaskService.exists(new LambdaQueryWrapper() + .eq(TAppTask::getVehicleId, stockInRequest.getVehicleId()))) { + return BaseWmsApiResponse.error("当前载具仍有未完成的WMS任务,无法创建新的入库任务。"); + } + // 非空载具入库,但是未包含物料信息,设置为空 + if (!stockInRequest.isEmptyTask() && (stockInRequest.getGoodsInfo() == null || stockInRequest.getGoodsInfo().isEmpty())) { + stockInRequest.setEmptyTask(true); + } + // 空载具入库但是请求包含物料信息,设置为非空 + if (stockInRequest.isEmptyTask() && stockInRequest.getGoodsInfo() != null && !stockInRequest.getGoodsInfo().isEmpty()) { + stockInRequest.setEmptyTask(false); + } + // 判断是否同种类料入库 + String thisTimeInGoodsId = "";// 本次入库物料 + if (stockInRequest.getGoodsInfo() != null && !stockInRequest.getGoodsInfo().isEmpty()) { + for (GoodsInfoForTask goodsInfoForTask : stockInRequest.getGoodsInfo()) { + if (StringUtils.isEmpty(thisTimeInGoodsId)) { + thisTimeInGoodsId = goodsInfoForTask.getGoodsId(); + } else { + if (!thisTimeInGoodsId.equals(goodsInfoForTask.getGoodsId())) { + return BaseWmsApiResponse.error("一个载具中只能入一种料。"); + } + } + } + } + if (stockInRequest.isEmptyTask()) { + // 创建空载具入库任务 + TAppTask task = new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.IN.getCode(), + WmsStackerTaskStatusEnums.TEMP.getCode(), + 1, + stockInRequest.getVehicleId(), + stockInRequest.getOrigin(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + stockInRequest.getUserName(), + "", + stockInRequest.getStandId(), + "" + ); + try { + // 保存任务 + appWmsTaskService.save(task); + } catch (Exception e) { + return BaseWmsApiResponse.error("创建空载具入库任务失败。"); + } + } else { + // 查询当前载具的库存信息 + List thisVehicleStocks = appStockService.list( + new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, stockInRequest.getVehicleId())); + // 判断入库物料是否在库存中 + if (StringUtils.isNotEmpty(thisTimeInGoodsId) && thisVehicleStocks != null && !thisVehicleStocks.isEmpty()) { + for (TAppStock stock : thisVehicleStocks) { + if (!Objects.equals(stock.getGoodsId(), thisTimeInGoodsId)) { + return BaseWmsApiResponse.error("当前载具已经绑定其他种类物料。"); + } + } + } + Map goodsIdTaskMap = new HashMap<>(); + Map goodsMap = new HashMap<>(); + // 循环物料生成入库任务 + for (GoodsInfoForTask goodsInfoForTask : stockInRequest.getGoodsInfo()) { + if (goodsIdTaskMap.containsKey(goodsInfoForTask.getGoodsId())) { + // 如果同一物料,则数量叠加。 + TAppTask task = goodsIdTaskMap.get(goodsInfoForTask.getGoodsId()); + task.setOpNum(task.getOpNum() + goodsInfoForTask.getOpNum()); + goodsIdTaskMap.replace(goodsInfoForTask.getGoodsId(), task); + } else { + // 判断当前料号是否存在于立库信息中 + TAppGoods goods = appCommon.getInstantGoodsByGoodsId(goodsInfoForTask.getGoodsId()); + if (goods == null) { + return BaseWmsApiResponse.error("入库物料列表中有物料不在立库维护信息中。物料号:" + goodsInfoForTask.getGoodsId() + "。"); + } + if (!Objects.equals(goods.getPutArea(), "ASRS")) { + return BaseWmsApiResponse.error("非库内料不允许入库。物料号:" + goodsInfoForTask.getGoodsId() + "。"); + } + // 创建入库任务 + TAppTask task = new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.IN.getCode(), + WmsStackerTaskStatusEnums.TEMP.getCode(), + 1, + stockInRequest.getVehicleId(), + stockInRequest.getOrigin(), + null, + null, + LocalDateTime.now(), + null, + goodsInfoForTask.getGoodsId(), + goodsInfoForTask.getOpNum(), + 0, + stockInRequest.getUserName(), + goodsInfoForTask.getRemark(), + stockInRequest.getStandId(), + goods.getGoodsDescription() + ); + goodsIdTaskMap.put(goodsInfoForTask.getGoodsId(), task); + goodsMap.put(goodsInfoForTask.getGoodsId(), goods); + } + if (goodsMap.containsKey(goodsInfoForTask.getGoodsId())) { + // 判断数量是否超载 + TAppGoods thisGoods = goodsMap.get(goodsInfoForTask.getGoodsId()); + int maxQty1Vehicle = thisGoods.getBoxQty() * thisGoods.getMaxBoxNum(); + int oldStockNum = 0; + if (thisVehicleStocks != null && !thisVehicleStocks.isEmpty()) { + // 计算出该物料的库存数量 + oldStockNum = thisVehicleStocks.stream() + .filter(stock -> stock.getGoodsId().equals(goodsInfoForTask.getGoodsId())) + .mapToInt(TAppStock::getRealNum) + .sum(); + } + if (goodsIdTaskMap.get(goodsInfoForTask.getGoodsId()).getOpNum() + oldStockNum > maxQty1Vehicle) { + return BaseWmsApiResponse.error("物料号:" + goodsInfoForTask.getGoodsId() + "数量超过阈值" + maxQty1Vehicle + ",不允许入库。"); + } + } + } + try { + appWmsTaskService.saveBatch(goodsIdTaskMap.values()); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("创建入库任务失败。"); + } + } + + return BaseWmsApiResponse.success("生成入库任务成功。"); + } + + /** + * 请求出库---实现 + * + * @param stockOutRequest 请求信息 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse requireStockOut(StockOutRequest stockOutRequest) { + // 保存 + if (stockOutRequest == null || stockOutRequest.getNeedNum() == null + || stockOutRequest.getNeedNum() <= 0 || StringUtils.isEmpty(stockOutRequest.getDestination())) { + return BaseWmsApiResponse.error("请求参数不完整。"); + } + // 判断终点对不对 + if (!appStandService.exists(new LambdaQueryWrapper().eq(TAppStand::getStandId, stockOutRequest.getDestination()))) { + return BaseWmsApiResponse.error("请求的终点站台不存在。"); + } + // 针对不同的出库类型验证请求 +// if (stockOutRequest.getOutType().equals(WmsOutTypeEnums.EMPTY.getCode())) { +// // 如果指定了载具号,则验证该载具是否为空载具 +// if (StringUtils.isNotEmpty(stockOutRequest.getVehicleId())) { +// // 查询这个载具号 +// boolean haveThisEmptyVehicleFlag = appVehicleService.exists(new LambdaQueryWrapper() +// .eq(TAppVehicle::getVehicleId, stockOutRequest.getVehicleId()) +// .eq(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.ON.getCode()) +// .eq(TAppVehicle::getIsEmpty, 1) +// ); +// if (!haveThisEmptyVehicleFlag) { +// return BaseWmsApiResponse.error("请求错误:目标不存在。"); +// } +// } else { +// // 判断空载具数量够不够 +// List emptyVehicles = appVehicleService.list(new LambdaQueryWrapper() +// .eq(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.ON.getCode()) +// .eq(TAppVehicle::getIsEmpty, 1) +// ); +// if (emptyVehicles == null || emptyVehicles.isEmpty()) { +// return BaseWmsApiResponse.error("请求错误:库内无空箱。"); +// } +// if (emptyVehicles.size() < stockOutRequest.getNeedNum()) { +// return BaseWmsApiResponse.error("请求错误:库内空箱数量" + emptyVehicles.size() + ",小于请求数量" + stockOutRequest.getNeedNum() + "。"); +// } +// } + //} else if (stockOutRequest.getOutType().equals(WmsOutTypeEnums.EMERGE.getCode())) { + if (!appStandService.exists(new LambdaQueryWrapper().eq(TAppStand::getStandId, stockOutRequest.getDestination()) + .eq(TAppStand::getStandType, 1))) { + return BaseWmsApiResponse.error("非拣选站台不允许紧急出库。"); + } + // 判断理由是否输入 +// if (StringUtils.isEmpty(stockOutRequest.getReason())) { +// return BaseWmsApiResponse.error("请求错误:紧急出库必须输入原因。"); +// } + // 判断料号数量是否输入 + if (StringUtils.isEmpty(stockOutRequest.getGoodsId())) { + return BaseWmsApiResponse.error("请求错误:紧急出库必须输入料号。"); + } + if (stockOutRequest.getNeedNum() == null || stockOutRequest.getNeedNum() <= 0) { + return BaseWmsApiResponse.error("请求错误:紧急出库必须输入有效数量。"); + } + // 判断原因是缺料的时候,需判断工单号是否输入 +// if (stockOutRequest.getReason().contains("缺料") && StringUtils.isEmpty(stockOutRequest.getWorkOrder())) { +// return BaseWmsApiResponse.error("请求错误:缺料时必须输入工单号。"); +// } + // 判断请求的料号是不是库外料 +// TAppGoods thisGoods = appCommon.getInstantGoodsByGoodsId(stockOutRequest.getGoodsId()); +// if (thisGoods == null || !thisGoods.getPutArea().contains("ASRS")) { +// return BaseWmsApiResponse.error("请求错误:库外料或未在系统中维护的料不允许紧急出库。"); +// } + // 判断库存是否足够 + List stockList = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getGoodsId, stockOutRequest.getGoodsId()) + .gt(TAppStock::getRemainNum, 0)); + // 生成物料数量map + Map stockByGoodsMap = new HashMap<>(); + for (TAppStock stock : stockList) { + if (stockByGoodsMap.containsKey(stock.getGoodsId())) { + stockByGoodsMap.replace(stock.getGoodsId(), stockByGoodsMap.get(stock.getGoodsId()) + stock.getRemainNum()); + } else { + stockByGoodsMap.put(stock.getGoodsId(), stock.getRemainNum()); + } + } + if (!stockByGoodsMap.containsKey(stockOutRequest.getGoodsId())) { + return BaseWmsApiResponse.error("请求错误:库内无该料库存。"); + } + if (stockByGoodsMap.get(stockOutRequest.getGoodsId()) < stockOutRequest.getNeedNum()) { + return BaseWmsApiResponse.error("请求错误:库内该料库存不足,库内数量:" + stockByGoodsMap.get(stockOutRequest.getGoodsId()) + ",需求数量: " + stockOutRequest.getNeedNum() + "。"); + } +// } else { +// return BaseWmsApiResponse.error("请求错误:未知的出库类型。"); +// } + // 添加任务 + TAppOuts task = new TAppOuts( + UUIDUtils.getNewUUID(), + stockOutRequest.getGoodsId(), + stockOutRequest.getVehicleId(), + stockOutRequest.getNeedNum(), + 0, + 0, + 9, + stockOutRequest.getDestination(), + stockOutRequest.getUserName(), + stockOutRequest.getReason(), + LocalDateTime.now(), + stockOutRequest.getWorkOrder(), + null, + null, + null, + null, + null, + null, + null,null + ); + appOutsService.save(task); + return BaseWmsApiResponse.success("添加出库请求成功。"); + } + + + /** + * 接收ewm系统下发的出库任务---实现 + * @param ewmOutTaskRequest 接收ewm系统下发的出库任务 + * @return 处理结果 + */ + @Override + public EwmApiBackResponse ewmRequestOutTask(EwmOutTaskRequest ewmOutTaskRequest) { + // 保存 + if (ewmOutTaskRequest == null || ewmOutTaskRequest.getTaskDetailInfo() == null + || ewmOutTaskRequest.getTaskDetailInfo().isEmpty()) { + return EwmApiBackResponse.error("请求参数不完整。"); + } + // 查询所有可用的拣选站台 + List pickStands = appStandService.list(new LambdaQueryWrapper() + .eq(TAppStand::getStandType, 1) + .eq(TAppStand::getStandStatus, WmsUsableStatusEnums.USABLE.getCode())); + if (pickStands == null || pickStands.isEmpty()) { + return EwmApiBackResponse.error("系统中没有可用的拣选站台。"); + } + +// List ret = appOutsService.list(new LambdaQueryWrapper() +// .eq(TAppOuts::getWorkOrder, ewmOutTaskRequest.getWaveNo()) +// ); + + //List appOuts = new ArrayList<>(); + for (EwmOutTaskRequest.TaskDetailInfo task : ewmOutTaskRequest.getTaskDetailInfo()){ + // 判断料号数量是否输入 + if (StringUtils.isEmpty(task.getMatNo())) { + return EwmApiBackResponse.error("请求错误:拣选出库必须输入料号。"); + } + if (task.getPickingQty() == null || task.getPickingQty().intValue() <= 0) { + return EwmApiBackResponse.error("请求错误:紧急出库必须输入有效数量。"); + } + String targetDestination; + // 判断 + List ret = appOutsService.list(new LambdaQueryWrapper() + .eq(TAppOuts::getOrderNo, task.getOrderNo()) + ); + //查询是否有orderNo相同的数据 + if(!ret.isEmpty()){ + targetDestination = ret.getFirst().getDestination(); + }else { + // 使用Stream API直接找出任务数最少的站台 + targetDestination = pickStands.stream() + .min(Comparator.comparingInt(stand -> + Math.toIntExact(appOutsService.count(new LambdaQueryWrapper() + .eq(TAppOuts::getDestination, stand.getStandId()))))) + .map(TAppStand::getStandId) + .orElse(null); + } + if (targetDestination == null) { + return EwmApiBackResponse.error("无法找到合适的站台进行任务分配。"); + } + // 验证站台是否存在 + if (!appStandService.exists(new LambdaQueryWrapper().eq(TAppStand::getStandId, targetDestination))) { + return EwmApiBackResponse.error("请求的终点站台不存在。"); + } + // 判断库存是否足够 + List stockList; + LambdaQueryWrapper stockQueryWrapper = new LambdaQueryWrapper() + .eq(TAppStock::getGoodsId, task.getMatNo()) + .gt(TAppStock::getRemainNum, 0); + + // 判断是否需要精确匹配特殊属性 + boolean needExactMatch = StringUtils.isNotEmpty(task.getSpecialStock()) || + StringUtils.isNotEmpty(task.getSpecialStockNo()) || + StringUtils.isNotEmpty(task.getSpecialStockItemNo()) || + StringUtils.isNotEmpty(task.getBatchNo()); + + if (needExactMatch) { + // 精确匹配特殊属性 - 必须匹配所有四个字段完全一样,包括空值 + if (StringUtils.isNotEmpty(task.getSpecialStock())) { + stockQueryWrapper.eq(TAppStock::getSpecialStock, task.getSpecialStock()); + } else { + // 当请求字段为空时,匹配数据库中的空值(NULL或空字符串) + stockQueryWrapper.and(wrapper -> wrapper.isNull(TAppStock::getSpecialStock) + .or().eq(TAppStock::getSpecialStock, "")); + } + + if (StringUtils.isNotEmpty(task.getSpecialStockNo())) { + stockQueryWrapper.eq(TAppStock::getSpecialStockNo, task.getSpecialStockNo()); + } else { + // 当请求字段为空时,匹配数据库中的空值(NULL或空字符串) + stockQueryWrapper.and(wrapper -> wrapper.isNull(TAppStock::getSpecialStockNo) + .or().eq(TAppStock::getSpecialStockNo, "")); + } + + if (StringUtils.isNotEmpty(task.getSpecialStockItemNo())) { + stockQueryWrapper.eq(TAppStock::getSpecialStockItemNo, task.getSpecialStockItemNo()); + } else { + // 当请求字段为空时,匹配数据库中的空值(NULL或空字符串) + stockQueryWrapper.and(wrapper -> wrapper.isNull(TAppStock::getSpecialStockItemNo) + .or().eq(TAppStock::getSpecialStockItemNo, "")); + } + + if (StringUtils.isNotEmpty(task.getBatchNo())) { + stockQueryWrapper.eq(TAppStock::getBatchNo, task.getBatchNo()); + } else { + // 当请求字段为空时,匹配数据库中的空值(NULL或空字符串) + stockQueryWrapper.and(wrapper -> wrapper.isNull(TAppStock::getBatchNo) + .or().eq(TAppStock::getBatchNo, "")); + } + } + + stockList = appStockService.list(stockQueryWrapper); + + // 生成物料数量map + Map stockByGoodsMap = new HashMap<>(); + for (TAppStock stock : stockList) { + if (stockByGoodsMap.containsKey(stock.getGoodsId())) { + stockByGoodsMap.replace(stock.getGoodsId(), stockByGoodsMap.get(stock.getGoodsId()) + stock.getRemainNum()); + } else { + stockByGoodsMap.put(stock.getGoodsId(), stock.getRemainNum()); + } + } + if (!stockByGoodsMap.containsKey(task.getMatNo())) { + return EwmApiBackResponse.error("请求错误:库内无该料库存: " + task.getMatNo() + "。"); + } + if (stockByGoodsMap.get(task.getMatNo()) < task.getPickingQty().intValue()) { + return EwmApiBackResponse.error("请求错误:库内该料库存不足,库内数量:" + stockByGoodsMap.get(task.getMatNo()) + ",需求数量: " + task.getPickingQty().intValue() + "。"); + } + TAppOuts outs = new TAppOuts( + task.getTaskNo(), + task.getMatNo(), + null, + task.getPickingQty().intValue(), + 0, + 0, + 9, + targetDestination, + "EWM", + "SYSTEM", + LocalDateTime.now(), + null, + task.getOrderNo(), + task.getSpecialStock(), + task.getSpecialStockNo(), + task.getSpecialStockItemNo(), + task.getBatchNo(), + ewmOutTaskRequest.getPickingType(), + ewmOutTaskRequest.getWaveNo(), + task.getSkuUnit() + ); + //appOuts.add(outs); + appOutsService.save(outs); + } + return EwmApiBackResponse.success("添加出库请求成功。"); + } + + + @Override + public WmsApiResponse> getCompareData() { + List compareData = appStockCompareService.list(new LambdaQueryWrapper<>()); + return WmsApiResponse.success(compareData); + } + + @Override + public EwmApiBackResponse cancelOrderInTasks(SendWarehouseInCompletedRequest request) { + EwmApiBackResponse response = EwmApiBackResponse.success(); + //response.setSuccessful(false); + response.setMessage("取消入库任务失败:任务已经开始执行,无法取消。"); + response.setState("400"); + return response; + } + + + + @Override + public BaseWmsApiResponse getEwmStock(SendEwmGetStockInformationRequest request) { + request.setAsrsCode("LASRS"); + // 清除所有旧数据 + appStockCompareService.remove(new LambdaQueryWrapper<>()); + log.info("成功清空库存对比数据表"); + + // 从EWM系统获取库存数据 + EwmApiStockResponse ewmStockResponse = ewmApiService.getEwmStock(request); + + // 检查是否成功获取数据 + if (!"successfully".equals(ewmStockResponse.getState())) { + return WmsApiResponse.error("拉取EWM系统库存数据失败"); + } + List ewmBinStocks = ewmStockResponse.getContent(); + + //拉取本地库存数据 + List localStocks = appStockService.list(new LambdaQueryWrapper<>()); + + // 创建一个Map来按照BinStock的关键字段进行分组和汇总 + Map binStockMap = new HashMap<>(); + + // 遍历本地库存数据并按关键字段分组汇总 + for (TAppStock localStock : localStocks) { + // 构造唯一键,用于识别相同的BinStock记录 + // 关键字段包括: plant, storageBin, matNo, matDesc, specialStock, specialStockNo, + // specialStockItemNo, batchNo, baseUnit + //String storageBin = localStock.getLocation(); // 假设库位对应 storageBin + String matNo = localStock.getGoodsId(); + String matDesc = localStock.getGoodsDesc(); + String specialStock = localStock.getSpecialStock(); + String specialStockNo = localStock.getSpecialStockNo(); + String specialStockItemNo = localStock.getSpecialStockItemNo(); + String batchNo = localStock.getBatchNo(); + String baseUnit = localStock.getSkuUnit(); + + // 构造唯一键 + String key = String.join("|", + matNo != null ? matNo : "", + matDesc != null ? matDesc : "", + specialStock != null ? specialStock : "", + specialStockNo != null ? specialStockNo : "", + specialStockItemNo != null ? specialStockItemNo : "", + batchNo != null ? batchNo : "", + baseUnit != null ? baseUnit : "" + ); + + // 如果已经存在相同键的记录,则累加数量;否则创建新记录 + if (binStockMap.containsKey(key)) { + // 累加数量 + EwmApiStockResponse.BinStock existingBinStock = binStockMap.get(key); + existingBinStock.setTotalQuantity(existingBinStock.getTotalQuantity() + localStock.getRealNum()); + } else { + // 创建新的BinStock记录 + EwmApiStockResponse.BinStock binStock = new EwmApiStockResponse.BinStock(); + binStock.setMatNo(matNo); + binStock.setMatDesc(matDesc); + binStock.setTotalQuantity((double) localStock.getRealNum()); + binStock.setSpecialStock(specialStock); + binStock.setSpecialStockNo(specialStockNo); + binStock.setSpecialStockItemNo(specialStockItemNo); + binStock.setBatchNo(batchNo); + binStock.setBaseUnit(baseUnit); + + binStockMap.put(key, binStock); + } + } + + // 将Map中的值转换为List + List binStocks = new ArrayList<>(binStockMap.values()); + + // 开始对比ewmBinStocks 和 binStocks + // 执行库存对比逻辑 + compareStocks(ewmBinStocks, binStocks); + + // 返回成功响应 + return WmsApiResponse.success("获取并对比库存数据成功"); + } + + + + /** + * 对比EWM和本地库存数据 + * @param ewmBinStocks EWM系统库存数据 + * @param localBinStocks 本地WMS系统库存数据 + */ + private void compareStocks(List ewmBinStocks, List localBinStocks) { + // 创建Map便于快速查找 + Map ewmStockMap = new HashMap<>(); + Map localStockMap = new HashMap<>(); + + // 填充EWM库存Map + for (EwmApiStockResponse.BinStock binStock : ewmBinStocks) { + String key = generateStockKey(binStock); + ewmStockMap.put(key, binStock); + } + + // 填充本地库存Map + for (EwmApiStockResponse.BinStock binStock : localBinStocks) { + String key = generateStockKey(binStock); + localStockMap.put(key, binStock); + } + + // 存储需要插入数据库的对比结果 + List compareResults = new ArrayList<>(); + + // 1. 查找EWM有但本地没有的记录 + for (String key : ewmStockMap.keySet()) { + if (!localStockMap.containsKey(key)) { + EwmApiStockResponse.BinStock ewmStock = ewmStockMap.get(key); + log.warn("库存不一致 - EWM有但本地没有: 物料={}, 批次={}, 数量={}", + ewmStock.getMatNo(), + ewmStock.getBatchNo(), ewmStock.getTotalQuantity()); + // 创建对比记录 + TAppStockCompare compareResult = new TAppStockCompare(); + compareResult.setGoodsId(ewmStock.getMatNo()); + compareResult.setGoodsDesc(ewmStock.getMatDesc()); + compareResult.setWmsTotalNum(0); + compareResult.setEwmTotalNum(ewmStock.getTotalQuantity().intValue()); + compareResult.setSpecialStock(ewmStock.getSpecialStock()); + compareResult.setSpecialStockNo(ewmStock.getSpecialStockNo()); + compareResult.setSpecialStockItemNo(ewmStock.getSpecialStockItemNo()); + compareResult.setBatchNo(ewmStock.getBatchNo()); + compareResult.setCreateTime(LocalDateTime.now()); + compareResult.setCompareStatus(-2); // EWM有WMS没有 + compareResults.add(compareResult); + } + } + + // 2. 查找本地有但EWM没有的记录 + for (String key : localStockMap.keySet()) { + if (!ewmStockMap.containsKey(key)) { + EwmApiStockResponse.BinStock localStock = localStockMap.get(key); + log.warn("库存不一致 - 本地有但EWM没有: 物料={}, 批次={}, 数量={}", + localStock.getMatNo(), + localStock.getBatchNo(), localStock.getTotalQuantity()); + // 创建对比记录 + TAppStockCompare compareResult = new TAppStockCompare(); + compareResult.setGoodsId(localStock.getMatNo()); + compareResult.setGoodsDesc(localStock.getMatDesc()); + compareResult.setWmsTotalNum(localStock.getTotalQuantity().intValue()); + compareResult.setEwmTotalNum(0); + compareResult.setSpecialStock(localStock.getSpecialStock()); + compareResult.setSpecialStockNo(localStock.getSpecialStockNo()); + compareResult.setSpecialStockItemNo(localStock.getSpecialStockItemNo()); + compareResult.setBatchNo(localStock.getBatchNo()); + compareResult.setCreateTime(LocalDateTime.now()); + compareResult.setCompareStatus(2); // WMS有EWM没有 + compareResults.add(compareResult); + } + } + + // 3. 比较都存在的记录的数量差异 + for (String key : ewmStockMap.keySet()) { + if (localStockMap.containsKey(key)) { + EwmApiStockResponse.BinStock ewmStock = ewmStockMap.get(key); + EwmApiStockResponse.BinStock localStock = localStockMap.get(key); + + // 比较数量是否一致(考虑浮点数比较精度) + if (Math.abs(ewmStock.getTotalQuantity() - localStock.getTotalQuantity()) > 0.001) { + log.warn("库存数量不一致: 物料={}, 批次={}, EWM数量={}, 本地数量={}", + ewmStock.getMatNo(), + ewmStock.getBatchNo(), ewmStock.getTotalQuantity(), localStock.getTotalQuantity()); + // 创建对比记录 + TAppStockCompare compareResult = new TAppStockCompare(); + compareResult.setGoodsId(ewmStock.getMatNo()); + compareResult.setGoodsDesc(ewmStock.getMatDesc()); + compareResult.setWmsTotalNum(localStock.getTotalQuantity().intValue()); + compareResult.setEwmTotalNum(ewmStock.getTotalQuantity().intValue()); + compareResult.setSpecialStock(ewmStock.getSpecialStock()); + compareResult.setSpecialStockNo(ewmStock.getSpecialStockNo()); + compareResult.setSpecialStockItemNo(ewmStock.getSpecialStockItemNo()); + compareResult.setBatchNo(ewmStock.getBatchNo()); + compareResult.setCreateTime(LocalDateTime.now()); + + // 设置差异状态 + int diff = localStock.getTotalQuantity().intValue() - ewmStock.getTotalQuantity().intValue(); + compareResult.setCompareStatus(diff > 0 ? 1 : -1); // WMS多于EWM 或 EWM多于WMS + + compareResults.add(compareResult); + } + } + } + + // 将对比结果批量插入数据库 + if (!compareResults.isEmpty()) { + try { + appStockCompareService.saveBatch(compareResults); + log.info("成功插入 {} 条库存对比记录到数据库", compareResults.size()); + } catch (Exception e) { + log.error("保存库存对比结果到数据库时发生异常", e); + } + } + } + + /** + * 生成库存记录的唯一键 + * @param binStock 库存记录 + * @return 唯一键 + */ + private String generateStockKey(EwmApiStockResponse.BinStock binStock) { + return String.join("|", + binStock.getMatNo() != null ? binStock.getMatNo() : "", + //binStock.getMatDesc() != null ? binStock.getMatDesc() : "", + binStock.getSpecialStock() != null ? binStock.getSpecialStock() : "", + binStock.getSpecialStockNo() != null ? binStock.getSpecialStockNo() : "", + binStock.getSpecialStockItemNo() != null ? binStock.getSpecialStockItemNo() : "", + binStock.getBatchNo() != null ? binStock.getBatchNo() : "" + //binStock.getBaseUnit() != null ? binStock.getBaseUnit() : "" + ); + } + + + /** + * 入库用出库---实现 + * + * @param voiRequest 请求信息 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse requireVehiclesForIn(VehicleOutForInRequest voiRequest) { + // 验证请求正确性 + if (voiRequest == null || voiRequest.getGoodsIds() == null || voiRequest.getGoodsIds().isEmpty()) { + return WmsApiResponse.error("请求错误:请求信息为空。", null); + } + // 结果 + List outsList = new ArrayList<>(); + // 筛选出料号 + List distinctGoodsIdList = voiRequest.getGoodsIds().stream().distinct().toList(); + // 获取数据map + Map> goodsQtyMap = stockDataService.getCanPutGoodsMap(distinctGoodsIdList); + // 迭代处理需求 + List nonVehicleGoodsIds = new ArrayList<>(); + for (String goodsId : voiRequest.getGoodsIds()) { + TAppGoods thisGoods = appCommon.getInstantGoodsByGoodsId(goodsId); + if (thisGoods == null || !thisGoods.getPutArea().contains("ASRS")) { + nonVehicleGoodsIds.add(goodsId); + continue; + } + // 判断需求是否能满足 + if (!goodsQtyMap.containsKey(goodsId)) { + nonVehicleGoodsIds.add(goodsId); + continue; + } + Map qtyByVehicleMap = goodsQtyMap.get(goodsId); + if (qtyByVehicleMap.isEmpty()) { + nonVehicleGoodsIds.add(goodsId); + goodsQtyMap.remove(goodsId); + continue; + } + // 当前料的载具号列表 + List vehicleIdsOfThisGoods = new ArrayList<>(qtyByVehicleMap.keySet()); + for (String vehicleId : vehicleIdsOfThisGoods) { + qtyByVehicleMap.remove(vehicleId); + if (qtyByVehicleMap.isEmpty()) { + goodsQtyMap.remove(goodsId); + } else { + goodsQtyMap.replace(goodsId, qtyByVehicleMap); + } + break; + } + // 添加任务 + outsList.add(new TAppOuts( + UUIDUtils.getNewUUID(), + goodsId, + "", + 1, + 0, + 0, + WmsOutTypeEnums.FOR_IN.getCode(), + "R1", + voiRequest.getUserName(), + "", + LocalDateTime.now(), + "", + null, + null, + null, + null, + null, + null, + null,null + )); + } + + if (!outsList.isEmpty()) { + StringBuilder message = new StringBuilder("以下料号无料箱:\n"); + for (String nonVehicleGoodsId : nonVehicleGoodsIds) { + message.append(nonVehicleGoodsId).append(";\n"); + } + appOutsService.saveBatch(outsList); + return BaseWmsApiResponse.success("添加请求成功。" + message); + } else { + return BaseWmsApiResponse.error("符合条件的料号数量为0。"); + } + } + + /** + * 实现 + * + * @param wcsTaskResultRequest 请求信息 + * @return 响应信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWcsApiResponse sendTaskResult(WcsTaskResultRequest wcsTaskResultRequest) { + if (StringUtils.isEmpty(wcsTaskResultRequest.getTaskId()) || wcsTaskResultRequest.getTaskStatus() == null) { + return BaseWcsApiResponse.error("请求缺少关键信息:任务号、任务状态。"); + } + // 查询对应的wcs任务 + TAppWcsTask wcsTask = appWcsTaskService.getOne( + new LambdaQueryWrapper() + .eq(TAppWcsTask::getWcsTaskId, wcsTaskResultRequest.getTaskId()) + ); + if (wcsTask == null) { + return BaseWcsApiResponse.error("未找到对应的wcs任务。"); + } + // 转换堆垛机任务状态 + int wmsTaskStatus = ConvertUtils.convertWcsStackerTaskStatusToWmsTaskStatus(wcsTaskResultRequest.getTaskStatus()); + if (wmsTaskStatus == -1) { + return BaseWcsApiResponse.error("反馈的任务状态值无效。"); + } + // 判断反馈的任务状态是否是「已完成」 + if (Objects.equals(wcsTaskResultRequest.getTaskStatus(), WcsStackerTaskStatusEnums.FINISH.getCode())) { + // 更新wms任务状态 + appWmsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.FINISH.getCode()) + .set(TAppTask::getFinishTime, LocalDateTime.now()) + .eq(TAppTask::getWcsTaskId, wcsTaskResultRequest.getTaskId()) + ); + // 移除wcs任务,并向wcs备份表添加记录 + TAppWcsTaskBak wcsTaskBak = new TAppWcsTaskBak( + wcsTask.getWcsTaskId(), + wcsTask.getWcsTaskStatus(), + wcsTask.getWcsTaskType(), + wcsTask.getTaskPriority(), + wcsTask.getVehicleId(), + wcsTask.getOrigin(), + wcsTask.getDestination(), + wcsTask.getCreateTime(), + wcsTask.getSendTime(), + wcsTask.getFinishTime(), + wcsTask.getRemark() + ); + appWcsTaskService.removeById(wcsTask.getWcsTaskId()); + appWcsTaskBakService.save(wcsTaskBak); + } else { + // 更新wms任务状态 + appWmsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, wmsTaskStatus) + .eq(TAppTask::getWcsTaskId, wcsTaskResultRequest.getTaskId()) + ); + // 更新wcs任务状态 + appWcsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppWcsTask::getWcsTaskStatus, wcsTaskResultRequest.getTaskStatus()) + .eq(TAppWcsTask::getWcsTaskId, wcsTaskResultRequest.getTaskId()) + ); + } + return BaseWcsApiResponse.success("处理任务状态反馈成功。"); + } + + /** + * 实现 + * 调用EWM系统获取入库具体信息 + * @param wcsVehicleInRequest 载具请求 + * @return 响应信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public EwmApiLocalResponse ewmInformationBack(WcsVehicleInRequest wcsVehicleInRequest) { + // 验证请求参数 + if (wcsVehicleInRequest == null || StringUtils.isEmpty(wcsVehicleInRequest.getVehicleNo())) { + log.warn("请求缺少关键信息:载具号。"); + return EwmApiLocalResponse.error("请求缺少关键信息:载具号。"); + } + + try { + // 1. 准备请求数据 + SendEwmVehicleForInRequest request = new SendEwmVehicleForInRequest(); + request.setContainerNo(wcsVehicleInRequest.getVehicleNo()); + + // 2. 调用EWM系统接口 + EwmApiLocalResponse response = ewmApiService.sendVehicleForIn(request); + + // 3. 记录调用日志 + if (response != null && response.isSuccess()) { + log.info("成功从EWM系统获取入库信息,载具号: {}, EWM响应: {}", + wcsVehicleInRequest.getVehicleNo(), response.getMessage()); + } else { + log.warn("EWM系统返回失败响应,载具号: {}, 错误信息: {}", + wcsVehicleInRequest.getVehicleNo(), + response != null ? response.getMessage() : "响应为空"); + } + saveEwmDataToTempTable(response, wcsVehicleInRequest.getVehicleNo()); + return response; + } catch (Exception e) { + // 记录错误日志 + log.error("调用EWM接口异常,载具号: {}", wcsVehicleInRequest.getVehicleNo(), e); + return EwmApiLocalResponse.error("调用EWM接口失败: " + e.getMessage()); + } + } + + /** + * 将EWM返回的数据保存到临时表中 + * @param response EWM接口返回的数据 + * @param vehicleNo 载具号 + */ + private void saveEwmDataToTempTable(EwmApiLocalResponse response, String vehicleNo) { + if (response == null || response.getContent() == null || response.getContent().toString().isEmpty()) { + log.warn("EWM返回数据为空或无任务明细,载具号: {}", vehicleNo); + return; + } + try { + // 先查询要删除的数据 + List existingData = tempEwmInboundDataService.list( + new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, vehicleNo) + .eq(TAppTempEwmInboundData::getProcessStatus, 0) + ); + log.debug("删除前查询到 {} 条待处理数据,载具号: {}", existingData.size(), vehicleNo); + + // 先删除该载具号之前可能存在的未处理数据 + boolean removeResult = tempEwmInboundDataService.remove(new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, vehicleNo)); + + log.info("删除操作结果: {},载具号: {},删除条件: containerNo={}, processStatus=0", + removeResult, vehicleNo, vehicleNo); + + // 再次查询确认是否删除成功 + List afterDeleteData = tempEwmInboundDataService.list( + new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, vehicleNo) + .eq(TAppTempEwmInboundData::getProcessStatus, 0) + ); + log.debug("删除后剩余 {} 条待处理数据,载具号: {}", afterDeleteData.size(), vehicleNo); + + // 转换并保存数据 + List dataList = new ArrayList<>(); + for (TaskDetailInfo taskDetail : response.getContent().getTaskDetailInfo()) { + TAppTempEwmInboundData data = new TAppTempEwmInboundData(); + data.setId(UUIDUtils.getNewUUID()); // 不要使用固定值"123" + data.setBillNo(response.getContent().getBillNo()); + data.setBillType(response.getContent().getBillType()); + data.setContainerNo(response.getContent().getContainerNo() != null ? response.getContent().getContainerNo() : vehicleNo); + data.setTaskNo(taskDetail.getTaskNo()); + data.setOrderNo(taskDetail.getOrderNo()); + data.setOrderType(taskDetail.getOrderType()); + data.setMatNo(taskDetail.getMatNo()); + data.setMatDesc(taskDetail.getMatDesc()); + data.setSkuQty(taskDetail.getSkuQty()); + data.setSkuUnit(taskDetail.getSkuUnit()); + data.setRemark(taskDetail.getRemark()); + data.setSpecialStock(taskDetail.getSpecialStock()); + data.setSpecialStockNo(taskDetail.getSpecialStockNo()); + data.setSpecialStockItemNo(taskDetail.getSpecialStockItemNo()); + data.setBatchNo(taskDetail.getBatchNo()); + data.setProcessStatus(0); // 待处理状态 + data.setCreateTime(LocalDateTime.now()); + data.setUpdateTime(LocalDateTime.now()); + dataList.add(data); + } + + if (!dataList.isEmpty()) { + // 批量插入时指定合理的批次大小 + boolean saveResult = tempEwmInboundDataService.saveBatch(dataList); + log.info("保存EWM数据结果: {},载具号: {},记录数: {}", saveResult, vehicleNo, dataList.size()); + } + } catch (Exception e) { + log.error("保存EWM数据到临时表失败,载具号: {}", vehicleNo, e); + throw e; // 重新抛出异常以便上层处理 + } + } + + /** + * 根据临时表数据生成WMS任务 + */ + private void generateWmsTasksFromTempData(WcsVehicleInRequest wcsVehicleInRequest) { + try { + // 查询该载具号下所有未处理的临时数据 + List tempDataList = tempEwmInboundDataService.list( + new LambdaQueryWrapper() + .eq(TAppTempEwmInboundData::getContainerNo, wcsVehicleInRequest.getVehicleNo()) + .eq(TAppTempEwmInboundData::getProcessStatus, 0) + ); + if (tempDataList == null || tempDataList.isEmpty()) { + log.info("未找到需要处理的临时数据,载具号: {}", wcsVehicleInRequest.getVehicleNo()); + return; + } + log.info("开始处理临时数据生成WMS任务,载具号: {},记录数: {}", wcsVehicleInRequest.getVehicleNo(), tempDataList.size()); + + // 生成WMS任务列表 + List wmsTaskList = new ArrayList<>(); + + // 创建入库任务 + TAppTask task = new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.IN.getCode(), // 入库任务类型 + WmsStackerTaskStatusEnums.TEMP.getCode(), // 初始状态为临时 + 1, // 任务优先级 + wcsVehicleInRequest.getVehicleNo(), // 载具号 + wcsVehicleInRequest.getPoint(), // 任务来源 + null, // 目标库位(后续分配) + null, // WCS任务ID(后续生成) + LocalDateTime.now(), // 创建时间 + null, // 完成时间 + tempDataList.getFirst().getMatNo(), // 物料号 + null, // 操作数量 + 0, // 已完成数量 + null, // 用户名/特殊库存标识 + "EWM入库任务", // 备注 + "R1", // 默认站台 + null // 物料描述 + ); + + wmsTaskList.add(task); + + // 保存WMS任务 + boolean saveResult = appWmsTaskService.saveBatch(wmsTaskList); + if (saveResult) { + log.info("成功生成WMS任务,载具号: {},任务数: {}", wcsVehicleInRequest.getVehicleNo(), wmsTaskList.size()); + } else { + log.error("保存WMS任务失败,载具号: {}", wcsVehicleInRequest.getVehicleNo()); + return; + } + + // 更新临时表中对应记录的状态为已处理 + + boolean updateResult = tempEwmInboundDataService.update( + new LambdaUpdateWrapper() + .set(TAppTempEwmInboundData::getProcessStatus, 1) // 已处理状态 + .set(TAppTempEwmInboundData::getUpdateTime, LocalDateTime.now()) + .in(TAppTempEwmInboundData::getContainerNo, wcsVehicleInRequest.getVehicleNo()) + ); + + if (updateResult) { + log.info("成功更新临时数据状态为已处理,载具号: {}", wcsVehicleInRequest.getVehicleNo()); + } else { + log.error("更新临时数据状态失败,载具号: {}", wcsVehicleInRequest.getVehicleNo()); + } + + + } catch (Exception e) { + log.error("根据临时表数据生成WMS任务时发生异常,载具号: {}", wcsVehicleInRequest.getVehicleNo(), e); + throw new RuntimeException("生成WMS任务失败: " + e.getMessage(), e); + } + } + + + /** + * 实现 + * + * @param wcsVehicleInRequest 载具请求 + * @return 响应信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public WcsApiResponse wcsRequestVehicleIn(WcsVehicleInRequest wcsVehicleInRequest) { + if (StringUtils.isEmpty(wcsVehicleInRequest.getVehicleNo())) { + return WcsApiResponse.error("请求缺少关键信息:载具号。", null); + } + + // 0. 验证任务是否已经存在 + List wmsTaskIsExist = appWmsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppTask::getVehicleId, wcsVehicleInRequest.getVehicleNo()) + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.IN.getCode()) + ); + if (!wmsTaskIsExist.isEmpty()) { + return WcsApiResponse.error("该载具号已经存在入库任务,请勿重复请求。", null); + } + + // 1. 获取EWM数据 + EwmApiLocalResponse response = ewmInformationBack(wcsVehicleInRequest); + if (!response.isSuccess()) { + return WcsApiResponse.error(response.getMessage(), null); + } + try { + // 2. 将EWM数据保存到临时表 + saveEwmDataToTempTable(response, wcsVehicleInRequest.getVehicleNo()); + + // 3. 根据临时表数据生成WMS任务 + generateWmsTasksFromTempData(wcsVehicleInRequest); + + } catch (Exception e) { + log.error("处理EWM数据异常,载具号: {}", wcsVehicleInRequest.getVehicleNo(), e); + return WcsApiResponse.error("处理EWM数据失败: " + e.getMessage(), null); + } + + + // 查询该载具对应的wms任务 + List wmsTasks = appWmsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppTask::getVehicleId, wcsVehicleInRequest.getVehicleNo()) + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.IN.getCode()) + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.TEMP.getCode()) + ); + if (wmsTasks == null || wmsTasks.isEmpty()) { + return WcsApiResponse.error("当前载具不存在任务或者任务已经下发。", null); + } + + // 查询是否已经有对应wcs任务 + List wcsTasks = appWcsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppWcsTask::getVehicleId, wcsVehicleInRequest.getVehicleNo()) + .eq(TAppWcsTask::getWcsTaskType, WcsStackerTaskTypeEnums.IN.getCode()) + .ne(TAppWcsTask::getWcsTaskStatus, WcsStackerTaskStatusEnums.FINISH.getCode())); + if (wcsTasks != null && !wcsTasks.isEmpty()) { + WcsStackerTask wcsStackerTask = new WcsStackerTask( + wcsTasks.getFirst().getWcsTaskId(), + wcsTasks.getFirst().getWcsTaskType(), + wcsTasks.getFirst().getVehicleId(), + wcsTasks.getFirst().getOrigin(), + wcsTasks.getFirst().getDestination(), + "WMS" + ); + return WcsApiResponse.success("载具请求入库成功。", wcsStackerTask); + } + // 判断是否已经分配库位 + String locationId = ""; + List goodsIds = new ArrayList<>(); + for (TAppTask wmsTask : wmsTasks) { + if (StringUtils.isNotEmpty(wmsTask.getDestination())) { + locationId = wmsTask.getDestination(); + break; + } + if (!goodsIds.contains(wmsTask.getGoodsId())) { + goodsIds.add(wmsTask.getGoodsId()); + } + } + if (StringUtils.isEmpty(locationId)) { + // 如果只有一个料号,那么分配优先存放区域 + TAppLocation locationFilter = new TAppLocation(); + if (goodsIds.size() == 1) { + TAppGoods thisGoods = appCommon.getInstantGoodsByGoodsId(goodsIds.getFirst()); + if (thisGoods != null && StringUtils.isNotEmpty(thisGoods.getPutArea())) { + locationFilter.setSubArea(thisGoods.getPutArea()); + } + } + // 需要申请库位 + TAppLocation targetLocation = stackerTaskService.requestOneLocation(null, wcsVehicleInRequest.getVehicleNo()); + locationId = targetLocation.getLocationId(); + } + // 解析wms任务以获得wcs任务 + TAppWcsTask wcsInTask = new TAppWcsTask(); + wcsInTask.setWcsTaskId(UUIDUtils.getNewUUID()); + wcsInTask.setWcsTaskType(WcsStackerTaskTypeEnums.IN.getCode()); + wcsInTask.setWcsTaskStatus(WcsStackerTaskStatusEnums.WAIT.getCode()); + wcsInTask.setTaskPriority(wmsTasks.getFirst().getTaskPriority()); + wcsInTask.setOrigin(wmsTasks.getFirst().getOrigin()); + wcsInTask.setDestination(locationId); + wcsInTask.setVehicleId(wmsTasks.getFirst().getVehicleId()); + wcsInTask.setCreateTime(LocalDateTime.now()); + wcsInTask.setSendTime(LocalDateTime.now()); + // 实时返回的任务 + WcsStackerTask wcsStackerTask = new WcsStackerTask( + wcsInTask.getWcsTaskId(), + wcsInTask.getWcsTaskType(), + wcsInTask.getVehicleId(), + wcsInTask.getOrigin(), + wcsInTask.getDestination(), + "WMS" + ); + try { + // 载具设置状态入库中 + appVehicleService.update(new LambdaUpdateWrapper() + .set(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.IN.getCode()) + .eq(TAppVehicle::getVehicleId, wcsVehicleInRequest.getVehicleNo())); + // 如果有库存的话,更新库存状态为回库中 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.BACK.getCode()) + .eq(TAppStock::getVehicleId, wcsVehicleInRequest.getVehicleNo())); + // 更新wmsTask + appWmsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.SEND.getCode()) + .set(TAppTask::getWcsTaskId, wcsInTask.getWcsTaskId()) + .set(TAppTask::getDestination, locationId) + .eq(TAppTask::getVehicleId, wcsVehicleInRequest.getVehicleNo()) + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.IN.getCode()) + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.TEMP.getCode()) + ); + // 存储wcsTask + appWcsTaskService.save(wcsInTask); + return WcsApiResponse.success("载具请求入库成功。", wcsStackerTask); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + // 恢复库位空闲 + appLocationService.update(new LambdaUpdateWrapper() + .set(TAppLocation::getIsOccupy, 0) + .set(TAppLocation::getVehicleId, "") + .eq(TAppLocation::getLocationId, locationId)); + return WcsApiResponse.error("载具请求入库发生异常。", null); + } + } + + /** + * 实现 + * + * @param boxArriveRequest 请求信息 + * @return 响应信息 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWcsApiResponse boxArrive(WcsBoxArriveRequest boxArriveRequest) { + if (boxArriveRequest == null + || StringUtils.isEmpty(boxArriveRequest.getVehicleNo()) + || StringUtils.isEmpty(boxArriveRequest.getLocation())) { + return BaseWcsApiResponse.error("请求信息不完整,缺少载具号或者点位。"); + } + TAppPickTask pickTask = appPickTaskService.getOne(new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, boxArriveRequest.getVehicleNo()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.SEND.getCode())); + if (pickTask == null) { + return BaseWcsApiResponse.error("没有找到当前载具的拣选任务。"); + } + String pickStand = pickTask.getPickStand(); + // 更新当前载具到达当前点位的拣选任务为已到达 + boolean isUpdateSuccess = appPickTaskService.update(new LambdaUpdateWrapper() + .set(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .set(TAppPickTask::getArriveTime, LocalDateTime.now()) + .set(TAppPickTask::getPickStand, boxArriveRequest.getLocation()) + .eq(TAppPickTask::getVehicleId, boxArriveRequest.getVehicleNo()) + .gt(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.WAIT.getCode()) + .ne(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode())); + + // 更新拣选PLAN + boolean isUpdatePlanSuccess = appPickPlanService.update(new LambdaUpdateWrapper() + .set(TAppPickPlan::getStandId, boxArriveRequest.getLocation()) + .eq(TAppPickPlan::getVehicleId, boxArriveRequest.getVehicleNo()) + .eq(TAppPickPlan::getStandId, pickStand) + ); + if (isUpdateSuccess) { + // 更新成功,返回成功 + return BaseWcsApiResponse.success("处理成功。"); + } else { + // 更新失败,返回失败 + return BaseWcsApiResponse.error("处理失败。"); + } + } + + /** + * 取消拣选任务实现 + * + * @param pickTaskRequest 请求信息 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse cancelPickTasks(PickTaskRequest pickTaskRequest) { + if (pickTaskRequest == null || pickTaskRequest.getPickTasks() == null || pickTaskRequest.getPickTasks().isEmpty()) { + // 更新失败,返回失败 + return BaseWmsApiResponse.error("空请求。"); + } + // 获得需要取消的拣选任务列表 + Map vehicleStandMap = new HashMap<>(); + for (WmsPickTask pickTask : pickTaskRequest.getPickTasks()) { + String key = pickTask.getVehicleId() + "_" + pickTask.getPickStand(); + if (vehicleStandMap.containsKey(key)) { + continue; + } + vehicleStandMap.put(key, pickTask); + } + int successCount = 0; + int failCount = 0; + int exceptionCount = 0; + conveyTaskService.cancelPickTasks(vehicleStandMap, successCount, failCount, exceptionCount); + return BaseWmsApiResponse.success("取消拣选任务成功" + successCount + "条,失败" + failCount + "条,异常" + exceptionCount + "条。"); + } + + + /** + * 获取当前站台任务---实现 + * + * @param wmsRequest 请求信息 + * @return 获取结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public WmsApiResponse> getCurrentTask(BaseWmsRequest wmsRequest) { + if (wmsRequest == null || StringUtils.isEmpty(wmsRequest.getStandId())) { + // 缺少站台号 + return WmsApiResponse.error("请求缺少信息,请输入站台号。", null); + } + List pickTasks = new ArrayList<>(); + Map> standMapping = new HashMap<>(); + standMapping.put("P1", Arrays.asList("P11", "P12", "P13")); + standMapping.put("P2", Arrays.asList("P14", "P15", "P16")); + standMapping.put("P3", Arrays.asList("P17", "P18", "P19")); + standMapping.put("P4", Arrays.asList("P21", "P22", "P23")); + +// if (wmsRequest.getStandId().equals("P1")){ +// // 查询当前站台的拣选任务 +// pickTasks = appPickTaskService.list(new LambdaQueryWrapper() +// .in(TAppPickTask::getPickStand, "CK41", "CK42", "CK43") +// .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode())); +// }else if(wmsRequest.getStandId().equals("P2")){ +// pickTasks = appPickTaskService.list(new LambdaQueryWrapper() +// .in(TAppPickTask::getPickStand, "CK44", "CK45", "CK46") +// .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode())); +// }else if (wmsRequest.getStandId().equals("P3")){ +// pickTasks = appPickTaskService.list(new LambdaQueryWrapper() +// .in(TAppPickTask::getPickStand, "CK47", "CK48", "CK49") +// .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode())); +// }else{ +// return WmsApiResponse.error("当前站台未开放拣选功能。", null); +// } + if (standMapping.containsKey(wmsRequest.getStandId())) { + // 处理母站台情况 + List subStands = standMapping.get(wmsRequest.getStandId()); + for (String subStand : subStands) { + TAppPickTask task = appPickTaskService.getOne(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, subStand) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .last("LIMIT 1")); + + if (task != null) { + pickTasks.add(task); + } + } + } else { + // 处理普通站台情况 + TAppPickTask task = appPickTaskService.getOne(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, wmsRequest.getStandId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .last("LIMIT 1")); + + if (task != null) { + pickTasks.add(task); + } + } + if (pickTasks.isEmpty()) { + // 当前站台没有任务 + return WmsApiResponse.error("当前站台没有任务。", null); + } + List confirmVos = new ArrayList<>(); + for (TAppPickTask pickTask : pickTasks){ + // 查找这个载具对应的库存信息:数量>0 + List thisVehicleStocks = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, pickTask.getVehicleId()) + .gt(TAppStock::getRealNum, 0)); + if (thisVehicleStocks == null || thisVehicleStocks.isEmpty()) { + TaskConfirmVo confirmVo = new TaskConfirmVo(pickTask.getPickStand(), true, null, null); + confirmVos.add(confirmVo); + } + // 判断是否有任务需求 + TaskConfirmVo confirmVo = conveyTaskService.getCurrentStandTask(pickTask); + if (confirmVo != null) { + confirmVos.add(confirmVo); + }else{ + TaskConfirmVo confirmVoTwo = new TaskConfirmVo(pickTask.getPickStand(), true, null, null); + confirmVos.add(confirmVoTwo); + } + } + return WmsApiResponse.success("获取当前站台任务成功。", confirmVos); +// TAppPickTask thisStandPickTask = pickTasks.getFirst(); +// // 查找这个载具对应的库存信息:数量>0 +// List thisVehicleStocks = appStockService.list(new LambdaQueryWrapper() +// .eq(TAppStock::getVehicleId, thisStandPickTask.getVehicleId()) +// .gt(TAppStock::getRealNum, 0)); +// if (thisVehicleStocks == null || thisVehicleStocks.isEmpty()) { +// return WmsApiResponse.instanceOf(WmsApiResponseCodeEnums.WARNING.getCode(), "当前箱子已经是空箱,请直接放行。", null); +// } +// // 判断是否有任务需求 +// TaskConfirmVo confirmVo = conveyTaskService.getCurrentStandTask(thisStandPickTask); +// if (confirmVo != null) { +// return WmsApiResponse.success("请根据界面提示拣选。", confirmVo); +// } +// return WmsApiResponse.instanceOf(WmsApiResponseCodeEnums.WARNING.getCode(), "当前箱子没有拣选需求,请直接放行。", null); + } + + /** + * 确认当前站台任务---实现 + * + * @param confirmTaskRequest 请求信息 + * @return 确认结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse confirmCurrentTask(ConfirmTaskRequest confirmTaskRequest) { + if (confirmTaskRequest == null || StringUtils.isEmpty(confirmTaskRequest.getStandId())) { + return BaseWmsApiResponse.error("请求缺少信息,请输入站台号。"); + } + // 查询当前站台上的已到达的拣选任务 + List pickTaskList = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, confirmTaskRequest.getStandId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .eq(TAppPickTask::getPickType,1) + ); + if (pickTaskList == null || pickTaskList.isEmpty()) { + return BaseWmsApiResponse.error("当前站台没有箱子到达, 请检查。"); + } + if (pickTaskList.size() > 1) { + return BaseWmsApiResponse.error("当前站台有多个箱子到达,请检查。"); + } + TAppOuts thisOut = appOutsService.getOne(new LambdaQueryWrapper() + .eq(TAppOuts::getTaskId, confirmTaskRequest.getTaskConfirm().getTaskId())); + + // 当前站台到达的拣选任务 + TAppPickTask thisPickTask = pickTaskList.getFirst(); + if (confirmTaskRequest.getTaskConfirm() != null && StringUtils.isNotEmpty(confirmTaskRequest.getTaskConfirm().getTaskId())) { + // 更新工作信息 + String updateTaskResult = updateTaskInfo(confirmTaskRequest); + if (StringUtils.isNotEmpty(updateTaskResult)) { + return BaseWmsApiResponse.error("更新任务信息失败:" + updateTaskResult + ",请重试。"); + } + } + // 更新库存信息 + stockDataService.updateStockInfo(confirmTaskRequest.getStockConfirm(), confirmTaskRequest.getStandId(), confirmTaskRequest.getUserName(), "出库拣选", null); + // 查询库存获得当前载具中存储的库存列表 + LambdaQueryWrapper stockQueryWrapper = new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, thisPickTask.getVehicleId()) + .gt(TAppStock::getRealNum, 0); + List stockList = appStockService.list(stockQueryWrapper); + // 界面直接点击确认/放行 + if (!stockList.isEmpty()) { + // 判断还有没有当前站台的其他拣选任务 + TaskConfirmVo taskConfirmVo = conveyTaskService.getCurrentStandTask(thisPickTask); + if (taskConfirmVo != null) { + return BaseWmsApiResponse.warn("当前载具还有其他拣选任务,请根据界面信息进行拣配。"); + } +// WorkConfirmVo resultVo = conveyTaskService.getCurrentStandWork(thisPickTask); +// if (resultVo != null) { +// return BaseWmsApiResponse.warn("当前载具还有工作,请切换到拣配界面进行拣配。"); +// } + // 判断当前载具是否还有盘点任务 + List goodsIds = stockList.stream().map(TAppStock::getGoodsId).distinct().toList(); + List inventoryTasks = appInventoryService.list(new LambdaQueryWrapper() + .eq(TAppInventory::getVehicleId, thisPickTask.getVehicleId()) + .in(TAppInventory::getGoodsId, goodsIds)); + if (inventoryTasks != null && !inventoryTasks.isEmpty()) { + return BaseWmsApiResponse.warn("当前载具还有盘点任务,请切换到盘点界面进行拣配。"); + } + } else { + // 取消后续拣选任务 + conveyTaskService.cancelOtherStandPickTasks(thisPickTask.getVehicleId(), thisPickTask.getPickStand()); + } + // 放行 + if (conveyTaskService.releaseStandVehicle(thisPickTask)) { + // 回告EWm系统出库完成 + SendWarehouseOutCompletedRequest request = new SendWarehouseOutCompletedRequest(); + List pickingDetails = new ArrayList<>(); + SendWarehouseOutCompletedRequest.PickingDetail pickingDetail = new SendWarehouseOutCompletedRequest.PickingDetail(); + pickingDetail.setTaskNo(confirmTaskRequest.getTaskConfirm().getTaskId()); + pickingDetail.setMatNo(confirmTaskRequest.getTaskConfirm().getGoodsId()); + pickingDetail.setPickingQty(Double.valueOf(confirmTaskRequest.getTaskConfirm().getTotalNeed())); + pickingDetail.setActQty(Double.valueOf(confirmTaskRequest.getTaskConfirm().getRealPickQty())); + pickingDetail.setUnit(thisOut.getUnit()); + pickingDetail.setContainerNo(confirmTaskRequest.getTaskConfirm().getContainerNo()); + pickingDetails.add(pickingDetail); + request.setPickingDetailParams(pickingDetails); + request.setWaveNo(thisOut.getWaveNo()); + request.setPickingType(thisOut.getPickingType()); + + EwmApiBackResponse ewmApiBackResponse = ewmApiService.sendWarehouseOutCompleted(request); + if (Objects.equals(ewmApiBackResponse.getState(), "successfully")) { + log.info("调用EWM系统接口成功,请求参数: {}", request); + + }else { + log.error("调用EWM系统接口异常,请求参数: {}", request); + //return BaseWmsApiResponse.error("调用EWM系统接口异常: " + ewmApiBackResponse.getMessage()); + } + return BaseWmsApiResponse.success("确认成功。"); + } else { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("释放箱子失败。"); + } + } + + /** + * 请求盘点---实现 + * + * @param inventoryRequest 盘点请求 + * @return 请求结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse requestInventory(InventoryRequest inventoryRequest) { + if (inventoryRequest == null) { + return BaseWmsApiResponse.error("请求为NULL。"); + } + if (StringUtils.isEmpty(inventoryRequest.getStandId())) { + return BaseWmsApiResponse.error("请求缺少信息,请输入站台号。"); + } + if (!appStandService.exists(new LambdaQueryWrapper().eq(TAppStand::getStandId, inventoryRequest.getStandId()) + .eq(TAppStand::getStandType, 1))) { + return BaseWmsApiResponse.error("非拣选站台不允许盘点。"); + } + if (StringUtils.isEmpty(inventoryRequest.getGoodsId())) { + return BaseWmsApiResponse.error("请求缺少信息,请输入料号。"); + } + // 判断这个料有没有还没盘点完的任务 + List inventoryList = appInventoryService.list(new LambdaQueryWrapper() + .eq(TAppInventory::getGoodsId, inventoryRequest.getGoodsId()) + .and(wrapper -> { + // specialStock匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getSpecialStock())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppInventory::getSpecialStock) + .or() + .eq(TAppInventory::getSpecialStock, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppInventory::getSpecialStock, inventoryRequest.getSpecialStock()); + } + }) + .and(wrapper -> { + // specialStockNo匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getSpecialStockNo())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppInventory::getSpecialStockNo) + .or() + .eq(TAppInventory::getSpecialStockNo, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppInventory::getSpecialStockNo, inventoryRequest.getSpecialStockNo()); + } + }) + .and(wrapper -> { + // specialStockItemNo匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getSpecialStockItemNo())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppInventory::getSpecialStockItemNo) + .or() + .eq(TAppInventory::getSpecialStockItemNo, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppInventory::getSpecialStockItemNo, inventoryRequest.getSpecialStockItemNo()); + } + }) + .and(wrapper -> { + // batchNo匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getBatchNo())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppInventory::getBatchNo) + .or() + .eq(TAppInventory::getBatchNo, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppInventory::getBatchNo, inventoryRequest.getBatchNo()); + } + }) + .eq(StringUtils.isNotEmpty(inventoryRequest.getVehicleId()), TAppInventory::getVehicleId, inventoryRequest.getVehicleId())); + if (inventoryList != null && !inventoryList.isEmpty()) { + String errMsg = StringUtils.isNotEmpty(inventoryRequest.getVehicleId()) ? "载具:" + inventoryRequest.getVehicleId() : ""; + return BaseWmsApiResponse.error(errMsg + "该料号还有盘点任务未完成。"); + } + // 查询库存,创建盘点任务 + List stockList = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getGoodsId, inventoryRequest.getGoodsId()) + .and(wrapper -> { + // specialStock匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getSpecialStock())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppStock::getSpecialStock) + .or() + .eq(TAppStock::getSpecialStock, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppStock::getSpecialStock, inventoryRequest.getSpecialStock()); + } + }) + .and(wrapper -> { + // specialStockNo匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getSpecialStockNo())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppStock::getSpecialStockNo) + .or() + .eq(TAppStock::getSpecialStockNo, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppStock::getSpecialStockNo, inventoryRequest.getSpecialStockNo()); + } + }) + .and(wrapper -> { + // specialStockItemNo匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getSpecialStockItemNo())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppStock::getSpecialStockItemNo) + .or() + .eq(TAppStock::getSpecialStockItemNo, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppStock::getSpecialStockItemNo, inventoryRequest.getSpecialStockItemNo()); + } + }) + .and(wrapper -> { + // batchNo匹配逻辑 + if (StringUtils.isEmpty(inventoryRequest.getBatchNo())) { + // 传入空值,匹配数据库中的NULL或空字符串 + wrapper.isNull(TAppStock::getBatchNo) + .or() + .eq(TAppStock::getBatchNo, ""); + } else { + // 传入具体值,精确匹配 + wrapper.eq(TAppStock::getBatchNo, inventoryRequest.getBatchNo()); + } + }) + .eq(StringUtils.isNotEmpty(inventoryRequest.getVehicleId()), TAppStock::getVehicleId, inventoryRequest.getVehicleId())); + if (stockList == null || stockList.isEmpty()) { + return BaseWmsApiResponse.error("物料" + inventoryRequest.getGoodsId() + "没有库存。"); + } + // 根据载具号map一下 + Map inventoryByVehicleMap = new HashMap<>(); + // 盘点单号 + String orderId = UUIDUtils.getNewUUID(); + for (TAppStock stock : stockList) { + if (!inventoryByVehicleMap.containsKey(stock.getVehicleId())) { + // 添加盘点任务 + TAppInventory inventoryTask = new TAppInventory( + UUIDUtils.getNewUUID(), + inventoryRequest.getGoodsId(), + stock.getVehicleId(), + null, + null, + inventoryRequest.getStandId(), + inventoryRequest.getUserName(), + WmsInvTypeEnums.INV_TYPE_1.getCode(), + WmsInvStatusEnums.INIT.getCode(), + WmsInvResultEnums.NONE.getCode(), + LocalDateTime.now(), + null, + orderId, + inventoryRequest.getSpecialStock(), + inventoryRequest.getSpecialStockNo(), + inventoryRequest.getSpecialStockItemNo(), + inventoryRequest.getBatchNo() + ); + inventoryByVehicleMap.put(stock.getVehicleId(), inventoryTask); + } + } + if (!inventoryByVehicleMap.isEmpty()) { + appInventoryService.saveBatch(inventoryByVehicleMap.values()); + } + // 保存盘点任务 + return BaseWmsApiResponse.success("创建盘点任务成功。"); + } + + + /** + * 查询盘点确认信息 + * + * @param inventoryConfirmRequest 请求 + * @return 查询结果 + */ + @Override + public WmsApiResponse getInventoryConfirm(InventoryConfirmRequest inventoryConfirmRequest) { + // 判断请求是否参数完备 + if (inventoryConfirmRequest == null) { + return WmsApiResponse.error("请求参数为空。", null); + } + if (StringUtils.isEmpty(inventoryConfirmRequest.getStandId())) { + return WmsApiResponse.error("请求参数缺少站台号。", null); + } + + // 定义主站台与子站台的映射关系 + Map> standMapping = new HashMap<>(); + standMapping.put("P1", Arrays.asList("P11", "P12", "P13")); + standMapping.put("P2", Arrays.asList("P14", "P15", "P16")); + standMapping.put("P3", Arrays.asList("P17", "P18", "P19")); + standMapping.put("P4", Arrays.asList("P21", "P22", "P23")); + + List pickTaskList = new ArrayList<>(); + + if (standMapping.containsKey(inventoryConfirmRequest.getStandId())) { + // 处理母站台情况 + List subStands = standMapping.get(inventoryConfirmRequest.getStandId()); + for (String subStand : subStands) { + TAppPickTask task = appPickTaskService.getOne(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, subStand) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .last("LIMIT 1")); + + if (task != null) { + pickTaskList.add(task); + } + } + } else { + // 处理普通站台情况 + TAppPickTask task = appPickTaskService.getOne(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, inventoryConfirmRequest.getStandId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .last("LIMIT 1")); + + if (task != null) { + pickTaskList.add(task); + } + } + + if (pickTaskList.isEmpty()) { + return WmsApiResponse.error("当前站台没有箱子到达, 请检查。", null); + } + if (pickTaskList.size() > 1) { + return WmsApiResponse.error("当前站台有多个箱子到达,请检查。", null); + } + // 获取当前拣选任务 + TAppPickTask thisPickTask = pickTaskList.getFirst(); + InventoryConfirmVo inventoryConfirmVo = conveyTaskService.getInventoryConfirm(thisPickTask.getVehicleId()); + if (inventoryConfirmVo != null) { + // 返回结果 + return WmsApiResponse.success("查询盘点确认信息成功。", inventoryConfirmVo); + } + return WmsApiResponse.instanceOf(WmsApiResponseCodeEnums.WARNING.getCode(), "当前箱子没有要盘点的任务,请放行。", null); + } + + /** + * 确认盘点信息 + * + * @param inventoryConfirmRequest 确认请求 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse confirmInventory(InventoryConfirmRequest inventoryConfirmRequest) { + if (inventoryConfirmRequest == null) { + return BaseWmsApiResponse.error("请求信息为空。"); + } + if (StringUtils.isEmpty(inventoryConfirmRequest.getStandId())) { + return BaseWmsApiResponse.error("请求信息缺少站台号。"); + } + // 查询当前站台上的已到达的拣选任务 + List pickTaskList = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, inventoryConfirmRequest.getStandId()) + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.ARRIVE.getCode()) + .eq(TAppPickTask::getPickType,2) + ); + if (pickTaskList == null || pickTaskList.isEmpty()) { + return BaseWmsApiResponse.error("当前站台没有箱子到达, 请检查。"); + } + if (pickTaskList.size() > 1) { + return BaseWmsApiResponse.error("当前站台有多个箱子到达,请检查。"); + } + // 当前站台到达的拣选任务 + TAppPickTask thisPickTask = pickTaskList.getFirst(); + if (StringUtils.isNotEmpty(inventoryConfirmRequest.getInventoryId())) { + TAppInventory targetInventory = appInventoryService.getById(inventoryConfirmRequest.getInventoryId()); + if (targetInventory != null) { + if (!Objects.equals(targetInventory.getVehicleId(), thisPickTask.getVehicleId())) { + // 盘点的载具号与当前站台到达的拣选任务载具号不一致,请检查。 + return BaseWmsApiResponse.error("盘点的载具号与当前站台到达的载具号不一致,请检查。"); + } + if (inventoryConfirmRequest.getConfirmNum() == null || inventoryConfirmRequest.getConfirmNum() < 0) { + return BaseWmsApiResponse.error("请求信息中的盘点确认数量不正确。"); + } + // 添加盘点记录 + TAppInventoryRecord inventoryRecord = new TAppInventoryRecord(); + inventoryRecord.setInventoryId(inventoryConfirmRequest.getInventoryId()); + inventoryRecord.setGoodsId(targetInventory.getGoodsId()); + inventoryRecord.setVehicleId(targetInventory.getVehicleId()); + // 查询这个载具-料号对应的库存数量 + List thisVehicleAndGoodsStock = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, targetInventory.getVehicleId()) + .eq(TAppStock::getGoodsId, targetInventory.getGoodsId())); + int stockNum = 0; + if (thisVehicleAndGoodsStock != null && !thisVehicleAndGoodsStock.isEmpty()) { + // 获取realNum总和 + stockNum = thisVehicleAndGoodsStock.stream().mapToInt(TAppStock::getRealNum).sum(); + } + inventoryRecord.setStockNum(stockNum); + inventoryRecord.setConfirmNum(inventoryConfirmRequest.getConfirmNum()); + inventoryRecord.setInvStand(inventoryConfirmRequest.getStandId()); + inventoryRecord.setInvUser(inventoryConfirmRequest.getUserName()); + inventoryRecord.setInvType(WmsInvTypeEnums.INV_TYPE_1.getCode()); + inventoryRecord.setInvStatus(WmsInvStatusEnums.CONFIRMED.getCode()); + if (stockNum < inventoryConfirmRequest.getConfirmNum()) { + // 盘盈 + inventoryRecord.setInvResult(WmsInvResultEnums.PLUS.getCode()); + } else if (stockNum == inventoryConfirmRequest.getConfirmNum()) { + // 正常 + inventoryRecord.setInvResult(WmsInvResultEnums.EQUAL.getCode()); + } else { + // 盘亏 + inventoryRecord.setInvResult(WmsInvResultEnums.MINUS.getCode()); + } + inventoryRecord.setInvCreateTime(targetInventory.getInvCreateTime()); + inventoryRecord.setInvConfirmTime(LocalDateTime.now()); + inventoryRecord.setInvOrderId(targetInventory.getInventoryId()); + appInventoryRecordService.save(inventoryRecord); + // 移除任务表 + appInventoryService.removeById(inventoryConfirmRequest.getInventoryId()); + // 根据盘点确认信息更新库存 + StockConfirmEntity stockConfirm = new StockConfirmEntity(); + stockConfirm.setVehicleId(targetInventory.getVehicleId()); + stockConfirm.setGoodsId(targetInventory.getGoodsId()); + stockConfirm.setRealRemainQty(inventoryConfirmRequest.getConfirmNum()); + // 更新库存信息 + stockDataService.updateStockInfo(stockConfirm, inventoryConfirmRequest.getStandId(), inventoryConfirmRequest.getUserName(), "盘点确认", targetInventory.getInventoryId()); + } else { + return BaseWmsApiResponse.error("请求的盘点任务号未查到对应的盘点任务。"); + } + } + // 查询库存获得当前载具中存储的库存列表 + LambdaQueryWrapper stockQueryWrapper = new LambdaQueryWrapper() + .eq(TAppStock::getVehicleId, thisPickTask.getVehicleId()); + List stockList = appStockService.list(stockQueryWrapper); + // 界面直接点击确认/放行 + if (!stockList.isEmpty()) { + // 判断是否还有其他盘点任务 + List otherInventoryList = appInventoryService.list(new LambdaQueryWrapper() + .eq(TAppInventory::getVehicleId, thisPickTask.getVehicleId()) + .ne(TAppInventory::getInventoryId, inventoryConfirmRequest.getInventoryId())); + if (otherInventoryList != null && !otherInventoryList.isEmpty()) { + return BaseWmsApiResponse.error("当前载具还有其他的盘点任务,请继续盘点。"); + } + // 判断还有没有当前站台的其他拣选任务 + TaskConfirmVo taskConfirmVo = conveyTaskService.getCurrentStandTask(thisPickTask); + if (taskConfirmVo != null) { + return BaseWmsApiResponse.warn("当前载具还有紧急出库任务,请切换到出库界面信息进行拣配。"); + } + WorkConfirmVo resultVo = conveyTaskService.getCurrentStandWork(thisPickTask); + if (resultVo != null) { + return BaseWmsApiResponse.warn("当前载具还有工作,请切换到拣配界面进行拣配。"); + } + } else { + // 取消后续拣选任务 + conveyTaskService.cancelOtherStandPickTasks(thisPickTask.getVehicleId(), thisPickTask.getPickStand()); + } + // 放行 + if (conveyTaskService.releaseStandVehicle(thisPickTask)) { + return BaseWmsApiResponse.success("确认成功。"); + } else { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + return BaseWmsApiResponse.error("释放箱子失败。"); + } + } + + /** + * 获取对应工单对应物料的缺料数量---实现 + * @param goodsId 料号 + * @param workOrder 工单号 + * @return 缺料数量 + */ + @Override + public int getLackQty(String goodsId, String workOrder) { + // 判断是否缺少料号和工单 + if (StringUtils.isEmpty(goodsId) || StringUtils.isEmpty(workOrder)) { + return 0; + } + // 查询这个工单里面关于这个工单的缺料 + List lackWorks = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getWorkOrder, workOrder) + .eq(TAppWork::getGoodsId, goodsId) + .eq(TAppWork::getLackStatus, 1) + .eq(TAppWork::getWorkStatus, 2)); + if (lackWorks == null || lackWorks.isEmpty()) { + return 0; + } + // 计算数量的总数 + int sumLack = lackWorks.stream().mapToInt(work -> { + if (work.getFinishNum() < work.getNeedNum()) { + // 只有确实缺少数量时,才可以计算缺料数量 + return work.getNeedNum() - work.getFinishNum(); + } + return 0; + }).sum(); + // 查询这个物料的库存 + List thisGoodsStocks = appStockService.list(new LambdaQueryWrapper() + .eq(TAppStock::getGoodsId, goodsId)); + if (thisGoodsStocks != null && !thisGoodsStocks.isEmpty()) { + // 如果库存存在,则取库存数量与需求数量的最小值 + int goodsStockNum = thisGoodsStocks.stream().mapToInt(TAppStock::getRemainNum).sum(); + return Math.min(goodsStockNum, sumLack); + } + // 没有库存的情况下,直接返回需求数量 + return sumLack; + } + + + /** + * 更新出库单信息 + * + * @param confirmTaskRequest 确认信息 + */ + private String updateTaskInfo(ConfirmTaskRequest confirmTaskRequest) { + if (confirmTaskRequest == null) { + return "请求参数为空"; + } + TaskConfirmEntity taskConfirm = confirmTaskRequest.getTaskConfirm(); + if (taskConfirm == null || StringUtils.isEmpty(taskConfirm.getTaskId())) { + return "请求参数不全"; + } + // 查询对应的任务 + TAppOuts outs = appOutsService.getOne(new LambdaQueryWrapper() + .eq(TAppOuts::getTaskId, taskConfirm.getTaskId())); + if (outs == null || taskConfirm.getRealPickQty() == null) { + return "未查到对应的任务或者实际拣选数量未填写"; + } + outs.setPickNum(outs.getPickNum() + taskConfirm.getRealPickQty()); + outs.setUserName(confirmTaskRequest.getUserName()); + if (outs.getPickNum() >= outs.getNeedNum()) { + // 生成记录 + TAppOutsRecord record = new TAppOutsRecord( + outs.getTaskId(), + outs.getGoodsId(), + outs.getVehicleId(), + outs.getNeedNum(), + outs.getDistributeNum(), + outs.getPickNum(), + outs.getOutType(), + outs.getDestination(), + outs.getUserName(), + outs.getReason(), + outs.getRequestTime(), + outs.getWorkOrder() + ); + // 删除出库单 + appOutsService.removeById(outs.getTaskId()); + // 添加记录 + appOutsRecordService.save(record); + } else { + // 更新出库单 + appOutsService.updateById(outs); + } + // 判断是否是紧急出库且是缺料 +// if (Objects.equals(outs.getOutType(), WmsOutTypeEnums.EMERGE.getCode()) +// && outs.getReason().contains(EmergencyOutReasonEnums.GOODS_LACK.getReason()) && StringUtils.isNotEmpty(outs.getWorkOrder())) { +// // 查询此工单下缺料的工作 +// List lackGoodsWorks = appWorkService.list(new LambdaQueryWrapper() +// .eq(TAppWork::getWorkOrder, outs.getWorkOrder()) +// .eq(TAppWork::getWorkStatus, 2) +// .eq(TAppWork::getLackStatus, 1)); +// int canDistributeNum = taskConfirm.getRealPickQty(); +// List needUpdateWorks = new ArrayList<>(); +// for (TAppWork lackGoodsWork : lackGoodsWorks) { +// if (canDistributeNum == 0) { +// // 本次拣选数量不够分了 +// break; +// } +// if (lackGoodsWork.getFinishNum() >= lackGoodsWork.getNeedNum()) { +// continue; +// } +// int remainNeedNum = lackGoodsWork.getNeedNum() - lackGoodsWork.getFinishNum(); +// // 这里需要重新设置完成数量。 +// if (remainNeedNum >= canDistributeNum) { +// canDistributeNum = 0; +// lackGoodsWork.setFinishNum(lackGoodsWork.getFinishNum() + canDistributeNum); +// } else { +// canDistributeNum -= remainNeedNum; +// lackGoodsWork.setFinishNum(lackGoodsWork.getNeedNum()); +// lackGoodsWork.setLackStatus(0); +// } +// needUpdateWorks.add(lackGoodsWork); +// } +// appWorkService.updateBatchById(needUpdateWorks); +// } + // 清除拣选计划 + LambdaQueryWrapper pickPlanQueryWrapper = new LambdaQueryWrapper() + .eq(TAppPickPlan::getWorkIndex, confirmTaskRequest.getTaskConfirm().getTaskId()); + if (confirmTaskRequest.getStockConfirm() != null && StringUtils.isNotEmpty(confirmTaskRequest.getStockConfirm().getVehicleId())) { + // 箱号 + pickPlanQueryWrapper.eq(TAppPickPlan::getVehicleId, confirmTaskRequest.getStockConfirm().getVehicleId()); + } + appPickPlanService.remove(pickPlanQueryWrapper); + return ""; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskOperationControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskOperationControllerServiceImpl.java new file mode 100644 index 0000000..c0fa82c --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskOperationControllerServiceImpl.java @@ -0,0 +1,272 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.constant.enums.wcs.WcsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wms.WmsStackerTaskStatusEnums; +import com.wms_main.dao.*; +import com.wms_main.model.dto.request.wms.OutsUpdateRequest; +import com.wms_main.model.dto.request.wms.WmsTaskRequest; +import com.wms_main.model.dto.response.wms.BaseWmsApiResponse; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.ConvertUtils; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.ITaskOperationControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.util.List; +import java.util.Objects; + +/** + * 任务操作控制类 服务实现 + */ +@Service +@RequiredArgsConstructor +public class TaskOperationControllerServiceImpl implements ITaskOperationControllerService { + private final ITAppTaskService appTaskService;// wms任务服务 + private final ITAppTaskBakService appTaskBakService;// wms任务记录服务 + private final ITAppWcsTaskService appWcsTaskService;// wcs任务服务 + private final ITAppWcsTaskBakService appWcsTaskBakService;// wcs任务记录服务 + private final ITAppOutsService appOutsService;// 出库单服务 + private final ITAppOutsRecordService appOutsRecordService;// 出库单记录服务 + private final ITAppPickPlanService appPickPlanService;// 拣选计划服务 + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + + /** + * 删除wms任务 + * + * @param wmsTaskRequest 请求参数 + * @return 删除结果 + */ + @Override + public BaseWmsApiResponse deleteWmsTask(WmsTaskRequest wmsTaskRequest) { + if (wmsTaskRequest == null) { + return BaseWmsApiResponse.error("请求参数不能为NULL"); + } + if (StringUtils.isEmpty(wmsTaskRequest.getTaskId())) { + return BaseWmsApiResponse.error("请求参数不完整,缺少taskId。"); + } + // 查询对应的任务 + List tasks = appTaskService.list(new LambdaQueryWrapper() + .eq(TAppTask::getTaskId, wmsTaskRequest.getTaskId())); + if (tasks == null || tasks.isEmpty()) { + return BaseWmsApiResponse.error("未查询到对应的任务"); + } + TAppTask targetTask = tasks.getFirst(); + return appTaskService.removeById(targetTask.getTaskId()) ? BaseWmsApiResponse.success("删除任务成功。") : BaseWmsApiResponse.error("删除任务失败。"); + } + + /** + * 更新wms任务 + * + * @param wmsTaskRequest 请求参数 + * @return 更新结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse updateWmsTask(WmsTaskRequest wmsTaskRequest) { + if (wmsTaskRequest == null) { + return BaseWmsApiResponse.error("请求参数不能为NULL"); + } + if (StringUtils.isEmpty(wmsTaskRequest.getTaskId())) { + return BaseWmsApiResponse.error("请求参数不完整,缺少taskId。"); + } + // 查询对应的任务 + List tasks = appTaskService.list(new LambdaQueryWrapper() + .eq(TAppTask::getTaskId, wmsTaskRequest.getTaskId())); + if (tasks == null || tasks.isEmpty()) { + return BaseWmsApiResponse.error("未查询到对应的任务"); + } + TAppTask targetTask = tasks.getFirst(); + // 更新除任务状态之外的其他信息 + updateDetailInfoExceptStatus(targetTask, wmsTaskRequest); + // 判断任务状态是否变更 + if (!Objects.equals(targetTask.getTaskStatus(), wmsTaskRequest.getTaskStatus())) { + // 如果是取消任务 + if (Objects.equals(wmsTaskRequest.getTaskStatus(), WmsStackerTaskStatusEnums.CANCEL.getCode())) { + // 判断当前任务状态是已发送、正在执行、已完成状态,那么不允许修改状态 + if (!Objects.equals(targetTask.getTaskStatus(), WmsStackerTaskStatusEnums.TEMP.getCode()) && + !Objects.equals(targetTask.getTaskStatus(), WmsStackerTaskStatusEnums.WAIT.getCode())) { + return BaseWmsApiResponse.error("当前任务已生成wcs任务,如需取消,请先取消对应的wcs任务。"); + } + // 将这个载具的任务删除,并存进备份表 + List thisVehicleTasks = appTaskService.list(new LambdaQueryWrapper() + .eq(TAppTask::getVehicleId, targetTask.getVehicleId()) + .eq(TAppTask::getTaskType, targetTask.getTaskType())); + List thisVehicleTasksBak = thisVehicleTasks.stream() + .map(task -> new TAppTaskBak( + task.getTaskId(), + task.getTaskType(), + WmsStackerTaskStatusEnums.CANCEL.getCode(), + task.getTaskPriority(), + task.getVehicleId(), + task.getOrigin(), + task.getDestination(), + task.getWcsTaskId(), + task.getCreateTime(), + task.getFinishTime(), + task.getGoodsId(), + task.getOpNum(), + task.getStockNum(), + task.getOpUser(), + task.getRemark(), + task.getCallStand(), + task.getGoodsDesc() + )).toList(); + if (appTaskService.removeByIds(thisVehicleTasks.stream().map(TAppTask::getTaskId).toList())) { + return appTaskBakService.saveBatch(thisVehicleTasksBak) ? BaseWmsApiResponse.success("取消任务成功。") : BaseWmsApiResponse.error("取消任务失败,添加任务记录失败。"); + } else { + return BaseWmsApiResponse.error("取消任务失败,删除任务失败。"); + } + } else if (Objects.equals(wmsTaskRequest.getTaskStatus(), WmsStackerTaskStatusEnums.FINISH.getCode())) { + // 将对应的wcs任务完成,并存进备份表 + List wcsTasks = appWcsTaskService.list(new LambdaQueryWrapper() + .eq(TAppWcsTask::getWcsTaskId, targetTask.getWcsTaskId())); + if (wcsTasks != null && !wcsTasks.isEmpty()) { + TAppWcsTask wcsTask = wcsTasks.getFirst(); + // 移除wcs任务,并向wcs备份表添加记录 + TAppWcsTaskBak wcsTaskBak = new TAppWcsTaskBak( + wcsTask.getWcsTaskId(), + WcsStackerTaskStatusEnums.FINISH.getCode(), + wcsTask.getWcsTaskType(), + wcsTask.getTaskPriority(), + wcsTask.getVehicleId(), + wcsTask.getOrigin(), + wcsTask.getDestination(), + wcsTask.getCreateTime(), + wcsTask.getSendTime(), + wcsTask.getFinishTime(), + wmsTaskRequest.getUserName() + "手动完成" + ); + appWcsTaskService.removeById(wcsTask.getWcsTaskId()); + appWcsTaskBakService.save(wcsTaskBak); + } + // 更新这个箱子的任务为完成状态 + appTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.FINISH.getCode()) + .eq(TAppTask::getTaskType, targetTask.getTaskType()) + .eq(TAppTask::getVehicleId, targetTask.getVehicleId()) + ); + return BaseWmsApiResponse.success("完成任务成功。"); + } else { + // 更新任务状态 + targetTask.setTaskStatus(wmsTaskRequest.getTaskStatus()); + // 更新任务信息 + appTaskService.updateById(targetTask); + // 更新这个箱子其他任务的状态 + appTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, wmsTaskRequest.getTaskStatus()) + .eq(TAppTask::getTaskType, targetTask.getTaskType()) + .eq(TAppTask::getVehicleId, targetTask.getVehicleId()) + .ne(TAppTask::getTaskId, targetTask.getTaskId()) + ); + // 转化wcs任务状态 + Integer wcsTaskStatus = ConvertUtils.convertWmsTaskStatusToWcsStackerTaskStatus(wmsTaskRequest.getTaskStatus()); + appWcsTaskService.update(new LambdaUpdateWrapper() + .set(TAppWcsTask::getWcsTaskStatus, wcsTaskStatus) + .eq(TAppWcsTask::getWcsTaskId, targetTask.getWcsTaskId())); + return BaseWmsApiResponse.success("更新任务信息成功。"); + } + } else { + // 只更新数据 + return appTaskService.updateById(targetTask) ? BaseWmsApiResponse.success("更新任务信息成功。") : BaseWmsApiResponse.error("更新任务信息失败。"); + } + } + + /** + * 更新当前的出库单任务---取消或者完成 + * + * @param outsUpdateRequest 请求 + * @return 处理结果 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public BaseWmsApiResponse updateOutsTask(OutsUpdateRequest outsUpdateRequest) { + // 校验参数 + if (outsUpdateRequest == null) { + return BaseWmsApiResponse.error("请求参数不能为NULL。"); + } + if (StringUtils.isEmpty(outsUpdateRequest.getTaskId())) { + return BaseWmsApiResponse.error("请求缺少任务号taskId。"); + } + if (outsUpdateRequest.getUpdateType() == null) { + return BaseWmsApiResponse.error("请求缺少更新类型updateType。"); + } + // 查询对应的出库单 + TAppOuts targetOuts = appOutsService.getById(outsUpdateRequest.getTaskId()); + if (targetOuts == null) { + return BaseWmsApiResponse.error("未查询到对应的出库单。"); + } + // 查询对应的pickPlan + List pickPlansOfThisTask = appPickPlanService.list(new LambdaQueryWrapper() + .eq(TAppPickPlan::getWorkIndex, targetOuts.getTaskId())); + if (pickPlansOfThisTask != null && !pickPlansOfThisTask.isEmpty()) { + // 查询这些plan包含的拣选任务 + List pickTasksOfThisTask = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, targetOuts.getDestination()) + .in(TAppPickTask::getVehicleId, pickPlansOfThisTask.stream().map(TAppPickPlan::getVehicleId).distinct().toList())); + if (pickTasksOfThisTask != null && !pickTasksOfThisTask.isEmpty()) { + // 如果存在pickPlan且存在pickTask,那么不允许后续操作。 + return BaseWmsApiResponse.error("当前任务已经下发且未完成,不可进行后续操作。"); + } + } + // 根据不用的更新类型,进行操作 + if (outsUpdateRequest.getUpdateType() == 1) {// CANCEL + // 移除这个出库单,并删除其对应的pickPlan + appOutsService.removeById(targetOuts.getTaskId()); + appPickPlanService.remove(new LambdaQueryWrapper() + .eq(TAppPickPlan::getWorkIndex, targetOuts.getTaskId())); + } else if (outsUpdateRequest.getUpdateType() == 2) {// FINISH + // 移除这个出库单,生成记录,并删除对应的pickPlan + appOutsService.removeById(targetOuts.getTaskId()); + appOutsRecordService.save(new TAppOutsRecord( + targetOuts.getTaskId(), + targetOuts.getGoodsId(), + targetOuts.getVehicleId(), + targetOuts.getNeedNum(), + targetOuts.getDistributeNum(), + targetOuts.getPickNum(), + targetOuts.getOutType(), + targetOuts.getDestination(), + targetOuts.getUserName(), + targetOuts.getReason(), + targetOuts.getRequestTime(), + targetOuts.getWorkOrder() + )); + appPickPlanService.remove(new LambdaQueryWrapper() + .eq(TAppPickPlan::getWorkIndex, targetOuts.getTaskId())); + } else if (outsUpdateRequest.getUpdateType() == 3) {// REBOOT + // 将已分配数量更改掉,并删除pickPlan + targetOuts.setDistributeNum(targetOuts.getNeedNum() - targetOuts.getPickNum()); + appOutsService.updateById(targetOuts); + appPickPlanService.remove(new LambdaQueryWrapper() + .eq(TAppPickPlan::getWorkIndex, targetOuts.getTaskId())); + } else { + return BaseWmsApiResponse.error("更新类型错误。"); + } + return BaseWmsApiResponse.success("更新信息成功。"); + } + + /** + * 更新详情 + * + * @param targetTask 目标任务 + * @param wmsTaskRequest 请求信息 + */ + private void updateDetailInfoExceptStatus(TAppTask targetTask, WmsTaskRequest wmsTaskRequest) { + targetTask.setTaskPriority(wmsTaskRequest.getTaskPriority()); + targetTask.setOrigin(wmsTaskRequest.getOrigin()); + targetTask.setDestination(wmsTaskRequest.getDestination()); + targetTask.setWcsTaskId(wmsTaskRequest.getWcsTaskId()); + targetTask.setGoodsId(wmsTaskRequest.getGoodsId()); + targetTask.setOpNum(wmsTaskRequest.getOpNum()); + targetTask.setStockNum(wmsTaskRequest.getStockNum()); + targetTask.setOpUser(wmsTaskRequest.getUserName()); + targetTask.setRemark(wmsTaskRequest.getRemark()); + targetTask.setGoodsDesc(wmsTaskRequest.getGoodsDesc()); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskQueryControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskQueryControllerServiceImpl.java new file mode 100644 index 0000000..ff4be36 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TaskQueryControllerServiceImpl.java @@ -0,0 +1,216 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.constant.enums.wms.WmsTaskTypeEnums; +import com.wms_main.dao.*; +import com.wms_main.model.dto.query.InventoryQuery; +import com.wms_main.model.dto.query.OutsQuery; +import com.wms_main.model.dto.query.PickTaskQuery; +import com.wms_main.model.dto.query.WmsTaskQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.*; +import com.wms_main.model.vo.wms.*; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.ITaskQueryControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +/** + * 任务查询控制类 服务实现 + */ +@Service +@RequiredArgsConstructor +public class TaskQueryControllerServiceImpl implements ITaskQueryControllerService { + private final ITAppTaskService appTaskService;// 任务服务 + private final ITAppTaskBakService appTaskBakService;// 任务记录服务 + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + private final ITAppOutsService appOutsService;// 出库单服务 + private final ITAppOutsRecordService appOutsRecordService;// 出库单记录服务 + private final ITAppInventoryService appInventoryService;// 盘点请求服务 + private final ITAppInventoryRecordService appInventoryRecordService;// 盘点记录服务 + + /** + * 查询wms任务监控---分页 + * @param wmsTaskQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryTasksByPage(WmsTaskQuery wmsTaskQuery) { + if (wmsTaskQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = wmsTaskQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(wmsTaskQuery.getTaskId()), TAppTask::getTaskId, wmsTaskQuery.getTaskId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getGoodsId()), TAppTask::getGoodsId, wmsTaskQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getVehicleId()), TAppTask::getVehicleId, wmsTaskQuery.getVehicleId()) + .eq(wmsTaskQuery.getTaskType() != null, TAppTask::getTaskType, wmsTaskQuery.getTaskType()) + .eq(wmsTaskQuery.getTaskStatus() != null, TAppTask::getTaskStatus, wmsTaskQuery.getTaskStatus()); + Page tasksPage = appTaskService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(tasksPage, TaskVo::of); + return WmsApiResponse.success("查询任务成功。", pageVo); + } + + /** + * 查询入库记录(分页)---实现 + * @param wmsTaskQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryInTaskRecordByPage(WmsTaskQuery wmsTaskQuery) { + if (wmsTaskQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + if (wmsTaskQuery.getFromTime() != null && wmsTaskQuery.getToTime() != null) { + if (wmsTaskQuery.getFromTime().isAfter(wmsTaskQuery.getToTime())) { + return WmsApiResponse.error("from时间不能晚于to时间。", null); + } + } + Page page = wmsTaskQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(wmsTaskQuery.getTaskId()), TAppTaskBak::getTaskId, wmsTaskQuery.getTaskId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getGoodsId()), TAppTaskBak::getGoodsId, wmsTaskQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getVehicleId()), TAppTaskBak::getVehicleId, wmsTaskQuery.getVehicleId()) + .eq(TAppTaskBak::getTaskType, WmsTaskTypeEnums.IN.getCode()); + if (wmsTaskQuery.getFromTime() != null) { + lambdaQueryWrapper.ge(TAppTaskBak::getCreateTime, wmsTaskQuery.getFromTime()); + } + if (wmsTaskQuery.getToTime() != null) { + lambdaQueryWrapper.le(TAppTaskBak::getCreateTime, wmsTaskQuery.getToTime()); + } + Page inTaskRecordsPage = appTaskBakService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(inTaskRecordsPage, TaskRecordVo::of); + return WmsApiResponse.success("查询入库记录成功。", pageVo); + } + + /** + * 查询出库记录(分页)---实现 + * @param wmsTaskQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryOutTaskRecordByPage(WmsTaskQuery wmsTaskQuery) { + if (wmsTaskQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + if (wmsTaskQuery.getFromTime() != null && wmsTaskQuery.getToTime() != null) { + if (wmsTaskQuery.getFromTime().isAfter(wmsTaskQuery.getToTime())) { + return WmsApiResponse.error("from时间不能晚于to时间。", null); + } + } + Page page = wmsTaskQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(wmsTaskQuery.getTaskId()), TAppTaskBak::getTaskId, wmsTaskQuery.getTaskId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getGoodsId()), TAppTaskBak::getGoodsId, wmsTaskQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(wmsTaskQuery.getVehicleId()), TAppTaskBak::getVehicleId, wmsTaskQuery.getVehicleId()) + .eq(TAppTaskBak::getTaskType, WmsTaskTypeEnums.OUT.getCode()); + if (wmsTaskQuery.getFromTime() != null) { + lambdaQueryWrapper.ge(TAppTaskBak::getCreateTime, wmsTaskQuery.getFromTime()); + } + if (wmsTaskQuery.getToTime() != null) { + lambdaQueryWrapper.le(TAppTaskBak::getCreateTime, wmsTaskQuery.getToTime()); + } + Page outTaskRecordsPage = appTaskBakService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(outTaskRecordsPage, TaskRecordVo::of); + return WmsApiResponse.success("查询出库记录成功。", pageVo); + } + + /** + * 分页查询拣选任务---实现 + * @param pickTaskQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryPickTasksByPage(PickTaskQuery pickTaskQuery) { + if (pickTaskQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = pickTaskQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(pickTaskQuery.getPickId()), TAppPickTask::getPickId, pickTaskQuery.getPickId()) + .like(StringUtils.isNotEmpty(pickTaskQuery.getPickStand()), TAppPickTask::getPickStand, pickTaskQuery.getPickStand()) + .like(StringUtils.isNotEmpty(pickTaskQuery.getVehicleId()), TAppPickTask::getVehicleId, pickTaskQuery.getVehicleId()) + .eq(pickTaskQuery.getPickStatus() != null, TAppPickTask::getPickStatus, pickTaskQuery.getPickStatus()); + Page tasksPage = appPickTaskService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(tasksPage, PickTaskVo::of); + return WmsApiResponse.success("查询拣选任务成功。", pageVo); + } + + /** + * 分页查询出库单---实现 + * @param outsQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryOutsByPage(OutsQuery outsQuery) { + if (outsQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + if (outsQuery.getQueryType() == 1) { + // 查询未关闭 + Page page = outsQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(outsQuery.getTaskId()), TAppOuts::getTaskId, outsQuery.getTaskId()) + .like(StringUtils.isNotEmpty(outsQuery.getGoodsId()), TAppOuts::getGoodsId, outsQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(outsQuery.getVehicleId()), TAppOuts::getVehicleId, outsQuery.getVehicleId()) + .eq(outsQuery.getOutType() != null, TAppOuts::getOutType, outsQuery.getOutType()); + Page outsPage = appOutsService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(outsPage, OutsVo::of); + return WmsApiResponse.success("查询出库单成功。", pageVo); + } else { + // 查询已关闭的记录 + Page page = outsQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(outsQuery.getTaskId()), TAppOutsRecord::getTaskId, outsQuery.getTaskId()) + .like(StringUtils.isNotEmpty(outsQuery.getGoodsId()), TAppOutsRecord::getGoodsId, outsQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(outsQuery.getVehicleId()), TAppOutsRecord::getVehicleId, outsQuery.getVehicleId()) + .eq(outsQuery.getOutType() != null, TAppOutsRecord::getOutType, outsQuery.getOutType()); + Page outsPage = appOutsRecordService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(outsPage, OutsVo::ofRecord); + return WmsApiResponse.success("查询出库单记录成功。", pageVo); + } + + } + + /** + * 分页查询盘点相关信息---实现 + * @param inventoryQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryInventoryRecordByPage(InventoryQuery inventoryQuery) { + if (inventoryQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + if (inventoryQuery.getQueryType() == 1) { + // 查询盘点请求 + Page page = inventoryQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(inventoryQuery.getInventoryId()), TAppInventory::getInventoryId, inventoryQuery.getInventoryId()) + .like(StringUtils.isNotEmpty(inventoryQuery.getGoodsId()), TAppInventory::getGoodsId, inventoryQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(inventoryQuery.getVehicleId()), TAppInventory::getVehicleId, inventoryQuery.getVehicleId()) + .eq(inventoryQuery.getInvResult() != null, TAppInventory::getInvResult, inventoryQuery.getInvResult()); + Page inventoryPage = appInventoryService.page(page, lambdaQueryWrapper); + PageVo pageVo = PageVo.of(inventoryPage, InventoryRecordVo::ofTaskPo); + return WmsApiResponse.success("查询盘点任务成功。", pageVo); + } else { + // 默认;查询盘点记录 + Page page = inventoryQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(inventoryQuery.getInventoryId()), TAppInventoryRecord::getInventoryId, inventoryQuery.getInventoryId()) + .like(StringUtils.isNotEmpty(inventoryQuery.getGoodsId()), TAppInventoryRecord::getGoodsId, inventoryQuery.getGoodsId()) + .like(StringUtils.isNotEmpty(inventoryQuery.getVehicleId()), TAppInventoryRecord::getVehicleId, inventoryQuery.getVehicleId()) + .eq(inventoryQuery.getInvResult() != null, TAppInventoryRecord::getInvResult, inventoryQuery.getInvResult()); + Page inventoryRecordPage = appInventoryRecordService.page(page, lambdaQueryWrapper); + PageVo pageVo = PageVo.of(inventoryRecordPage, InventoryRecordVo::ofRecordPo); + return WmsApiResponse.success("查询盘点记录成功。", pageVo); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TestControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TestControllerServiceImpl.java new file mode 100644 index 0000000..8102ed7 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/TestControllerServiceImpl.java @@ -0,0 +1,60 @@ +package com.wms_main.service.controller.serviceImpl; + +import cn.hutool.core.bean.BeanUtil; +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.dao.ITAppImageService; +import com.wms_main.dao.ITAppStockService; +import com.wms_main.excel.easypoi.service.IExportExcelEasyPoi; +import com.wms_main.model.dto.query.DbsQuery; +import com.wms_main.model.dto.request.wms.InitKateWorkRequest; +import com.wms_main.model.po.TAppImage; +import com.wms_main.model.vo.wms.ImageVo; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.ITestControllerService; +import jakarta.servlet.http.HttpServletResponse; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Isolation; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.transaction.interceptor.TransactionAspectSupport; + +import java.io.IOException; +import java.util.List; + +/** + * TestController的实现 + */ +@Service +@RequiredArgsConstructor +public class TestControllerServiceImpl implements ITestControllerService { + private final ITAppImageService tAppImageService; + private final IExportExcelEasyPoi exportExcelEasyPoi; + private final ITAppStockService appStockService; + + @Override + @Transactional(isolation = Isolation.REPEATABLE_READ) + public WmsApiResponse> testRequestImage(InitKateWorkRequest request) { + WmsApiResponse> response = new WmsApiResponse<>(); + try { + response.setCode(0); + response.setMessage("success"); + List tAppImageList = tAppImageService.list(new LambdaQueryWrapper() + .eq(StringUtils.isNotEmpty(request.getProductId()), TAppImage::getProductId, request.getProductId()) + .eq(StringUtils.isNotEmpty(request.getBoxNo()), TAppImage::getBoxNo, request.getBoxNo())); + List imageVoList = BeanUtil.copyToList(tAppImageList, ImageVo.class); + response.setData(imageVoList); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + response.setCode(99); + response.setMessage("error"); + } + return response; + } + + @Override + public void testExport(DbsQuery dbsQuery, HttpServletResponse response) throws IOException { + exportExcelEasyPoi.doExportDbs(dbsQuery, response); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/UserControllerServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/UserControllerServiceImpl.java new file mode 100644 index 0000000..bf2597a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/UserControllerServiceImpl.java @@ -0,0 +1,12 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.wms_main.service.controller.IUserControllerService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; + +@Service +@Slf4j +@RequiredArgsConstructor +public class UserControllerServiceImpl implements IUserControllerService { +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/VehicleControllerService.java b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/VehicleControllerService.java new file mode 100644 index 0000000..fa82dab --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/controller/serviceImpl/VehicleControllerService.java @@ -0,0 +1,47 @@ +package com.wms_main.service.controller.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.extension.plugins.pagination.Page; +import com.wms_main.dao.ITAppVehicleService; +import com.wms_main.model.dto.query.VehicleQuery; +import com.wms_main.model.dto.response.wms.WmsApiResponse; +import com.wms_main.model.po.TAppVehicle; +import com.wms_main.model.vo.wms.PageVo; +import com.wms_main.model.vo.wms.VehicleVo; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.controller.IVehicleControllerService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +/** + * 载具服务控制类实现 + */ +@Service +@RequiredArgsConstructor +public class VehicleControllerService implements IVehicleControllerService { + private final ITAppVehicleService appVehicleService;// 载具服务 + + + /** + * 查询载具信息(分页)实现 + * @param vehicleQuery 查询参数 + * @return 查询结果 + */ + @Override + public WmsApiResponse> queryVehicleInfoByPage(VehicleQuery vehicleQuery) { + if (vehicleQuery == null) { + return WmsApiResponse.error("查询参数不能为NULL", null); + } + Page page = vehicleQuery.toMpPage(); + LambdaQueryWrapper lambdaQueryWrapper = new LambdaQueryWrapper() + .like(StringUtils.isNotEmpty(vehicleQuery.getVehicleId()), TAppVehicle::getVehicleId, vehicleQuery.getVehicleId()) + .like(StringUtils.isNotEmpty(vehicleQuery.getLocationId()), TAppVehicle::getLocationId, vehicleQuery.getLocationId()) + .eq(vehicleQuery.getVehicleStatus() != null, TAppVehicle::getVehicleStatus, vehicleQuery.getVehicleStatus()) + .eq(vehicleQuery.getIsLock() != null, TAppVehicle::getIsLock, vehicleQuery.getIsLock()) + .eq(vehicleQuery.getIsEmpty() != null, TAppVehicle::getIsEmpty, vehicleQuery.getIsEmpty()); + Page poPage = appVehicleService.page(page, lambdaQueryWrapper); + + PageVo pageVo = PageVo.of(poPage, VehicleVo::of); + return WmsApiResponse.success("查询料箱成功", pageVo); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IDataSolverService.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IDataSolverService.java new file mode 100644 index 0000000..d1c1cd2 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IDataSolverService.java @@ -0,0 +1,21 @@ +package com.wms_main.service.quartz_job; + +/** + * 数据处理类 服务接口 + */ +public interface IDataSolverService { + /** + * 清理日志数据 + */ + void clearLogData(); + + /** + * 清理普通记录 + */ + void clearNormalRecord(); + + /** + * 清理重要记录 + */ + void clearImportantRecord(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IJobService.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IJobService.java new file mode 100644 index 0000000..ca1dbc0 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IJobService.java @@ -0,0 +1,44 @@ +package com.wms_main.service.quartz_job; + +import com.wms_main.quartz.config.JobBean; + +/** + * 定时任务服务 + */ +public interface IJobService { + /** + * 创建任务 + * @param jobBean 任务信息 + */ + void createJob(JobBean jobBean); + /** + * 删除定时任务 + * @param jobName 任务名 + */ + void deleteJob(String jobName); + /** + * 修改定时任务 + * @param jobBean 任务信息 + */ + void modifyJob(JobBean jobBean); + /** + * 暂停定时任务 + * @param jobName 任务名 + */ + void pauseJob(String jobName); + /** + * 恢复定时任务 + * @param jobName 任务名 + */ + void resumeJob(String jobName); + /** + * 立即执行一次任务 + * @param jobName 任务名 + */ + void runJobOnce(String jobName); + /** + * 初始化所有的定时任务 + * 只创建启用的 + */ + void initAllJobs(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IOutsExecutorService.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IOutsExecutorService.java new file mode 100644 index 0000000..0a6c2c9 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/IOutsExecutorService.java @@ -0,0 +1,33 @@ +package com.wms_main.service.quartz_job; + +public interface IOutsExecutorService { + /** + * 解析出库单 + */ + void executeOuts(); + + /** + * 解析订单并生成wms任务、拣选任务 + */ + void executeKateWorks(); + + /** + * 修复工作状态 + */ + void repairKateWorks(); + + /** + * 修复站台工作 + */ + void repairStandWorks(); + + /** + * 修复出库单 + */ + void repairOuts(); + + /** + * 执行盘点 + */ + void executeInventory(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/DataSolver.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/DataSolver.java new file mode 100644 index 0000000..1cb2e26 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/DataSolver.java @@ -0,0 +1,42 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.quartz_job.IDataSolverService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.*; + +/** + * 数据处理定时器 + */ +@Slf4j +@PersistJobDataAfterExecution +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class DataSolver implements Job { + private final IDataSolverService dataSolverService;// 数据处理服务 + + /** + * 运行定时任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + try { + dataSolverService.clearLogData(); + } catch (Exception e) { + log.error("清除日志数据失败{}", StringUtils.objectToString(e)); + } + try { + dataSolverService.clearNormalRecord(); + } catch (Exception e) { + log.error("清除普通记录失败{}", StringUtils.objectToString(e)); + } + try { + dataSolverService.clearImportantRecord(); + } catch (Exception e) { + log.error("清除重要记录失败{}", StringUtils.objectToString(e)); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/JobTest.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/JobTest.java new file mode 100644 index 0000000..557c245 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/JobTest.java @@ -0,0 +1,30 @@ +package com.wms_main.service.quartz_job.job_executor; + +import lombok.RequiredArgsConstructor; +import org.quartz.*; + +/** + * 定时任务定义类 + */ +@PersistJobDataAfterExecution +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class JobTest implements Job { + /** + * 运行定时任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + * @throws JobExecutionException 异常 + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) throws JobExecutionException { + // TODO 需要增加定时器的全局异常捕获 + // 测试定时任务 + System.out.println("本次Test执行时间:" + jobExecutionContext.getFireTime()); + try { + Thread.sleep(3000); + } catch (InterruptedException e) { + throw new RuntimeException(e); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/OutsExecutor.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/OutsExecutor.java new file mode 100644 index 0000000..6e87e7b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/OutsExecutor.java @@ -0,0 +1,49 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.quartz_job.IOutsExecutorService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.DisallowConcurrentExecution; +import org.quartz.Job; +import org.quartz.JobExecutionContext; +import org.quartz.PersistJobDataAfterExecution; + +/** + * 定时任务定义类---出库单解析类 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class OutsExecutor implements Job { + private final IOutsExecutorService outsExecutorService;// 出库单解析服务 + + /** + * 运行定时任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 解析工作(配料) +// try { +// outsExecutorService.executeKateWorks(); +// } catch (Exception e) { +// log.error("解析工作(配料)失败{}", StringUtils.objectToString(e)); +// } + // 处理出库单 + try { + outsExecutorService.executeOuts(); + } catch (Exception e) { + log.error("处理出库单失败{}", StringUtils.objectToString(e)); + } + // 处理盘点单 + try { + outsExecutorService.executeInventory(); + } catch (Exception e) { + log.error("处理盘点单失败{}", StringUtils.objectToString(e)); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/OutsRepair.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/OutsRepair.java new file mode 100644 index 0000000..bd3e77a --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/OutsRepair.java @@ -0,0 +1,50 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.quartz_job.IOutsExecutorService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.DisallowConcurrentExecution; +import org.quartz.Job; +import org.quartz.JobExecutionContext; +import org.quartz.PersistJobDataAfterExecution; + +/** + * 定时任务定义类---出库单修复类 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class +OutsRepair implements Job { + private final IOutsExecutorService outsExecutorService;// 出库单解析服务 + + /** + * 运行定时任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 修复出库单 + try { + outsExecutorService.repairOuts(); + } catch (Exception e) { + log.error("修复出库单失败{}", StringUtils.objectToString(e)); + } + // 修复站台工作StandWork + try { + outsExecutorService.repairStandWorks(); + } catch (Exception e) { + log.error("修复站台工作StandWork失败{}", StringUtils.objectToString(e)); + } + // 自修复(配料) + try { + outsExecutorService.repairKateWorks(); + } catch (Exception e) { + log.error("自修复(配料)失败{}", StringUtils.objectToString(e)); + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WcsPickTaskSender.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WcsPickTaskSender.java new file mode 100644 index 0000000..e0d0451 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WcsPickTaskSender.java @@ -0,0 +1,90 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.constant.enums.wcs.WcsApiResponseCodeEnums; +import com.wms_main.constant.enums.wcs.WcsConveyTaskTypeEnums; +import com.wms_main.constant.enums.wms.WmsPickTaskStatusEnum; +import com.wms_main.dao.ITAppPickTaskService; +import com.wms_main.model.bo.wcs.WcsPickTask; +import com.wms_main.model.dto.request.wcs.WcsPickTaskRequest; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.po.TAppPickTask; +import com.wms_main.service.api.IWcsApiService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.*; + +import java.time.LocalDateTime; +import java.util.List; + +/** + * 定时任务定义类---发送拣选任务 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class WcsPickTaskSender implements Job { + /** + * 拣选任务服务 + */ + private final ITAppPickTaskService appPickTaskService; + /** + * Wcs接口服务 + */ + private final IWcsApiService wcsApiService; + + /** + * 运行定时任务 + * 向Wcs发送拣选任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 获取到所有待下发的拣选任务 + List waitSendPickTaskList = appPickTaskService.list( + new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.WAIT.getCode()) + ); + // 轮询发送任务 + for (TAppPickTask pickTask : waitSendPickTaskList) { + // 获取该载具号是否已有下发的任务 + List sendingPickTaskList = appPickTaskService.list( + new LambdaQueryWrapper() + .eq(TAppPickTask::getVehicleId, pickTask.getVehicleId()) + .gt(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.WAIT.getCode()) + ); + if (sendingPickTaskList != null && !sendingPickTaskList.isEmpty()){ + continue; + } + // 生成请求 + WcsPickTaskRequest request = new WcsPickTaskRequest( + pickTask.getPickId(), + pickTask.getVehicleId(), + WcsConveyTaskTypeEnums.CONVEY_TASK_TYPE_PICK.getCode(), + pickTask.getPickStand(), + "" + ); + try { + WcsApiResponse wcsResponse = wcsApiService.sendPickTask(request); + if (wcsResponse != null && (WcsApiResponseCodeEnums.SUCCESS.getCode() == wcsResponse.getCode() || WcsApiResponseCodeEnums.EXIST.getCode() == wcsResponse.getCode())) { + // 更新这个载具这个站台的拣选任务的状态 + appPickTaskService.update( + new LambdaUpdateWrapper() + .set(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.SEND.getCode()) + .set(TAppPickTask::getSendTime, LocalDateTime.now()) + .eq(TAppPickTask::getVehicleId, pickTask.getVehicleId()) + .eq(TAppPickTask::getPickStand, pickTask.getPickStand()) + ); + } + } catch (Exception e) { + log.error("拣选任务发送失败,任务号:{},载具号:{},拣选站台:{}。", request.getTaskId(), request.getVehicleNo(), request.getLocation()); + } + } + } + + +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WcsStackerTaskSender.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WcsStackerTaskSender.java new file mode 100644 index 0000000..8e6b6ec --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WcsStackerTaskSender.java @@ -0,0 +1,107 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.constant.enums.wcs.WcsApiResponseCodeEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wms.WmsStackerTaskStatusEnums; +import com.wms_main.dao.ITAppTaskService; +import com.wms_main.dao.ITAppWcsTaskService; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.dto.request.wcs.WcsStackerTaskRequest; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.po.TAppTask; +import com.wms_main.model.po.TAppWcsTask; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.api.IWcsApiService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.*; + +import java.time.LocalDateTime; +import java.util.List; + +/** + * 定时任务定义类---发送堆垛机任务 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class WcsStackerTaskSender implements Job { + /** + * Wcs任务服务 + */ + private final ITAppWcsTaskService appWcsTaskService; + /** + * Wms任务服务 + */ + private final ITAppTaskService appTaskService; + /** + * Wcs接口服务 + */ + private final IWcsApiService wcsApiService; + + /** + * 运行定时任务 + * 向Wcs发送堆垛机任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 查询到所有的待下发的wcsTask + List waitSendWcsTaskList = appWcsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppWcsTask::getWcsTaskStatus, WcsStackerTaskStatusEnums.INIT.getCode()) + ); + // 发送任务 + for (TAppWcsTask wcsTask : waitSendWcsTaskList) { + // 生成请求 + WcsStackerTaskRequest request = new WcsStackerTaskRequest( + wcsTask.getWcsTaskId(), + wcsTask.getWcsTaskType(), + wcsTask.getTaskPriority(), + wcsTask.getOrigin(), + wcsTask.getDestination(), + wcsTask.getVehicleId() + ); + try { + WcsApiResponse wcsResponse = wcsApiService.sendWcsStackerTask(request); + if (wcsResponse != null && WcsApiResponseCodeEnums.SUCCESS.getCode() == wcsResponse.getCode()) { + // 更新当前的wcs任务状态为已发送 + appWcsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppWcsTask::getWcsTaskStatus, WcsStackerTaskStatusEnums.WAIT.getCode()) + .set(TAppWcsTask::getSendTime, LocalDateTime.now()) + .eq(TAppWcsTask::getWcsTaskId, wcsTask.getWcsTaskId()) + ); + // 更新当前wcs任务对应的wms任务为已发送 + appTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.SEND.getCode()) + .eq(TAppTask::getWcsTaskId, wcsTask.getWcsTaskId()) + ); + } else { + log.error("堆垛机任务发送失败,请求{},响应信息{}。", StringUtils.objectToString(request), StringUtils.objectToString(wcsResponse)); + // 更新当前的wcs任务状态为异常 + appWcsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppWcsTask::getWcsTaskStatus, WcsStackerTaskStatusEnums.EXCEPTION.getCode()) + .set(TAppWcsTask::getSendTime, LocalDateTime.now()) + .eq(TAppWcsTask::getWcsTaskId, wcsTask.getWcsTaskId()) + ); + // 更新当前wcs任务对应的wms任务为异常 + appTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.EXCEPTION.getCode()) + .eq(TAppTask::getWcsTaskId, wcsTask.getWcsTaskId()) + ); + } + } catch (Exception e) { + log.error("堆垛机任务发送失败,任务号:{},载具号:{},起点:{},终点:{}。", request.getTaskId(), request.getVehicleNo(), request.getOrigin(), request.getDestination()); + } + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsBackTaskAnalysis.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsBackTaskAnalysis.java new file mode 100644 index 0000000..0c21322 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsBackTaskAnalysis.java @@ -0,0 +1,178 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.constant.enums.wcs.WcsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskTypeEnums; +import com.wms_main.constant.enums.wms.WmsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wms.WmsStockStatusEnums; +import com.wms_main.constant.enums.wms.WmsTaskTypeEnums; +import com.wms_main.constant.enums.wms.WmsVehicleStatusEnums; +import com.wms_main.dao.ITAppLocationService; +import com.wms_main.dao.ITAppTaskService; +import com.wms_main.dao.ITAppWcsTaskService; +import com.wms_main.model.bo.wcs.WcsStackerTask; +import com.wms_main.model.dto.response.wcs.WcsApiResponse; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.business.IStackerTaskService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.DisallowConcurrentExecution; +import org.quartz.Job; +import org.quartz.JobExecutionContext; +import org.quartz.PersistJobDataAfterExecution; +import org.springframework.transaction.interceptor.TransactionAspectSupport; + +import java.time.LocalDateTime; +import java.util.ArrayList; +import java.util.List; +import java.util.Objects; + + +/** + * 定时任务定义类 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class WmsBackTaskAnalysis implements Job { + private final IStackerTaskService stackerTaskService;// 堆垛机任务服务 + private final ITAppTaskService appWmsTaskService;// wms任务服务 + private final ITAppLocationService appLocationService;// 库位服务 + + /** + * Wcs任务服务 + */ + private final ITAppWcsTaskService appWcsTaskService; + + /** + * 运行定时任务 + * 将WMS中TEMP的任务进行解析 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 查询所有状态为TEMP的wms任务 + List wmsTasks = appWmsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.IN.getCode()) + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.JOB.getCode()) + ); + if(!wmsTasks.isEmpty()){ + executeStackerInTask(wmsTasks);// 解析入库任务 + } + } + + public void executeStackerInTask(List wmsTasks) { + for (TAppTask task : wmsTasks) { + // 查询是否已经有对应wcs任务 + List wcsTasks = appWcsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppWcsTask::getVehicleId, task.getVehicleId()) + .eq(TAppWcsTask::getWcsTaskType, WcsStackerTaskTypeEnums.IN.getCode()) + .ne(TAppWcsTask::getWcsTaskStatus, WcsStackerTaskStatusEnums.FINISH.getCode())); + + if (wcsTasks != null && !wcsTasks.isEmpty()) { + WcsStackerTask wcsStackerTask = new WcsStackerTask( + wcsTasks.getFirst().getWcsTaskId(), + wcsTasks.getFirst().getWcsTaskType(), + wcsTasks.getFirst().getVehicleId(), + wcsTasks.getFirst().getOrigin(), + wcsTasks.getFirst().getDestination(), + "WMS" + ); + log.info("载具请求入库成功。{}", wcsStackerTask); + continue; + } + // 判断是否已经分配库位 + String locationId = ""; + + if (StringUtils.isNotEmpty(task.getDestination())) { + locationId = task.getDestination(); + } + String stackerNumber = ""; + if (StringUtils.isEmpty(locationId)) { + // 需要申请库位 + TAppLocation targetLocation = stackerTaskService.requestOneLocation(null, task.getVehicleId()); + locationId = targetLocation.getLocationId(); + stackerNumber = String.valueOf(targetLocation.getEquipmentId()); + }else{ + if (locationId.startsWith("A") && locationId.contains("-")) { + try { + // 提取排号(紧跟在A后面的数字) + String rowNumberStr = locationId.substring(1, locationId.indexOf('-')); + int rowNumber = Integer.parseInt(rowNumberStr); + // 计算堆垛机编号: 1,2→1; 3,4→2; 5,6→3... + stackerNumber = String.valueOf((rowNumber + 1) / 2); + } catch (Exception e) { + log.warn("解析库位编码失败: {}", locationId); + } + } + + } + // 起点规则:SC+堆垛机编号+库前/库后 + String callStand = task.getOrigin(); + String locationByUse = ""; + if (callStand != null && callStand.length() >= 3) { + String location = callStand.substring(1, 2); // 提取中间一位库前/库后编号 + // 如果location是1则改为2,如果是2则改为1 + if ("1".equals(location)) { + location = "2"; + } else if ("2".equals(location)) { + location = "1"; + } + //wcsOutTask.setDestination("SC" + stackerNumber + location); + locationByUse = "SC" + stackerNumber + location; + } + // 解析wms任务以获得wcs任务 + TAppWcsTask wcsInTask = new TAppWcsTask(); + wcsInTask.setWcsTaskId(UUIDUtils.getNewUUID()); + wcsInTask.setWcsTaskType(WcsStackerTaskTypeEnums.IN.getCode()); + wcsInTask.setWcsTaskStatus(WcsStackerTaskStatusEnums.INIT.getCode()); + wcsInTask.setTaskPriority(task.getTaskPriority()); + wcsInTask.setOrigin(locationByUse); + wcsInTask.setDestination(locationId); + wcsInTask.setVehicleId(task.getVehicleId()); + wcsInTask.setCreateTime(LocalDateTime.now()); + wcsInTask.setSendTime(LocalDateTime.now()); + // 实时返回的任务 + WcsStackerTask wcsStackerTask = new WcsStackerTask( + wcsInTask.getWcsTaskId(), + wcsInTask.getWcsTaskType(), + wcsInTask.getVehicleId(), + wcsInTask.getOrigin(), + wcsInTask.getDestination(), + "WMS" + ); + try { + // 更新wmsTask + appWmsTaskService.update( + new LambdaUpdateWrapper() + .set(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.SEND.getCode()) + .set(TAppTask::getWcsTaskId, wcsInTask.getWcsTaskId()) + .set(TAppTask::getDestination, locationId) + .eq(TAppTask::getVehicleId, task.getVehicleId()) + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.IN.getCode()) + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.JOB.getCode()) + ); + // 存储wcsTask + appWcsTaskService.save(wcsInTask); + log.info("载具请求入库成功。{}", wcsStackerTask); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + // 恢复库位空闲 + appLocationService.update(new LambdaUpdateWrapper() + .set(TAppLocation::getIsOccupy, 0) + .set(TAppLocation::getVehicleId, "") + .eq(TAppLocation::getLocationId, locationId)); + log.error("载具请求入库发生异常。{}", wcsStackerTask); + } + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsTaskExecutor.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsTaskExecutor.java new file mode 100644 index 0000000..b81e62f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsTaskExecutor.java @@ -0,0 +1,207 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.constant.enums.wcs.WcsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wcs.WcsStackerTaskTypeEnums; +import com.wms_main.constant.enums.wms.WmsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wms.WmsTaskTypeEnums; +import com.wms_main.dao.ITAppTaskService; +import com.wms_main.dao.ITAppWcsTaskService; +import com.wms_main.model.po.TAppLocation; +import com.wms_main.model.po.TAppTask; +import com.wms_main.model.po.TAppWcsTask; +import com.wms_main.repository.utils.ConvertUtils; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.business.IStackerTaskService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.*; + +import java.time.LocalDateTime; +import java.util.*; +import java.util.stream.Collectors; + +/** + * 定时任务定义类---堆垛机任务解析类 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class WmsTaskExecutor implements Job { + /** + * Wms任务服务 + */ + private final ITAppTaskService appTaskService; + /** + * Wcs任务服务 + */ + private final ITAppWcsTaskService appWcsTaskService; + /** + * 堆垛机任务服务 + */ + private final IStackerTaskService stackerTaskService; + /** + * 运行定时任务 + * 向Wcs发送堆垛机任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 获取到所有待下发的任务 + List waitSendWmsTaskList = appTaskService.list( + new LambdaQueryWrapper() + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.WAIT.getCode()) + ); + // 筛选入库任务 + List stackerInTasks = waitSendWmsTaskList.stream() + .filter(task -> Objects.equals(WmsTaskTypeEnums.IN.getCode(), task.getTaskType())) + .toList(); + if (!stackerInTasks.isEmpty()) { + executeStackerInTask(stackerInTasks);// 解析入库任务 + } + // 筛选出库任务 + List stackerOutTasks = waitSendWmsTaskList.stream() + .filter(task -> Objects.equals(WmsTaskTypeEnums.OUT.getCode(), task.getTaskType())) + .toList(); + if (!stackerOutTasks.isEmpty()) { + executeStackerOutTask(stackerOutTasks);// 解析出库任务 + } + } + + /** + * 解析入库任务 实现 + * @param stackerInTasks 入库任务 + */ + public void executeStackerInTask(List stackerInTasks) { + // 查找到wcsTask表中所有的入库任务 + List wcsInTaskList = appWcsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppWcsTask::getWcsTaskType, WcsStackerTaskTypeEnums.IN.getCode()) + ); + // 将上述入库任务列表转成map,键为载具号,值为请求 + Map wcsInTaskMap = wcsInTaskList.stream().collect(Collectors.toMap(TAppWcsTask::getVehicleId, appWcsTask -> appWcsTask)); + Map wcsInTaskMapThisTime = new HashMap<>(); + // 之前解析过的任务 + List executedBeforeTaskList = new ArrayList<>(); + for (TAppTask wmsTask : stackerInTasks) { + // 判断当前箱子是否已经解析成WCS任务并且已经存表 + if (wcsInTaskMap.containsKey(wmsTask.getVehicleId())) { + // 设置状态与wcsTaskId + wmsTask.setWcsTaskId(wcsInTaskMap.get(wmsTask.getVehicleId()).getWcsTaskId()); + wmsTask.setTaskStatus(ConvertUtils.convertWcsStackerTaskStatusToWmsTaskStatus(wcsInTaskMap.get(wmsTask.getVehicleId()).getWcsTaskStatus())); + executedBeforeTaskList.add(wmsTask); + continue; + } + // 判断当前箱子是不是已经在本次解析中已经解析完 + if (wcsInTaskMapThisTime.containsKey(wmsTask.getVehicleId())) { + continue; + } + if (StringUtils.isEmpty(wmsTask.getDestination())) { + continue; + } + // 生成新的wcs任务 + TAppWcsTask wcsInTask = new TAppWcsTask(); + wcsInTask.setWcsTaskId(UUIDUtils.getNewUUID()); + wcsInTask.setWcsTaskType(WcsStackerTaskTypeEnums.IN.getCode()); + wcsInTask.setWcsTaskStatus(WcsStackerTaskStatusEnums.INIT.getCode()); + wcsInTask.setTaskPriority(wmsTask.getTaskPriority()); + wcsInTask.setOrigin(wmsTask.getOrigin() != null ? wmsTask.getOrigin() : ""); + wcsInTask.setDestination(wmsTask.getDestination()); + wcsInTask.setVehicleId(wmsTask.getVehicleId()); + wcsInTask.setCreateTime(LocalDateTime.now()); + wcsInTaskMapThisTime.put(wmsTask.getVehicleId(), wcsInTask); + } + try { + // 更新已解析的入库任务列表 + appTaskService.updateBatchById(executedBeforeTaskList); + } catch (Exception e) { + log.error("更新已解析入库任务状态失败,任务列表:{}", executedBeforeTaskList.stream().map(TAppTask::getTaskId).toList()); + } + if (!wcsInTaskMapThisTime.isEmpty()) { + for (TAppWcsTask wcsInTask : wcsInTaskMapThisTime.values()) { + stackerTaskService.saveWcsTaskAndUpdateWmsTask(wcsInTask); + } + } + } + + /** + * 解析出库任务 实现 + * @param stackerOutTasks 出库任务 + */ + public void executeStackerOutTask(List stackerOutTasks) { + // 查找到wcsTask表中所有的入库任务 + List wcsOutTaskList = appWcsTaskService.list( + new LambdaQueryWrapper() + .eq(TAppWcsTask::getWcsTaskType, WcsStackerTaskTypeEnums.OUT.getCode()) + ); + // 将上述入库任务列表转成map,键为载具号,值为请求 + Map wcsOutTaskMap = wcsOutTaskList.stream().collect(Collectors.toMap(TAppWcsTask::getVehicleId, appWcsTask -> appWcsTask)); + Map wcsOutTaskMapThisTime = new HashMap<>(); + // 之前解析过的任务 + List executedBeforeTaskList = new ArrayList<>(); + for (TAppTask wmsTask : stackerOutTasks) { + // 判断当前箱子是否已经解析成WCS任务并且已经存表 + if (wcsOutTaskMap.containsKey(wmsTask.getVehicleId())) { + // 设置状态与wcsTaskId + wmsTask.setWcsTaskId(wcsOutTaskMap.get(wmsTask.getVehicleId()).getWcsTaskId()); + wmsTask.setTaskStatus(ConvertUtils.convertWcsStackerTaskStatusToWmsTaskStatus(wcsOutTaskMap.get(wmsTask.getVehicleId()).getWcsTaskStatus())); + executedBeforeTaskList.add(wmsTask); + continue; + } + // 判断当前箱子是不是已经在本次解析中已经解析完 + if (wcsOutTaskMapThisTime.containsKey(wmsTask.getVehicleId())) { + continue; + } + if (StringUtils.isEmpty(wmsTask.getOrigin())) { + continue; + } + // 生成新的wcs任务 + TAppWcsTask wcsOutTask = new TAppWcsTask(); + wcsOutTask.setWcsTaskId(UUIDUtils.getNewUUID()); + wcsOutTask.setWcsTaskType(WcsStackerTaskTypeEnums.OUT.getCode()); + wcsOutTask.setWcsTaskStatus(WcsStackerTaskStatusEnums.INIT.getCode()); + wcsOutTask.setTaskPriority(wmsTask.getTaskPriority()); + wcsOutTask.setOrigin(wmsTask.getOrigin()); + //终点规则:SC+堆垛机编号+库前/库后 +// wcsOutTask.setDestination(wmsTask.getDestination() != null ? wmsTask.getDestination() : ""); + // 终点规则:SC+堆垛机编号+库前/库后 + String origin = wmsTask.getOrigin(); + String callStand = wmsTask.getCallStand(); + if (origin != null && callStand != null && origin.length() >= 2 && callStand.length() >= 3) { + String stackerNumber = origin.substring(1, origin.indexOf('-', 1)); // 提取A后面的堆垛机编号 + int locationNum = Integer.parseInt(stackerNumber); + int result = (locationNum + 1) / 2; // 使用数学计算得出对应的结果 + //wcsOutTask.setDestination("SC" + stackerNumber + result); + + String location = callStand.substring(1, 2); // 提取中间一位库前/库后编号 + // 如果location是1则改为2,如果是2则改为1 + if ("1".equals(location)) { + location = "2"; + } else if ("2".equals(location)) { + location = "1"; + } + wcsOutTask.setDestination("SC" + result + location); + } else { + wcsOutTask.setDestination(""); + } + wcsOutTask.setVehicleId(wmsTask.getVehicleId()); + wcsOutTask.setCreateTime(LocalDateTime.now()); + wcsOutTaskMapThisTime.put(wmsTask.getVehicleId(), wcsOutTask); + } + try { + // 更新已解析的入库任务列表 + appTaskService.updateBatchById(executedBeforeTaskList); + } catch (Exception e) { + log.error("更新已解析出库任务状态失败,任务列表:{}", executedBeforeTaskList.stream().map(TAppTask::getTaskId).toList()); + } + if (!wcsOutTaskMapThisTime.isEmpty()) { + for (TAppWcsTask wcsOutTask : wcsOutTaskMapThisTime.values()) { + stackerTaskService.saveWcsTaskAndUpdateWmsTask(wcsOutTask); + } + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsTaskFinisher.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsTaskFinisher.java new file mode 100644 index 0000000..156f45b --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/job_executor/WmsTaskFinisher.java @@ -0,0 +1,70 @@ +package com.wms_main.service.quartz_job.job_executor; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.constant.enums.wms.WmsStackerTaskStatusEnums; +import com.wms_main.constant.enums.wms.WmsTaskTypeEnums; +import com.wms_main.dao.ITAppTaskService; +import com.wms_main.model.po.TAppTask; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.service.business.IStackerTaskService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.*; + +import java.util.*; + +/** + * 定时任务定义类---堆垛机任务完成类 + */ +@Slf4j +@PersistJobDataAfterExecution +// 以下注解用于实现fixed_delay +@DisallowConcurrentExecution +@RequiredArgsConstructor +public class WmsTaskFinisher implements Job { + /**ˉ + * Wms任务服务 + */ + private final ITAppTaskService appTaskService; + /** + * 堆垛机任务业务服务 + */ + private final IStackerTaskService stackerTaskService; + + /** + * 运行定时任务 + * 完成堆垛机任务 + * + * @param jobExecutionContext 定时任务执行的环境(上下文) + */ + @Override + public void execute(JobExecutionContext jobExecutionContext) { + // 获取到所有已完成的任务 + List waitFinishWmsTaskList = appTaskService.list( + new LambdaQueryWrapper() + .eq(TAppTask::getTaskStatus, WmsStackerTaskStatusEnums.FINISH.getCode()) + ); + // 筛选入库任务 + List stackerInTasks = waitFinishWmsTaskList.stream() + .filter(task -> Objects.equals(WmsTaskTypeEnums.IN.getCode(), task.getTaskType())) + .toList(); + if (!stackerInTasks.isEmpty()) { + try { + stackerTaskService.finishStackerInTasks(stackerInTasks);// 完成入库任务 + } catch (Exception e) { + log.error("堆垛机任务完成类-入库执行异常:{}", StringUtils.objectToString(e)); + } + } + // 筛选出库任务 + List stackerOutTasks = waitFinishWmsTaskList.stream() + .filter(task -> Objects.equals(WmsTaskTypeEnums.OUT.getCode(), task.getTaskType())) + .toList(); + if (!stackerOutTasks.isEmpty()) { + try { + stackerTaskService.finishStackerOutTasks(stackerOutTasks);// 完成出库任务 + } catch (Exception e) { + log.error("堆垛机任务完成类-出库执行异常:{}", StringUtils.objectToString(e)); + } + } + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/DataSolverServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/DataSolverServiceImpl.java new file mode 100644 index 0000000..8314dcd --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/DataSolverServiceImpl.java @@ -0,0 +1,197 @@ +package com.wms_main.service.quartz_job.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.enums.others.DbsStatusEnums; +import com.wms_main.constant.enums.wms.AppConfigKeyEnums; +import com.wms_main.dao.*; +import com.wms_main.excel.easypoi.service.ISaveExcelEasyPoi; +import com.wms_main.model.po.*; +import com.wms_main.service.quartz_job.IDataSolverService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; + +import java.time.LocalDateTime; +import java.time.format.DateTimeFormatter; +import java.util.List; + +/** + * 数据处理类 服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class DataSolverServiceImpl implements IDataSolverService { + private final AppCommon appCommon;// 应用共同数据 + private final ITSysApiService sysApiService;// 接口发送日志服务 + private final ITSysLogService sysLogService;// 接口接收日志服务 + private final ITAppTaskBakService appTaskBakService;// Wms任务记录服务 + private final ITAppWcsTaskBakService appWcsTaskBakService;// Wcs任务记录服务 + private final ITAppPickTaskBakService appPickTaskBakService;// 拣选任务记录服务 + private final ISaveExcelEasyPoi saveExcelEasyPoi;// 记录保存excel服务 + private final ITAppStockUpdateService appStockUpdateService;// 库存流水服务 + private final ITAppInventoryRecordService appInventoryRecordService;// 盘点记录服务 + private final ITAppOutsRecordService appOutsRecordService;// 出库单记录服务 + private final ITAppWorkRecordService appWorkRecordService;// 工作记录服务 + private final ITAppDbsService appDbsService;// Dbs服务 + + /** + * 清理日志文件 实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void clearLogData() { + // 日志清理间隔,默认7天 + int logClearInterval = 7; + // 获取日志清理间隔 + String logClearIntervalStr = appCommon.getConfigByKey(AppConfigKeyEnums.LOG_CLEAR_INTERVAL.getKey()); + try { + logClearInterval = Integer.parseInt(logClearIntervalStr); + } catch (Exception e) { + log.warn("获取日志清理间隔失败,使用默认值7天。"); + } + // 获取删除时间 + LocalDateTime deleteTime = LocalDateTime.now().minusDays(logClearInterval); + + // 获取过期接口接收日志 + List logList = sysLogService.list(new LambdaQueryWrapper().lt(TSysLog::getLogTime, deleteTime)); + if (logList != null && !logList.isEmpty()) { + // 缓存接收记录 + saveExcelEasyPoi.saveApiReceiveLogs(getSuffixFromDate(deleteTime, logClearInterval), logList); + // 删除接收记录 + sysLogService.removeBatchByIds(logList); + log.info("清理日志文件成功,清理了{}条接口接收日志。", logList.size()); + } + + // 获取过期接口发送日志 + List apiList = sysApiService.list(new LambdaQueryWrapper().lt(TSysApi::getLogTime, deleteTime)); + if (apiList != null && !apiList.isEmpty()) { + // 缓存发送记录 + saveExcelEasyPoi.saveApiSendLogs(getSuffixFromDate(deleteTime, logClearInterval), apiList); + // 删除发送记录 + sysApiService.removeBatchByIds(apiList); + log.info("清理日志文件成功,清理了{}条接口发送日志。", apiList.size()); + } + } + + /** + * 清理普通记录文件 实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void clearNormalRecord() { + // 普通记录清理间隔,默认180天 + int normalRecordClearInterval = 180; + // 获取普通记录清理间隔 + String normalRecordClearIntervalStr = appCommon.getConfigByKey(AppConfigKeyEnums.NORMAL_DATA_CLEAR_INTERVAL.getKey()); + try { + normalRecordClearInterval = Integer.parseInt(normalRecordClearIntervalStr); + } catch (Exception e) { + log.warn("获取普通记录清理间隔失败,使用默认值180天。"); + } + // 获取删除时间 + LocalDateTime deleteTime = LocalDateTime.now().minusDays(normalRecordClearInterval); + + // 查询Wms任务记录 + List wmsTaskBakList = appTaskBakService.list(new LambdaQueryWrapper().lt(TAppTaskBak::getCreateTime, deleteTime)); + if (wmsTaskBakList != null && !wmsTaskBakList.isEmpty()) { + // 备份数据 + saveExcelEasyPoi.saveWmsTaskBak(getSuffixFromDate(deleteTime, normalRecordClearInterval), wmsTaskBakList); + // 删除记录 + appTaskBakService.removeBatchByIds(wmsTaskBakList); + log.info("清理普通记录文件成功,清理了{}条Wms任务记录。", wmsTaskBakList.size()); + } + // 查询Wcs任务记录 + List wcsTaskBakList = appWcsTaskBakService.list(new LambdaQueryWrapper().lt(TAppWcsTaskBak::getCreateTime, deleteTime)); + if (wcsTaskBakList != null && !wcsTaskBakList.isEmpty()) { + // 备份数据 + saveExcelEasyPoi.saveWcsTaskBak(getSuffixFromDate(deleteTime, normalRecordClearInterval), wcsTaskBakList); + // 删除记录 + appWcsTaskBakService.removeBatchByIds(wcsTaskBakList); + log.info("清理普通记录文件成功,清理了{}条Wcs任务记录。", wcsTaskBakList.size()); + } + // 查询拣选任务记录 + List pickTaskBakList = appPickTaskBakService.list(new LambdaQueryWrapper().lt(TAppPickTaskBak::getCreateTime, deleteTime)); + if (pickTaskBakList != null && !pickTaskBakList.isEmpty()) { + // 备份数据 + saveExcelEasyPoi.savePickTaskBak(getSuffixFromDate(deleteTime, normalRecordClearInterval), pickTaskBakList); + // 删除记录 + appPickTaskBakService.removeBatchByIds(pickTaskBakList); + log.info("清理普通记录文件成功,清理了{}条拣选任务记录。", pickTaskBakList.size()); + } + } + + /** + * 清理重要记录文件 实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void clearImportantRecord() { + // 重要记录清理间隔,默认365天 + int importantRecordClearInterval = 365; + // 获取重要记录清理间隔 + String importantRecordClearIntervalStr = appCommon.getConfigByKey(AppConfigKeyEnums.IMPORTANT_DATA_CLEAR_INTERVAL.getKey()); + try { + importantRecordClearInterval = Integer.parseInt(importantRecordClearIntervalStr); + } catch (Exception e) { + log.warn("获取重要记录清理间隔失败,使用默认值365天。"); + } + // 获取删除时间 + LocalDateTime deleteTime = LocalDateTime.now().minusDays(importantRecordClearInterval); + + // 查询过期库存流水记录 + List stockUpdateList = appStockUpdateService.list(new LambdaQueryWrapper().lt(TAppStockUpdate::getUpdateTime, deleteTime)); + if (stockUpdateList != null && !stockUpdateList.isEmpty()) { + // 备份过期数据 + saveExcelEasyPoi.saveStockUpdateRecord(getSuffixFromDate(deleteTime, importantRecordClearInterval), stockUpdateList); + // 清理过期数据 + appStockUpdateService.removeBatchByIds(stockUpdateList); + } + // 查询过期盘点记录 + List inventoryRecordList = appInventoryRecordService.list(new LambdaQueryWrapper().lt(TAppInventoryRecord::getInvConfirmTime, deleteTime)); + if (inventoryRecordList != null && !inventoryRecordList.isEmpty()) { + // 缓存过期数据 + saveExcelEasyPoi.saveInventoryRecord(getSuffixFromDate(deleteTime, importantRecordClearInterval), inventoryRecordList); + // 删除过期数据 + appInventoryRecordService.removeBatchByIds(inventoryRecordList); + } + // 查询过期出库单请求记录 + List outsRecordList = appOutsRecordService.list(new LambdaQueryWrapper().lt(TAppOutsRecord::getRequestTime, deleteTime)); + if (outsRecordList != null && !outsRecordList.isEmpty()) { + // 缓存过期数据 + saveExcelEasyPoi.saveOutsRecord(getSuffixFromDate(deleteTime, importantRecordClearInterval), outsRecordList); + // 删除过期数据 + appOutsRecordService.removeBatchByIds(outsRecordList); + } + // 查询过期工作记录 + List workRecordList = appWorkRecordService.list(new LambdaQueryWrapper().lt(TAppWorkRecord::getFinishTime, deleteTime)); + if (workRecordList != null && !workRecordList.isEmpty()) { + // 缓存过期数据 + saveExcelEasyPoi.saveWorkRecord(getSuffixFromDate(deleteTime, importantRecordClearInterval), workRecordList); + // 删除过期数据 + appWorkRecordService.removeBatchByIds(workRecordList); + } + // 查询过期dbs数据 + List dbsRecordList = appDbsService.list(new LambdaQueryWrapper().lt(TAppDbs::getFinishTime, deleteTime).eq(TAppDbs::getDbsStatus, DbsStatusEnums.FINISH.getValue())); + if (dbsRecordList != null && !dbsRecordList.isEmpty()) { + // 缓存过期数据 + saveExcelEasyPoi.saveDbsRecord(getSuffixFromDate(deleteTime, importantRecordClearInterval), dbsRecordList); + // 删除过期数据 + appDbsService.removeBatchByIds(dbsRecordList); + } + } + + /** + * 获取到文件的时间后缀 + * @param deleteTime 删除临界时间 + * @return 后缀字符串 + */ + private String getSuffixFromDate(LocalDateTime deleteTime, int clearInterval) { + DateTimeFormatter dateFormat = DateTimeFormatter.ofPattern("yyyyMMdd"); + String fromDateStr = dateFormat.format(deleteTime.minusDays(clearInterval)); + String toDateStr = dateFormat.format(deleteTime); + return fromDateStr + "~" + toDateStr; + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/JobServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/JobServiceImpl.java new file mode 100644 index 0000000..f5193bb --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/JobServiceImpl.java @@ -0,0 +1,99 @@ +package com.wms_main.service.quartz_job.serviceImpl; + +import com.wms_main.constant.enums.jobs.JobStatusEnums; +import com.wms_main.dao.ITAppJobsService; +import com.wms_main.model.po.TAppJobs; +import com.wms_main.quartz.JobUtils; +import com.wms_main.quartz.config.JobBean; +import com.wms_main.service.quartz_job.IJobService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.quartz.Scheduler; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * 定时任务服务实现 + */ +@Service +@RequiredArgsConstructor +@Slf4j +public class JobServiceImpl implements IJobService { + private final Scheduler scheduler;// 调度器 + private final ITAppJobsService tAppJobsService;// Job服务 + + /** + * 创建任务 + * @param jobBean 任务信息 + */ + @Override + public void createJob(JobBean jobBean) { + log.info("创建定时任务:{}。", jobBean.getJobName()); + JobUtils.createJob(scheduler, jobBean); + } + + /** + * 删除定时任务 + * @param jobName 任务名 + */ + @Override + public void deleteJob(String jobName) { + log.info("删除定时任务:{}。", jobName); + JobUtils.deleteJob(scheduler, jobName); + } + + /** + * 修改定时任务 + * @param jobBean 任务信息 + */ + @Override + public void modifyJob(JobBean jobBean) { + log.info("修改定时任务:{}。", jobBean.getJobName()); + JobUtils.modifyJob(scheduler, jobBean); + } + + /** + * 暂停定时任务 + * @param jobName 任务名 + */ + @Override + public void pauseJob(String jobName) { + log.info("暂停定时任务:{}。", jobName); + JobUtils.pauseJob(scheduler, jobName); + } + + /** + * 恢复定时任务 + * @param jobName 任务名 + */ + @Override + public void resumeJob(String jobName) { + log.info("恢复定时任务:{}。", jobName); + JobUtils.resumeJob(scheduler, jobName); + } + + /** + * 立即执行一次任务 + * @param jobName 任务名 + */ + @Override + public void runJobOnce(String jobName) { + log.info("立即执行一次任务:{}。", jobName); + JobUtils.runJobOnce(scheduler, jobName); + } + + /** + * 初始化所有的定时任务 + * 只创建启用的 + */ + @Override + public void initAllJobs() { + log.info("开始初始化定时任务。"); + List jobBeans = tAppJobsService.getJobs(new TAppJobs(null, null, null, null, null, JobStatusEnums.RUN.getStatus())); + for (JobBean jobBean : jobBeans) { + createJob(jobBean); + } + log.info("初始化定时任务结束,已启动{}个任务。", jobBeans.size()); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/OutsExecutorServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/OutsExecutorServiceImpl.java new file mode 100644 index 0000000..2c090ac --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/quartz_job/serviceImpl/OutsExecutorServiceImpl.java @@ -0,0 +1,1511 @@ +package com.wms_main.service.quartz_job.serviceImpl; + +import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; +import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper; +import com.wms_main.app.AppCommon; +import com.wms_main.constant.AppConstant; +import com.wms_main.constant.enums.wms.*; +import com.wms_main.dao.*; +import com.wms_main.model.po.*; +import com.wms_main.repository.utils.StringUtils; +import com.wms_main.repository.utils.UUIDUtils; +import com.wms_main.service.business.IStockDataService; +import com.wms_main.service.quartz_job.IOutsExecutorService; +import lombok.RequiredArgsConstructor; +import lombok.extern.slf4j.Slf4j; +import org.springframework.stereotype.Service; +import org.springframework.transaction.annotation.Transactional; +import org.springframework.transaction.interceptor.TransactionAspectSupport; + +import java.time.LocalDate; +import java.time.LocalDateTime; +import java.util.*; +import java.util.stream.Collectors; + +@Service +@RequiredArgsConstructor +@Slf4j +public class OutsExecutorServiceImpl implements IOutsExecutorService { + private final ITAppOutsService appOutsService;// 出库单服务 + private final ITAppStockService appStockService;// 库存服务 + private final ITAppPickTaskService appPickTaskService;// 拣选任务服务 + private final ITAppTaskService appTaskService;// 任务服务 + private final ITAppVehicleService appVehicleService;// 载具服务 + private final ITAppWorkService appWorkService;// 工作服务 + private final ITAppWorkRecordService appWorkRecordService;// 工作记录服务 + private final ITAppStandService appStandService;// 站台服务 + private final ITAppDbsService appDbsService;// dbs服务 + private final ITAppEquipmentService appEquipmentService;// 设备服务 + private final ITAppStandWorkService appStandWorkService;// 站台工作服务 + private final ITAppPickPlanService appPickPlanService;// 拣选计划服务 + private final IStockDataService stockDataService;// 库存数据服务 + private final ITAppOutsRecordService appOutsRecordService;// 出库单记录服务 + private final ITAppInventoryService appInventoryService;// 盘点任务服务 + private final AppCommon appCommon;// 应用共通数据 + + /** + * 解析出库单 实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void executeOuts() { + try { + // 查询到对应的出库单 + List appOutsList = appOutsService.list( + new LambdaQueryWrapper().orderByDesc(TAppOuts::getOutType) + ); + if (appOutsList == null || appOutsList.isEmpty()) { + return; + } + // 需要保存的信息 + List newOutWmsTasks = new ArrayList<>();// 新的出库任务 + List newPickTasks = new ArrayList<>();// 新的拣选任务 + List thisTimeOutVehicleIds = new ArrayList<>();// 本次出库载具 + List newPickPlans = new ArrayList<>();// 拣选计划 + // 拣选任务 + List pickTasks = appPickTaskService.list(); + // 查询库存,条件:剩余数量>0,回库中、锁定以外的库存状态。 + List allStocks = appStockService.list(new LambdaQueryWrapper() + .le(TAppStock::getStockStatus, WmsStockStatusEnums.OUTED.getCode()) + .gt(TAppStock::getRemainNum, 0) + .orderByAsc(TAppStock::getFirstInTime)); + List emptyVehicles = appVehicleService.list(new LambdaQueryWrapper() + .eq(TAppVehicle::getIsEmpty, 1) + .eq(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.ON.getCode()) + .orderByAsc(TAppVehicle::getLastInTime));// 先进先出 + // 获取可用堆垛机 + List usableStackers = appEquipmentService.list(new LambdaQueryWrapper() + .eq(TAppEquipment::getEquipmentType, 1) + .eq(TAppEquipment::getEquipmentStatus, WmsUsableStatusEnums.USABLE.getCode())); + Map equipVehicleMap = new HashMap<>(); + getVehicleEquipMap("", true, equipVehicleMap, usableStackers); + for (TAppOuts appOuts : appOutsList) { + if (appOuts.getDistributeNum() >= appOuts.getNeedNum()) { + continue; + } + // 判断目前是否是空箱任务 + if (Objects.equals(appOuts.getOutType(), WmsOutTypeEnums.EMPTY.getCode())) { + solveEmpty(appOuts, emptyVehicles, equipVehicleMap, newOutWmsTasks, thisTimeOutVehicleIds); + } else if (Objects.equals(appOuts.getOutType(), WmsOutTypeEnums.FOR_IN.getCode())) { + solveOutForIn(equipVehicleMap, appOuts, allStocks, pickTasks, newOutWmsTasks, newPickTasks, thisTimeOutVehicleIds); + } else if (Objects.equals(appOuts.getOutType(), WmsOutTypeEnums.EMERGE.getCode())) { + // 紧急出库 + solveEmerge(equipVehicleMap, appOuts, allStocks, pickTasks, newOutWmsTasks, newPickTasks, thisTimeOutVehicleIds, newPickPlans); + } + } + // 保存出库单---只更新分配数量 + List onlyDistributeNumOuts = appOutsList.stream().map(outs -> { + TAppOuts outCopy = new TAppOuts(); + outCopy.setTaskId(outs.getTaskId()); + outCopy.setDistributeNum(outs.getDistributeNum()); + return outCopy; + }).toList(); + appOutsService.updateBatchById(onlyDistributeNumOuts); + // 保存出库任务 + if (!newOutWmsTasks.isEmpty()) { + appTaskService.saveBatch(newOutWmsTasks); + } + // 保存拣选任务 + if (!newPickTasks.isEmpty()) { + appPickTaskService.saveBatch(newPickTasks); + } + // 合并拣选计划---箱号+料号+站台+类型+index进行数量叠加 + if (!newPickPlans.isEmpty()) { + appPickPlanService.saveOrUpdateBatch(mergedPickPlan(newPickPlans)); + } + // 创建一个只复制剩余数量的库存列表 + List onlyRemainNumStocks = allStocks.stream().map(stock -> { + TAppStock stockCopy = new TAppStock(); + stockCopy.setStockId(stock.getStockId()); + stockCopy.setRemainNum(stock.getRemainNum()); + if (!thisTimeOutVehicleIds.isEmpty() && thisTimeOutVehicleIds.contains(stock.getVehicleId())) { + stockCopy.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + return stockCopy; + }).toList(); + // 更新库存信息 + appStockService.updateBatchById(onlyRemainNumStocks); + // 更新载具信息 + if (!thisTimeOutVehicleIds.isEmpty()) { + appVehicleService.update(new LambdaUpdateWrapper() + .set(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.OUT.getCode()) + .in(TAppVehicle::getVehicleId, thisTimeOutVehicleIds)); + } + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + log.error("解析出库单发生异常。{}", StringUtils.objectToString(e)); + } + } + + /** + * 处理空载具出库请求 + * + * @param appOuts 出库请求 + * @param emptyVehicles 所有的空载具 + * @param equipVehicleMap 载具与载具编号的映射 + * @param newOutWmsTasks 新的出库任务 + * @param thisTimeOutVehicleIds 本次出库的载具列表 + */ + private void solveEmpty(TAppOuts appOuts, List emptyVehicles, Map equipVehicleMap, List newOutWmsTasks, List thisTimeOutVehicleIds) { + int needNum = appOuts.getNeedNum() - appOuts.getDistributeNum(); + if (needNum <= 0) { + return; + } + // 生成空箱出库任务 + for (TAppVehicle emptyVehicle : emptyVehicles) { + if (needNum <= 0) { + break; + } + if (Objects.equals(emptyVehicle.getIsLock(), 1) || !Objects.equals(emptyVehicle.getVehicleStatus(), WmsVehicleStatusEnums.ON.getCode())) { + continue; + } + // 当前库位无法生成空载具出库 + if (ifThisLocationCantOut(emptyVehicle.getLocationId(), equipVehicleMap)) { + continue; + } + // 如果指定了载具号 + if (StringUtils.isNotEmpty(appOuts.getVehicleId()) && !Objects.equals(emptyVehicle.getVehicleId(), appOuts.getVehicleId())) { + continue; + } + // 生成出库任务 + newOutWmsTasks.add(new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.OUT.getCode(), + 0, + 1, + emptyVehicle.getVehicleId(), + emptyVehicle.getLocationId(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + appOuts.getUserName(), + "", + appOuts.getDestination(), + "" + )); + emptyVehicle.setVehicleStatus(WmsVehicleStatusEnums.OUT.getCode()); + thisTimeOutVehicleIds.add(emptyVehicle.getVehicleId()); + updateVehicleEquipMapByLocation(equipVehicleMap, emptyVehicle.getVehicleId(), emptyVehicle.getLocationId()); + needNum--; + } + appOuts.setDistributeNum(appOuts.getNeedNum() - needNum); + } + + /** + * 处理出库(入库用)请求 + * + * @param equipVehicleMap 载具与载具编号的映射 + * @param appOuts 出库单 + * @param allStocks 所有库存 + * @param pickTasks 拣选任务 + * @param newOutWmsTasks 新的出库任务 + * @param newPickTasks 新的拣选任务 + * @param thisTimeOutVehicleIds 本次出库的载具列表 + */ + private void solveOutForIn(Map equipVehicleMap, TAppOuts appOuts, List allStocks, List pickTasks, List newOutWmsTasks, List newPickTasks, List thisTimeOutVehicleIds) { + int needNum = appOuts.getNeedNum() - appOuts.getDistributeNum(); + if (needNum <= 0) { + return; + } + // 根据箱号+料号 map一下数量 + Map goodsNumMap = new HashMap<>(); + for (TAppStock stock : allStocks) { + String key = stock.getVehicleId() + "_" + stock.getGoodsId(); + if (goodsNumMap.containsKey(key)) { + goodsNumMap.replace(key, goodsNumMap.get(key) + stock.getRemainNum()); + } else { + goodsNumMap.put(key, stock.getRemainNum()); + } + } + // 是否已经出库了 + boolean alreadyOut = false; + for (TAppStock stock : allStocks) { + if (thisTimeOutVehicleIds.contains(stock.getVehicleId())) { + // 设置这个箱子的库存都为出库中 + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + if (alreadyOut) { + // 已经有了,不需要再生成了 + continue; + } + if (!Objects.equals(appOuts.getGoodsId(), stock.getGoodsId())) { + // 不是这个料 + continue; + } + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode()) && ifThisLocationCantOut(stock.getLocationId(), equipVehicleMap)) { + // 当前堆垛机已经无法生成新的出库任务了 + continue; + } + // 判断这个库存还能不能往里面放料 + TAppGoods appGoods = appCommon.getInstantGoodsByGoodsId(stock.getGoodsId()); + if (appGoods == null) { + continue; + } + String key = stock.getVehicleId() + "_" + stock.getGoodsId(); + int stockNum = goodsNumMap.getOrDefault(key, appGoods.getBoxQty() * appGoods.getMaxBoxNum()); + // 判断是否还能够入库用 + if (stockNum <= (appGoods.getMaxBoxNum() - 1) * appGoods.getBoxQty()) { + // 已有的拣选任务 + List oldPickTasks = new ArrayList<>(); + if (pickTasks != null) { + oldPickTasks = pickTasks.stream().filter(pickTask -> + Objects.equals(pickTask.getPickStand(), appOuts.getDestination()) + && pickTask.getVehicleId().equals(stock.getVehicleId()) + && Objects.equals(pickTask.getPickStatus(), WmsPickTaskStatusEnum.FOR_IN.getCode())).toList(); + } + // 新生成的拣选任务 + List newOldPickTasks = newPickTasks.stream().filter(pickTask -> pickTask.getVehicleId().equals(stock.getVehicleId()) + && Objects.equals(pickTask.getPickStand(), appOuts.getDestination()) + && Objects.equals(pickTask.getPickStatus(), WmsPickTaskStatusEnum.FOR_IN.getCode())).toList(); + // 生成拣选任务 + if (oldPickTasks.isEmpty() && newOldPickTasks.isEmpty()) { + newPickTasks.add(new TAppPickTask( + UUIDUtils.getNewUUID(), + appOuts.getDestination(), + stock.getVehicleId(), + WmsPickTaskStatusEnum.FOR_IN.getCode(), + LocalDateTime.now(), + null, null, null,0 + )); + } + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode())) { + // 需要生成出库任务 + newOutWmsTasks.add(new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.OUT.getCode(), + 0, + 1, + stock.getVehicleId(), + stock.getLocationId(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + appOuts.getUserName(), + "", + appOuts.getDestination(), + "" + )); + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + thisTimeOutVehicleIds.add(stock.getVehicleId()); + updateVehicleEquipMapByLocation(equipVehicleMap, stock.getVehicleId(), stock.getLocationId()); + } + // 这个料已经生成了一个出库的。 + alreadyOut = true; + appOuts.setDistributeNum(1); + } + } + } + + /** + * 比较两个字符串是否相等,将null和空字符串视为相等 + * @param str1 字符串1 + * @param str2 字符串2 + * @return 是否相等 + */ + private boolean isStringEqual(String str1, String str2) { + // 如果两个都是null,返回相等 + if (str1 == null && str2 == null) { + return true; + } + // 如果其中一个为null,另一个为空字符串,返回相等 + if ((str1 == null && str2.isEmpty()) || (str2 == null && str1.isEmpty())) { + return true; + } + // 其他情况使用标准equals比较 + return Objects.equals(str1, str2); + } + + + /** + * 处理紧急出库任务 + * + * @param equipVehicleMap 堆垛机与载具的映射 + * @param appOuts 出库单 + * @param allStocks 所有库存 + * @param pickTasks 所有拣选任务 + * @param newOutWmsTasks 新的出库任务 + * @param newPickTasks 新的拣选任务 + * @param thisTimeOutVehicleIds 本次出库载具 + * @param newPickPlans 新的拣选计划 + */ + private void solveEmerge(Map equipVehicleMap, TAppOuts appOuts, List allStocks, List pickTasks, List newOutWmsTasks, List newPickTasks, List thisTimeOutVehicleIds, List newPickPlans) { + // 获取最优目标站台(如果是主站台,则选择任务最少的子站台) + String optimalDestination = getOptimalSubStand(appOuts.getDestination()); + // 查找 + for (TAppStock stock : allStocks) { + if (thisTimeOutVehicleIds.contains(stock.getVehicleId())) { + // 设置这个箱子的库存都为出库中 + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + if (!Objects.equals(appOuts.getGoodsId(), stock.getGoodsId())) { + // 不是这个料 + continue; + } + // 判断是否需要精确匹配特殊属性 + boolean needExactMatch = StringUtils.isNotEmpty(appOuts.getSpecialStock()) || + StringUtils.isNotEmpty(appOuts.getSpecialStockNo()) || + StringUtils.isNotEmpty(appOuts.getSpecialStockItemNo()) || + StringUtils.isNotEmpty(appOuts.getBatchNo()); + + if(needExactMatch){ + // 出库单指定了特殊属性,只匹配完全相同的库存 + if (!isStringEqual(stock.getSpecialStock(), appOuts.getSpecialStock()) || + !isStringEqual(stock.getSpecialStockNo(), appOuts.getSpecialStockNo()) || + !isStringEqual(stock.getSpecialStockItemNo(), appOuts.getSpecialStockItemNo()) || + !isStringEqual(stock.getBatchNo(), appOuts.getBatchNo())) { + continue; + } + }else { + // 出库单未指定特殊属性,优先使用无属性库存 + boolean stockHasAttributes = StringUtils.isNotEmpty(stock.getSpecialStock()) || + StringUtils.isNotEmpty(stock.getSpecialStockNo()) || + StringUtils.isNotEmpty(stock.getSpecialStockItemNo()) || + StringUtils.isNotEmpty(stock.getBatchNo()); + + // 检查是否还有无属性库存可用 + boolean hasNoAttributeStock = allStocks.stream() + .anyMatch(s -> Objects.equals(s.getGoodsId(), appOuts.getGoodsId()) && + !StringUtils.isNotEmpty(s.getSpecialStock()) && + !StringUtils.isNotEmpty(s.getSpecialStockNo()) && + !StringUtils.isNotEmpty(s.getSpecialStockItemNo()) && + !StringUtils.isNotEmpty(s.getBatchNo()) && + s.getRemainNum() > 0 && + s.getStockStatus() <= WmsStockStatusEnums.OUTED.getCode()); + + // 如果还有无属性库存,但当前库存是有属性的,则跳过 + if (hasNoAttributeStock && stockHasAttributes) { + continue; + } + } + + String stockId = stockDataService.getFirstInStock(stock.getGoodsId(), allStocks,appOuts); + if (StringUtils.isNotEmpty(stockId) && !Objects.equals(stockId, stock.getStockId())) { + // 不是当前物料最先进的库存 + continue; + } + if (stock.getRemainNum() <= 0) { + // 数量不够 + continue; + } + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode()) && ifThisLocationCantOut(stock.getLocationId(), equipVehicleMap)) { + // 当前堆垛机已经无法生成新的出库任务了 + continue; + } + // 判断当前的这条库存,当前站台是否需要 + int originNum = stock.getRemainNum(); + int remainNum = stock.getRemainNum(); + int needNum = appOuts.getNeedNum() - appOuts.getDistributeNum(); + if (needNum < remainNum) { + appOuts.setDistributeNum(appOuts.getNeedNum()); + remainNum = remainNum - needNum; + } else { + appOuts.setDistributeNum(appOuts.getDistributeNum() + remainNum); + remainNum = 0; + } + if (remainNum == originNum) { + // 没用到这条库存 + continue; + } + // 生成拣选计划 + TAppPickPlan pickPlan = new TAppPickPlan( + UUIDUtils.getNewUUID(), + stock.getVehicleId(), + stock.getGoodsId(), + originNum - remainNum, + 2, + appOuts.getTaskId(), + optimalDestination + ); + newPickPlans.add(pickPlan); + // 库存变动了,需要更新库存信息 + stock.setRemainNum(remainNum); + // 拣选任务状态 + int pickTaskStatus = WmsPickTaskStatusEnum.TEMP.getCode(); + // 库存正常 + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode())) { + // 需要生成出库任务 + newOutWmsTasks.add(new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.OUT.getCode(), + 0, + 9, + stock.getVehicleId(), + stock.getLocationId(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + appOuts.getUserName(), + "", + optimalDestination, + "" + )); + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + thisTimeOutVehicleIds.add(stock.getVehicleId()); + updateVehicleEquipMapByLocation(equipVehicleMap, stock.getVehicleId(), stock.getLocationId()); + } + // 如果是已经出库的库存 + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OUTED.getCode())) { + pickTaskStatus = WmsPickTaskStatusEnum.WAIT.getCode(); + } + // 已有的拣选任务 + List oldPickTasks = new ArrayList<>(); + if (pickTasks != null) { + oldPickTasks = pickTasks.stream().filter(pickTask -> + Objects.equals(pickTask.getPickStand(), optimalDestination) + && pickTask.getVehicleId().equals(stock.getVehicleId()) + && !Objects.equals(pickTask.getPickStatus(), WmsPickTaskStatusEnum.FOR_IN.getCode())).toList(); + } + // 新生成的拣选任务 + List newOldPickTasks = newPickTasks.stream().filter(pickTask -> pickTask.getVehicleId().equals(stock.getVehicleId()) + && Objects.equals(pickTask.getPickStand(), optimalDestination) + && !Objects.equals(pickTask.getPickStatus(), WmsPickTaskStatusEnum.FOR_IN.getCode())).toList(); + // 生成拣选任务 + if (oldPickTasks.isEmpty() && newOldPickTasks.isEmpty()) { + newPickTasks.add(new TAppPickTask( + UUIDUtils.getNewUUID(), + optimalDestination, + stock.getVehicleId(), + pickTaskStatus, + LocalDateTime.now(), + null, null, null,1 + )); + } + } + } + + + /** + * 根据主站台获取任务最少的子站台 + * + * @param mainStand 主站台编号 + * @return 任务最少的子站台编号 + */ + private String getOptimalSubStand(String mainStand) { + // 定义主站台与子站台的映射关系 + Map> standMapping = new HashMap<>(); + standMapping.put("P1", Arrays.asList("P11", "P12", "P13")); + standMapping.put("P2", Arrays.asList("P14", "P15", "P16")); + standMapping.put("P3", Arrays.asList("P17", "P18", "P19")); + standMapping.put("P4", Arrays.asList("P21", "P22", "P23")); + + // 如果不是主站台,直接返回原站台 + if (!standMapping.containsKey(mainStand)) { + return mainStand; + } + + // 获取子站台列表 + List subStands = standMapping.get(mainStand); + + // 查询各子站台的拣选任务数量 + Map pickTaskCountMap = new HashMap<>(); + for (String subStand : subStands) { + // 查询该子站台的拣选任务数量 + long taskCount = appPickTaskService.count(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, subStand)); + pickTaskCountMap.put(subStand, taskCount); + } + + // 返回任务数最少的子站台 + return pickTaskCountMap.entrySet().stream() + .min(Map.Entry.comparingByValue()) + .map(Map.Entry::getKey) + .orElse(subStands.getFirst()); // 如果都一样,返回第一个 + } + + /** + * 解析工作 + * 实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void executeKateWorks() { + try { + // 查询所有的未完成的工作 + List allWorks = appWorkService.list(new LambdaQueryWrapper() + .notIn(TAppWork::getWorkStatus, -1, 2) + .ne(TAppWork::getIsOut, 1) + .apply("distribute_num < need_num")); + if (allWorks == null || allWorks.isEmpty()) { + // 没有未完成的工作 + return; + } + // 获取站台容量配置 + int standCapacity = 8; + try { + standCapacity = Integer.parseInt(appCommon.getConfigByKey(AppConfigKeyEnums.STAND_CAPACITY.getKey())); + } catch (Exception e) { + log.warn("获取站台容量失败,使用默认配置。"); + } + // 查找到所有的可用的拣选站台 + List standList = appStandService.list(new LambdaQueryWrapper() + .eq(TAppStand::getStandType, 1)); + if (standList == null || standList.isEmpty()) { + log.error("没有配置拣选站台,请添加站台数据。"); + return; + } + // 可用站台号列表 + List usableStandIds = standList.stream().filter(stand -> stand.getStandStatus() == WmsUsableStatusEnums.USABLE.getCode()).map(TAppStand::getStandId).toList(); + if (usableStandIds.isEmpty()) { + log.error("没有可用站台。"); + return; + } + // 获取可用堆垛机 + List usableStackers = appEquipmentService.list(new LambdaQueryWrapper() + .eq(TAppEquipment::getEquipmentType, 1) + .eq(TAppEquipment::getEquipmentStatus, WmsUsableStatusEnums.USABLE.getCode())); + // 查询库存,条件:剩余数量>0,回库中、锁定以外的库存状态。 + List allStocks = appStockService.list(new LambdaQueryWrapper() + .le(TAppStock::getStockStatus, WmsStockStatusEnums.OUTED.getCode()) + .gt(TAppStock::getRemainNum, 0) + .orderByAsc(TAppStock::getFirstInTime)); + if (allStocks == null || allStocks.isEmpty()) { + log.error("没有库存。"); + return; + } + // 需要保存的信息 + List newOutWmsTasks = new ArrayList<>(); + List newPickTasks = new ArrayList<>(); + List thisTimeOutVehicleIds = new ArrayList<>(); + List newPickPlans = new ArrayList<>();// 拣选计划 + for (TAppStand stand : standList) { + // 查询这个站台正在拣配的工作组合(除物料外) + List currentStandWorks = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, stand.getStandId())); + if (currentStandWorks == null || currentStandWorks.isEmpty()) { + // 没有显示当前的拣选工作,跳过 + continue; + } + // 找到这个站台剩余工作中未完成且已分配数量小于需求数量的工作 + List works = allWorks.stream().filter(work -> { + boolean result = work.getWorkStand().equals(stand.getStandId()); + if (StringUtils.isNotEmpty(currentStandWorks.getFirst().getWorkOrder())) { + result = result && Objects.equals(work.getWorkOrder(), currentStandWorks.getFirst().getWorkOrder()); + } + if (StringUtils.isNotEmpty(currentStandWorks.getFirst().getProductId())) { + result = result && Objects.equals(work.getProductId(), currentStandWorks.getFirst().getProductId()); + } + if (StringUtils.isNotEmpty(currentStandWorks.getFirst().getSingleProductId())) { + result = result && Objects.equals(work.getSingleProductId(), currentStandWorks.getFirst().getSingleProductId()); + } + if (StringUtils.isNotEmpty(currentStandWorks.getFirst().getBoxNo())) { + result = result && Objects.equals(work.getBoxNo(), currentStandWorks.getFirst().getBoxNo()); + } + return result; + }).toList(); + if (works.isEmpty()) { + // 这个站台没有工作 + continue; + } + if (stand.getStandStatus() != WmsUsableStatusEnums.USABLE.getCode()) { + log.warn("{}不可用,跳过任务生成。", stand.getStandName()); + continue; + } + // 获取这个站台拣选任务 + List thisStandPickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .eq(TAppPickTask::getPickStand, stand.getStandId()) + .ne(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode())); + // 数量太多,不允许下发。 + boolean allowNewVehicle = thisStandPickTasks == null || thisStandPickTasks.size() < standCapacity; + // 判断这个站台有没有紧急出库的任务未完成 + List thisStandEmergencyOuts = appOutsService.list(new LambdaQueryWrapper() + .eq(TAppOuts::getOutType, WmsOutTypeEnums.EMERGE.getCode()) + .eq(TAppOuts::getDestination, stand.getStandId()) + .apply("pick_num < need_num")); + if (!thisStandEmergencyOuts.isEmpty()) { + allowNewVehicle = false; + } + // 获得可用堆垛机 + Map equipVehicleMap = new HashMap<>(); + getVehicleEquipMap(stand.getStandId(), allowNewVehicle, equipVehicleMap, usableStackers); + for (TAppStock stock : allStocks) { + if (thisTimeOutVehicleIds.contains(stock.getVehicleId())) { + // 设置这个箱子的库存都为出库中 + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + String stockId = stockDataService.getFirstInStock(stock.getGoodsId(), allStocks, null); + if (StringUtils.isNotEmpty(stockId) && !Objects.equals(stockId, stock.getStockId())) { + // 不是当前物料最先进的库存 + continue; + } + // 库存没法分配了 + if (stock.getRemainNum() <= 0) { + continue; + } + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode()) && ifThisLocationCantOut(stock.getLocationId(), equipVehicleMap)) { + // 当前堆垛机已经无法生成新的出库任务了 + continue; + } + // 判断当前的这条库存,当前站台是否需要 + int originRemainNum = stock.getRemainNum(); + int remainNum = stock.getRemainNum(); + for (TAppWork thisWork : works) { + if (!Objects.equals(thisWork.getGoodsId(), stock.getGoodsId())) { + // 不是这个料 + continue; + } + if (remainNum == 0) { + break; + } + // 需求数量 + int remainNeedNum = thisWork.getNeedNum() - thisWork.getDistributeNum(); + if (remainNeedNum <= 0) { + // 不需要分配 + continue; + } + int thisTimePickNum; + if (remainNeedNum < remainNum) { + thisTimePickNum = remainNeedNum; + thisWork.setDistributeNum(thisWork.getNeedNum()); + remainNum = remainNum - thisTimePickNum; + } else { + thisTimePickNum = remainNum; + thisWork.setDistributeNum(thisWork.getDistributeNum() + thisTimePickNum); + remainNum = 0; + } + thisWork.setWorkStatus(1);// 正在做 + // 生成拣选计划 + TAppPickPlan pickPlan = new TAppPickPlan( + UUIDUtils.getNewUUID(), + stock.getVehicleId(), + stock.getGoodsId(), + thisTimePickNum, + 1, + thisWork.getWorkIndex(), + stand.getStandId() + ); + newPickPlans.add(pickPlan); + } + if (remainNum == originRemainNum) { + // 没用到这条库存 + continue; + } + // 库存变动了,需要更新库存信息 + stock.setRemainNum(remainNum); + // 拣选任务状态 + int pickTaskStatus = WmsPickTaskStatusEnum.TEMP.getCode(); + // 库存正常 + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode())) { + // 需要生成出库任务 + newOutWmsTasks.add(new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.OUT.getCode(), + 0, + 1, + stock.getVehicleId(), + stock.getLocationId(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + "wms_auto", + "", + stand.getStandId(), + "" + )); + // 更新信息 + updateVehicleEquipMapByLocation(equipVehicleMap, stock.getVehicleId(), stock.getLocationId()); + thisTimeOutVehicleIds.add(stock.getVehicleId()); + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + // 如果是已经出库的库存 + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OUTED.getCode())) { + pickTaskStatus = WmsPickTaskStatusEnum.WAIT.getCode(); + } + // 已有的拣选任务 + List oldPickTasks = new ArrayList<>(); + if (thisStandPickTasks != null) { + oldPickTasks = thisStandPickTasks.stream().filter(pickTask -> pickTask.getVehicleId().equals(stock.getVehicleId())).toList(); + } + // 新生成的拣选任务 + List newOldPickTasks = newPickTasks.stream().filter(pickTask -> pickTask.getVehicleId().equals(stock.getVehicleId()) + && Objects.equals(pickTask.getPickStand(), stand.getStandId())).toList(); + // 生成拣选任务 + if (oldPickTasks.isEmpty() && newOldPickTasks.isEmpty()) { + newPickTasks.add(new TAppPickTask( + UUIDUtils.getNewUUID(), + stand.getStandId(), + stock.getVehicleId(), + pickTaskStatus, + LocalDateTime.now(), + null, null, null,0 + )); + } + } + // 更新工作状态 + List onlyDistributeNumWorks = works.stream().map(work -> { + TAppWork workCopy = new TAppWork(); + workCopy.setWorkIndex(work.getWorkIndex()); + workCopy.setDistributeNum(work.getDistributeNum()); + workCopy.setWorkStatus(work.getWorkStatus()); + return workCopy; + }).toList(); + appWorkService.updateBatchById(onlyDistributeNumWorks); + } + // 保存出库任务 + if (!newOutWmsTasks.isEmpty()) { + appTaskService.saveBatch(newOutWmsTasks); + } + // 保存拣选任务 + if (!newPickTasks.isEmpty()) { + appPickTaskService.saveBatch(newPickTasks); + } + // 合并拣选计划---箱号+料号+站台+类型+index进行数量叠加 + if (!newPickPlans.isEmpty()) { + appPickPlanService.saveOrUpdateBatch(mergedPickPlan(newPickPlans)); + } + // 创建一个只复制剩余数量的库存列表 + List onlyRemainNumStocks = allStocks.stream().map(stock -> { + TAppStock stockCopy = new TAppStock(); + stockCopy.setStockId(stock.getStockId()); + stockCopy.setRemainNum(stock.getRemainNum()); + if (!thisTimeOutVehicleIds.isEmpty() && thisTimeOutVehicleIds.contains(stock.getVehicleId())) { + stockCopy.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + return stockCopy; + }).toList(); + // 更新库存信息 + appStockService.updateBatchById(onlyRemainNumStocks); + // 更新载具信息 + if (!thisTimeOutVehicleIds.isEmpty()) { + appVehicleService.update(new LambdaUpdateWrapper() + .set(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.OUT.getCode()) + .in(TAppVehicle::getVehicleId, thisTimeOutVehicleIds)); + } + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + log.error("解析工作发生异常。{}", StringUtils.objectToString(e)); + } + } + + /** + * 修复工作 + * 实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void repairKateWorks() { + try { + // 查找非暂存的工作 + List allWorks = appWorkService.list(); + if (allWorks == null || allWorks.isEmpty()) { + return; + } + // 查询出库的库存 + List allStocks = appStockService.list(new LambdaQueryWrapper().orderByAsc(TAppStock::getFirstInTime)); + // 查询所有的拣选任务 + List allPickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .ne(TAppPickTask::getPickStatus, WmsPickTaskStatusEnum.FOR_IN.getCode())); + // 根据工单map一下 + Map> worksMap = allWorks.stream().collect(Collectors.groupingBy(TAppWork::getWorkOrder)); + for (String workOrder : worksMap.keySet()) { + // 工作列表 + List works = worksMap.get(workOrder); + // 当前工单是否全部完成 + boolean ifAllFinished = true; + // 工作记录 + List workRecords = new ArrayList<>(); + for (TAppWork work : works) { + if (work.getWorkStatus() == -1) { + // 暂存工作,不算完成 + ifAllFinished = false; + continue; + } + if (work.getFinishNum() >= work.getNeedNum()) { + // 已经拣选完成的改成完成状态 + if (work.getWorkStatus() != 2) { + work.setWorkStatus(2); + work.setLackStatus(0); + } + // 添加记录 + workRecords.add(RecordOfWork(work)); + continue; + } + if (work.getWorkStatus() == 2 && work.getLackStatus() == 1) { + // 缺料,不算完成 + ifAllFinished = false; + continue; + } + // 判断库内料分配的数量是否需要修正 + if (work.getIsOut() != 1) { + List thisGoodsOutStocks = allStocks.stream().filter(stock -> stock.getGoodsId().equals(work.getGoodsId())).toList(); + if (thisGoodsOutStocks.isEmpty()) { + // 缺料 + work.setWorkStatus(2); + work.setLackStatus(1); + work.setFinishTime(LocalDateTime.now()); + // 缺料不能关闭订单 + ifAllFinished = false; + continue; + } else { + // 没有出库中或者已出库的则修正已分配数量 + List outStocks = thisGoodsOutStocks.stream().filter(stock -> { + boolean result = stock.getStockStatus().equals(WmsStockStatusEnums.OUTING.getCode()) + || stock.getStockStatus().equals(WmsStockStatusEnums.OUTED.getCode()); + return result && stock.getGoodsId().equals(work.getGoodsId()); + }).toList(); + if (outStocks.isEmpty()) { + if (work.getWorkStatus() == 2) { + work.setWorkStatus(1); + } + work.setDistributeNum(work.getFinishNum()); + ifAllFinished = false; + continue; + } else { + List vehicleIds = outStocks.stream().map(TAppStock::getVehicleId).distinct().toList(); + // 查询这些载具到这个站台的拣选任务 + List pickTasks = allPickTasks.stream().filter(pickTask -> + vehicleIds.contains(pickTask.getVehicleId()) && Objects.equals(pickTask.getPickStand(), work.getWorkStand())).toList(); + if (pickTasks.isEmpty()) { + if (work.getWorkStatus() == 2) { + work.setWorkStatus(1); + } + work.setDistributeNum(work.getFinishNum()); + ifAllFinished = false; + continue; + } + } + } + } + if (work.getWorkStatus() == 2) { + // 未完成的状态要改为未完成 + work.setWorkStatus(1); + } + ifAllFinished = false; + } + + if (ifAllFinished) { + // 添加记录 + appWorkRecordService.saveBatch(workRecords); + // 移除 + appWorkService.removeBatchByIds(works); + // 将当前工单设置为完成状态 + appDbsService.update(new LambdaUpdateWrapper() + .set(TAppDbs::getDbsStatus, 2) + .set(TAppDbs::getFinishTime, LocalDateTime.now()) + .set(TAppDbs::getRealWorkDate, LocalDate.now()) + .eq(TAppDbs::getWorkOrder, workOrder)); + } else { + // 更新工作 + List updateWorks = works.stream().map(work -> { + TAppWork updateWork = new TAppWork(); + updateWork.setWorkIndex(work.getWorkIndex()); + updateWork.setWorkStatus(work.getWorkStatus()); + updateWork.setLackStatus(work.getLackStatus()); + if (work.getWorkStatus() == 1) { + updateWork.setDistributeNum(work.getDistributeNum()); + } + if (work.getFinishTime() != null) { + updateWork.setFinishTime(work.getFinishTime()); + } + return updateWork; + }).toList(); + appWorkService.updateBatchById(updateWorks); + } + } + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + log.error("自动修复工作异常。{}", StringUtils.objectToString(e)); + } + } + + /** + * 修复站台工作--实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void repairStandWorks() { + // 查找到所有的可用的拣选站台 + List standList = appStandService.list(new LambdaQueryWrapper() + .eq(TAppStand::getStandType, 1) + .eq(TAppStand::getStandStatus, WmsUsableStatusEnums.USABLE.getCode())); + if (standList == null || standList.isEmpty()) { + log.error("没有可用的站台,跳过。"); + return; + } + // 可用站台号列表 + List usableStandIds = standList.stream().map(TAppStand::getStandId).distinct().toList(); + for (String usableStandId : usableStandIds) { + try { + repairStandWork(usableStandId); + } catch (Exception e) { + // 回滚事务 + TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); + log.error("构建站台工作(StandWork)失败。"); + } + } + } + + /** + * 修复出库单--实现 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void repairOuts() { + List allOuts = appOutsService.list(); + List needRemoveOutIds = new ArrayList<>(); + List needAddOutRecords = new ArrayList<>(); + // 所有的空箱出库请求 + List emptyOuts = allOuts.stream().filter(appOuts -> appOuts.getOutType().equals(WmsOutTypeEnums.EMPTY.getCode())).toList(); + for (TAppOuts emptyOut : emptyOuts) { + int needNum = emptyOut.getNeedNum() - emptyOut.getDistributeNum(); + if (needNum <= 0) { + addRemovingOutsAndRecord(needRemoveOutIds, emptyOut, needAddOutRecords); + continue; + } + // 判断数量够不够 + LambdaQueryWrapper queryWrapper = new LambdaQueryWrapper() + .eq(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.ON.getCode()) + .eq(TAppVehicle::getIsEmpty, 1); + // 空箱出库判断能否实现 + if (StringUtils.isNotEmpty(emptyOut.getVehicleId())) { + queryWrapper.eq(TAppVehicle::getVehicleId, emptyOut.getVehicleId()); + } + if (appVehicleService.count(queryWrapper) < needNum) { + // 空箱数量不够了 + addRemovingOutsAndRecord(needRemoveOutIds, emptyOut, needAddOutRecords); + } + } + // 所有的入库用出库请求 + List inOuts = allOuts.stream().filter(appOuts -> appOuts.getOutType().equals(WmsOutTypeEnums.FOR_IN.getCode())).toList(); + // 筛选出料号 + List distinctGoodsIdList = inOuts.stream().map(TAppOuts::getGoodsId).distinct().toList(); + // 获取数据map + Map> goodsQtyMap = stockDataService.getCanPutGoodsMap(distinctGoodsIdList); + for (TAppOuts inOut : inOuts) { + int needNum = inOut.getNeedNum() - inOut.getDistributeNum(); + if (needNum <= 0) { + addRemovingOutsAndRecord(needRemoveOutIds, inOut, needAddOutRecords); + continue; + } + if (!goodsQtyMap.containsKey(inOut.getGoodsId())) { + addRemovingOutsAndRecord(needRemoveOutIds, inOut, needAddOutRecords); + continue; + } + // 判断数量够不够 + Map goodsQtyMapByGoodsId = goodsQtyMap.get(inOut.getGoodsId()); + if (goodsQtyMapByGoodsId.isEmpty()) { + goodsQtyMap.remove(inOut.getGoodsId()); + addRemovingOutsAndRecord(needRemoveOutIds, inOut, needAddOutRecords); + continue; + } + // 移除一个可用项 + List vehicleIdsOfThisGoods = new ArrayList<>(goodsQtyMapByGoodsId.keySet()); + for (String vehicleId : vehicleIdsOfThisGoods) { + goodsQtyMapByGoodsId.remove(vehicleId); + if (goodsQtyMapByGoodsId.isEmpty()) { + goodsQtyMap.remove(inOut.getGoodsId()); + } + break; + } + } + // 所有的紧急出库请求 + List emergeOuts = allOuts.stream().filter(appOuts -> appOuts.getOutType().equals(WmsOutTypeEnums.EMERGE.getCode())).toList(); + List emergeGoodsIds = emergeOuts.stream().map(TAppOuts::getGoodsId).distinct().toList(); + if (!emergeGoodsIds.isEmpty()) { + // 查询库存 + List emergeStocks = appStockService.list(new LambdaQueryWrapper() + .in(TAppStock::getGoodsId, emergeGoodsIds)); + // 查询拣选计划 + List emergePlans = appPickPlanService.list(new LambdaQueryWrapper() + .in(TAppPickPlan::getWorkIndex, emergeOuts.stream().map(TAppOuts::getTaskId).distinct().toList())); + // 查询到拣选任务 + List emergePickTasks = new ArrayList<>(); + if (emergePlans != null && !emergePlans.isEmpty()) { + emergePickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .in(TAppPickTask::getVehicleId, emergePlans.stream().map(TAppPickPlan::getVehicleId).distinct().toList())); + } + for (TAppOuts emergeOut : emergeOuts) { + List emergeStocksOfThisGoodsId = emergeStocks.stream().filter(stock -> stock.getGoodsId().equals(emergeOut.getGoodsId())).toList(); + // 库存不足之后移除该任务 + if (emergeStocksOfThisGoodsId.isEmpty()) { + addRemovingOutsAndRecord(needRemoveOutIds, emergeOut, needAddOutRecords); + continue; + } + // 当拣选完之后也要判断是否要移除 + if (emergeOut.getDistributeNum() >= emergeOut.getNeedNum()) { + if (emergePlans == null || emergePlans.isEmpty()) { + // 没有拣选计划,直接移除 + addRemovingOutsAndRecord(needRemoveOutIds, emergeOut, needAddOutRecords); + continue; + } + // 根据拣选计划+拣选任务来判断 + List thisOutsPickPlans = emergePlans.stream().filter(pickPlan -> pickPlan.getWorkIndex().equals(emergeOut.getTaskId())).toList(); + if (thisOutsPickPlans.isEmpty()) { + // 没有拣选计划,直接移除 + addRemovingOutsAndRecord(needRemoveOutIds, emergeOut, needAddOutRecords); + continue; + } + // 待拣选的载具列表 + List vehicleIdsOfPlans = thisOutsPickPlans.stream().map(TAppPickPlan::getVehicleId).distinct().toList(); + // 判断是否还有去这个站台的拣选任务 + List thisOutsPickTasks = emergePickTasks.stream().filter(pickTask -> vehicleIdsOfPlans.contains(pickTask.getVehicleId()) && Objects.equals(pickTask.getPickStand(), emergeOut.getDestination())).toList(); + if (thisOutsPickTasks.isEmpty()) { + // 没有拣选任务,直接移除 + addRemovingOutsAndRecord(needRemoveOutIds, emergeOut, needAddOutRecords); + } + } + } + } + // 移除任务 + if (!needRemoveOutIds.isEmpty()) { + appOutsService.removeBatchByIds(needRemoveOutIds); + // 需要移除pickPlan + appPickPlanService.remove(new LambdaQueryWrapper() + .in(TAppPickPlan::getWorkIndex, needRemoveOutIds)); + } + // 添加任务记录 + if (!needAddOutRecords.isEmpty()) { + appOutsRecordService.saveBatch(needAddOutRecords); + } + } + + /** + * 处理盘点任务 + */ + @Override + @Transactional(rollbackFor = Exception.class) + public void executeInventory() { + // 查询对应的盘点任务 + List waitExecuteInventoryList = appInventoryService.list(new LambdaQueryWrapper() + .eq(TAppInventory::getInvStatus, WmsInvStatusEnums.INIT.getCode())); + if (waitExecuteInventoryList == null || waitExecuteInventoryList.isEmpty()) { + // 没有需要解析的盘点任务 + return; + } + // 筛选出对应载具号 + List vehicleIds = waitExecuteInventoryList.stream().map(TAppInventory::getVehicleId).distinct().toList(); + if (vehicleIds.isEmpty()) { + // 没有对应载具号 + return; + } + // 查询对应的库存信息 + List targetStocks = appStockService.list(new LambdaQueryWrapper() + .in(TAppStock::getVehicleId, vehicleIds) + .le(TAppStock::getStockStatus, WmsStockStatusEnums.OUTED.getCode()) + .orderByAsc(TAppStock::getFirstInTime)); + // 拣选任务 + List pickTasks = appPickTaskService.list(new LambdaQueryWrapper() + .in(TAppPickTask::getVehicleId, vehicleIds)); + // 需要保存的信息 + List newOutWmsTasks = new ArrayList<>();// 新的出库任务 + List newPickTasks = new ArrayList<>();// 新的拣选任务 + List thisTimeOutVehicleIds = new ArrayList<>();// 本次出库载具 + // 获取可用堆垛机 + List usableStackers = appEquipmentService.list(new LambdaQueryWrapper() + .eq(TAppEquipment::getEquipmentType, 1) + .eq(TAppEquipment::getEquipmentStatus, WmsUsableStatusEnums.USABLE.getCode())); + Map equipVehicleMap = new HashMap<>(); + getVehicleEquipMap("", true, equipVehicleMap, usableStackers); + for (TAppInventory inventory : waitExecuteInventoryList) { + // 查找 + for (TAppStock stock : targetStocks) { + if (thisTimeOutVehicleIds.contains(stock.getVehicleId())) { + // 设置这个箱子的库存都为出库中 + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + } + // 修改后 + if (!Objects.equals(inventory.getGoodsId(), stock.getGoodsId())) { + // 不是这个料号 + continue; + } + + // 特殊属性匹配逻辑 + if (!isStringEqual(inventory.getSpecialStock(), stock.getSpecialStock())) { + // specialStock不匹配 + continue; + } + + if (!isStringEqual(inventory.getSpecialStockNo(), stock.getSpecialStockNo())) { + // specialStockNo不匹配 + continue; + } + + if (!isStringEqual(inventory.getSpecialStockItemNo(), stock.getSpecialStockItemNo())) { + // specialStockItemNo不匹配 + continue; + } + + if (!isStringEqual(inventory.getBatchNo(), stock.getBatchNo())) { + // batchNo不匹配 + continue; + } + if (!Objects.equals(stock.getVehicleId(), inventory.getVehicleId())) { + // 不是这个箱子 + continue; + } + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode()) && ifThisLocationCantOut(stock.getLocationId(), equipVehicleMap)) { + // 当前堆垛机已经无法生成新的出库任务了 + continue; + } + // 拣选任务状态 + int pickTaskStatus = WmsPickTaskStatusEnum.TEMP.getCode(); + // 库存正常 + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OK.getCode())) { + // 需要生成出库任务 + newOutWmsTasks.add(new TAppTask( + UUIDUtils.getNewUUID(), + WmsTaskTypeEnums.OUT.getCode(), + 0, + 2, + stock.getVehicleId(), + stock.getLocationId(), + null, + null, + LocalDateTime.now(), + null, + AppConstant.EMPTY_GOODS_ID, + 0, + 0, + inventory.getInvUser(), + "", + getOptimalSubStand(inventory.getInvStand()), + "" + )); + stock.setStockStatus(WmsStockStatusEnums.OUTING.getCode()); + thisTimeOutVehicleIds.add(stock.getVehicleId()); + updateVehicleEquipMapByLocation(equipVehicleMap, stock.getVehicleId(), stock.getLocationId()); + } + // 如果是已经出库的库存 + if (Objects.equals(stock.getStockStatus(), WmsStockStatusEnums.OUTED.getCode())) { + pickTaskStatus = WmsPickTaskStatusEnum.WAIT.getCode(); + } + // 已有的拣选任务 + List oldPickTasks = new ArrayList<>(); + if (pickTasks != null) { + oldPickTasks = pickTasks.stream().filter(pickTask -> + Objects.equals(pickTask.getPickStand(), inventory.getInvStand()) + && pickTask.getVehicleId().equals(stock.getVehicleId()) + && !Objects.equals(pickTask.getPickStatus(), WmsPickTaskStatusEnum.FOR_IN.getCode())).toList(); + } + // 新生成的拣选任务 + List newOldPickTasks = newPickTasks.stream().filter(pickTask -> pickTask.getVehicleId().equals(stock.getVehicleId()) + && Objects.equals(pickTask.getPickStand(), inventory.getInvStand()) + && !Objects.equals(pickTask.getPickStatus(), WmsPickTaskStatusEnum.FOR_IN.getCode())).toList(); + + // 生成拣选任务 + if (oldPickTasks.isEmpty() && newOldPickTasks.isEmpty()) { + newPickTasks.add(new TAppPickTask( + UUIDUtils.getNewUUID(), + getOptimalSubStand(inventory.getInvStand()), + stock.getVehicleId(), + pickTaskStatus, + LocalDateTime.now(), + null, null, null, 2 + )); + } + // 设置盘点状态 + inventory.setInvStatus(WmsInvStatusEnums.EXECUTED.getCode()); + } + } + // 更新盘点信息 + appInventoryService.updateBatchById(waitExecuteInventoryList); + // 保存出库任务 + if (!newOutWmsTasks.isEmpty()) { + appTaskService.saveBatch(newOutWmsTasks); + } + // 保存拣选任务 + if (!newPickTasks.isEmpty()) { + appPickTaskService.saveBatch(newPickTasks); + } + // 更新载具信息 + if (!thisTimeOutVehicleIds.isEmpty()) { + appVehicleService.update(new LambdaUpdateWrapper() + .set(TAppVehicle::getVehicleStatus, WmsVehicleStatusEnums.OUT.getCode()) + .in(TAppVehicle::getVehicleId, thisTimeOutVehicleIds)); + // 更新库存状态 + appStockService.update(new LambdaUpdateWrapper() + .set(TAppStock::getStockStatus, WmsStockStatusEnums.OUTING.getCode()) + .in(TAppStock::getVehicleId, thisTimeOutVehicleIds)); + } + } + + /** + * 转化记录 + * + * @param appWork 记录 + * @return 转化后的记录 + */ + private TAppWorkRecord RecordOfWork(TAppWork appWork) { + return new TAppWorkRecord( + appWork.getWorkIndex(), + appWork.getWorkOrder(), + appWork.getPlanStartDate(), + appWork.getProductId(), + appWork.getSingleProductId(), + appWork.getBoxNo(), + appWork.getGoodsId(), + appWork.getNeedNum(), + appWork.getFinishNum(), + appWork.getWorkStand(), + appWork.getWorkStatus(), + appWork.getWorkUser(), + appWork.getCreateTime(), + appWork.getFinishTime(), + appWork.getLackStatus(), + appWork.getIsOut(), + appWork.getProductType(), + appWork.getKittingRemark() + ); + } + + /** + * 构建站台工作StandWork + * + * @param standId 站台号 + */ + private void repairStandWork(String standId) { + List allWorks = appWorkService.list(new LambdaQueryWrapper() + .eq(TAppWork::getWorkStand, standId)); + if (allWorks == null || allWorks.isEmpty()) { + return; + } + // 查询到当前站台的工作 + List standWorks = appStandWorkService.list(new LambdaQueryWrapper() + .eq(TAppStandWork::getStandId, standId)); + if (standWorks == null || standWorks.isEmpty()) { + // 构建新的StandWork + genNewStandWork(standId, allWorks); + } else { + // 判断当前选项的工作是否已经全部完成 + TAppStandWork currentStandWork = standWorks.getFirst(); + // 移除旧的并添加新的 + removeOldStandWork(standId, currentStandWork, allWorks); + } + } + + /** + * 创建一个新的StandWork + * + * @param standId 站台号 + * @param allWorks 当前站台所有工作 + */ + private void genNewStandWork(String standId, List allWorks) { + // 判断这个站台是否还有其他未完成的工作 + List works = allWorks.stream().filter(work -> !List.of(-1, 2).contains(work.getWorkStatus())).toList(); + if (works.isEmpty()) { + // 这个站台没有未完成的工作了 + return; + } + TAppWork targetWork = null; + // 进行中的工作 + List doingWorks = works.stream().filter(work -> work.getWorkStatus() == 1).toList(); + // 未开始的工作 + List waitWorks = works.stream().filter(work -> work.getWorkStatus() == 0).toList(); + if (!doingWorks.isEmpty()) { + targetWork = doingWorks.getFirst(); + } else if (!waitWorks.isEmpty()) { + targetWork = waitWorks.getFirst(); + } + // 没有工作 + if (targetWork == null) { + return; + } + // 添加standWork + TAppStandWork standWork = new TAppStandWork(); + standWork.setWorkId(UUIDUtils.getNewUUID()); + standWork.setStandId(standId); + standWork.setWorkOrder(targetWork.getWorkOrder()); + standWork.setProductId(targetWork.getProductId()); + if (StringUtils.isNotEmpty(targetWork.getSingleProductId())) { + standWork.setSingleProductId(targetWork.getSingleProductId()); + } + standWork.setBoxNo(targetWork.getBoxNo()); + appStandWorkService.save(standWork); + } + + /** + * 移除过期的StandWork并添加新的 + * + * @param standId 站台号 + * @param currentStandWork 现有的StandWork + * @param allWorks 当前站台所有工作 + */ + private void removeOldStandWork(String standId, TAppStandWork currentStandWork, List allWorks) { + boolean genNewStandWork = false; + if (currentStandWork == null || StringUtils.isEmpty(currentStandWork.getWorkOrder())) { + return; + } + List filterWorks = allWorks.stream().filter(work -> { + boolean result = Objects.equals(work.getWorkOrder(), currentStandWork.getWorkOrder()) + && Objects.equals(work.getProductId(), currentStandWork.getProductId()) + && Objects.equals(work.getBoxNo(), currentStandWork.getBoxNo()); + if (StringUtils.isNotEmpty(currentStandWork.getSingleProductId())) { + result = result && Objects.equals(work.getSingleProductId(), currentStandWork.getSingleProductId()); + } + return result; + }).toList(); + if (!filterWorks.isEmpty()) { + // 判断当前的工作中有没有未完成的 + List notFinishedWorks = filterWorks.stream().filter(work -> !List.of(-1, 2).contains(work.getWorkStatus())).toList(); + if (notFinishedWorks.isEmpty()) { + // 当前站台工作全部完成---移除当前的,并增加新的 + genNewStandWork = true; + } + } else { + genNewStandWork = true; + } + if (genNewStandWork) { + appStandWorkService.remove(new LambdaQueryWrapper().eq(TAppStandWork::getStandId, standId)); + genNewStandWork(standId, allWorks); + } + } + + /** + * 生成设备载具map + * + * @param standId 站台号 + * @param allowNewVehicle 是否允许新箱出库 + * @param equipVehicleMap 设备载具map + * @param usableStackers 可用堆垛机 + */ + private void getVehicleEquipMap(String standId, boolean allowNewVehicle, Map equipVehicleMap, List usableStackers) { + if (allowNewVehicle && !usableStackers.isEmpty()) { + usableStackers.forEach(equipment -> { + if (equipVehicleMap.containsKey(equipment.getEquipmentId())) { + return; + } + equipVehicleMap.put(equipment.getEquipmentId(), ""); + }); + } + // 获取这个站台请求过的出库任务 + List outTaskList = appTaskService.list(new LambdaQueryWrapper() + .eq(TAppTask::getTaskType, WmsTaskTypeEnums.OUT.getCode()) + .eq(StringUtils.isNotEmpty(standId), TAppTask::getCallStand, standId)); + if (outTaskList != null && !outTaskList.isEmpty()) { + // 当这个设备存在出库任务时,更新设备载具map + for (TAppTask outTask : outTaskList) { + TAppLocation originLocation = appCommon.getInstantLocationByLocationId(outTask.getOrigin()); + if (originLocation != null && equipVehicleMap.containsKey(originLocation.getEquipmentId())) { + equipVehicleMap.replace(originLocation.getEquipmentId(), outTask.getVehicleId()); + } + } + } + } + + /** + * 合并拣选计划列表 + * + * @param beforeMergePickPlanList 合并前的列表 + * @return 合并后的列表 + */ + private List mergedPickPlan(List beforeMergePickPlanList) { + Map mergedPickPlanMap = new HashMap<>(); + // 查询出目前已经存在的pickPlan + List existPickPlanList = appPickPlanService.list(); + // 循环merge + for (TAppPickPlan beforeMergePickPlan : beforeMergePickPlanList) { + // key:站台+箱号+料号+拣选类型+index + String key = beforeMergePickPlan.getStandId() + "_" + + beforeMergePickPlan.getVehicleId() + "_" + + beforeMergePickPlan.getGoodsId() + "_" + + beforeMergePickPlan.getPickType() + "_" + + beforeMergePickPlan.getWorkIndex(); + if (mergedPickPlanMap.containsKey(key)) { + // 之前已经合并过 + TAppPickPlan mergedPickPlan = mergedPickPlanMap.get(key); + mergedPickPlan.setPlanPickQty(mergedPickPlan.getPlanPickQty() + beforeMergePickPlan.getPlanPickQty()); + mergedPickPlanMap.replace(key, mergedPickPlan); + } else { + // 之前没有合并过 + TAppPickPlan existPickPlan = existPickPlanList.stream().filter(pickPlan -> Objects.equals(pickPlan.getStandId(), beforeMergePickPlan.getStandId()) + && Objects.equals(pickPlan.getVehicleId(), beforeMergePickPlan.getVehicleId()) + && Objects.equals(pickPlan.getGoodsId(), beforeMergePickPlan.getGoodsId()) + && Objects.equals(pickPlan.getPickType(), beforeMergePickPlan.getPickType()) + && Objects.equals(pickPlan.getWorkIndex(), beforeMergePickPlan.getWorkIndex())).findFirst().orElse(null); + if (existPickPlan != null) { + // 已经存过表 + existPickPlan.setPlanPickQty(existPickPlan.getPlanPickQty() + beforeMergePickPlan.getPlanPickQty()); + mergedPickPlanMap.put(key, existPickPlan); + } else { + // 没有存过表 + existPickPlan = new TAppPickPlan( + beforeMergePickPlan.getPlanId(), + beforeMergePickPlan.getVehicleId(), + beforeMergePickPlan.getGoodsId(), + beforeMergePickPlan.getPlanPickQty(), + beforeMergePickPlan.getPickType(), + beforeMergePickPlan.getWorkIndex(), + beforeMergePickPlan.getStandId() + ); + } + mergedPickPlanMap.put(key, existPickPlan); + } + } + return new ArrayList<>(mergedPickPlanMap.values()); + } + + /** + * 这个库位是否可以出库 + * + * @param locationId 库位号 + * @param equipVehicleMap 堆垛机与载具的映射 + * @return 结果true:可以出库,false:不可以出库 + */ + private boolean ifThisLocationCantOut(String locationId, Map equipVehicleMap) { + TAppLocation location = appCommon.getInstantLocationByLocationId(locationId); + if (location == null || location.getIsLock() == 1) { + return true; + } + return !equipVehicleMap.containsKey(location.getEquipmentId()) || !Objects.equals(equipVehicleMap.get(location.getEquipmentId()), ""); + } + + /** + * 更新载具设备map + * + * @param equipVehicleMap 载具设备map + * @param vehicleId 载具号 + * @param locationId 库位号 + */ + private void updateVehicleEquipMapByLocation(Map equipVehicleMap, String vehicleId, String locationId) { + TAppLocation location = appCommon.getInstantLocationByLocationId(locationId); + if (location == null) { + return; + } + if (equipVehicleMap.containsKey(location.getEquipmentId())) { + equipVehicleMap.replace(location.getEquipmentId(), vehicleId); + } + } + + /** + * 添加待删除序号以及记录 + * + * @param outIds 待删除id列表 + * @param thisOuts 待删除outs + * @param addRecords 待添加的记录 + */ + private void addRemovingOutsAndRecord(List outIds, TAppOuts thisOuts, List addRecords) { + outIds.add(thisOuts.getTaskId()); + addRecords.add(new TAppOutsRecord( + thisOuts.getTaskId(), + thisOuts.getGoodsId(), + thisOuts.getVehicleId(), + thisOuts.getNeedNum(), + thisOuts.getDistributeNum(), + thisOuts.getPickNum(), + thisOuts.getOutType(), + thisOuts.getDestination(), + thisOuts.getUserName(), + thisOuts.getReason(), + thisOuts.getRequestTime(), + thisOuts.getWorkOrder() + )); + } +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/system/ISystemService.java b/dev_wms_serve/src/main/java/com/wms_main/service/system/ISystemService.java new file mode 100644 index 0000000..fe5ad9f --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/system/ISystemService.java @@ -0,0 +1,16 @@ +package com.wms_main.service.system; + +/** + * 系统服务接口 + */ +public interface ISystemService { + /** + * 重启系统 + */ + boolean restartSystem(); + + /** + * 重新加载配置 + */ + boolean reloadConfig(); +} diff --git a/dev_wms_serve/src/main/java/com/wms_main/service/system/serviceImpl/SystemServiceImpl.java b/dev_wms_serve/src/main/java/com/wms_main/service/system/serviceImpl/SystemServiceImpl.java new file mode 100644 index 0000000..9beaa90 --- /dev/null +++ b/dev_wms_serve/src/main/java/com/wms_main/service/system/serviceImpl/SystemServiceImpl.java @@ -0,0 +1,45 @@ +package com.wms_main.service.system.serviceImpl; + +import com.wms_main.WmsMainApplication; +import com.wms_main.app.AppCommon; +import com.wms_main.dao.ITAppConfigService; +import com.wms_main.service.system.ISystemService; +import lombok.RequiredArgsConstructor; +import org.springframework.stereotype.Service; + +import java.util.List; + +/** + * 系统服务接口实现 + */ +@Service +@RequiredArgsConstructor +public class SystemServiceImpl implements ISystemService { + /** + * 应用共通数据 + */ + private final AppCommon appCommon; + + /** + * 重启系统 + * @return 重启结果 + */ + @Override + public boolean restartSystem() { + try { + WmsMainApplication.restart(); + } catch (Exception e) { + return false; + } + return true; + } + + /** + * 重载配置 + * @return 重载结果 + */ + @Override + public boolean reloadConfig() { + return appCommon.initConfigMap(); + } +} diff --git a/dev_wms_serve/src/main/resources/application.yml b/dev_wms_serve/src/main/resources/application.yml new file mode 100644 index 0000000..b199ae4 --- /dev/null +++ b/dev_wms_serve/src/main/resources/application.yml @@ -0,0 +1,55 @@ +spring: + application: + name: wms_main + # 数据库配置 + datasource: + driver-class-name: com.mysql.cj.jdbc.Driver + # 公司网络 +# url: jdbc:mysql://112.4.208.194:3001/wms_kate_wuxi?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai +# username: developer +# password: developer + # 本地 + url: jdbc:mysql://localhost:3306/wms_fengshang_yangzhou?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true + username: root + password: 123456 + #在线 +# url: jdbc:mysql://172.18.222.253:3306/wms_fengshang_yangzhou?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true +# username: root +# password: 123456 + # 卡特服务器 +# url: jdbc:mysql://10.90.83.37:3306/wms_kate_wuxi?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true +# username: developer +# password: baokai + + profiles: + active: online + + servlet: + multipart: + max-file-size: 100MB #设置允许单个文件上传的大小 + max-request-size: 1000MB #设置允许上传的总的文件的大小 + +# 服务配置 +server: + port: 12315 + servlet: + context-path: / + +mybatis-plus: + mapper-locations: classpath*:mapper/*.xml # mapper.xml扫描包 + type-aliases-package: com.wms.entity.table # 实体类扫描包 + configuration: + map-underscore-to-camel-case: true # 开启驼峰映射 + cache-enabled: false # 是否开启二级缓存 + global-config: + db-config: + id-type: assign_id + update-strategy: not_null + +logging: + config: classpath:logback-spring.xml + + + + + diff --git a/dev_wms_serve/src/main/resources/logback-spring.xml b/dev_wms_serve/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..ffedc5f --- /dev/null +++ b/dev_wms_serve/src/main/resources/logback-spring.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + ${LOG_HOME}/info/%d{yyyy-MM-dd}/%d{yyyy-MM-dd}.%i.log + 10MB + + 30 + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n + + + INFO + ACCEPT + DENY + + + + + + ${LOG_HOME}/warning/%d{yyyy-MM-dd}/%d{yyyy-MM-dd}.%i.log + 10MB + + 30 + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n + + + WARNING + ACCEPT + DENY + + + + + + ${LOG_HOME}/error/%d{yyyy-MM-dd}/%d{yyyy-MM-dd}.%i.log + 10MB + + 30 + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n + + + ERROR + ACCEPT + DENY + + + + + + ${LOG_HOME}/debug/%d{yyyy-MM-dd}/%d{yyyy-MM-dd}.%i.log + 10MB + + 366 + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n + + + DEBUG + ACCEPT + DENY + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev_wms_serve/src/main/resources/mapper/AppConfigMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppConfigMapper.xml new file mode 100644 index 0000000..edb7c59 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppConfigMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppDbsMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppDbsMapper.xml new file mode 100644 index 0000000..e1aeead --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppDbsMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppEquipmentMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppEquipmentMapper.xml new file mode 100644 index 0000000..5e7fee2 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppEquipmentMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppGoodsMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppGoodsMapper.xml new file mode 100644 index 0000000..59879f3 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppGoodsMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppImageMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppImageMapper.xml new file mode 100644 index 0000000..fe89acc --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppImageMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppInventoryMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppInventoryMapper.xml new file mode 100644 index 0000000..de4f2e8 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppInventoryMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppInventoryRecordMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppInventoryRecordMapper.xml new file mode 100644 index 0000000..b1f4200 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppInventoryRecordMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppJobsMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppJobsMapper.xml new file mode 100644 index 0000000..29ca284 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppJobsMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppKanbanMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppKanbanMapper.xml new file mode 100644 index 0000000..b536930 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppKanbanMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppLocationMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppLocationMapper.xml new file mode 100644 index 0000000..4b60a26 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppLocationMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppOutsMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppOutsMapper.xml new file mode 100644 index 0000000..e844dae --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppOutsMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppOutsRecordMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppOutsRecordMapper.xml new file mode 100644 index 0000000..9679d32 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppOutsRecordMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppPickPlanMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppPickPlanMapper.xml new file mode 100644 index 0000000..f8fe7f0 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppPickPlanMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppPickTaskBakMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppPickTaskBakMapper.xml new file mode 100644 index 0000000..db5dea0 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppPickTaskBakMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppPickTaskMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppPickTaskMapper.xml new file mode 100644 index 0000000..4500c73 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppPickTaskMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppProductExtendMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppProductExtendMapper.xml new file mode 100644 index 0000000..a5cd6be --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppProductExtendMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppProductMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppProductMapper.xml new file mode 100644 index 0000000..4b7acd6 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppProductMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppSingleProductMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppSingleProductMapper.xml new file mode 100644 index 0000000..17f6cf4 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppSingleProductMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppStandMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppStandMapper.xml new file mode 100644 index 0000000..cd281dc --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppStandMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppStandWorkMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppStandWorkMapper.xml new file mode 100644 index 0000000..9e9d68f --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppStandWorkMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppStockCompareMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppStockCompareMapper.xml new file mode 100644 index 0000000..5e1ede9 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppStockCompareMapper.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/dev_wms_serve/src/main/resources/mapper/AppStockMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppStockMapper.xml new file mode 100644 index 0000000..d537992 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppStockMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppStockUpdateMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppStockUpdateMapper.xml new file mode 100644 index 0000000..766c074 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppStockUpdateMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppTaskBakMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppTaskBakMapper.xml new file mode 100644 index 0000000..6501f9c --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppTaskBakMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppTaskMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppTaskMapper.xml new file mode 100644 index 0000000..e37fe47 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppTaskMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppTempInboundDataMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppTempInboundDataMapper.xml new file mode 100644 index 0000000..f224e06 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppTempInboundDataMapper.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/dev_wms_serve/src/main/resources/mapper/AppVehicleMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppVehicleMapper.xml new file mode 100644 index 0000000..38a6023 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppVehicleMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppWcsTaskBakMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppWcsTaskBakMapper.xml new file mode 100644 index 0000000..d9fd027 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppWcsTaskBakMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppWcsTaskMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppWcsTaskMapper.xml new file mode 100644 index 0000000..cbe0cf8 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppWcsTaskMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppWorkMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppWorkMapper.xml new file mode 100644 index 0000000..fc2f32d --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppWorkMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/AppWorkRecordMapper.xml b/dev_wms_serve/src/main/resources/mapper/AppWorkRecordMapper.xml new file mode 100644 index 0000000..07f01e1 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/AppWorkRecordMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/SysApiMapper.xml b/dev_wms_serve/src/main/resources/mapper/SysApiMapper.xml new file mode 100644 index 0000000..15035ba --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/SysApiMapper.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/SysLogMapper.xml b/dev_wms_serve/src/main/resources/mapper/SysLogMapper.xml new file mode 100644 index 0000000..e5d8ca5 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/SysLogMapper.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/SysMenuMapper.xml b/dev_wms_serve/src/main/resources/mapper/SysMenuMapper.xml new file mode 100644 index 0000000..086bf7f --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/SysMenuMapper.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/SysPermissionMapper.xml b/dev_wms_serve/src/main/resources/mapper/SysPermissionMapper.xml new file mode 100644 index 0000000..e62d2c9 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/SysPermissionMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/SysRoleMapper.xml b/dev_wms_serve/src/main/resources/mapper/SysRoleMapper.xml new file mode 100644 index 0000000..51a91c6 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/SysRoleMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/dev_wms_serve/src/main/resources/mapper/SysUserMapper.xml b/dev_wms_serve/src/main/resources/mapper/SysUserMapper.xml new file mode 100644 index 0000000..e0daf28 --- /dev/null +++ b/dev_wms_serve/src/main/resources/mapper/SysUserMapper.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/sql/wms_fengshang_yangzhou.sql b/sql/wms_fengshang_yangzhou.sql new file mode 100644 index 0000000..ce5a051 --- /dev/null +++ b/sql/wms_fengshang_yangzhou.sql @@ -0,0 +1,30459 @@ +/* + Navicat Premium Data Transfer + + Source Server : mydatabase + Source Server Type : MySQL + Source Server Version : 80036 + Source Host : localhost:3306 + Source Schema : wms_fengshang_yangzhou + + Target Server Type : MySQL + Target Server Version : 80036 + File Encoding : 65001 + + Date: 25/09/2025 13:09:48 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for t_app_config +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_config`; +CREATE TABLE `t_app_config` ( + `config_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置id', + `config_key` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置键', + `config_value` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置值', + `config_type` int NOT NULL COMMENT '配置类型:1.输入框2.下拉多选3.开关', + `config_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置显示名称', + PRIMARY KEY (`config_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_config +-- ---------------------------- +INSERT INTO `t_app_config` VALUES ('1', 'WcsPickTaskUrl', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 1, '发送拣选任务地址'); +INSERT INTO `t_app_config` VALUES ('10', 'NormalDataClearInterval', '180', 1, '普通数据清理时间(入库记录、出库记录、拣选任务记录)'); +INSERT INTO `t_app_config` VALUES ('11', 'ImportantDataClearInterval', '365', 1, '重要数据清理时间(库存更新记录、工作记录、盘点记录、出库请求记录、DBS计划)'); +INSERT INTO `t_app_config` VALUES ('12', 'EwmSendVehicleUrl', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 1, '向ewm系统请求载具的具体信息'); +INSERT INTO `t_app_config` VALUES ('13', 'EwmSendTaskCompleteUrl', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 1, '入库完成回告ewm系统'); +INSERT INTO `t_app_config` VALUES ('14', 'EwmSendOutTaskCompleteUrl', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 1, '出库完成回告EWM系统'); +INSERT INTO `t_app_config` VALUES ('15', 'VehicleEmpty', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/{palletNo}/reset', 1, '容器置空'); +INSERT INTO `t_app_config` VALUES ('16', 'EwmStockBackUrl', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 1, '库存比对接口'); +INSERT INTO `t_app_config` VALUES ('2', 'WcsStackerTaskUrl', 'http://10.90.83.39:9980/api/wms/wmsTask/setStackerTask', 1, '发送堆垛机任务地址'); +INSERT INTO `t_app_config` VALUES ('3', 'WcsReleaseBoxUrl', 'http://10.90.83.39:9980/api/wms/convey/disposeVehicle', 1, '发送释放站台箱子地址'); +INSERT INTO `t_app_config` VALUES ('4', 'WcsCancelPickTaskUrl', 'http://10.90.83.39:9980/api/wms/convey/cancel', 1, '发送取消拣选任务地址'); +INSERT INTO `t_app_config` VALUES ('5', 'StandCapacity', '8', 1, '站台容量'); +INSERT INTO `t_app_config` VALUES ('6', 'ImageIp', 'https://s4wwjasrsp01.ap.cat.com/wmsServer', 1, '存放图纸ip'); +INSERT INTO `t_app_config` VALUES ('7', 'EmptyBack', '0', 3, 'empty_back'); +INSERT INTO `t_app_config` VALUES ('8', 'StockWarningQty', '5', 1, '库存预警数量'); +INSERT INTO `t_app_config` VALUES ('9', 'LogClearInterval', '1', 1, '日志清理时间'); + +-- ---------------------------- +-- Table structure for t_app_dbs +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_dbs`; +CREATE TABLE `t_app_dbs` ( + `dbs_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键id', + `work_order` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工单', + `product_id_origin` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'dbs原始未处理的零件号,成品号', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '零件号,成品号', + `test_plan_start_date` date NOT NULL COMMENT 'TEST计划开始时间', + `test_plan_finish_date` date NULL DEFAULT NULL COMMENT 'TEST计划完成时间', + `pnt_plan_start_date` date NULL DEFAULT NULL COMMENT 'PNT计划开始时间', + `pnt_plan_finish_date` date NULL DEFAULT NULL COMMENT 'PNT计划完成时间', + `plan_production` int NOT NULL COMMENT '计划产量/套', + `equipment_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '设备名称', + `work_shift` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '班次', + `family` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'Family', + `test_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'TestNo#', + `kitting_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'K料备注', + `remark` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + `dbs_status` int NOT NULL COMMENT '状态---初始0', + `work_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '工作站台', + `real_work_date` date NULL DEFAULT NULL COMMENT '实际工作日期', + `finish_time` datetime NULL DEFAULT NULL COMMENT '完成时间', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '初次导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '初次导入用户', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + PRIMARY KEY (`dbs_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_dbs +-- ---------------------------- +INSERT INTO `t_app_dbs` VALUES ('1742539653431010000', '110002189133', '4512444-A', '4512444', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 1, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P1', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010001', '110002189132', '4512444-A', '4512444', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 11, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, '各验证11件4K1388和1J9671', 2, 'P3', '2025-06-07', '2025-06-07 15:37:42', '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010002', '110002189153', '5936452-A', '5936452', '2025-03-27', '2025-03-28', '2025-03-28', '2025-03-29', 1, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010003', '110002189157', '3701290-A', '3701290', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 6, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010004', '110002189122', '9T5957-A', '9T5957', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010005', '110002203998', '4512444-A', '4512444', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010006', '110002189147', '4560777-A', '4560777', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 1, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010007', '110002189152', '3749878-MA', '3749878', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 3, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010008', '110002203993', '4413485-A', '4413485', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 4, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010009', '110002203997', '4413485-A', '4413485', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 4, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', 'ECN', NULL, 0, NULL, NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010011', '110002189127', '6457847-A', '6457847', '2025-03-29', '2025-03-31', '2025-03-31', '2025-04-01', 13, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010012', '110002189154', '5429999-A', '5429999', '2025-03-29', '2025-03-31', '2025-03-31', '2025-04-01', 9, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653431010013', '110002189080', '2965662-A', '2965662', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 10, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010000', '110002189085', '2965662-MA', '2965662', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 16, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010001', '110002189075', '2119696-MA', '2119696', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010002', '110002189086', '2965662-MA', '2965662', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010003', '110002189081', '2965662-A', '2965662', '2025-03-26', '2025-03-27', '2025-03-27', '2025-03-28', 6, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010004', '110002189076', '2119696-MA', '2119696', '2025-03-27', '2025-03-28', '2025-03-28', '2025-03-29', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010005', '110002189087', '2965662-MA', '2965662', '2025-03-27', '2025-03-28', '2025-03-28', '2025-03-29', 8, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010006', '110002196241', '2965662-A', '2965662', '2025-03-27', '2025-03-28', '2025-03-28', '2025-03-29', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010007', '110002196242', '2965662-A', '2965662', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 20, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010008', '110002196237', '2965662-MA', '2965662', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 12, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1742539653432010009', '110002196235', '3215283-MA', '3215283', '2025-03-28', '2025-03-29', '2025-03-29', '2025-03-31', 8, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-21 14:47:33', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010000', '110002204003', '5429999-A', '5429999', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 3, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 1, 'P1', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010001', '110002189130', '4560776-A', '4560776', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 5, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010002', '110002189131', '4560776-A', '4560776', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 7, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010003', '110002203994', '4413485-A', '4413485', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 4, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010004', '110002189142', '1275500-A', '1275500', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 6, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010005', '110002189150', '1423996-MA', '1423996', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 1, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010006', '110002189140', '1131543-MA', '1131543', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 2, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010007', '110002196262', '1131543-MA', '1131543', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 2, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010008', '110002196263', '1494133-MA', '1494133', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 3, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010009', '110002196264', '1494133-MA', '1494133', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 11, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010010', '110002196276', '4832252-A', '4832252', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 3, '1#&4#&5#组装配', '早班', 'MTV', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010011', '110002196277', '4832252-A', '4832252', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 19, '1#&4#&5#组装配', '早班', 'MTV', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010014', '110002196278', '9T5957-A', '9T5957', '2025-04-02', '2025-04-03', '2025-04-03', '2025-04-07', 11, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010015', '110002196269', '4512444-A', '4512444', '2025-04-02', '2025-04-03', '2025-04-03', '2025-04-07', 2, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P2', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010016', '110002196268', '4512444-A', '4512444', '2025-04-02', '2025-04-03', '2025-04-03', '2025-04-07', 12, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P2', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010017', '110002203999', '4512444-A', '4512444', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 6, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P2', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010018', '110002196270', '4512444-A', '4512444', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P2', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010019', '110002196265', '9T5957-MA', '9T5957', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 8, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010020', '110002204008', '5936452-A', '5936452', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 1, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010021', '110002196279', '9T5957-A', '9T5957', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 2, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010022', '110002196280', '9T5957-A', '9T5957', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 2, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010023', '110002204017', '3701290-A', '3701290', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 2, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010024', '110002196271', '3701290-A', '3701290', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010025', '110002196281', '9T5957-A', '9T5957', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010026', '110002204000', '4512444-A', '4512444', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010047', '110002196236', '3215283-MA', '3215283', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 8, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010048', '110002196238', '2965662-MA', '2965662', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 8, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010049', '110002196243', '2965662-A', '2965662', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 24, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010050', '110002196244', '2965662-A', '2965662', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 36, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010051', '110002196245', '2965662-A', '2965662', '2025-04-01', '2025-04-02', '2025-04-02', '2025-04-03', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010052', '110002196246', '2965662-A', '2965662', '2025-04-02', '2025-04-03', '2025-04-03', '2025-04-07', 40, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010053', '110002196247', '2965662-A', '2965662', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 16, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010054', '110002196239', '2965662-MA', '2965662', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 16, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010055', '110002196234', '2119696-MA', '2119696', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809693010056', '110002196240', '2965662-MA', '2965662', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 1, 'P3', NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809694010060', '110002195776', '5426075-A', '5426075', '2025-03-31', '2025-04-01', '2025-04-01', '2025-04-02', 3, '1#&4#&5#组装配', '早班', 'Fenix', 'Test 05#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743059809694010075', '110002195777', '5426077-A', '5426077', '2025-04-03', '2025-04-07', '2025-04-07', '2025-04-08', 4, '1#&4#&5#组装配', '早班', 'Fenix', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-03-27 15:16:50', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010000', '110002196274', '4560777', '4560777', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 3, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010001', '110002196275', '4560777', '4560777', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 1, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010002', '110002196272', '3749878', '3749878', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 1, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010003', '110002203995', '4413485', '4413485', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 4, '1#&4#&5#组装配', '早班', 'Steering', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010004', '110002196266', '6209758', '6209758', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 4, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010005', '110002210930', '6209758', '6209758', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 8, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010006', '110002204012', '6209758', '6209758', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 60, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010007', '110002203992', '6457847', '6457847', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 11, '1#&4#&5#组装配', '早班', 'BRK', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010008', '110002196267', '6457847', '6457847', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 9, '1#&4#&5#组装配', '早班', 'MTV', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010009', '110002203996', '4413485', '4413485', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 6, '1#&4#&5#组装配', '早班', 'MTV', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010010', '110002204004', '5429999', '5429999', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 14, '1#&4#&5#组装配', '早班', 'MTV', 'Test 01#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010011', '110002204005', '5429999', '5429999', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 10, '1#&4#&5#组装配', '早班', 'MTV', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010012', '110002203991', '6457847', '6457847', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 14, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010013', '110002210968', '4413485', '4413485', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 12, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010014', '110002204016', '1423996', '1423996', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 2, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010015', '110002204001', '4512444', '4512444', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 12, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010016', '110002203987', '9T5957', '9T5957', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 6, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010017', '110002203988', '9T5957', '9T5957', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 6, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010018', '110002204014', '4832252', '4832252', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 11, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010019', '110002204009', '1131543', '1131543', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 4, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010020', '110002204015', '5241514', '5241514', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 11, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010021', '110002204013', '6209758', '6209758', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 1, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010022', '110002210931', '6209758', '6209758', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 55, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565894010023', '110002210932', '6209758', '6209758', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 5, '1#&4#&5#组装配', '早班', 'Combo', 'Test 01#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010000', '110002203951', '2965662', '2965662', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 40, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010001', '110002203952', '2965662', '2965662', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 8, '2#&3#组装配', '早班', 'NEU', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010002', '110002203948', '6E5566', '6E5566', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 32, '2#&3#组装配', '早班', 'SEL', 'Test 03#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010003', '110002203949', '6E5566', '6E5566', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 28, '2#&3#组装配', '早班', 'SEL', 'Test 03#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010004', '110002211005', '1649613', '1649613', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 12, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010005', '110002203954', '2965662', '2965662', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 40, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010006', '110002203955', '2965662', '2965662', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 12, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010007', '110002203956', '2965662', '2965662', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 28, '2#&3#组装配', '早班', 'NEU', 'Test 03#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010008', '110002203395', '9T5653', '9T5653', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 6, '1#&4#&5#组装配', '早班', 'QD3', 'Test 04#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010009', '110002203377', '5973476', '5973476', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 40, '1#&4#&5#组装配', '早班', 'HMS', 'Test 04#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010010', '110002203369', '6063779', '6063779', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 30, '1#&4#&5#组装配', '早班', 'TRS', 'Test 05#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010011', '110002203216', '5013712', '5013712', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 22, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', '已K料', NULL, 1, 'P1', NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010012', '110002203365', '5013713', '5013713', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 13, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010013', '110002203336', '5013711', '5013711', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 4, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010014', '110002203368', '5013713', '5013713', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 12, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010015', '110002203361', '5013712', '5013712', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 8, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010016', '110002203375', '6223020', '6223020', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 4, '1#&4#&5#组装配', '早班', 'Fenix', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010017', '110002209923', '6223020', '6223020', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 3, '1#&4#&5#组装配', '早班', 'Fenix', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010018', '110002209922', '5013713', '5013713', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 14, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010019', '110002209926', '5013712', '5013712', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 3, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010020', '110002209927', '5013713', '5013713', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 10, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010021', '110002203376', '5872375', '5872375', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 1, '1#&4#&5#组装配', '早班', 'Fenix', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010022', '110002203318', '4736798/HO', '4736798', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 2, '1#&4#&5#组装配', '早班', 'Open Center', 'Test 05#', NULL, '验证2件3209236', 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010023', '110002210112', '5013712', '5013712', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 4, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010024', '110002210113', '5013711', '5013711', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 6, '1#&4#&5#组装配', '早班', 'EH', 'Test 05#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010025', '110002203326', '4903958/HE', '4903958', '2025-04-07', '2025-04-08', '2025-04-08', '2025-04-09', 48, '6#组装配', '早班', 'RCV', 'Test 06#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010026', '110002203321', '4903958/HE', '4903958', '2025-04-08', '2025-04-09', '2025-04-09', '2025-04-10', 48, '6#组装配', '早班', 'RCV', 'Test 06#', '已K料', NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010027', '110002203322', '4903958/HE', '4903958', '2025-04-09', '2025-04-10', '2025-04-10', '2025-04-11', 48, '6#组装配', '早班', 'RCV', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010028', '110002203323', '4903958/HE', '4903958', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 48, '6#组装配', '早班', 'RCV', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010029', '110002203302', '2130087', '2130087', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 2, '6#组装配', '早班', 'MTV', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010030', '110002203378', '6055348', '6055348', '2025-04-10', '2025-04-11', '2025-04-11', '2025-04-12', 3, '6#组装配', '早班', 'HMS', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010031', '110002203324', '4903958/HE', '4903958', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 48, '6#组装配', '早班', 'RCV', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010032', '110002212617', '6055348', '6055348', '2025-04-11', '2025-04-12', '2025-04-12', '2025-04-14', 12, '6#组装配', '早班', 'HMS', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010033', '110002203325', '4903958/HE', '4903958', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 48, '6#组装配', '早班', 'RCV', 'Test 06#', NULL, NULL, 0, NULL, NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); +INSERT INTO `t_app_dbs` VALUES ('1743659565895010034', '110002203309', '3467620', '3467620', '2025-04-12', '2025-04-14', '2025-04-14', '2025-04-15', 1, '6#组装配', '早班', 'ACS', 'Test 06#', NULL, NULL, 1, 'P1', NULL, NULL, '2025-04-03 13:52:46', '管理员', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_equipment +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_equipment`; +CREATE TABLE `t_app_equipment` ( + `equipment_id` int NOT NULL COMMENT '设备号', + `equipment_type` int NOT NULL COMMENT '设备类型', + `equipment_status` int NOT NULL COMMENT '设备状态\n1: 启用\n0: 未启用', + `equipment_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '设备名称', + `equipment_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '设备描述', + `last_update_time` datetime NULL DEFAULT NULL, + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + PRIMARY KEY (`equipment_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_equipment +-- ---------------------------- +INSERT INTO `t_app_equipment` VALUES (1, 1, 1, '1号堆垛机', '1号堆垛机', '2025-02-15 15:21:59', 'admin'); +INSERT INTO `t_app_equipment` VALUES (2, 1, 1, '2号堆垛机', '2号堆垛机', '2025-02-15 15:22:21', 'admin'); + +-- ---------------------------- +-- Table structure for t_app_goods +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_goods`; +CREATE TABLE `t_app_goods` ( + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料号', + `plant` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'plant', + `goods_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '描述', + `vendor_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '供应商名称', + `feeding_type` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '补料方式', + `max_box_num` int NULL DEFAULT NULL COMMENT '立库可放箱数', + `box_qty` int NULL DEFAULT NULL COMMENT '每盒数量', + `put_area` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '存放区域', + `is_sled` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '是否是SLED管理', + `sled_days` int NULL DEFAULT NULL COMMENT 'SLED天数', + `hot_point` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '热点分析', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '初次导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '初次导入用户', + PRIMARY KEY (`goods_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_goods +-- ---------------------------- +INSERT INTO `t_app_goods` VALUES ('0041963', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 260, 'ASRS', 'N', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0058593', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 230, 'ASRS', 'N', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0304605', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 260, 'ASRS', 'N', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0304606', 'WJ12', 'SEAL O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0336027', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1500, 'ASRS', 'N', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0344160', 'WJ12', 'BOLT-LOCKING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0617540', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0619456', 'WJ12', 'SEAL-O-RING', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 1, 'ASRS', 'N', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0858091/HE', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0874786', 'WJ12', 'ADAPTER', '#NO SOURCE', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0950705', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 35, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0950707', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 45, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951573/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951575/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 560, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951578/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951579/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951580/HE', 'WJ12', 'SEAL-O-RING', '#NO SOURCE', 'MRP', 4, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951582/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951584/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951586/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951587/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951594/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951599/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951601/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951602/HE', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951603/HE', 'WJ12', 'SEAL-O-RING', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 2, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951608', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951750/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951751/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1040, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951778/HE', 'WJ12', 'RING-BACK UP', 'NISHIYAMA CORPORATION', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951786/HE', 'WJ12', 'RING-BACK UP', 'NISHIYAMA CORPORATION', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0951789/HE', 'WJ12', 'RING-BACK UP', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 4, 119, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0958024/HE', 'WJ12', 'RING-BACK UP', 'NISHIYAMA CORPORATION', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0960008', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0963831/HE', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0964876/HE', 'WJ12', 'NUT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 330, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0993649', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0994691', 'WJ12', 'BOLT-HEXHEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0L1143', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0S1590', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0S1594', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0S1618', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 880, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0S1619', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('0T0065', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 180, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1006021', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1006211', 'WJ12', 'PISTON', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 180, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1007000', 'WJ12', 'Ring-back up', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 140, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1008010', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 32, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1008011', 'WJ12', 'PLUG', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1008012', 'WJ12', 'BODY', 'TUSON JIAXING CORPORATION', 'MRP', 2, 32, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1008347', 'WJ12', 'COVER', 'YANTAI DONGXING GROUP CO., LTD', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1010509', 'WJ12', 'SEAL-INTEGRAL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011148', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011149', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011154', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011155', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011971', 'WJ12', 'LEVER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 504, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011972', 'WJ12', 'DETENT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011973', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 750, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011978', 'WJ12', 'COVER', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011980', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1011984', 'WJ12', 'BODY', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1012480', 'WJ12', 'COVER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1012862', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 125, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1014845', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1020889/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1022562', 'WJ12', 'BOLT-HEX SOCKET', 'JIANGSU NINGXIN AUTO PART CO.,LTD', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1024157', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1024569', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1024571', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1024574', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1024577', 'WJ12', 'STEM-mg', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1024578', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1027364', 'WJ12', 'BOLT-HEX SOCKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1027365', 'WJ12', 'BOLT-HEX SOCKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1027412', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1038173/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1038252/HE', 'WJ12', 'RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1038254/HE', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1038255/HE', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1047429', 'WJ12', 'PLATE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1047574', 'WJ12', 'VALVE GP-RELIEF', 'HY-PRODUCTION INC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1053478', 'WJ12', 'BOLT-HEX SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1061791', 'WJ12', 'SWITCH GP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1063659', 'WJ12', 'PISTON', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 168, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1063660', 'WJ12', 'PISTON', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 216, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1063661', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1067683', 'WJ12', 'ADAPTER', 'CHINA SOURCE COMPONENTS TRADING', 'MRP', 1, 324, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1067995', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070071', 'WJ12', 'RETAINER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070269', 'WJ12', 'BOLT-HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 430, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070499', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070504', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070505', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070511', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070512', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070513', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070515', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070516', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070517', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070518', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070519', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070520', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070521', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070522', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070523', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070527', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070529', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070530', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070531', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070532', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070533', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070534', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070537', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070539', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1070541', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1071177', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1071179', 'WJ12', 'SEAL PLATE', 'BRICKHAM STAMPING COMPANY INC', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1071180', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1071183', 'WJ12', 'STEM-STEER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1073585', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1078234', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1081781', 'WJ12', 'BOLT-SOCKET HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1081847', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1082187', 'WJ12', 'PLUG-PIPE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1082989', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1083866', 'WJ12', 'ADAPTER-STOR', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 3, 90, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1084916', 'WJ12', 'DETENT GP-CONT', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1086428', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1089402', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1091393', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1096944', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1098040', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1109456', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1118233', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 216, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1118234', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 198, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1119632', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1119916/HE', 'WJ12', 'VALVE GP-SOL&', 'KAWASAKI HEAVY INDUSTRIES, LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1127289', 'WJ12', 'STEM-STEERING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1132040', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1138263', 'WJ12', 'PISTON', 'TUSON JIAXING CORPORATION', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1141267', 'WJ12', 'VALVE GP-PRESS-B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1145678', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1145679', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1151005', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1153073', 'WJ12', 'CLIP AS-CONNECTO', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1156433', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1156901', 'WJ12', 'COVER', 'LIYANG LIANHUA MACHINERY MANUFACTUR', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1159976', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 225, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1159977', 'WJ12', 'PLUG-LDSTOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 110, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1160014', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1160118/HE', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1161890', 'WJ12', 'VALVE GP-CHECK-D', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1161895', 'WJ12', 'VALVE GP-D RLF', 'PONAR WADOWICE S A', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1165172', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1165174', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1171968', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1172040', 'WJ12', 'BRACKET AS.', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1177889', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1177890', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1177892', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1177893', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1177895', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1181470', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1181471', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1181472', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1185081', 'WJ12', 'ACTUATOR GP', 'CATERPILLAR INDUSTRIAS MEXICO, S. D', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1185086', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 30, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1185087', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 40, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1186871', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 32, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1199541', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1199542', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1199543', 'WJ12', 'PLATE IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1212051', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1216645', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1216647', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1216649', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1216650', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1216653', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 42, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1227695/HE', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1227767/HE', 'WJ12', 'RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 105, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1234750', 'WJ12', 'VALVE GP-CHECK-E', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1235798', 'WJ12', 'SEAT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1235799', 'WJ12', 'SEAT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1237019', 'WJ12', 'COVER', 'JIANGSU LIYUAN JINHE FOUNDRY', 'MRP', 1, 168, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1239624', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1242880', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1242881', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1242882', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1243308', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1243311', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1243330', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1243331', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1243454', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1243488', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1248335', 'WJ12', 'VALVEAS-CONTROL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1249957', 'WJ12', 'PIN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1265484', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1266104', 'WJ12', 'PLUG-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 15, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1266612', 'WJ12', 'BODY', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 8, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1267654', 'WJ12', 'SPACER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 288, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1268473', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1275531', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1277290', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1278480', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1282654', 'WJ12', 'HANGER-PAINT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1288701', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1291898', 'WJ12', 'BODY', 'JIANGSU LIYUAN JINHE FOUNDRY', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1291900', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1298222', 'WJ12', 'VALVE GP-D RLF-', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 15, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303088', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303089', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303090', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303091', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303092', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303093', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303094', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303095', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303099', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303100', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303101', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303109', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1303535', 'WJ12', 'DETENT GP-CONT', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 4, 8, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1305300', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1315938/HE', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 1, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1318350', 'WJ12', 'VALVE GP-BASIC', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1323877/EY', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1325258', 'WJ12', 'VALVE GP-D RLF-B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1355359', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1355491', 'WJ12', 'VALVE GP-P RLF', 'PONAR WADOWICE S A', 'MRP', 1, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1357272', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1376719', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1376720', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1379832', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1393555', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1397559', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1398472', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1398475', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1398476', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1398477', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1401114', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1411233', 'WJ12', 'VALVE GP-CHECK-F', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 59, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1411500', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1415497', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1415498', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1421767', 'WJ12', 'POPPET', 'TUSON JIAXING CORPORATION', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1422864', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 160, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1425584', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1425589', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1425590', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1433564', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1439479', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1441185', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1442894', 'WJ12', 'PLUG-EXPANDER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1470874', 'WJ12', 'PLATE', '#NO SOURCE', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1477609', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1482557', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1483483', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1487906', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488336', 'WJ12', 'ADAPTER AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 165, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488338', 'WJ12', 'ADAPTER AS-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488346', 'WJ12', 'ADAPTER AS-ELBOW', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488356', 'WJ12', 'ADAPTER AS-ELBOW', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 8, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488368', 'WJ12', 'ADAPTER AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 96, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488369', 'WJ12', 'ADAPTER AS ELBOW 90 DEG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488378', 'WJ12', 'ADAPTER AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488424', 'WJ12', 'TEE AS.-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488434', 'WJ12', 'ADAPTER AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1488435', 'WJ12', 'ADAPTER AS-TEE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1489359', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1494132', 'WJ12', 'CYL GP-AIR (BSC)', 'DANFOSS POWER SOLUTIONS II LLC', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1501285', 'WJ12', 'PLUG-BREATHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1503065', 'WJ12', 'ADAPTER AS-ELBOW', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1505005/S', 'WJ12', 'HOSE AS.', 'CAT FLUID SYS XUZHOU', 'MRP', 1, 1, 'ASRS', 'Y', 730, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1507244', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1508006', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1509492', 'WJ12', 'VALVE GP-P RLF', 'PONAR WADOWICE S A', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1526745', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1528385', 'WJ12', 'VALVE GP-SOL', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1535276/HE', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1536976', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1537067', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 90, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1537549', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 93, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1537550', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1537551', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 32, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1537553', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1539989', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1540185', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1541580', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 3, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1552251', 'WJ12', 'PLATE', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1552267', 'WJ12', 'PLUG AS-CONN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1552269', 'WJ12', 'PLUG AS-CONN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1552272', 'WJ12', 'PLUG AS-CONN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1566175', 'WJ12', 'CLIP-LADDER', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1598968', 'WJ12', 'VALVE GP-CHECK-E', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1604409/HE', 'WJ12', 'ORIFICE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1607440', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1607578', 'WJ12', 'BODY-LOAD PISTON', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1608758', 'WJ12', 'BOLT-SOCKET HEAD', 'JIANGSU NINGXIN AUTO PART CO.,LTD', 'MRP', 2, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1612684', 'WJ12', 'SCREW', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 105, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1612685', 'WJ12', 'BOLT-SHOULDER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1612829', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1620095', 'WJ12', 'MANIFOLD', 'MARION TOOL & DIE', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1625354', 'WJ12', 'BODY', 'JIANGSU HENGLI HYDRAULIC CO.,LTD', 'MRP', 1, 216, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1635671', 'WJ12', 'WASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 800, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1640938', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1646174', 'WJ12', 'ROD', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1647129', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1647677', 'WJ12', 'ROD', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1647678', 'WJ12', 'ROD', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1649869', 'WJ12', 'ADAPTER AS-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1654931', 'WJ12', 'ADAPTER AS-ELBOW', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1667220', 'WJ12', 'ROD', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1674019', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1681968', 'WJ12', 'ADAPTER AS-TEE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1704001', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1710037/HE', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 168, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1715461', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1715462', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1717978', 'WJ12', 'PLUG-ORIFICE', 'CASEY PRODUCTS, INC.', 'MRP', 6, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1726236', 'WJ12', 'RETAINER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 3, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1726240', 'WJ12', 'COVER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1730511', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 2, 32, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1730512', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1730514', 'WJ12', 'COVER', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1730515', 'WJ12', 'FLANGE-SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1734012', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1744321', 'WJ12', 'SPOOL-CONTROL', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 216, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1749194', 'WJ12', 'BOLT-HEX FLG HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1750453', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 96, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1757895', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 210, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1757896', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1760258', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 120, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1761661', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1761662', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 4, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1771405', 'WJ12', 'SPRING-STABLIZIN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1773868', 'WJ12', 'VALVE-CHECK', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1808722', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1809604', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1809935', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1837027', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1857708', 'WJ12', 'VALVE GP-RELIEF', 'HUSCO INTERNATIONAL, INC.', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1857712', 'WJ12', 'VALVE GP-RELIEF', 'HUSCO INTERNATIONAL, INC.', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1860905', 'WJ12', 'VALVE GP-P RLF-A', 'HUSCO INTERNATIONAL, INC.', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1860908', 'WJ12', 'VALVE GP-P RLF-', 'HUSCO INTERNATIONAL, INC.', 'MRP', 3, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1860913', 'WJ12', 'VALVE GP-P RLF-', 'HUSCO INTERNATIONAL, INC.', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1861526', 'WJ12', 'VALVE GP-SOL', 'TUSON JIAXING CORPORATION', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1879630', 'WJ12', 'SEAL-O-RING', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 300, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1883365', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1883475', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1883476', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1899263', 'WJ12', 'TUBE AS', 'JIANGSU YAOKUN HYDRAULIC CO.,LTD', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1899807', 'WJ12', 'SPRING-FEEDBACK', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1919247', 'WJ12', 'WASHER-SOFT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 800, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1920895', 'WJ12', 'VALVE GP-RELIEF', 'PONAR WADOWICE S A', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1931665', 'WJ12', 'VALVE GP-REDC -A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1934430', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1935463', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1947072', 'WJ12', 'VALVE GP-CHECK-E', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1952150', 'WJ12', 'SENSOR AS-TEMP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1954407', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1973295', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1982914', 'WJ12', 'NUT-HEXAGON', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1A8096', 'WJ12', 'SPRING-VALVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1D4566', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1F8359', 'WJ12', 'BALL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1F8419', 'WJ12', 'WASHER-VALVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1H0337', 'WJ12', 'VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 315, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1H1023', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1H9696', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 225, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1J5799', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1J8476', 'WJ12', 'COVER', 'NANJING CHENGUANG GROUP CO LTD', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1J8497', 'WJ12', 'VALVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1J8960', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1J9671', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1K4066', 'WJ12', 'SPRING-COMP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1L3162', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1N5999', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P1428', 'WJ12', 'PLUG-SEALING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P1669', 'WJ12', 'PLUG-SEALING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3702', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 400, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3703', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3704', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3705', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3706', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3707', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3708', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P3709', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P4576', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P4577', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 70, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P4578', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P4579', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 30, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P4582', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 36, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P4584', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P5760', 'WJ12', 'FLANGE-HALF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P5766', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P5767', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 27, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P6744', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 15, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1P7406', 'WJ12', 'EYE BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S1476', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S1636', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S1638', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S2176', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S3725', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S3730', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S5567', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S5646', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1S6250', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1T0284', 'WJ12', 'BOLT-HEX SKT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1T0689', 'WJ12', 'WASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1T0936', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1T1068', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U0322', 'WJ12', 'BEARING-SLEEVE', 'FUJIAN LONGXI BEARING (GROUP)', 'MRP', 4, 1680, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U0470', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U0471', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U1577', 'WJ12', 'PLUG', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U1578', 'WJ12', 'VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U1968', 'WJ12', 'RING-RETAINING', 'PROSPECT FASTENER CORP.', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U2643', 'WJ12', 'BODY', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1U3142', 'WJ12', 'BOOT', 'NANJING STAR RUBBER & PLASTIC', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('1W9860', 'WJ12', 'SPRING-COMPRESS', 'MW INDUSTRIES, INC MATTHEW-WARREN S', 'MRP', 2, 83, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2011145', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2011146', 'WJ12', 'VALVE GP-P RLF', 'PONAR WADOWICE S A', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2011148', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2011149', 'WJ12', 'VALVE GP-P RLF', 'PONAR WADOWICE S A', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2040814', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2042124', 'WJ12', 'VALVE GP-CONT', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2048000', 'WJ12', 'MOUNT-TIE WRAP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2071617', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2071621', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2077434', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 120, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2080805', 'WJ12', 'STEM-TILT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2085498', 'WJ12', 'SEAL AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2098296', 'WJ12', 'BOLT', 'SHANGHAI AUTOCRAFT CO.,LTD.', 'MRP', 6, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2119695', 'WJ12', 'ADAPTER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2132227', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2136662', 'WJ12', 'HARNESS AS.', 'SK EXPRESS, INC.', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2147567', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2147568', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2152828', 'WJ12', 'TUBE AS.', 'MORTON INDUSTRIES, LLC', 'MRP', 1, 7, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2153379', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2153708', 'WJ12', 'BRACKET', 'PRINCE INDUSTRIES, LLC', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2155526', 'WJ12', 'PLATE AS.', 'PRINCE INDUSTRIES, LLC', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2169512', 'WJ12', 'VALVE GP-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2172573', 'WJ12', 'TUBE AS', 'JIANGSU YAOKUN HYDRAULIC CO.,LTD', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2176414', 'WJ12', 'SPOOL-CONTROL', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 216, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2177134', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2177195', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2187316', 'WJ12', 'PLATE', 'SUZHOU FENGSHI METAL TECHNOLOGY', 'MRP', 10, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2191891', 'WJ12', 'PLUG AS.', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 150, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2191893', 'WJ12', 'PLUG AS.', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2213676', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2213678', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2213679', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2213680', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2215311', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2224741', 'WJ12', 'VALVE GP-SOL', 'FEMA CORPORATION', 'MRP', 2, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2227774', 'WJ12', 'VALVE GP', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2231088', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2232204', 'WJ12', 'CAP 13/16-16 THD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2234897', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2254804/HE', 'WJ12', 'PLUG-HEX. SKT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2256948', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2260267', 'WJ12', 'BOOT', 'NANJING STAR RUBBER & PLASTIC', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2271189', 'WJ12', 'SCREEN - PILOT', 'BOSCH REXROTH DSI', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2283101', 'WJ12', 'BRACKET', 'SUZHOU FENGSHI METAL TECHNOLOGY', 'MRP', 10, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2283102', 'WJ12', 'BRACKET', 'SUZHOU FENGSHI METAL TECHNOLOGY', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2283103', 'WJ12', 'BRACKET', 'SUZHOU FENGSHI METAL TECHNOLOGY', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2283104', 'WJ12', 'BRACKET', 'SUZHOU FENGSHI METAL TECHNOLOGY', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2287096', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 210, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2299955', 'WJ12', 'STEM-ANGLE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2304011', 'WJ12', 'PLUG AS-CONN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 162, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2304013', 'WJ12', 'PLUG AS-CONN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2305010', 'WJ12', 'PLUG AS-CONN', 'DEUTSCH CONNECTORS TRADING', 'MRP', 1, 396, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2324113/HE', 'WJ12', 'RING-BACK UP', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 6, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2343043', 'WJ12', 'COVER (METRIC)', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 8, 12, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2343451', 'WJ12', 'COVER (METRIC)', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 6, 12, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2343453', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2344845', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2344846', 'WJ12', 'SPOOL-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2344851', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 73, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2344869', 'WJ12', 'VALVE GP-MAKE UP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 24, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2344870', 'WJ12', 'PLUG - SHUT-OFF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2352475', 'WJ12', 'SEAL-RECTANGULAR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2354162', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2369832', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2378021', 'WJ12', 'COVER', 'SUZHOU METAL ONE STEEL PLATES', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2381795', 'WJ12', 'STUD-STRAIGHT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2381796', 'WJ12', 'STUD-STRAIGHT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2385078', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2385080', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2400, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2385082', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2401863', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2404695', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2404696', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2427954', 'WJ12', 'HOUSING AS', 'TUSON JIAXING CORPORATION', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2427955', 'WJ12', 'HOUSING AS', 'TUSON JIAXING CORPORATION', 'MRP', 4, 24, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2437115', 'WJ12', 'BOLT-HEX SOCKET', 'CASEY PRODUCTS, INC.', 'MRP', 2, 321, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2446625', 'WJ12', 'ADAPTER-CROSS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2458472/X', 'WJ12', 'PLUG-EXPANSION', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2465773', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2465774', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2474579', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 96, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2507531', 'WJ12', 'PLUG-RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2507662', 'WJ12', 'VALVE GP-P CHK', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 200, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2518330', 'WJ12', 'VALVE GP-RLF B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2521631', 'WJ12', 'PLUG AS.', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2551197', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2555594/HE', 'WJ12', 'SEAL-O-RING', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 2, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2558581', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2558582', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2564552', 'WJ12', 'PLUG - SHUT-OFF', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2567280', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 7, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2577440', 'WJ12', 'PLUG AS', 'FLUID LINE PRODUCTS, INC.', 'MRP', 2, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2587334', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2597513/HE', 'WJ12', 'SPRING-CHK VALVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2603053', 'WJ12', 'HOUSING - SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2603055', 'WJ12', 'HOUSING - SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2603058', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2606734', 'WJ12', 'STEM - VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2606735', 'WJ12', 'STEM - VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2606736', 'WJ12', 'STEM-VALVE (AUX)', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2606737', 'WJ12', 'STEM - VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2606738', 'WJ12', 'STEM - VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2608590', 'WJ12', 'VALVE GP-SHTL -B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 80, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2610157', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2610158', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2610159', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2612791', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2613677', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2613679', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2639657', 'WJ12', 'VALVE GP-RLF A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2660531', 'WJ12', 'CAP-CONNECTOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2690858', 'WJ12', 'VALVE GP-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2699400', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2707647', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2722334', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2732153', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2755797', 'WJ12', 'PLATE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2760748', 'WJ12', 'CAP-PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2778863', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2787596', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2787602', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 9, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2787603', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2787604', 'WJ12', 'STEM - VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2787606', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2788966', 'WJ12', 'BOLT-HEX SOCKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2800426', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2808912', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2818804', 'WJ12', 'PLUG AS-CONN', 'HANGZHOU DONGCHENG AUTO ELECTRONICS', 'MRP', 2, 50, 'ASRS', 'Y', 7300, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2828827', 'WJ12', 'PLUG-EXPANSION', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2833462', 'WJ12', 'SCREEN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2841010', 'WJ12', 'Spring', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2841011', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2841017', 'WJ12', 'RETAINER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 4, 120, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2841018', 'WJ12', 'RETAINER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 4, 240, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2855628', 'WJ12', 'VALVE GP-SOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 10, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2884038', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2884040', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2884042', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2884052', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2884056', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2884059', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2890782', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2906004', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2906006', 'WJ12', 'PATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2906039', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2906044', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2906046', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2913786', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2913787', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2913788', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2918148', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2924792', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2924793', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2928061', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2935263', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 175, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2937639', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2945272', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2947687', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2950993', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2965270', 'WJ12', 'SENSOR GP-PRESS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2965987', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2965988', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2970483/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2971615', 'WJ12', 'VALVE GP-REDC -A', 'PRINCE INDUSTRIES INC.', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2976291', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2982414', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 35, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2984763', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2984765', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2984767', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2B2695', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2D0094', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 250, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2D0598', 'WJ12', 'SEAL O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2D6392', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2D6642', 'WJ12', 'BALL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2D6648', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2H3927', 'WJ12', 'SEAL O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2J2668', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 75, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2J2866', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2J5608', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2K8199', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 850, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2K9111', 'WJ12', 'PIN SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2L1699', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2L9056', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2M9780', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2N7029', 'WJ12', 'SPRING-CONT PIN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2P4539', 'WJ12', 'SPOOL-RELIEF', '#NO SOURCE', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2P5755', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2P8421', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2R1256', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 20, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S0675', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S1382', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S1385', 'WJ12', 'SPOOL-RELIEF', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 45, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S2596', 'WJ12', 'SPRING', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 5, 5000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S4078', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 450, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S4663', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2S6538', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('2Y2347', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 20, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3023809', 'WJ12', 'VALVE GP-SOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3023813', 'WJ12', 'VALVE GP-SOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3041142', 'WJ12', 'VALVE GP-SOL', 'KAWASAKI HEAVY INDUSTRIES, LTD', 'MRP', 1, 14, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3045114', 'WJ12', 'SLEEVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3045146', 'WJ12', 'VALVE GP', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 3, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3054563', 'WJ12', 'VALVEGP-SHTL-B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093911', 'WJ12', 'SLEEVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 128, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093916', 'WJ12', 'COMPENSATOR', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093917', 'WJ12', 'BOLT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093918', 'WJ12', 'RETAINER-STOP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 31, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093919', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093921', 'WJ12', 'SPRING-INSIDE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3093922', 'WJ12', 'SPRING-OUTSIDE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3100180', 'WJ12', 'PLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3100190', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3100191', 'WJ12', 'PLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3100192', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3100203/HE', 'WJ12', 'VALVE GP-SOL -A', 'KAWASAKI HEAVY INDUSTRIES, LTD', 'MRP', 3, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3100261/HE', 'WJ12', 'ADAPTER-MAIN RLF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3112864', 'WJ12', 'KIT-SEAL', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3112866', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3112886', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3112888', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3120312', 'WJ12', 'CAP-CONNECTOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3128629', 'WJ12', 'COIL AS', 'DONGGUAN PANTAI ELECTRONIC CO., LTD', 'MRP', 1, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3133966', 'WJ12', 'VALVEGP-SHUTTLE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 40, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3161438', 'WJ12', 'CARTRIDGE AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 2, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3175154', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3188833', 'WJ12', 'VALVE GP-CHECK', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3203064', 'WJ12', 'SENSOR GP-PRESS', 'Sensata Technologies(Changzhou) Ltd', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3208751', 'WJ12', 'GASKET', 'DANA SEALING MANUFACTURING, LLC', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3209706', 'WJ12', 'PLUG-ORIFICE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 480, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3231219', 'WJ12', 'COVER', 'IMPRO INDUSTRIES (YIXING) CO LTD', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3231245', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 14, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3232246', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3235819', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3235821', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3235823', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3237761', 'WJ12', 'RING-BACKUP', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 4, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3237773/HE', 'WJ12', 'FILTER', 'MURATA CORPORATION', 'MRP', 1, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3243495', 'WJ12', 'MANIFOLD', 'CHINA SOURCE COMPONENTS TRADING', 'MRP', 1, 128, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3250380', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3262664', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3265212', 'WJ12', 'COIL AS', 'DONGGUAN PANTAI ELECTRONIC CO., LTD', 'MRP', 3, 24, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3267674', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3267679', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3267680', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3275268', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3278527', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 20, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3280730', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 3, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3284314', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3288940', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3293356', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3294603', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3307743', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3307751', 'WJ12', 'PLUG-PIPE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3309801', 'WJ12', 'VALVE GP-RELIEF', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3321985', 'WJ12', 'VALVE GP-D RLF-A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3321986', 'WJ12', 'VALVE GP-D RLF-A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3321987', 'WJ12', 'VALVE GP-D RLF-A', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3328826', 'WJ12', 'HOUSING AS', 'TUSON JIAXING CORPORATION', 'MRP', 2, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3331701', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3338242', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3340870', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3341673', 'WJ12', 'BOLT-HEX SKT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3344979/HR', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3351074', 'WJ12', 'VALVE GP-PRESS-B', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3358273', 'WJ12', 'ADAPTER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3365724', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3385494', 'WJ12', 'RETAINER', 'YANTAI DONGXING GROUP CO., LTD', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3385495', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3398884', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3402789', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3405470', 'WJ12', 'LEVER AS. (RH)', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3405471', 'WJ12', 'LEVER AS. (LH)', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3405472', 'WJ12', 'LEVER AS. (LH)', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 120, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3410825', 'WJ12', 'PROBEAS-SPOOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 42, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3418323', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3419000', 'WJ12', 'VALVE GP-SHUTOFF', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3428997', 'WJ12', 'VALVE GP-D RLF-A', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3438385', 'WJ12', 'VALVE GP-P RLF-A', 'HUSCO INTERNATIONAL, INC.', 'MRP', 2, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3438386', 'WJ12', 'VALVE GP-P RLF-A', 'HUSCO INTERNATIONAL, INC.', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3443549', 'WJ12', 'ORIFICE', 'CAPLUGS PROTECTIVE INDUSTRIAL COMPO', 'MRP', 2, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3446498', 'WJ12', 'TUBE AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3446499', 'WJ12', 'TUBE AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 1, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3447390', 'WJ12', 'SENSOR GP-PRESSURE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3447392', 'WJ12', 'SENSOR GP-PRESS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3450357', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3460474', 'WJ12', 'VALVE GP-D RLF-B', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3460475', 'WJ12', 'VALVE GP-D RLF-B', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3461626', 'WJ12', 'SPRING', 'MID-WEST SPRING AND STAMPING, INC.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3461628', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 45, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3461634', 'WJ12', 'BOLT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3461635', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3461636', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467576', 'WJ12', 'WASHER', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 71, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467587', 'WJ12', 'ADAPTER-RELIEF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467591', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467598', 'WJ12', 'BLOCK', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467601', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467602', 'WJ12', 'PLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467603', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467606', 'WJ12', 'STEM-BYPASS', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467608', 'WJ12', 'FLANGE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467616', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467618', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3467619', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3470859', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3487104', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 54, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3490671', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3497104', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3497431', 'WJ12', 'HOUSING-SENSOR', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3502763', 'WJ12', 'RETAINER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3503145', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3512840', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3522734', 'WJ12', 'VALVE GP-SOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3523045', 'WJ12', 'BOLT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3523046', 'WJ12', 'BOLT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3523047', 'WJ12', 'BOLT', 'JINAN ZHONGCHUAN EQUIPMENT CO., LTD', 'MRP', 2, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3523048', 'WJ12', 'KIT-SEAL', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 3, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3523968', 'WJ12', 'CLIP-LADDER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3527057/HE', 'WJ12', 'SPRING-RETURN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3527058/HE', 'WJ12', 'SPRING-RETURN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3527228/HE', 'WJ12', 'VALVEGP-PRLF', 'NISHINA INDUSTRIAL CO.,LTD.', 'MRP', 1, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3529954', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3529955', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3529956', 'WJ12', 'RETAINER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3539455', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3568547', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3568548', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3568561', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3570908', 'WJ12', 'HARNESS AS', 'CVG MEXICO', 'MRP', 1, 7, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3576292', 'WJ12', 'RING-BACKUP', 'SPAULDING COMPOSITES (QINGDAO) CO.,', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3594661', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603678', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603679', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603681', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603684', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603685', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603688', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603689', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603690', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603691', 'WJ12', 'PLUG-HD STOR', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603692', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603693', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603694', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603695', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603696', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 46, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603697', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 30, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3603698', 'WJ12', 'PLUG-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3612414', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3612422', 'WJ12', 'SLEEVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3612426', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3612427', 'WJ12', 'BLOCK-LIMITER', 'TUSON JIAXING CORPORATION', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3612429', 'WJ12', 'VALVE GP-PRESS', 'TUSON JIAXING CORPORATION', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3612432', 'WJ12', 'VALVE GP-FCONT-A', 'TUSON JIAXING CORPORATION', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3613549', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3617213', 'WJ12', 'Cartridge As', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 96, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3623212', 'WJ12', 'VALVE GP-SOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 35, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3623330', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3623331', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3623332', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3623333', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3623336', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3631610', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3631613', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3632687', 'WJ12', 'HOUSING', 'JIANGSU HENGLI HYDRAULIC CO.,LTD', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3632692', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3632697', 'WJ12', 'RETAINER', 'TUSON DONGGUAN CORPORATION', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3632698', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3640658', 'WJ12', 'STEM - VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3642634', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 76, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3660374', 'WJ12', 'COVER', 'SUZHOU METAL ONE STEEL PLATES', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3660375', 'WJ12', 'GASKET', 'UCHIYAMA MANUFACTURING CORP.', 'MRP', 3, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3661342', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3661344', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3661347', 'WJ12', 'LATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3664694', 'WJ12', 'PLUG AS-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3664972', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3673012', 'WJ12', 'VALVE GP-CHECK-E', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3675511', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3675512', 'WJ12', 'SEAT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 1600, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3676001', 'WJ12', 'PLUG AS-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 160, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3676002', 'WJ12', 'PLUG AS-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 600, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3676003', 'WJ12', 'PLUG AS-HD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3679497', 'WJ12', 'STEM-TILT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3685096', 'WJ12', 'TUBE AS.', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3694110', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698353/HE', 'WJ12', 'COVER-PROTECTION', 'SUZHOU FENGSHI METAL TECHNOLOGY', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698357/HE', 'WJ12', 'GASKET-PROTN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698485/HE', 'WJ12', 'PLUG-PIN', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698486/HE', 'WJ12', 'GUIDE-VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698487/HE', 'WJ12', 'COVER-PROTECTION', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698488/HE', 'WJ12', 'GASKET-PROTN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698489/HE', 'WJ12', 'COVER-PROTECTION', 'CHUZHOU HONCH MACHINERY', 'MRP', 1, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698490/HE', 'WJ12', 'GASKET-PROTN', '#NO SOURCE', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698492/HE', 'WJ12', 'COVER-VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698493/HE', 'WJ12', 'GUIDE-SEAT', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698494/HE', 'WJ12', 'SEAT-VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698495/HE', 'WJ12', 'BOLT', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698496/HE', 'WJ12', 'SPRING-RETURN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698497/HE', 'WJ12', 'GUIDE-STOPPER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 105, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698498/HE', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698499/HE', 'WJ12', 'SPRING-RETURN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3698500/HE', 'WJ12', 'GUIDE-STOPPER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 105, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3699151', 'WJ12', 'PLUG-PTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3699449', 'WJ12', 'VALVE GP-SHTL -B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701234', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701236', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701238', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701246', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701248', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701250', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701252', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701254', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701256', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701258', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701260', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701263', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701264', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3701289', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3705764', 'WJ12', 'VALVE GP-D RLF-C', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 16, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3706345', 'WJ12', 'ORIFICE AS.', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3706346', 'WJ12', 'ORIFICE AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3706916', 'WJ12', 'HOUSING AS', 'TUSON JIAXING CORPORATION', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3706923', 'WJ12', 'VALVE GP-CHECK-D', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3706936', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3708160', 'WJ12', 'PLUG', 'GENERAL PLUG AND MANUFACTURING CO (', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3711784', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3714753', 'WJ12', 'MANIFOLD', 'YANTAI SHUANGCHENG MACHINERY CO., L', 'MRP', 2, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3717958', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3734539', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3734540', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3739483', 'WJ12', 'VALVE GP-RLF -A', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3741478', 'WJ12', 'SPOOL-COMP', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 70, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3753788', 'WJ12', 'VALVE GP-P RLF-A', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3753789', 'WJ12', 'VALVE GP-P RLF-A', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3757263', 'WJ12', 'VALVE GP-D RLF-B', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3760630', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3760631', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3761241', 'WJ12', 'VALVE GP', 'TUSON JIAXING CORPORATION', 'MRP', 2, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3772231', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3772891', 'WJ12', 'VALVE GP-P RLF-A', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 3, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3773685', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3773687', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3788543', 'WJ12', 'PLUG', 'TUSON JIAXING CORPORATION', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789422', 'WJ12', 'STEM-PC', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789423', 'WJ12', 'STEM-CT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789424', 'WJ12', 'STEM-CT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789425', 'WJ12', 'STEM-PC', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789426', 'WJ12', 'STEM-CT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789427', 'WJ12', 'STEM-CT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3789436', 'WJ12', 'PIN', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 432, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3791097', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3792243', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3804768', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3811849', 'WJ12', 'PIN', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 252, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3847474', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3848758', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3850021', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3855641', 'WJ12', 'VALVE GP-P RLF-B', 'HUSCO INTERNATIONAL, INC.', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3884493', 'WJ12', 'VALVE GP-CHECK', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 160, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3885295', 'WJ12', 'HOUSING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3886987', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3930084', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3939140', 'WJ12', 'STEM-EJECTOR', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3939142', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3939143', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3939144', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3948568', 'WJ12', 'PLUG-RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3964852', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3965678', 'WJ12', 'VALVE GP-P RLF-A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3966619', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3966622', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3979397', 'WJ12', 'VALVE GP-SOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 15, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3995792', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3B4506', 'WJ12', 'LOCKWASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3C8388/S', 'WJ12', 'PIN-ROLL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3D2824', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3D4603', 'WJ12', 'PLUG-PIPE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3D8908', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3E3882', 'WJ12', 'EYEBOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 25, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3E4352', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1800, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3E6730', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3E6771', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3E8575', 'WJ12', 'VALVE GP SOL', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G2683', 'WJ12', 'PLUG-CHECK VALVE', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G3126', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 52, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G4113', 'WJ12', 'COVER', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G4114', 'WJ12', 'COVER', 'WUXI XIONGLIAN MACHINE MAKING', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G4117', 'WJ12', 'COVER', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 1360, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G4135', 'WJ12', 'PLUG-CAVITY', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G5003', 'WJ12', 'BEARING-SLEEVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 28, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G5209', 'WJ12', 'ORIFICE', 'CAPLUGS PROTECTIVE INDUSTRIAL COMPO', 'MRP', 1, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3G8991', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3H5523', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J1907', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 2700, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J3712', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 32, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J5553', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J5554', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 160, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J6933', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J6956', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J7354', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1200, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J7694', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3J9015', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3K0360', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 3000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3K6113', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3L3813', 'WJ12', 'PIN', 'SUZHOU CASEY PRODUCTS CO.,LTD', 'MRP', 2, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3P1979', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 71, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3P9498', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3S9233', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3T8236', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 120, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3T9560', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('3T9836', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4168195', 'WJ12', 'VALVEGP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4168724', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4180160', 'WJ12', 'STEM-BOWL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4214352', 'WJ12', 'STEM-STEERING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4214353', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 23, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4224594', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4230466', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4231786', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 540, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4231787', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4237715', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 32, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4238380', 'WJ12', 'ROD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4308983', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 70, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4315624/HE', 'WJ12', 'FILM-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4342475', 'WJ12', 'VALVE GP-D RLF-A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4350326', 'WJ12', 'VALVE GP-D RLF-A', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4350332', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4363447', 'WJ12', 'HOUSING', 'TUSON JIAXING CORPORATION', 'MRP', 1, 14, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4363448', 'WJ12', 'HOUSING', 'TUSON JIAXING CORPORATION', 'MRP', 1, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4363449', 'WJ12', 'HOUSING', 'TUSON JIAXING CORPORATION', 'MRP', 1, 14, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4386138', 'WJ12', 'RETAINER', 'IMPRO (CHINA) LIMITED', 'MRP', 2, 80, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4389359', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 70, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4394146/HE', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4404715', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4415947', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4419221', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4441762', 'WJ12', 'PLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4447322', 'WJ12', 'TUBE AS', 'JIANGSU YAOKUN HYDRAULIC CO.,LTD', 'MRP', 2, 16, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4456109', 'WJ12', 'VALVE GP-P CHK', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 16, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4460768', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4475613', 'WJ12', 'SEAL-LIP TYPE', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 1, 1000, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4475614', 'WJ12', 'SEAL-LIP TYPE', 'SHANGHAI KURIYAMA TRADING,', 'MRP', 2, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4485704/HE', 'WJ12', 'VALVE GP-P RLF-A', 'HUSCO INTERNATIONAL, INC.', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4512183/HE', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4516572', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4516575', 'WJ12', 'COVER', 'NANJING CHENGUANG GROUP CO LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4519131', 'WJ12', 'PLUG-RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4533451/HE', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1800, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4535972', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4540936', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4555822', 'WJ12', 'VALVE GP-RLF -A', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4563792', 'WJ12', 'VALVE GP-P RLF-A', 'HUSCO INTERNATIONAL, INC.', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4564624', 'WJ12', 'VALVE GP-D RLF-B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 25, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4564626', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4564627', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4564633', 'WJ12', 'VALVE GP-D RLF-B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 25, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4571138', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4572451', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4579878', 'WJ12', 'VALVE GP-SOL', 'KAWASAKI HEAVY INDUSTRIES, LTD', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4612544', 'WJ12', 'SENSOR AS-SPOOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4644067', 'WJ12', 'VALVE GP-CHECK-D', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4674761', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4674762', 'WJ12', 'STEM-TILT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4674763', 'WJ12', 'STEM-RIPPER LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4674764', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4678042', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681129', 'WJ12', 'STEM-TILT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681130', 'WJ12', 'STEM-RIPPER TIP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681131', 'WJ12', 'STEM-RIPPER LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681133', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681134', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 17, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681135', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 14, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681136', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 25, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681137', 'WJ12', 'VALVE', '#NO SOURCE', 'MRP', 1, 56, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681138', 'WJ12', 'PLUG-RETAINER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681139', 'WJ12', 'PLUG-RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681141', 'WJ12', 'RETAINER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681142', 'WJ12', 'RETAINER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 6, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681143', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681144', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681145', 'WJ12', 'BOLT-FLAT', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681339', 'WJ12', 'HOUSING', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4681340', 'WJ12', 'HOUSING', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4689932', 'WJ12', 'MANIFOLD GP-CONT', 'THOMAS MAGNETE GMBH', 'MRP', 2, 10, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4710143', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4710158', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4717412', 'WJ12', 'STOP', 'TUSON JIAXING CORPORATION', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4735263', 'WJ12', 'STUD-STR THREAD', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4735264', 'WJ12', 'BOLT', 'JIANGSU NINGXIN AUTO PART CO.,LTD', 'MRP', 1, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4738146', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4755303', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4761915', 'WJ12', 'RETAINER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4762873', 'WJ12', 'VALVE GP-D RLF', 'PONAR WADOWICE S A', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4770241', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4770242', 'WJ12', 'COVER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 32, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4802136/HE', 'WJ12', 'COLLAR', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 480, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4805267', 'WJ12', 'CLIP-LIFT', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 120, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4812466', 'WJ12', 'STEM-RIPPER TIP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4812471', 'WJ12', 'VALVE GP-CHECK', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 38, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4812473', 'WJ12', 'VALVE GP-RELIEF', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 38, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4812476', 'WJ12', 'VALVE GP-RELIEF', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 38, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4823555', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4829841', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4832253', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4841390', 'WJ12', 'PLUG AS', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4849880', 'WJ12', 'SENSOR GP', 'Sensata Technologies(Changzhou) Ltd', 'MRP', 1, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4875881/HE', 'WJ12', 'SPRING-CHECK V', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4882889', 'WJ12', 'VALVE GP-PRESS-B', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4888380/HE', 'WJ12', 'VALVE GP-P RLF', 'NISHINA INDUSTRIAL CO.,LTD.', 'MRP', 2, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4908810', 'WJ12', 'HOUSING', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 6, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4908811', 'WJ12', 'HOUSING', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 6, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4913418/HE', 'WJ12', 'COVER-VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 480, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4914176/HE', 'WJ12', 'RING-BACKUP', 'NISHINA INDUSTRIAL CO.,LTD.', 'MRP', 1, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4914700', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4914701', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4917696/HE', 'WJ12', 'COVER-PILOT', 'TUSON JIAXING CORPORATION', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4925637', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4932479', 'WJ12', 'SENSOR AS-SPOOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 4, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4932480', 'WJ12', 'PROBE AS-SPOOL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 30, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4933160', 'WJ12', 'HOUSING', 'TUSON JIAXING CORPORATION', 'MRP', 4, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4933161', 'WJ12', 'STEM-STEERING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4938503', 'WJ12', 'VALVE GP-RLF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4948090', 'WJ12', 'RETAINER', 'YANTAI DONGXING DAEHAN POWDER METAL', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4948093', 'WJ12', 'HOUSING', 'CHINA SOURCE COMPONENTS TRADING', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4951569', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 7, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4954349', 'WJ12', 'SPRING', 'PETERSON SPRING COMPANY', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4955300', 'WJ12', 'VALVE GP-D RLF-C', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 6, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4955301', 'WJ12', 'VALVE GP-D RLF-C', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4955302', 'WJ12', 'VALVE GP-D RLF-C', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4955303', 'WJ12', 'VALVE GP-D RLF-C', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4973504', 'WJ12', 'VALVE GP-P RLF-B', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 19, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4981612', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4982921', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4989726', 'WJ12', 'HOUSING-SPRING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4993693', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4993694', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4993695', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4993696', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4993698', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4B4158', 'WJ12', 'SCREW-DRIVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4B4278', 'WJ12', 'WASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4B4280', 'WJ12', 'WASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4B9782', 'WJ12', 'BALL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4B9783', 'WJ12', 'BALL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4B9880', 'WJ12', 'BALL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4C8358', 'WJ12', 'EYEBOLT-METRIC5P7892', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 35, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4C8359', 'WJ12', 'EYEBOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4D0514', 'WJ12', 'PLUG-PTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4D1322', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4D2886', 'WJ12', 'CLIP', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4D3107', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4D6433', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4D9986', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4F4097', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4F7952', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4H1349', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4H5232', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4H8380', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4I3510/HE', 'WJ12', 'SPRING', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 1, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4I3569/HE', 'WJ12', 'RING-BUCK UP', 'NISHIYAMA CORPORATION', 'MRP', 1, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4I6397/HE', 'WJ12', 'RING-BACK UP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 490, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0519', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0520', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 300, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0522', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 400, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0523', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0524', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0525', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0526', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0527', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J0528', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J2506', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 720, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J3832', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 17, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5267', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 800, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5268', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5309', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5351', 'WJ12', 'SEAL O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5406', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5477', 'WJ12', 'SEAL-O-RING-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5000, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5573', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J5702', 'WJ12', 'COVER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J6806', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J7101', 'WJ12', 'SLEEVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J7315', 'WJ12', 'COVER', 'BRICKHAM STAMPING COMPANY INC', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J7316', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J7533', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1400, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J8174', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 350, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J8996', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J8997', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J8998', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J9535', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4J9780', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4K1388', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 600, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4K2039', 'WJ12', 'SEAL O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4K4986', 'WJ12', 'SEAL-O-RING', 'QINGDAO HILYWILL ADVANCED MATERIALS', 'MRP', 10, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4L7711', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4M1751', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4M2381', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4M6980', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4M8239', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4P7428', 'WJ12', 'CLIP-LADDER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T0327', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T0947', 'WJ12', 'VALVE GP-CHECK-D', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T0993', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T0998', 'WJ12', 'LEVER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 78, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1021', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1073', 'WJ12', 'ROD', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1108', 'WJ12', 'PLUG', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1649', 'WJ12', 'HOUSING', 'CHINA SOURCE COMPONENTS TRADING', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1701', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1849', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 2, 345, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1850', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1851', 'WJ12', 'RETAINER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1852', 'WJ12', 'RETAINER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1854', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1855', 'WJ12', 'DETENT', 'TUSON JIAXING CORPORATION', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1859', 'WJ12', 'ROD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1860', 'WJ12', 'VALVE GP-SHTL -B', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T1862', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T2691', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T2692', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 2, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T3148', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4162', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4206', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4207', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4209', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4511', 'WJ12', 'SLEEVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4628', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 800, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4631', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4659', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4932', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4933', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4934', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T4935', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5072', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5073', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5074', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5795', 'WJ12', 'BEARING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5896', 'WJ12', 'VALVE GP-CHECK-C', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 81, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5945', 'WJ12', 'RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T5967', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T6103', 'WJ12', 'VALVE GP-D RLF-', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T7581', 'WJ12', 'ALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 4, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T9311', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4T9312', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4Z5900', 'WJ12', 'VALVE GP-CHECK-D', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('4Z6376', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5010642', 'WJ12', 'VALVE GP-RLF -A', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5059696', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075972/HE', 'WJ12', 'PLUG-CV STOPPER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 240, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075973/HE', 'WJ12', 'COVER-CHECK V', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075974/HE', 'WJ12', 'SEAT-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075975/HE', 'WJ12', 'BODY-VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 64, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075976/HE', 'WJ12', 'ADJUSTER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 144, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075977/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075983/HE', 'WJ12', 'PLUG-STOPPER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075984/HE', 'WJ12', 'RETAINER-SPRING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075985/HE', 'WJ12', 'SPRING-RETURN', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 374, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075986/HE-44', 'WJ12', '5075986/HE&5373244/HE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 280, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075987/HE', 'WJ12', 'COVER-PISTON', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 160, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075988/HE', 'WJ12', 'BOLT-FLANGE HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 1435, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5075989/HE', 'WJ12', 'BOLT-FLANGE HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 3, 1100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5078901', 'WJ12', 'BOLT', 'TUSON JIAXING CORPORATION', 'MRP', 10, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5078902', 'WJ12', 'HOUSING', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5086203', 'WJ12', 'SLEEVE-ORIFICE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5087681', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5099491', 'WJ12', 'BODY', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5102188', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5102219', 'WJ12', 'VALVE GP-PRI', 'JIANGSU ERMA HYDRAULIC', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5105247', 'WJ12', 'HOUSING', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5106937', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5112163', 'WJ12', 'VALVE GP-RLF -A', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 41, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5112253', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5123289', 'WJ12', 'VALVE GP-PRESS-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 3, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5127785', 'WJ12', 'VALVE GP-RELIEF', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 38, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5127787', 'WJ12', 'VALVE GP-D RLF-C', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 38, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5129465', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5129466', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5149364', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153361', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153362', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153364', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153367', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153368', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153369', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153370', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5153371', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5162017/HE', 'WJ12', 'SHIM', 'OPTIMAS (SUZHOU) TRADING CO. LTD', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5162018/HE', 'WJ12', 'SHIM', 'OPTIMAS (SUZHOU) TRADING CO. LTD', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5171078', 'WJ12', 'VALVE GP-P RLF-A', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5174401', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5177914/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 54, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181315/HE', 'WJ12', 'VALVE-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181317/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181324/HE', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 16, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181325/HE', 'WJ12', 'RETAINER-SPRING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181326/HE', 'WJ12', 'SPRING-RETURN', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 1, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181327/HE-14', 'WJ12', '5181327/HE&5313314/HE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181328/HE', 'WJ12', 'COVER-PISTON', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 240, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181329/HE', 'WJ12', 'SHIM', 'OPTIMAS (SUZHOU) TRADING CO. LTD', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181330/HE', 'WJ12', 'SHIM', 'OPTIMAS (SUZHOU) TRADING CO. LTD', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181331/HE', 'WJ12', 'SPRING-CHECK V', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 1, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181332/HE', 'WJ12', 'PLUG-CV STOPPER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 240, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181333/HE', 'WJ12', 'COVER-CHECK V', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 240, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5181340/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5189370', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5189371', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5189372', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5194820', 'WJ12', 'VALVE GP-SEQ -C', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5195795', 'WJ12', 'STEM-STEERING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5200312', 'WJ12', 'VALVE GP-P CHK', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5203179/HE', 'WJ12', 'PLUG-ORIFICE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 192, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5215588', 'WJ12', 'VALVE GP-P RLF-B', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5215607', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5218454', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5218455', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5218459', 'WJ12', 'PLUG-SHUTOFF', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5238830/HE', 'WJ12', 'COVER-VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5238831/HE', 'WJ12', 'SLEEVE', 'TUSON JIAXING CORPORATION', 'MRP', 3, 3, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5238832/HE', 'WJ12', 'VALVE-CHECK', 'TUSON JIAXING CORPORATION', 'MRP', 2, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5238835/HE', 'WJ12', 'SPRING-CHECK V', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5241515', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5244781', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5261837', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 96, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5334159', 'WJ12', 'BOLT AS', 'JIANGSU NINGXIN AUTO PART CO.,LTD', 'MRP', 2, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5337922/HO', 'WJ12', 'PLATE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 27, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5358581', 'WJ12', 'VALVE GP-RELIEF', 'TUSON JIAXING CORPORATION', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5385736', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5399412', 'WJ12', 'HARNESS AS', 'POLE STAR ELECTRIC DALIAN CO., LTD.', 'MRP', 1, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5413277/HE', 'WJ12', 'FILM-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5421918', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5421919', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5426074', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5426076', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5481611', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5496515/HE', 'WJ12', 'SPRING-RETURN', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5498842', 'WJ12', 'PLUG', 'FUKOKU (SHANGHAI) CO., LTD', 'MRP', 1, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5514844', 'WJ12', 'VALVE GP-D RLF-A', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5536203/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5536204/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5536205/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5537512', 'WJ12', 'Valve GP-P RLF-B', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 38, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5542333/HE', 'WJ12', 'CAP-PROTECTION', 'CAPLUGS PROTECTIVE INDUSTRIAL COMPO', 'MRP', 1, 1170, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5554235', 'WJ12', 'PLATE', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5563719', 'WJ12', 'Plate-lock', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5567825', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5573858/HE', 'WJ12', 'VALVE-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 90, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5573859/HE', 'WJ12', 'SPRING-CHECK V', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 480, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5573860/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5583470/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5585141', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5585142', 'WJ12', 'SLEEVE-ORIFICE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5601780/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5601781/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5601782/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5611791/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 54, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5615574', 'WJ12', 'SEAL-INTEGRAL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5619043/HE', 'WJ12', 'GASKET-PROTN', 'UCHIYAMA MANUFACTURING CORP.', 'MRP', 1, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5654631/HE', 'WJ12', 'VALVE-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 770, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5654632/HE', 'WJ12', 'SPRING-CHECK V', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5655466/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5655467/HE', 'WJ12', 'COVER-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 1, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5666473/HE', 'WJ12', 'PLUG-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5668577', 'WJ12', 'VALVE GP-RELIEF', '#NO SOURCE', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5668578', 'WJ12', 'VALVE GP-RELIEF', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5668584', 'WJ12', 'VALVE GP-RELIEF', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-12', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-37', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-41', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-54', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-57', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-58', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-6', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-67', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-75', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-77', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5674312/HE-90', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5677649', 'WJ12', 'MANIFOLD', 'LIYANG LIANHUA MACHINERY MANUFACTUR', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5688476', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5702554', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5702568', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5741229', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 3, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5757825', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5757826', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5757827', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5772155/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5772158/HE', 'WJ12', 'STEM GP-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5774360', 'WJ12', 'VALVE GP-CHECK', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 26, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5782429', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5782432', 'WJ12', 'VALVE GP-P RLF-B', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 2, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5786301', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5796930', 'WJ12', 'FILM-PROTECTION', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5802572/HE', 'WJ12', 'COVER-PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5802573/HE', 'WJ12', 'COVER-PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5804141', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5804142', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5805850', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5806445', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5806446', 'WJ12', 'STEM-TILT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5806447', 'WJ12', 'STEM-RIPPER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5806448', 'WJ12', 'STEM-RIPPER TIP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5806451', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5806452', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5809118', 'WJ12', 'BRACKET AS', 'SUZHOU METAL ONE STEEL PLATES', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5850308', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5850311', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5850312', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5850314', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5850315', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5853921', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5862152', 'WJ12', 'FILM-PROTECTION', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 2, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5872367', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5872368', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5872371', 'WJ12', 'PLUG-RETAINER', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5872373', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5885519', 'WJ12', 'VALVE GP-P RLF-A', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5887920', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5890399', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5890407', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5892751', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5914610', 'WJ12', 'BRACKET AS', 'SUZHOU METAL ONE STEEL PLATES', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5931671/HE', 'WJ12', 'VALVE-CHECK', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5931672/HE', 'WJ12', 'SLEEVE-CHECK V', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5931673/HE', 'WJ12', 'SPRING-CHECK V', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5942736/HE', 'WJ12', 'VALVE-CHECK', 'TUSON JIAXING CORPORATION', 'MRP', 2, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5942737/HE', 'WJ12', 'SLEEVE-CHECK V', 'TUSON JIAXING CORPORATION', 'MRP', 2, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5942738/HE', 'WJ12', 'SPRING-CHECK V', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5956711', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5969317', 'WJ12', 'VALVE GP-SOL', 'HYDRAFORCE HYDRAULIC SYSTEMS', 'MRP', 1, 200, 'ASRS', 'Y', 7300, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5973482', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 45, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5973483', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5979075', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5979084', 'WJ12', 'VALVE GP-P RLF-B', 'BOSCH REXROTH OIL CONTROL SPA', 'MRP', 1, 19, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5981605', 'WJ12', 'VALVE GP-SOL', 'THOMAS MAGNETE GMBH', 'MRP', 2, 35, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5988728', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5988729', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5A3604', 'WJ12', 'BOLT-HEX SOCKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 720, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5B3180', 'WJ12', 'NUT-JAM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5B5620', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5B9318', 'WJ12', 'BALL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5C9553', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5D6176', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 31, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5F1678', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5F4899', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5F9035', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5F9144', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H2767', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H3193', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H4018', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H4019', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H4020', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H6005', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1400, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5H8985', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J1036', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J1391', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J1987', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J2721', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J2974', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 150, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J3719', 'WJ12', 'SPRING', 'PETERSON SPRING COMPANY', 'MRP', 2, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J4664', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5J6153', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 552, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5K0227', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5K6816', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5K9090', 'WJ12', 'SEAL-O-RING-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5L9018', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 800, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M2057', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M2504', 'WJ12', 'SLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M2894', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M6214', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M9548', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M9622', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M9623', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5M9624', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P0046', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P0047', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P0048', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P0049', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P0050', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P0537', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P1075', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P1076', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P2228', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P2566', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P2568', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P2955', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P3108', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P4892', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P5846', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P5874', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P6300', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P7970', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P8077', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P8167', 'WJ12', 'BOLT', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P8245', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5P9186', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 720, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S4498', 'WJ12', 'SLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S6980', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S7001', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 800, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S7018', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S7382', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S7383', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5S7906', 'WJ12', 'STOP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 280, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5Y2425', 'WJ12', 'WASHER', '#NO SOURCE', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('5Y2425/G', 'WJ12', 'WASHER-SOFT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3000, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6002074', 'WJ12', 'COVER', 'TUSON JIAXING CORPORATION', 'MRP', 1, 27, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6005898', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6005903', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6014921', 'WJ12', 'VALVE GP-P RLF-B', 'VIS HYDRAULICS SRL', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6014924', 'WJ12', 'VALVE GP-D RLF-A', 'VIS HYDRAULICS SRL', 'MRP', 1, 32, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6015976', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6024220', 'WJ12', 'VALVE GP-CHECK-E', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6032935', 'WJ12', 'VALVE', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 3, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6032936', 'WJ12', 'VALVE', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 3, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6032937', 'WJ12', 'COVER', 'UNITED MACHINERY(HANGZHOU)CO,.LTD.', 'MRP', 1, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6032938', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6040775/HE', 'WJ12', 'STEM-STICK 2', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 16, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6047184', 'WJ12', 'FILM-PROTECTION', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6053882', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6061170', 'WJ12', 'VALVE GP-D RLF-A', 'VIS HYDRAULICS SRL', 'MRP', 2, 32, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6065745', 'WJ12', 'FILM-PROTECTION', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 10, 90, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6068312', 'WJ12', 'VALVE GP-P RLF-B', 'VIS HYDRAULICS SRL', 'MRP', 2, 54, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6068313', 'WJ12', 'VALVE GP-P RLF-B', 'VIS HYDRAULICS SRL', 'MRP', 2, 54, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6072348', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6072350', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6074628', 'WJ12', 'COVER-PROTECTION', 'JIANGSU YAOKUN HYDRAULIC CO.,LTD', 'MRP', 1, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6078977', 'WJ12', 'VALVE GP-P RLF-A', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6078978', 'WJ12', 'VALVE GP-P RLF-A', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6079283', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6081922', 'WJ12', 'RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6081928', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6081936', 'WJ12', 'PLUG-RETAINER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6092100', 'WJ12', 'FILM-PORT PROTN', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6092101', 'WJ12', 'FILM-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6092107', 'WJ12', 'FILM-PORT PROTN', 'TSUCHIYA CO., LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6126001', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6128272', 'WJ12', 'VALVE GP-SOL', 'FEMA CORPORATION', 'MRP', 2, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6132841', 'WJ12', 'PLUG', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 90, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6134697', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6137646', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6137654', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152087', 'WJ12', 'VALVE GP-P RLF-B', 'VIS HYDRAULICS SRL', 'MRP', 1, 54, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152305', 'WJ12', 'SPOOL GP', 'TUSON JIAXING CORPORATION', 'MRP', 3, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152311', 'WJ12', 'MANIFOLD', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152312', 'WJ12', 'STEM-STEERING', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152316', 'WJ12', 'SPRING', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152334', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 90, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152335', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152336', 'WJ12', 'STEM-RIPPER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152337', 'WJ12', 'STEM-RIPPER TIP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6152339', 'WJ12', 'STEM-LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6154628', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6164612', 'WJ12', 'FILM-PORT PROTN', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 4, 100, 'ASRS', 'Y', 365, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6164613', 'WJ12', 'FILM-PORT PROTN', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 10, 100, 'ASRS', 'Y', 365, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6164614', 'WJ12', 'FILM-PORT PROTN', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6164650', 'WJ12', 'FILM-PORT PROTN', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 2, 100, 'ASRS', 'Y', 365, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6166649', 'WJ12', 'STEM', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 72, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6166650', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6166652', 'WJ12', 'COVER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6166655', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6204980', 'WJ12', 'RING-RETAINING', 'SMALLEY STEEL RING COMPANY', 'MRP', 2, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6209759', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6223005', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6223006', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6223007', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6223008', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6223009', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6223022', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6257083', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6260449/HE', 'WJ12', 'PLUG AS-PROTN', 'CAPLUGS PROTECTIVE INDUSTRIAL COMPO', 'MRP', 1, 5000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6284961', 'WJ12', 'FILM-PORT PROTN', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 10, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6285087', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6293326', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 12, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6293327', 'WJ12', 'STEM-TILT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 8, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6293330', 'WJ12', 'SPRING', 'QIANJIANG SPRING(HANGZHOU) CO.,LTD', 'MRP', 2, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6309021', 'WJ12', 'STOP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6309030', 'WJ12', 'COVER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6309031', 'WJ12', 'COVER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6350484', 'WJ12', 'VALVE GP-RELIEF', 'PONAR WADOWICE S A', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6399413', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6403576', 'WJ12', 'PLUG AS', 'CAPLUGS PROTECTIVE INDUSTRIAL COMPO', 'MRP', 2, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6418296', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6429803', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6429804', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6429805', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6429806', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6429811', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6A5591', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6B0863', 'WJ12', 'WASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6B0933', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6D7146', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E0630', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 75, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E1297', 'WJ12', 'SCREEN', 'FUKOKU (SHANGHAI) CO., LTD', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E1637', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E1923', 'WJ12', 'TUBE AS.', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 20, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E1924', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E1925', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E2007', 'WJ12', 'LEVER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E2140', 'WJ12', 'RETAINER AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E2271/HE', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E2377', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E2508', 'WJ12', 'PLUG-ORIFICE', 'CASEY PRODUCTS, INC.', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E3007', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E3013', 'WJ12', 'SEAT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 120, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E3019', 'WJ12', 'VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 504, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E3024', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E3447', 'WJ12', 'VALVE GP-D RLF-B', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4139', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4145', 'WJ12', 'PLUG-PROTECTIVE', 'CAPLUGS PROTECTIVE INDUSTRIAL COMPO', 'MRP', 2, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4502', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4532', 'WJ12', 'COVER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4533', 'WJ12', 'COVER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4703', 'WJ12', 'VALVE GP-D RLF-', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4816', 'WJ12', 'PLUG GP', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E4907', 'WJ12', 'STOP', 'TUSON JIAXING CORPORATION', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5066', 'WJ12', 'SCREEN-HYD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5153', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5278', 'WJ12', 'VALVEGP-CHECK-E', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5289', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5291', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5434', 'WJ12', 'HOUSING-PILOT', 'THE TOP DIE CASTING CO.. TOP DIE CA', 'MRP', 1, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5436', 'WJ12', 'RETAINER-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5437', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5438', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5439', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5440', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5457', 'WJ12', 'PLUG', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5643', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E5950', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 2, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E6003', 'WJ12', 'VALVE GP-P RLF', 'PONAR WADOWICE S A', 'MRP', 4, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E6058', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E6129', 'WJ12', 'PLUG-MAIN RELIEF', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E6304', 'WJ12', 'VALVE GP-P RLF-A', 'DANFOSS POWER SOLUTIONS TRADING CO.', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6E6305', 'WJ12', 'VALVE GP-P RELIFE', 'DANFOSS POWER SOLUTIONS TRADING CO.', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6H2948', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 240, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6H3977', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6I9477', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6I9512', 'WJ12', 'COVER', 'YANTAI SHUANGCHENG MACHINERY CO., L', 'MRP', 2, 4, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J2419', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 450, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J2680', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J3134', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 350, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J3380', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 20, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J3405', 'WJ12', 'SEAT', 'TUSON JIAXING CORPORATION', 'MRP', 4, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J3993', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1750, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J4568', 'WJ12', 'BOOT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 70, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J4694', 'WJ12', 'PLUG-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 160, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J5899', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J6506', 'WJ12', 'SPACER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 96, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J6516', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J6517', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6J8696', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6K0806', 'WJ12', 'STRAP-CABLE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 800, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6K6307', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 350, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6K8162', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 109, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6L5897', 'WJ12', 'BOLT-HEX SKT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6L9716', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6M5062', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6S3002', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6T0093', 'WJ12', 'PISTON-LOAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6T0094', 'WJ12', 'PISTON-SELECTOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6T6052', 'WJ12', 'PLUG-ORIFICE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1080, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6T7532', 'WJ12', 'SCREEN AS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 22, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6T7534', 'WJ12', 'COVER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 1, 127, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V0357', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V0400', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 33, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V0402', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V0484', 'WJ12', 'ADPTR-ELB 90 DEG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V0852', 'WJ12', 'CAP-DUST', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V1849', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V2669', 'WJ12', 'CAP-PROTECTIVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V3510', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V3668', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V3683', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V3922', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V3965', 'WJ12', 'NIPPLE-QDISC', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V4248', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V4432', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V4647', 'WJ12', 'NUT-JAM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5192', 'WJ12', 'BOLT-SOCKET HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5195', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5196', 'WJ12', 'BOLT-SOCKET HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5224', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5230', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5391', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5393', 'WJ12', 'SEAL-O RING', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 1, 5000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5555', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5556', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5586', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 85, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5597', 'WJ12', 'SEAL-O RING', 'QINGDAO HILYWILL ADVANCED MATERIALS', 'MRP', 1, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5684', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5759', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5839', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2580, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V5843', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 325, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V6317', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 675, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V6353', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V6707', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V7418', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V7607', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V7673', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V7675', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8076', 'WJ12', 'ADPTR-ELB 90 DEG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8149', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8178', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8188', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8200', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 162, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8212', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8218', 'WJ12', 'SEAL-ORING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8350', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8397', 'WJ12', 'SEAL-O-RING-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3300, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8398', 'WJ12', 'SEAL-O-RING-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8400', 'WJ12', 'SEAL-O-RING-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 210, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8647', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8653', 'WJ12', 'BOLT-SOCKET HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8676', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V8978', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 920, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9606', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9746', 'WJ12', 'SEAL-O-RING-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9828', 'WJ12', 'CAP-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 420, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9829', 'WJ12', 'CAP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 80, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9830', 'WJ12', 'CAP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9833', 'WJ12', 'CAP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9834', 'WJ12', 'CAP-ORFS', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9850', 'WJ12', 'ADAPTER-ELBOW', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6V9872', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 35, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y0871', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y2522', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 46, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y2584', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y4538', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y4539', 'WJ12', 'COVER', 'YANTAI SHUANGCHENG MACHINERY CO., L', 'MRP', 1, 12, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y4541', 'WJ12', 'PISTON-SELECTOR', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y4542', 'WJ12', 'PISTON-LOAD', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y4638', 'WJ12', 'PLUG-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y7267', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y7582', 'WJ12', 'PISTON', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y7621', 'WJ12', 'SPOOL', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y8049', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('6Y9692', 'WJ12', 'PLATE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7B3028', 'WJ12', 'SCREW-DRIVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7B7525', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7B8194', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7C6467', 'WJ12', 'PLUG-PROTECTIVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7D8048', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7D9749', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7E4846', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 389, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7E9898', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7F8268', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7G6741', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7H3641', 'WJ12', 'ROD END-SPHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 160, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7I0075/HE', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7I2272', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 540, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J0204', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J0402', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 45, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J1089', 'WJ12', 'PLUG-O-RING SPL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J3554', 'WJ12', 'COVER', 'CHUZHOU HONCH MACHINERY', 'MRP', 6, 80, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J4321', 'WJ12', 'RETAINER-SPRING', 'TUSON JIAXING CORPORATION', 'MRP', 2, 48, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J5926', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J5930', 'WJ12', 'SEAT', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J5934', 'WJ12', 'STEM', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J7366', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J7367', 'WJ12', 'COVER', 'CHUZHOU HONCH MACHINERY', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J7423', 'WJ12', 'VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J7666', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J7667', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J8958', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J9262', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7J9933', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7K0734', 'WJ12', 'BOLT-LOCKING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7K1181', 'WJ12', 'STRAP-CABLE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7L0811', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7L8695', 'WJ12', 'SPRING-LINK', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7M1297', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 55, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7M5130', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7M7316', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7M8485', 'WJ12', 'SEAL-O-RING-STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 800, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7M8592', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7N4333', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7N9738', 'WJ12', 'HOUSING-RCPT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7S0530', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7S6701', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7S8491', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7S8553', 'WJ12', 'SPRING', 'MID-WEST SPRING AND STAMPING, INC.', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7T5101', 'WJ12', 'ORIFICE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 196, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7T6496', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7T7679', 'WJ12', 'PLUG-STR THD', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7T8331', 'WJ12', 'MOUNT AS-ISLN', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7T8797', 'WJ12', 'SPACER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 228, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7T8810', 'WJ12', 'PLUNGER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7W7381', 'WJ12', 'FITTING-OUTLET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0272', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0276', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0277', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0280', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 160, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0293', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 125, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0301', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 120, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0326', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 125, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0339', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0352', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0358', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0448', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 320, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0465', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0474', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X0819', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2535', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2538', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2539', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 160, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2543', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2544', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2546', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 30, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2547', 'WJ12', 'BOLT-HEXHEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2550', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2551', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2552', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X2558', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X3392', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1600, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X4776', 'WJ12', 'RING-BACK UP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 45, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X5308', 'WJ12', 'CAP-DUST', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X5315', 'WJ12', 'COUPLING-QDISC', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X7888', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7X7960', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 45, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7Y4224/X', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7Y5217', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7Y5219/HE', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3000, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7Y5244/HE', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('7Y5269/HE', 'WJ12', 'SEAL-O-RING', 'PARKER HANNIFIN MOTION & CONTROL (S', 'MRP', 4, 100, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8B4624', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3080', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3085', 'WJ12', 'SEAL-ORING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3089', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3121', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3205', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 90, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3206', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 70, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C3226', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C5176', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 40, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C5723', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 14, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C6877', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C8407', 'WJ12', 'BOLT-HEXHEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8C8431', 'WJ12', 'ADAPTER-TEE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8D7815', 'WJ12', 'SCREW-BUTTON HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E0758', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 19, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E0987', 'WJ12', 'SPOOL', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E1139', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E1142', 'WJ12', 'SLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E1143', 'WJ12', 'SLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E1917', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E2035', 'WJ12', 'PLUG-0-RING', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E3674', 'WJ12', 'SPOOL', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E3675', 'WJ12', 'SPOOL', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E4592', 'WJ12', 'STOP', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E4958', 'WJ12', 'SPOOL', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E4959', 'WJ12', 'SLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E5522', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E6051', 'WJ12', 'PLUG-ORIFICE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E6144', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E7365', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E8439', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 350, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E8867', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 6, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E8868', 'WJ12', 'GASKET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8E9571', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8F0212', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8F3469', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8F9206', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8F9538', 'WJ12', 'SEAL ORING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8H9190', 'WJ12', 'SHIM-CARRIER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J1751', 'WJ12', 'PLUG', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J1752', 'WJ12', 'PLUNGER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 13, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J1898', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J2283', 'WJ12', 'RING-RETAINING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J2306', 'WJ12', 'STEM-VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 160, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J2379', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 4, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J4398', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J4452', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 800, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J5893', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J6815', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 600, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J8462', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J8587', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8J9990', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8K2447', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8L2777', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8L6565', 'WJ12', 'PIN-SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M2530', 'WJ12', 'BOLT-12 POINT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M2537', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M2538', 'WJ12', 'POPPET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M2932', 'WJ12', 'SHIM-CARRIER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M3175', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M4409', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 131, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M4436', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 175, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M4437', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M4986', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M4988', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M4992', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 240, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M5248', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M8282', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8M8627', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8P0346', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8P7386', 'WJ12', 'SPOOL', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 96, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0076', 'WJ12', 'ADAPTER-STR', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 4, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0106', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0151', 'WJ12', 'ADAPTER-STR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0269', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0276', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 425, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0288', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0293', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 340, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0299', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0334', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0338', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0341', 'WJ12', 'BOLT-SOCKET HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0343', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0372', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0651', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T0656', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T1447', 'WJ12', 'BOLT-SOCKET HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T2223', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T2396', 'WJ12', 'BOLT-SOCKET HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T2501', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 350, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T3611', 'WJ12', 'ADAPTER-STR', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 2, 18, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T3844', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T3998', 'WJ12', 'BOLT-SOCKET HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 1, 8000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4121', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 2000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4122', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4123', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4132', 'WJ12', 'NUT-HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4136', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4137', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 1, 700, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4138', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 3, 1992, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4139', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 280, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4140', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4141', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4145', 'WJ12', 'BOLT-HEXHEAD', 'JIANGSU NINGXIN AUTO PART CO.,LTD', 'MRP', 2, 730, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4171', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 1250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4172', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4177', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4178', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 230, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4179', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 3, 400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4182', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 300, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4183', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4184', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4185', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 2, 400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4186', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4189', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4190', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4191', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4192', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4194', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4195', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4196', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 425, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4198', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 220, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4200', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4223', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4224', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3700, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4244', 'WJ12', 'NUT-HEX', 'SUZHOU CASEY PRODUCTS CO.,LTD', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4776', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4896', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T4956', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T5001', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 70, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T5005', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 235, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T5041', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T5066', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 130, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T5360', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1800, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6408', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6466', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6757', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6759', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6850', 'WJ12', 'SEAL-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6869', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6870', 'WJ12', 'BOLT-HEX HEAD', 'SUNDRAM FASTENERS (ZHEJIANG)', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T6974', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T7546', 'WJ12', 'ADAPTER-ELBOW', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T7930', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T7971', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T8737', 'WJ12', 'PLUG-SEAL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 2000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T8916', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T8919', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T8987', 'WJ12', 'ADPTR-ELB 90 DEG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 10, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T9377', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T9378', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T9383', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T9392', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T9403', 'WJ12', 'FLANGE-SPLIT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8T9535', 'WJ12', 'BOLT-HEX SKT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8X6166', 'WJ12', 'FLANGE-COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('8Y5928', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9A2825', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9D7884', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9F2247', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 900, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9F6705', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 60, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G3695', 'WJ12', 'PLUG-SEAL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2500, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G9150', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 240, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G9201', 'WJ12', 'SEAT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G9203', 'WJ12', 'PLUG-STOP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 1, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G9205', 'WJ12', 'PISTON-LOAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G9226', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9G9227', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9H6761', 'WJ12', 'SEAL-O RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J0403', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J0404', 'WJ12', 'PLUG', 'WUXI CHUANGJIE AUTO COMPONENT CO.,L', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J0477', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J0705', 'WJ12', 'RING-BACK-UP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J1330', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 400, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J4848', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 108, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J5754', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J8126', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J8626', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 40, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J8783', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 250, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9J9821', 'WJ12', 'SEAT', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 1, 96, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9L9068', 'WJ12', 'DOWEL', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9L9188', 'WJ12', 'SPRING-VALVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 300, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9M1974', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 4000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9M4313', 'WJ12', 'POPPET', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 170, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9M7539', 'WJ12', 'SEAL-ORING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'Y', 1825, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9N4049', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9N4104', 'WJ12', 'PLUG-NPTF', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9N6629', 'WJ12', 'CLIP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 45, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9P0683', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 125, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9P8217', 'WJ12', 'SPACER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 70, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9P9150', 'WJ12', 'WASHER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 5000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S1374', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4180', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4181', 'WJ12', 'PLUG-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 35, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4182', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 350, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4183', 'WJ12', 'Plug-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 60, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4184', 'WJ12', 'PLUG-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4185', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 250, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4188', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 46, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4189', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 75, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4190', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4191', 'WJ12', 'PLUG-EXT HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S4684', 'WJ12', 'PLUG-O-RING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S6130', 'WJ12', 'PLUG LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S7381', 'WJ12', 'BOLT-SOCKET HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8001', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 1200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8002', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 1000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8003', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8004', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 600, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8005', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8006', 'WJ12', 'PLUG-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 200, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8007', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 750, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8008', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S8009', 'WJ12', 'PLUG-LD STOR', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9S9334', 'WJ12', 'PLUG-INTL HEX', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 75, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T0118', 'WJ12', 'RING-BACKUP', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 200, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T0912', 'WJ12', 'STEM - LIFT', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T0953', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T1573', 'WJ12', 'VALVEGP-CHECK-D', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T1887', 'WJ12', 'BOLT', 'CASEY PRODUCTS, INC.', 'MRP', 2, 350, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2089', 'WJ12', 'STEM-RIPPER', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2092', 'WJ12', 'DETENT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 49, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2093', 'WJ12', 'BOLT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 58, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2125', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 64, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2134', 'WJ12', 'BODY-VALVE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 2, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2856', 'WJ12', 'ROD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T2927', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T3004', 'WJ12', 'VALVE', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 2, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T3005', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 25, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T3533', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 1, 24, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T3541', 'WJ12', 'VALVE GP-D RLF-A', 'TUSON JIAXING CORPORATION', 'MRP', 4, 20, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T3976', 'WJ12', 'SLEEVE-RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 55, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T4683', 'WJ12', 'COVER', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 56, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T4684', 'WJ12', 'HOUSING', 'ZHEJIANG YINLUN MACHINERY CO. LTD.', 'MRP', 1, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T4685', 'WJ12', 'SHIM', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T4697', 'WJ12', 'BOOT', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T5785', 'WJ12', 'PLATE-IDENT', 'NANJING WUQIANG INDUSTRY CO.,LTD', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T6316', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 40, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T6394', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 33, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T6688', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 80, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T6782', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 30, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7204', 'WJ12', 'CYL GP-AIR (BSC)', 'DANFOSS POWER SOLUTIONS II LLC', 'MRP', 1, 1, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7220', 'WJ12', 'COVER', 'LIYANG LIANHUA MACHINERY MANUFACTUR', 'MRP', 1, 168, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7418', 'WJ12', 'VALVE GP-D RLF-', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 10, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7419', 'WJ12', 'VALVE GP-D RLF-B', 'CATERPILLAR (SUZHOU) LOGISTICS', 'KANBAN', 4, 8, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7634', 'WJ12', 'VALVE GP-CHECK-', 'HUSCO HYDRAULICS (SHANGHAI) LTD', 'MRP', 1, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7677', 'WJ12', 'RETAINER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 15, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T7678', 'WJ12', 'COVER', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T8621', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 36, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T8668', 'WJ12', 'ADAPTER', 'XU GUI (SHANGHAI) TRADING CO.,LTD F', 'MRP', 8, 96, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T8672', 'WJ12', 'RETAINER', 'TUSON JIAXING CORPORATION', 'MRP', 2, 72, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T8685', 'WJ12', 'VALVE', 'TUSON JIAXING CORPORATION', 'MRP', 2, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T9080', 'WJ12', 'VALVE', 'WUXI IMPRO-BEES PRECISION HYDRAULIC', 'MRP', 1, 42, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9T9836', 'WJ12', 'SLEEVE-ORIFICE', 'PRINCE INDUSTRIES SHANGHAI LTD.', 'MRP', 8, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9U9328', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W4431', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 150, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W6096', 'WJ12', 'SLUG', 'TUSON JIAXING CORPORATION', 'MRP', 2, 144, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W6097', 'WJ12', 'SPOOL-SELECTOR', 'TUSON JIAXING CORPORATION', 'MRP', 2, 120, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W6964', 'WJ12', 'VALVE AS-EXHAUST', 'EMC PRECISION MACHINING', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W7410', 'WJ12', 'SPRING', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 100, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W7783', 'WJ12', 'PLUG', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9W8279', 'WJ12', 'PISTON', 'TUSON JIAXING CORPORATION', 'MRP', 2, 80, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X2027', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 4000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X2038', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 2000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X6154', 'WJ12', 'BOLT-HEX SKT HD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 50, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X6381', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 500, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X8256', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 9000, 'ASRS', 'N', NULL, 'A', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X8257', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 600, 'ASRS', 'N', NULL, 'B', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X8267', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 3000, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X8268', 'WJ12', 'WASHER-HARD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 700, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); +INSERT INTO `t_app_goods` VALUES ('9X8877', 'WJ12', 'BOLT-HEX HEAD', 'CATERPILLAR (SUZHOU) LOGISTICS', 'MRP', 4, 60, 'ASRS', 'N', NULL, 'C', NULL, NULL, '2025-03-21 15:29:50', '管理员'); + +-- ---------------------------- +-- Table structure for t_app_image +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_image`; +CREATE TABLE `t_app_image` ( + `image_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '图纸id', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '成品号', + `box_no` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料盒号', + `image_path` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '图纸存储path', + `image_name` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '图纸名称', + `image_detail` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL COMMENT '图纸详情---可用', + `image_type` int NOT NULL COMMENT '区分总成图纸还是单片图纸', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '导入人员', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + PRIMARY KEY (`image_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_image +-- ---------------------------- +INSERT INTO `t_app_image` VALUES ('1741759496611010000', '5089741', 'A', './image\\', '5089741_A.PNG', '', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759496622010000', '5089741', 'B', './image\\', '5089741_B.PNG', '', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759496623010000', '5089741', 'C', './image\\', '5089741_C.PNG', '', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759496624010000', '5089741', 'D', './image\\', '5089741_D.PNG', '', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759512437010000', '6209758', 'A', './image\\', '6209758_A.PNG', '', 1, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010000', '5585127', 'A', './image\\', '5585127_A.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010001', '5585127', 'B', './image\\', '5585127_B.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010002', '5585127', 'C', './image\\', '5585127_C.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010003', '5585127', 'D', './image\\', '5585127_D.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010004', '5585127', 'E', './image\\', '5585127_E.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010005', '5585127', 'F', './image\\', '5585127_F.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759533171010006', '5585127', 'G', './image\\', '5585127_G.PNG', '', 1, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759563406010000', '1303116', 'A', './image\\', '1303116_A.PNG', '', 1, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759563407010000', '1303116', 'B', './image\\', '1303116_B.PNG', '', 1, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759563408010000', '1303116', 'C', './image\\', '1303116_C.PNG', '', 1, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759699587010000', '6E3029', 'A', './image\\', '6E3029_A.PNG', '', 1, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759699588010000', '6E3029', 'B', './image\\', '6E3029_B.PNG', '', 1, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759699589010000', '6E3029', 'C', './image\\', '6E3029_C.PNG', '', 1, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759699590010000', '6E3029', 'D', './image\\', '6E3029_D.PNG', '', 1, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759699591010000', '6E3029', 'E', './image\\', '6E3029_E.PNG', '', 1, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759699591010001', '6E3029', 'F', './image\\', '6E3029_F.PNG', '', 1, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759834881010000', '6E3030', 'A', './image\\', '6E3030_A.PNG', '', 1, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759834883010000', '6E3030', 'B', './image\\', '6E3030_B.PNG', '', 1, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759834884010000', '6E3030', 'C', './image\\', '6E3030_C.PNG', '', 1, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759834885010000', '6E3030', 'D', './image\\', '6E3030_D.PNG', '', 1, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759834886010000', '6E3030', 'E', './image\\', '6E3030_E.PNG', '', 1, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759834888010000', '6E3030', 'F', './image\\', '6E3030_F.PNG', '', 1, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759849672010000', '6E3028', 'A', './image\\', '6E3028_A.PNG', '', 1, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759849672010001', '6E3028', 'B', './image\\', '6E3028_B.PNG', '', 1, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759849672010002', '6E3028', 'C', './image\\', '6E3028_C.PNG', '', 1, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759849672010003', '6E3028', 'D', './image\\', '6E3028_D.PNG', '', 1, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759849672010004', '6E3028', 'E', './image\\', '6E3028_E.PNG', '', 1, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759849672010005', '6E3028', 'F', './image\\', '6E3028_F.PNG', '', 1, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759866821010000', '5385733', 'A', './image\\', '5385733_A.PNG', '', 1, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759866823010000', '5385733', 'B', './image\\', '5385733_B.PNG', '', 1, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759866823010001', '5385733', 'C', './image\\', '5385733_C.PNG', '', 1, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759866824010000', '5385733', 'D', './image\\', '5385733_D.PNG', '', 1, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741759866825010000', '5385733', 'E', './image\\', '5385733_E.PNG', '', 1, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911474862010000', '4903958', 'A', './image\\', '4903958_A.PNG', '', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911499173010000', '5075967', 'A', './image\\', '5075967_A.PNG', '', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911499174010000', '5075967', 'B', './image\\', '5075967_B.PNG', '', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911499175010000', '5075967', 'C', './image\\', '5075967_C.PNG', '', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911499176010000', '5075967', 'D', './image\\', '5075967_D.PNG', '', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911519597010000', '5611790', 'A', './image\\', '5611790_A.PNG', '', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911519597010001', '5611790', 'B', './image\\', '5611790_B.PNG', '', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911519597010002', '5611790', 'C', './image\\', '5611790_C.PNG', '', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911519597010003', '5611790', 'D', './image\\', '5611790_D.PNG', '', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911519612010000', '5611790', 'E', './image\\', '5611790_E.PNG', '', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535796010000', '6063779', 'A', './image', '6063779_A.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535797010000', '6063779', 'B', './image', '6063779_B.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535798010000', '6063779', 'C', './image', '6063779_C.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535799010000', '6063779', 'D', './image', '6063779_D.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535800010000', '6063779', 'E', './image', '6063779_E.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535801010000', '6063779', 'F', './image', '6063779_F.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911535802010000', '6063779', 'G', './image', '6063779_G.PNG', '', 1, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911675943010000', '5181312', 'A', './image\\', '5181312_A.PNG', '', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911675945010000', '5181312', 'B', './image\\', '5181312_B.PNG', '', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911675946010000', '5181312', 'C', './image\\', '5181312_C.PNG', '', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911675946010001', '5181312', 'D', './image\\', '5181312_D.PNG', '', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911675947010000', '5181312', 'E', './image\\', '5181312_E.PNG', '', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911854412010000', '2965662', 'A', './image\\', '2965662_A.PNG', '', 1, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741911854413010000', '2965662', 'B', './image\\', '2965662_B.PNG', '', 1, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913302929010000', '5181337', 'A', './image\\', '5181337_A.PNG', '', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913302941010000', '5181337', 'B', './image\\', '5181337_B.PNG', '', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913302942010000', '5181337', 'C', './image\\', '5181337_C.PNG', '', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913302943010000', '5181337', 'D', './image\\', '5181337_D.PNG', '', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913302945010000', '5181337', 'E', './image\\', '5181337_E.PNG', '', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913323530010000', '6E5566', 'A', './image\\', '6E5566_A.PNG', '', 1, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913323531010000', '6E5566', 'B', './image\\', '6E5566_B.PNG', '', 1, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913356592010000', '3215283', 'A', './image\\', '3215283_A.PNG', '', 1, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913356594010000', '3215283', 'B', './image\\', '3215283_B.PNG', '', 1, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913356594010001', '3215283', 'C', './image\\', '3215283_C.PNG', '', 1, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468820010000', '6223020', 'A', './image', '6223020_A.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468822010000', '6223020', 'B', './image', '6223020_B.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468824010000', '6223020', 'C', './image', '6223020_C.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468825010000', '6223020', 'D', './image', '6223020_D.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468826010000', '6223020', 'E', './image', '6223020_E.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468827010000', '6223020', 'F', './image', '6223020_F.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468829010000', '6223020', 'G', './image', '6223020_G.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468830010000', '6223020', 'H', './image', '6223020_H.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468832010000', '6223020', 'I', './image', '6223020_I.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468833010000', '6223020', 'J', './image', '6223020_J.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468836010000', '6223020', 'K', './image', '6223020_K.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468837010000', '6223020', 'L', './image', '6223020_L.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468839010000', '6223020', 'M', './image', '6223020_M.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468840010000', '6223020', 'N', './image', '6223020_N.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913468841010000', '6223020', 'O', './image', '6223020_O.PNG', '', 1, '2025-03-27 14:13:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913507789010000', '2119696', 'A', './image\\', '2119696_A.PNG', '', 1, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913507790010000', '2119696', 'B', './image\\', '2119696_B.PNG', '', 1, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913605386010000', '2343042', 'A', './image\\', '2343042_A.PNG', '', 1, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913605390010000', '2343042', 'B', './image\\', '2343042_B.PNG', '', 1, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913605392010000', '2343042', 'C', './image\\', '2343042_C.PNG', '', 1, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913605395010000', '2343042', 'D', './image\\', '2343042_D.PNG', '', 1, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913605398010000', '2343042', 'E', './image\\', '2343042_E.PNG', '', 1, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913605400010000', '2343042', 'F', './image\\', '2343042_F.PNG', '', 1, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913626186010000', '5573856', 'A', './image\\', '5573856_A.PNG', '', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913626187010000', '5573856', 'B', './image\\', '5573856_B.PNG', '', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913626189010000', '5573856', 'C', './image\\', '5573856_C.PNG', '', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913626190010000', '5573856', 'D', './image\\', '5573856_D.PNG', '', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913649572010000', '4869861', 'A', './image\\', '4869861_A.PNG', '', 1, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913649574010000', '4869861', 'B', './image\\', '4869861_B.PNG', '', 1, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913649575010000', '4869861', 'C', './image\\', '4869861_C.PNG', '', 1, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913649576010000', '4869861', 'D', './image\\', '4869861_D.PNG', '', 1, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721775010000', '3402788', 'A', './image\\', '3402788_A.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721776010000', '3402788', 'B', './image\\', '3402788_B.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721778010000', '3402788', 'C', './image\\', '3402788_C.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721779010000', '3402788', 'D', './image\\', '3402788_D.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721780010000', '3402788', 'E', './image\\', '3402788_E.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721781010000', '3402788', 'F', './image\\', '3402788_F.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913721782010000', '3402788', 'G', './image\\', '3402788_G.PNG', '', 1, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913761913010000', '9T5653', 'A', './image\\', '9T5653_A.PNG', '', 1, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913761915010000', '9T5653', 'B', './image\\', '9T5653_B.PNG', '', 1, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913761916010000', '9T5653', 'C', './image\\', '9T5653_C.PNG', '', 1, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913808653010000', '5853920', 'A', './image\\', '5853920_A.PNG', '', 1, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913808654010000', '5853920', 'B', './image\\', '5853920_B.PNG', '', 1, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913808656010000', '5853920', 'C', './image\\', '5853920_C.PNG', '', 1, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913808657010000', '5853920', 'D', './image\\', '5853920_D.PNG', '', 1, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913808657010001', '5853920', 'E', './image\\', '5853920_E.PNG', '', 1, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913829802010000', '4T4205', 'A', './image\\', '4T4205_A.PNG', '', 1, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913829804010000', '4T4205', 'B', './image\\', '4T4205_B.PNG', '', 1, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913829805010000', '4T4205', 'C', './image\\', '4T4205_C.PNG', '', 1, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930822010000', '4736798', 'A', './image\\', '4736798_A.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930823010000', '4736798', 'B', './image\\', '4736798_B.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930825010000', '4736798', 'C', './image\\', '4736798_C.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930825010001', '4736798', 'D', './image\\', '4736798_D.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930827010000', '4736798', 'E', './image\\', '4736798_E.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930828010000', '4736798', 'F', './image\\', '4736798_F.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930828010001', '4736798', 'G', './image\\', '4736798_G.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930829010000', '4736798', 'H', './image\\', '4736798_H.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930830010000', '4736798', 'I', './image\\', '4736798_I.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930831010000', '4736798', 'J', './image\\', '4736798_J.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930832010000', '4736798', 'K', './image\\', '4736798_K.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741913930833010000', '4736798', 'L', './image\\', '4736798_L.PNG', '', 1, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914213702010000', '5772154', 'A', './image\\', '5772154_A.PNG', '', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914213703010000', '5772154', 'B', './image\\', '5772154_B.PNG', '', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914213704010000', '5772154', 'C', './image\\', '5772154_C.PNG', '', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914213706010000', '5772154', 'D', './image\\', '5772154_D.PNG', '', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914213707010000', '5772154', 'E', './image\\', '5772154_E.PNG', '', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914352832010000', '6E3078', 'A', './image\\', '6E3078_A.PNG', '', 1, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914352834010000', '6E3078', 'B', './image\\', '6E3078_B.PNG', '', 1, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395483010000', '5872375', 'A', './image', '5872375_A.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395485010000', '5872375', 'B', './image', '5872375_B.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395486010000', '5872375', 'C', './image', '5872375_C.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395487010000', '5872375', 'D', './image', '5872375_D.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395488010000', '5872375', 'E', './image', '5872375_E.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395489010000', '5872375', 'F', './image', '5872375_F.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395490010000', '5872375', 'G', './image', '5872375_G.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395491010000', '5872375', 'H', './image', '5872375_H.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395492010000', '5872375', 'I', './image', '5872375_I.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395493010000', '5872375', 'J', './image', '5872375_J.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395494010000', '5872375', 'K', './image', '5872375_K.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395495010000', '5872375', 'L', './image', '5872375_L.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395496010000', '5872375', 'M', './image', '5872375_M.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914395497010000', '5872375', 'N', './image', '5872375_N.PNG', '', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472888010000', '2130087', 'A', './image\\', '2130087_A.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472890010000', '2130087', 'B', './image\\', '2130087_B.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472891010000', '2130087', 'C', './image\\', '2130087_C.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472892010000', '2130087', 'D', './image\\', '2130087_D.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472893010000', '2130087', 'E', './image\\', '2130087_E.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472894010000', '2130087', 'F', './image\\', '2130087_F.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914472896010000', '2130087', 'G', './image\\', '2130087_G.PNG', '', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491672010000', '6E3031', 'A', './image\\', '6E3031_A.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491674010000', '6E3031', 'B', './image\\', '6E3031_B.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491675010000', '6E3031', 'C', './image\\', '6E3031_C.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491676010000', '6E3031', 'D', './image\\', '6E3031_D.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491676010001', '6E3031', 'E', './image\\', '6E3031_E.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491677010000', '6E3031', 'F', './image\\', '6E3031_F.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914491678010000', '6E3031', 'G', './image\\', '6E3031_G.PNG', '', 1, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914513483010000', '1070545', 'A', './image\\', '1070545_A.PNG', '', 1, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914513485010000', '1070545', 'B', './image\\', '1070545_B.PNG', '', 1, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914513486010000', '1070545', 'C', './image\\', '1070545_C.PNG', '', 1, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914513486010001', '1070545', 'D', './image\\', '1070545_D.PNG', '', 1, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914513487010000', '1070545', 'E', './image\\', '1070545_E.PNG', '', 1, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914513488010000', '1070545', 'F', './image\\', '1070545_F.PNG', '', 1, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914561262010000', '3367287', 'A', './image\\', '3367287_A.PNG', '', 1, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914561264010000', '3367287', 'B', './image\\', '3367287_B.PNG', '', 1, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914561264010001', '3367287', 'C', './image\\', '3367287_C.PNG', '', 1, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914561265010000', '3367287', 'D', './image\\', '3367287_D.PNG', '', 1, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914561266010000', '3367287', 'E', './image\\', '3367287_E.PNG', '', 1, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914618860010000', '2904512', 'A', './image\\', '2904512_A.PNG', '', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914618862010000', '2904512', 'B', './image\\', '2904512_B.PNG', '', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914618863010000', '2904512', 'C', './image\\', '2904512_C.PNG', '', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914618869010000', '2904512', 'D', './image\\', '2904512_D.PNG', '', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914618870010000', '2904512', 'E', './image\\', '2904512_E.PNG', '', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914618872010000', '2904512', 'F', './image\\', '2904512_F.PNG', '', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914639436010000', '4T4204', 'A', './image\\', '4T4204_A.PNG', '', 1, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914639438010000', '4T4204', 'B', './image\\', '4T4204_B.PNG', '', 1, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914639439010000', '4T4204', 'C', './image\\', '4T4204_C.PNG', '', 1, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741914918933010000', '1260747', 'A', './image\\', '1260747_A.PNG', '', 1, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916622696010000', '1303118', 'A', './image\\', '1303118_A.PNG', '', 1, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916622697010000', '1303118', 'B', './image\\', '1303118_B.PNG', '', 1, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916622698010000', '1303118', 'C', './image\\', '1303118_C.PNG', '', 1, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916645775010000', '6E3034', 'A', './image\\', '6E3034_A.PNG', '', 1, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916645777010000', '6E3034', 'B', './image\\', '6E3034_B.PNG', '', 1, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916645779010000', '6E3034', 'C', './image\\', '6E3034_C.PNG', '', 1, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916645780010000', '6E3034', 'D', './image\\', '6E3034_D.PNG', '', 1, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916645782010000', '6E3034', 'E', './image\\', '6E3034_E.PNG', '', 1, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916645783010000', '6E3034', 'F', './image\\', '6E3034_F.PNG', '', 1, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916734679010000', '6E3036', 'A', './image\\', '6E3036_A.PNG', '', 1, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916734681010000', '6E3036', 'B', './image\\', '6E3036_B.PNG', '', 1, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916734683010000', '6E3036', 'C', './image\\', '6E3036_C.PNG', '', 1, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916734685010000', '6E3036', 'D', './image\\', '6E3036_D.PNG', '', 1, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916734687010000', '6E3036', 'E', './image\\', '6E3036_E.PNG', '', 1, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916734688010000', '6E3036', 'F', './image\\', '6E3036_F.PNG', '', 1, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763518010000', '1303110', 'A', './image\\', '1303110_A.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763520010000', '1303110', 'B', './image\\', '1303110_B.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763521010000', '1303110', 'C', './image\\', '1303110_C.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763522010000', '1303110', 'D', './image\\', '1303110_D.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763523010000', '1303110', 'E', './image\\', '1303110_E.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763524010000', '1303110', 'F', './image\\', '1303110_F.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916763524010001', '1303110', 'G', './image\\', '1303110_G.PNG', '', 1, '2025-03-14 09:46:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916777254010000', '1199550', 'A', './image\\', '1199550_A.PNG', '', 1, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916777254010001', '1199550', 'B', './image\\', '1199550_B.PNG', '', 1, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916777256010000', '1199550', 'C', './image\\', '1199550_C.PNG', '', 1, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916777257010000', '1199550', 'D', './image\\', '1199550_D.PNG', '', 1, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916777258010000', '1199550', 'E', './image\\', '1199550_E.PNG', '', 1, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916777258010001', '1199550', 'F', './image\\', '1199550_F.PNG', '', 1, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916866234010000', '5757795', 'A', './image\\', '5757795_A.PNG', '', 1, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916866236010000', '5757795', 'B', './image\\', '5757795_B.PNG', '', 1, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916866237010000', '5757795', 'C', './image\\', '5757795_C.PNG', '', 1, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916866238010000', '5757795', 'D', './image\\', '5757795_D.PNG', '', 1, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916888884010000', '5805847', 'A', './image\\', '5805847_A.PNG', '', 1, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916888886010000', '5805847', 'B', './image\\', '5805847_B.PNG', '', 1, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916888887010000', '5805847', 'C', './image\\', '5805847_C.PNG', '', 1, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916888887010001', '5805847', 'D', './image\\', '5805847_D.PNG', '', 1, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916888888010000', '5805847', 'E', './image\\', '5805847_E.PNG', '', 1, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916888889010000', '5805847', 'F', './image\\', '5805847_F.PNG', '', 1, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916973052010000', '1303124', 'A', './image\\', '1303124_A.PNG', '', 1, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916973053010000', '1303124', 'A1', './image\\', '1303124_A1.PNG', '', 1, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916973055010000', '1303124', 'B', './image\\', '1303124_B.PNG', '', 1, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741916973056010000', '1303124', 'C', './image\\', '1303124_C.PNG', '', 1, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041134010000', '1303111', 'A', './image\\', '1303111_A.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041136010000', '1303111', 'B', './image\\', '1303111_B.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041137010000', '1303111', 'C', './image\\', '1303111_C.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041137010001', '1303111', 'D', './image\\', '1303111_D.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041140010000', '1303111', 'E', './image\\', '1303111_E.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041141010000', '1303111', 'F', './image\\', '1303111_F.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917041143010000', '1303111', 'G', './image\\', '1303111_G.PNG', '', 1, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917108900010000', '5829209', 'A', './image\\', '5829209_A.PNG', '', 1, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917108901010000', '5829209', 'B', './image\\', '5829209_B.PNG', '', 1, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917108902010000', '5829209', 'C', './image\\', '5829209_C.PNG', '', 1, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917123119010000', '5829211', 'A', './image\\', '5829211_A.PNG', '', 1, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917123120010000', '5829211', 'B', './image\\', '5829211_B.PNG', '', 1, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917123121010000', '5829211', 'C', './image\\', '5829211_C.PNG', '', 1, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917123122010000', '5829211', 'D', './image\\', '5829211_D.PNG', '', 1, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917123123010000', '5829211', 'E', './image\\', '5829211_E.PNG', '', 1, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917123124010000', '5829211', 'F', './image\\', '5829211_F.PNG', '', 1, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917220314010000', '5793325', 'A', './image\\', '5793325_A.PNG', '', 1, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917220315010000', '5793325', 'B', './image\\', '5793325_B.PNG', '', 1, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917220316010000', '5793325', 'C', './image\\', '5793325_C.PNG', '', 1, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917347847010000', '1070554', 'A', './image\\', '1070554_A.PNG', '', 1, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917347849010000', '1070554', 'B', './image\\', '1070554_B.PNG', '', 1, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917347850010000', '1070554', 'C', './image\\', '1070554_C.PNG', '', 1, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917347851010000', '1070554', 'D', './image\\', '1070554_D.PNG', '', 1, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917347853010000', '1070554', 'E', './image\\', '1070554_E.PNG', '', 1, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917347854010000', '1070554', 'F', './image\\', '1070554_F.PNG', '', 1, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917531753010000', '1070555', 'A', './image\\', '1070555_A.PNG', '', 1, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917531754010000', '1070555', 'B', './image\\', '1070555_B.PNG', '', 1, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917531755010000', '1070555', 'C', './image\\', '1070555_C.PNG', '', 1, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917531756010000', '1070555', 'D', './image\\', '1070555_D.PNG', '', 1, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917531756010001', '1070555', 'E', './image\\', '1070555_E.PNG', '', 1, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917531757010000', '1070555', 'F', './image\\', '1070555_F.PNG', '', 1, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917556668010000', '5793326', 'A', './image\\', '5793326_A.PNG', '', 1, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917556670010000', '5793326', 'B', './image\\', '5793326_B.PNG', '', 1, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917556670010001', '5793326', 'C', './image\\', '5793326_C.PNG', '', 1, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917556671010000', '5793326', 'D', './image\\', '5793326_D.PNG', '', 1, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917556672010000', '5793326', 'E', './image\\', '5793326_E.PNG', '', 1, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917556673010000', '5793326', 'F', './image\\', '5793326_F.PNG', '', 1, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578979010000', '1303115', 'A', './image\\', '1303115_A.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578981010000', '1303115', 'B', './image\\', '1303115_B.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578982010000', '1303115', 'C', './image\\', '1303115_C.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578983010000', '1303115', 'D', './image\\', '1303115_D.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578984010000', '1303115', 'E', './image\\', '1303115_E.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578985010000', '1303115', 'F', './image\\', '1303115_F.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917578985010001', '1303115', 'G', './image\\', '1303115_G.PNG', '', 1, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917596490010000', '1243455', 'A', './image\\', '1243455_A.PNG', '', 1, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917596492010000', '1243455', 'B', './image\\', '1243455_B.PNG', '', 1, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917596492010001', '1243455', 'C', './image\\', '1243455_C.PNG', '', 1, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917596493010000', '1243455', 'D', './image\\', '1243455_D.PNG', '', 1, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917596494010000', '1243455', 'E', './image\\', '1243455_E.PNG', '', 1, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917596495010000', '1243455', 'F', './image\\', '1243455_F.PNG', '', 1, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917736965010000', '1303135', 'A', './image\\', '1303135_A.PNG', '', 1, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917736967010000', '1303135', 'A1', './image\\', '1303135_A1.PNG', '', 1, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917736968010000', '1303135', 'B', './image\\', '1303135_B.PNG', '', 1, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917736969010000', '1303135', 'C', './image\\', '1303135_C.PNG', '', 1, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917752359010000', '1070560', 'A', './image\\', '1070560_A.PNG', '', 1, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917752361010000', '1070560', 'B', './image\\', '1070560_B.PNG', '', 1, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917752362010000', '1070560', 'C', './image\\', '1070560_C.PNG', '', 1, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917752363010000', '1070560', 'D', './image\\', '1070560_D.PNG', '', 1, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917752364010000', '1070560', 'E', './image\\', '1070560_E.PNG', '', 1, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917752365010000', '1070560', 'F', './image\\', '1070560_F.PNG', '', 1, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917771765010000', '1070562', 'A', './image\\', '1070562_A.PNG', '', 1, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917771767010000', '1070562', 'B', './image\\', '1070562_B.PNG', '', 1, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917771768010000', '1070562', 'C', './image\\', '1070562_C.PNG', '', 1, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917771768010001', '1070562', 'D', './image\\', '1070562_D.PNG', '', 1, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917771769010000', '1070562', 'E', './image\\', '1070562_E.PNG', '', 1, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917771770010000', '1070562', 'F', './image\\', '1070562_F.PNG', '', 1, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917784272010000', '1070563', 'A', './image\\', '1070563_A.PNG', '', 1, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917784274010000', '1070563', 'B', './image\\', '1070563_B.PNG', '', 1, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917784275010000', '1070563', 'C', './image\\', '1070563_C.PNG', '', 1, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917784275010001', '1070563', 'D', './image\\', '1070563_D.PNG', '', 1, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917784276010000', '1070563', 'E', './image\\', '1070563_E.PNG', '', 1, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917784277010000', '1070563', 'F', './image\\', '1070563_F.PNG', '', 1, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917924994010000', '1303114', 'A', './image\\', '1303114_A.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917925004010000', '1303114', 'B', './image\\', '1303114_B.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917925006010000', '1303114', 'C', './image\\', '1303114_C.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917925007010000', '1303114', 'D', './image\\', '1303114_D.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917925008010000', '1303114', 'E', './image\\', '1303114_E.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917925009010000', '1303114', 'F', './image\\', '1303114_F.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741917925010010000', '1303114', 'G', './image\\', '1303114_G.PNG', '', 1, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918004737010000', '5829206', 'A', './image\\', '5829206_A.PNG', '', 1, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918004738010000', '5829206', 'B', './image\\', '5829206_B.PNG', '', 1, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918004739010000', '5829206', 'C', './image\\', '5829206_C.PNG', '', 1, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918004740010000', '5829206', 'D', './image\\', '5829206_D.PNG', '', 1, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918020568010000', '5829210', 'A', './image\\', '5829210_A.PNG', '', 1, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918020570010000', '5829210', 'B', './image\\', '5829210_B.PNG', '', 1, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918020571010000', '5829210', 'C', './image\\', '5829210_C.PNG', '', 1, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918020572010000', '5829210', 'D', './image\\', '5829210_D.PNG', '', 1, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918020573010000', '5829210', 'E', './image\\', '5829210_E.PNG', '', 1, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918020574010000', '5829210', 'F', './image\\', '5829210_F.PNG', '', 1, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918074546010000', '5890385', 'A', './image\\', '5890385_A.PNG', '', 1, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918074547010000', '5890385', 'B', './image\\', '5890385_B.PNG', '', 1, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918074548010000', '5890385', 'C', './image\\', '5890385_C.PNG', '', 1, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918074549010000', '5890385', 'D', './image\\', '5890385_D.PNG', '', 1, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918091419010000', '1934431', 'A', './image\\', '1934431_A.PNG', '', 1, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918091420010000', '1934431', 'B', './image\\', '1934431_B.PNG', '', 1, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918091421010000', '1934431', 'C', './image\\', '1934431_C.PNG', '', 1, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918091422010000', '1934431', 'D', './image\\', '1934431_D.PNG', '', 1, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918091423010000', '1934431', 'E', './image\\', '1934431_E.PNG', '', 1, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918091424010000', '1934431', 'F', './image\\', '1934431_F.PNG', '', 1, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918888527010000', '5973476', 'A', './image\\', '5973476_A.PNG', '', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741918888528010000', '5973476', 'B', './image\\', '5973476_B.PNG', '', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919084978010000', '5013712', 'A', './image\\', '5013712_A.PNG', '', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919084980010000', '5013712', 'B', './image\\', '5013712_B.PNG', '', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919084981010000', '5013712', 'C', './image\\', '5013712_C.PNG', '', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919084982010000', '5013712', 'D', './image\\', '5013712_D.PNG', '', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919084983010000', '5013712', 'E', './image\\', '5013712_E.PNG', '', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919084984010000', '5013712', 'F', './image\\', '5013712_F.PNG', '', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919102059010000', '5013711', 'A', './image\\', '5013711_A.PNG', '', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919102061010000', '5013711', 'B', './image\\', '5013711_B.PNG', '', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919102062010000', '5013711', 'C', './image\\', '5013711_C.PNG', '', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919102063010000', '5013711', 'D', './image\\', '5013711_D.PNG', '', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919102064010000', '5013711', 'E', './image\\', '5013711_E.PNG', '', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919102065010000', '5013711', 'F', './image\\', '5013711_F.PNG', '', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919361821010000', '5702570', 'A', './image\\', '5702570_A.PNG', '', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919361823010000', '5702570', 'B', './image\\', '5702570_B.PNG', '', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919394820010000', '1131543', 'A', './image\\', '1131543_A.PNG', '', 1, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919394821010000', '1131543', 'B', './image\\', '1131543_B.PNG', '', 1, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919394822010000', '1131543', 'C', './image\\', '1131543_C.PNG', '', 1, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919394823010000', '1131543', 'D', './image\\', '1131543_D.PNG', '', 1, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919445758010000', '1494133', 'A', './image\\', '1494133_A.PNG', '', 1, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919445760010000', '1494133', 'B', './image\\', '1494133_B.PNG', '', 1, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919445761010000', '1494133', 'C', './image\\', '1494133_C.PNG', '', 1, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919445762010000', '1494133', 'D', './image\\', '1494133_D.PNG', '', 1, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919462818010000', '5059699', 'A', './image\\', '5059699_A.PNG', '', 1, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919462819010000', '5059699', 'B', './image\\', '5059699_B.PNG', '', 1, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919462820010000', '5059699', 'C', './image\\', '5059699_C.PNG', '', 1, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919462821010000', '5059699', 'D', './image\\', '5059699_D.PNG', '', 1, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919477779010000', '5978244', 'A', './image\\', '5978244_A.PNG', '', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919477780010000', '5978244', 'B', './image\\', '5978244_B.PNG', '', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919477782010000', '5978244', 'C', './image\\', '5978244_C.PNG', '', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919477783010000', '5978244', 'D', './image\\', '5978244_D.PNG', '', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919477784010000', '5978244', 'E', './image\\', '5978244_E.PNG', '', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919477785010000', '5978244', 'F', './image\\', '5978244_F.PNG', '', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919618283010000', '2011150', 'A', './image', '2011150_A.PNG', '', 1, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919618284010000', '2011150', 'B', './image', '2011150_B.PNG', '', 1, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919618285010000', '2011150', 'C', './image', '2011150_C.PNG', '', 1, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919618286010000', '2011150', 'D', './image', '2011150_D.PNG', '', 1, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919618287010000', '2011150', 'E', './image', '2011150_E.PNG', '', 1, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919618288010000', '2011150', 'F', './image', '2011150_F.PNG', '', 1, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634576010000', '5218493', 'A', './image', '5218493_A.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634577010000', '5218493', 'B', './image', '5218493_B.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634578010000', '5218493', 'C', './image', '5218493_C.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634579010000', '5218493', 'D', './image', '5218493_D.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634580010000', '5218493', 'E', './image', '5218493_E.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634581010000', '5218493', 'F', './image', '5218493_F.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919634581010001', '5218493', 'G', './image', '5218493_G.PNG', '', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919651751010000', '4165349', 'A', './image\\', '4165349_A.PNG', '', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919668169010000', '5215592', 'A', './image', '5215592_A.PNG', '', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919668170010000', '5215592', 'B', './image', '5215592_B.PNG', '', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919668171010000', '5215592', 'C', './image', '5215592_C.PNG', '', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919668172010000', '5215592', 'D', './image', '5215592_D.PNG', '', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919668173010000', '5215592', 'E', './image', '5215592_E.PNG', '', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919741510010000', '9T4769', 'A', './image\\', '9T4769_A.PNG', '', 1, '2025-03-14 10:35:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919741511010000', '9T4769', 'B', './image\\', '9T4769_B.PNG', '', 1, '2025-03-14 10:35:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919741512010000', '9T4769', 'C', './image\\', '9T4769_C.PNG', '', 1, '2025-03-14 10:35:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919741513010000', '9T4769', 'D', './image\\', '9T4769_D.PNG', '', 1, '2025-03-14 10:35:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919772940010000', '6063778', 'A', './image\\', '6063778_A.PNG', '', 1, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919772942010000', '6063778', 'B', './image\\', '6063778_B.PNG', '', 1, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919772943010000', '6063778', 'C', './image\\', '6063778_C.PNG', '', 1, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919787619010000', '5872370', 'A', './image\\', '5872370_A.PNG', '', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919787621010000', '5872370', 'B', './image\\', '5872370_B.PNG', '', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919787622010000', '5872370', 'C', './image\\', '5872370_C.PNG', '', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741919787623010000', '5872370', 'D', './image\\', '5872370_D.PNG', '', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920460128010000', '5887917', 'A', './image\\', '5887917_A.PNG', '', 1, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920460130010000', '5887917', 'B', './image\\', '5887917_B.PNG', '', 1, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920460131010000', '5887917', 'C', './image\\', '5887917_C.PNG', '', 1, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920460132010000', '5887917', 'D', './image\\', '5887917_D.PNG', '', 1, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920560355010000', '1199549', 'A', './image\\', '1199549_A.PNG', '', 1, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920560357010000', '1199549', 'B', './image\\', '1199549_B.PNG', '', 1, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920560357010001', '1199549', 'C', './image\\', '1199549_C.PNG', '', 1, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920560358010000', '1199549', 'D', './image\\', '1199549_D.PNG', '', 1, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920560359010000', '1199549', 'E', './image\\', '1199549_E.PNG', '', 1, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920560360010000', '1199549', 'F', './image\\', '1199549_F.PNG', '', 1, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920653562010000', '1303123', 'A', './image\\', '1303123_A.PNG', '', 1, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920653563010000', '1303123', 'B', './image\\', '1303123_B.PNG', '', 1, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920653564010000', '1303123', 'C', './image\\', '1303123_C.PNG', '', 1, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920653565010000', '1303123', 'D', './image\\', '1303123_D.PNG', '', 1, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920718950010000', '5890390', 'A', './image\\', '5890390_A.PNG', '', 1, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920718952010000', '5890390', 'B', './image\\', '5890390_B.PNG', '', 1, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920718953010000', '5890390', 'C', './image\\', '5890390_C.PNG', '', 1, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920718953010001', '5890390', 'D', './image\\', '5890390_D.PNG', '', 1, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920745297010000', '1506649', 'A', './image\\', '1506649_A.PNG', '', 1, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920745299010000', '1506649', 'B', './image\\', '1506649_B.PNG', '', 1, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920745300010000', '1506649', 'C', './image\\', '1506649_C.PNG', '', 1, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920745301010000', '1506649', 'D', './image\\', '1506649_D.PNG', '', 1, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920745301010001', '1506649', 'E', './image\\', '1506649_E.PNG', '', 1, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920745302010000', '1506649', 'F', './image\\', '1506649_F.PNG', '', 1, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920760263010000', '1538906', 'A', './image\\', '1538906_A.PNG', '', 1, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920760265010000', '1538906', 'B', './image\\', '1538906_B.PNG', '', 1, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920760266010000', '1538906', 'C', './image\\', '1538906_C.PNG', '', 1, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920760266010001', '1538906', 'D', './image\\', '1538906_D.PNG', '', 1, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920760267010000', '1538906', 'E', './image\\', '1538906_E.PNG', '', 1, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920760268010000', '1538906', 'F', './image\\', '1538906_F.PNG', '', 1, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920929223010000', '2906005', 'A', './image\\', '2906005_A.PNG', '', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920929224010000', '2906005', 'B', './image\\', '2906005_B.PNG', '', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920929225010000', '2906005', 'C', './image\\', '2906005_C.PNG', '', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920929226010000', '2906005', 'D', './image\\', '2906005_D.PNG', '', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920929227010000', '2906005', 'E', './image\\', '2906005_E.PNG', '', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920929228010000', '2906005', 'F', './image\\', '2906005_F.PNG', '', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920950332010000', '2011147', 'A', './image\\', '2011147_A.PNG', '', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920950334010000', '2011147', 'B', './image\\', '2011147_B.PNG', '', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920950335010000', '2011147', 'C', './image\\', '2011147_C.PNG', '', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920950336010000', '2011147', 'D', './image\\', '2011147_D.PNG', '', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920950336010001', '2011147', 'E', './image\\', '2011147_E.PNG', '', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920950337010000', '2011147', 'F', './image\\', '2011147_F.PNG', '', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998244010000', '3467620', 'A1', './image\\', '3467620_A1.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998245010000', '3467620', 'A2', './image\\', '3467620_A2.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998246010000', '3467620', 'B1', './image\\', '3467620_B1.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998247010000', '3467620', 'B2', './image\\', '3467620_B2.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998248010000', '3467620', 'B3', './image\\', '3467620_B3.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998249010000', '3467620', 'B4', './image\\', '3467620_B4.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998250010000', '3467620', 'B5', './image\\', '3467620_B5.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998251010000', '3467620', 'B6', './image\\', '3467620_B6.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998252010000', '3467620', 'B7', './image\\', '3467620_B7.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998253010000', '3467620', 'C1', './image\\', '3467620_C1.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998254010000', '3467620', 'C2', './image\\', '3467620_C2.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741920998255010000', '3467620', 'C3', './image\\', '3467620_C3.PNG', '', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741921014171010000', '1167821', 'A', './image\\', '1167821_A.PNG', '', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741921014172010000', '1167821', 'B', './image\\', '1167821_B.PNG', '', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741921014173010000', '1167821', 'C', './image\\', '1167821_C.PNG', '', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741921014174010000', '1167821', 'D', './image\\', '1167821_D.PNG', '', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741921014175010000', '1167821', 'E', './image\\', '1167821_E.PNG', '', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741939755942010000', '2270831', 'A', './image\\', '2270831_A.PNG', '', 1, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741939755954010000', '2270831', 'B', './image\\', '2270831_B.PNG', '', 1, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741939755956010000', '2270831', 'C', './image\\', '2270831_C.PNG', '', 1, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741939755958010000', '2270831', 'D', './image\\', '2270831_D.PNG', '', 1, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741939755959010000', '2270831', 'E', './image\\', '2270831_E.PNG', '', 1, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1741939755961010000', '2270831', 'F', './image\\', '2270831_F.PNG', '', 1, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742002920371010000', '2176720', 'A', './image\\', '2176720_A.PNG', '', 1, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742002920372010000', '2176720', 'B', './image\\', '2176720_B.PNG', '', 1, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742002920373010000', '2176720', 'C', './image\\', '2176720_C.PNG', '', 1, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960829010000', '2451668', 'A', './image\\', '2451668_A.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960831010000', '2451668', 'B', './image\\', '2451668_B.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960832010000', '2451668', 'C', './image\\', '2451668_C.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960833010000', '2451668', 'D', './image\\', '2451668_D.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960834010000', '2451668', 'E', './image\\', '2451668_E.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960834010001', '2451668', 'F', './image\\', '2451668_F.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960835010000', '2451668', 'G', './image\\', '2451668_G.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960836010000', '2451668', 'I', './image\\', '2451668_I.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742003960837010000', '2451668', 'J', './image\\', '2451668_J.PNG', '', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742005357258010000', '6I9476', 'A', './image\\', '6I9476_A.PNG', '', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742005357260010000', '6I9476', 'B', './image\\', '6I9476_B.PNG', '', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742005357261010000', '6I9476', 'C', './image\\', '6I9476_C.PNG', '', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742005357262010000', '6I9476', 'D', './image\\', '6I9476_D.PNG', '', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742005357263010000', '6I9476', 'E', './image\\', '6I9476_E.PNG', '', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742005357264010000', '6I9476', 'F', './image\\', '6I9476_F.PNG', '', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410318010000', '5936452', 'A', './image\\', '5936452_A.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410320010000', '5936452', 'B', './image\\', '5936452_B.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410322010000', '5936452', 'C', './image\\', '5936452_C.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410322010001', '5936452', 'D', './image\\', '5936452_D.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410324010000', '5936452', 'E', './image\\', '5936452_E.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410325010000', '5936452', 'E1', './image\\', '5936452_E1.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410326010000', '5936452', 'F', './image\\', '5936452_F.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410327010000', '5936452', 'G', './image\\', '5936452_G.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742007410328010000', '5936452', 'H', './image\\', '5936452_H.PNG', '', 1, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742008798241010000', '5153350', 'A', './image\\', '5153350_A.PNG', '', 1, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742008798243010000', '5153350', 'B', './image\\', '5153350_B.PNG', '', 1, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742008798244010000', '5153350', 'C', './image\\', '5153350_C.PNG', '', 1, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742008798245010000', '5153350', 'D', './image\\', '5153350_D.PNG', '', 1, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742008798246010000', '5153350', 'E', './image\\', '5153350_E.PNG', '', 1, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742008798247010000', '5153350', 'F', './image\\', '5153350_F.PNG', '', 1, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009022359010000', '1242885', 'A', './image\\', '1242885_A.PNG', '', 1, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009022361010000', '1242885', 'B', './image\\', '1242885_B.PNG', '', 1, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009022362010000', '1242885', 'C', './image\\', '1242885_C.PNG', '', 1, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009022363010000', '1242885', 'D', './image\\', '1242885_D.PNG', '', 1, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009022364010000', '1242885', 'E', './image\\', '1242885_E.PNG', '', 1, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009022365010000', '1242885', 'F', './image\\', '1242885_F.PNG', '', 1, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528112010000', '3266549', 'A', './image', '3266549_A.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528113010000', '3266549', 'B', './image', '3266549_B.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528114010000', '3266549', 'C', './image', '3266549_C.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528115010000', '3266549', 'D', './image', '3266549_D.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528116010000', '3266549', 'E', './image', '3266549_E.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528117010000', '3266549', 'F', './image', '3266549_F.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528118010000', '3266549', 'G', './image', '3266549_G.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528119010000', '3266549', 'H', './image', '3266549_H.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528119010001', '3266549', 'I', './image', '3266549_I.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009528120010000', '3266549', 'J', './image', '3266549_J.PNG', '', 1, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009644897010000', '6E5134', 'A', './image\\', '6E5134_A.PNG', '', 1, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009644898010000', '6E5134', 'B', './image\\', '6E5134_B.PNG', '', 1, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742009644899010000', '6E5134', 'C', './image\\', '6E5134_C.PNG', '', 1, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190306010000', '1483530', 'A', './image\\', '1483530_A.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190307010000', '1483530', 'B', './image\\', '1483530_B.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190308010000', '1483530', 'C', './image\\', '1483530_C.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190309010000', '1483530', 'D', './image\\', '1483530_D.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190310010000', '1483530', 'E', './image\\', '1483530_E.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190311010000', '1483530', 'F', './image\\', '1483530_F.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190312010000', '1483530', 'G', './image\\', '1483530_G.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176190313010000', '1483530', 'H', './image\\', '1483530_H.PNG', '', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010000', '2451669', 'A', './image\\', '2451669_A.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010001', '2451669', 'B', './image\\', '2451669_B.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010002', '2451669', 'C', './image\\', '2451669_C.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010003', '2451669', 'D', './image\\', '2451669_D.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010004', '2451669', 'E', './image\\', '2451669_E.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010005', '2451669', 'F', './image\\', '2451669_F.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010006', '2451669', 'G', './image\\', '2451669_G.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010007', '2451669', 'I', './image\\', '2451669_I.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176216137010008', '2451669', 'J', './image\\', '2451669_J.PNG', '', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176515425010000', '4832252', 'A', './image\\', '4832252_A.PNG', '', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176515427010000', '4832252', 'B', './image\\', '4832252_B.PNG', '', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742176515428010000', '4832252', 'C', './image\\', '4832252_C.PNG', '', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338322010000', '4448048', '子装配-1', './image', '4448048_子装配-1.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338334010000', '4448048', '子装配-2', './image', '4448048_子装配-2.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338336010000', '4448048', '子装配-3', './image', '4448048_子装配-3.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338338010000', '4448048', '一工位-1', './image', '4448048_一工位-1.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338339010000', '4448048', '一工位-2', './image', '4448048_一工位-2.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338340010000', '4448048', '一工位-3', './image', '4448048_一工位-3.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338341010000', '4448048', '二工位-1', './image', '4448048_二工位-1.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338342010000', '4448048', '二工位-2', './image', '4448048_二工位-2.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338345010000', '4448048', '二工位-3', './image', '4448048_二工位-3.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338346010000', '4448048', '二工位-4', './image', '4448048_二工位-4.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742181338347010000', '4448048', '终装配', './image', '4448048_终装配.PNG', '', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604596010000', '5256758', 'A1', './image\\', '5256758_A1.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604598010000', '5256758', 'A2', './image\\', '5256758_A2.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604601010000', '5256758', 'A3', './image\\', '5256758_A3.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604602010000', '5256758', 'A4', './image\\', '5256758_A4.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604604010000', '5256758', 'A5', './image\\', '5256758_A5.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604605010000', '5256758', 'A6', './image\\', '5256758_A6.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604606010000', '5256758', 'A7', './image\\', '5256758_A7.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604613010000', '5256758', 'A8', './image\\', '5256758_A8.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604627010000', '5256758', 'A9', './image\\', '5256758_A9.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604629010000', '5256758', 'A10', './image\\', '5256758_A10.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604631010000', '5256758', 'A11', './image\\', '5256758_A11.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742187604632010000', '5256758', 'A12', './image\\', '5256758_A12.PNG', '', 1, '2025-03-17 13:00:05', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264525010000', '5173289', 'A', './image', '5173289_A.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264527010000', '5173289', 'B', './image', '5173289_B.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264529010000', '5173289', 'C', './image', '5173289_C.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264530010000', '5173289', 'D', './image', '5173289_D.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264532010000', '5173289', 'E', './image', '5173289_E.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264534010000', '5173289', 'F', './image', '5173289_F.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264535010000', '5173289', 'G', './image', '5173289_G.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264543010000', '5173289', 'I', './image', '5173289_I.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742188264545010000', '5173289', 'J', './image', '5173289_J.PNG', '', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742189873142010000', '5013713', 'A', './image\\', '5013713_A.PNG', '', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742189873147010000', '5013713', 'B', './image\\', '5013713_B.PNG', '', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742189873150010000', '5013713', 'C', './image\\', '5013713_C.PNG', '', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742189873151010000', '5013713', 'D', './image\\', '5013713_D.PNG', '', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742189873152010000', '5013713', 'E', './image\\', '5013713_E.PNG', '', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742189873153010000', '5013713', 'F', './image\\', '5013713_F.PNG', '', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742191644615010000', '6137645', '一工位-1', './image', '6137645_一工位-1.PNG', '', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742191644617010000', '6137645', '一工位-2', './image', '6137645_一工位-2.PNG', '', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742191644622010000', '6137645', '二工位-1', './image', '6137645_二工位-1.PNG', '', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742191644623010000', '6137645', '二工位-2', './image', '6137645_二工位-2.PNG', '', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742191644625010000', '6137645', '终装配', './image', '6137645_终装配.PNG', '', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742192503496010000', '4648501', '一工位-1', './image', '4648501_一工位-1.PNG', '', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742192503497010000', '4648501', '一工位-2', './image', '4648501_一工位-2.PNG', '', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742192503502010000', '4648501', '二工位-1', './image', '4648501_二工位-1.PNG', '', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742192503503010000', '4648501', '二工位-2', './image', '4648501_二工位-2.PNG', '', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742192503504010000', '4648501', '二工位-3', './image', '4648501_二工位-3.PNG', '', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742192503505010000', '4648501', '终装配', './image', '4648501_终装配.PNG', '', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196307280010000', '1275500', 'A', './image\\', '1275500_A.PNG', '', 1, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196307282010000', '1275500', 'B', './image\\', '1275500_B.PNG', '', 1, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196307283010000', '1275500', 'C', './image\\', '1275500_C.PNG', '', 1, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196307284010000', '1275500', 'D', './image\\', '1275500_D.PNG', '', 1, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196307286010000', '1275500', 'E终装', './image\\', '1275500_E终装.PNG', '', 1, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435228010000', '4560776', 'A', './image', '4560776_A.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435230010000', '4560776', 'B', './image', '4560776_B.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435231010000', '4560776', 'C', './image', '4560776_C.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435232010000', '4560776', 'D', './image', '4560776_D.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435233010000', '4560776', 'E', './image', '4560776_E.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435235010000', '4560776', 'F终装', './image', '4560776_F终装.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742196435236010000', '4560776', 'G终装', './image\\', '4560776_G终装.PNG', '', 1, '2025-03-17 15:27:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197223327010000', '1423996', 'A', './image', '1423996_A.PNG', '', 1, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197223329010000', '1423996', 'B', './image', '1423996_B.PNG', '', 1, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197223331010000', '1423996', 'C', './image', '1423996_C.PNG', '', 1, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197223333010000', '1423996', 'D', './image', '1423996_D.PNG', '', 1, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197223334010000', '1423996', 'E', './image', '1423996_E.PNG', '', 1, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197223337010000', '1423996', 'F终装', './image', '1423996_F终装.PNG', '', 1, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197481180010000', '1668495', 'A', './image\\', '1668495_A.PNG', '', 1, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197481181010000', '1668495', 'B', './image\\', '1668495_B.PNG', '', 1, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197481183010000', '1668495', 'C', './image\\', '1668495_C.PNG', '', 1, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197481184010000', '1668495', 'D', './image\\', '1668495_D.PNG', '', 1, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197481185010000', '1668495', 'E终装', './image\\', '1668495_E终装.PNG', '', 1, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197533375010000', '4914631', 'A', './image\\', '4914631_A.PNG', '', 1, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197533377010000', '4914631', 'B', './image\\', '4914631_B.PNG', '', 1, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197533378010000', '4914631', 'C', './image\\', '4914631_C.PNG', '', 1, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197533379010000', '4914631', 'D', './image\\', '4914631_D.PNG', '', 1, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742197533381010000', '4914631', 'E终装', './image\\', '4914631_E终装.PNG', '', 1, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742199095669010000', '4T2746', 'A', './image\\', '4T2746_A.PNG', '', 1, '2025-03-17 16:11:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742259109792010000', '4758870', 'A', './image', '4758870_A.PNG', '', 1, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742259109801010000', '4758870', 'B', './image', '4758870_B.PNG', '', 1, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742259591685010000', '6561250', 'A', './image', '6561250_A.PNG', '', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742259591686010000', '6561250', 'B', './image', '6561250_B.PNG', '', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742261640455010000', '5924374', 'A', './image', '5924374_A.PNG', '', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742261640458010000', '5924374', 'B', './image', '5924374_B.PNG', '', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742264622828010000', '1334239', 'A', './image', '1334239_A.PNG', '', 1, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742264622842010000', '1334239', 'B', './image', '1334239_B.PNG', '', 1, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742264622843010000', '1334239', 'C', './image', '1334239_C.PNG', '', 1, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742264622845010000', '1334239', 'D', './image', '1334239_D.PNG', '', 1, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742264622846010000', '1334239', 'E', './image', '1334239_E.PNG', '', 1, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742264622846010001', '1334239', 'F', './image', '1334239_F.PNG', '', 1, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768123010000', '1941465', 'A', './image', '1941465_A.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768125010000', '1941465', 'B', './image', '1941465_B.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768126010000', '1941465', 'C', './image', '1941465_C.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768129010000', '1941465', 'D', './image', '1941465_D.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768130010000', '1941465', 'E', './image', '1941465_E.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768132010000', '1941465', 'F', './image', '1941465_F.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742272768133010000', '1941465', 'G', './image', '1941465_G.PNG', '', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273043593010000', '3467607', 'A', './image', '3467607_A.PNG', '', 1, '2025-03-18 12:44:04', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273070994010000', '5775912', 'A', './image', '5775912_A.PNG', '', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273070996010000', '5775912', 'B', './image', '5775912_B.PNG', '', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273070997010000', '5775912', 'C', './image', '5775912_C.PNG', '', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273070999010000', '5775912', 'D', './image', '5775912_D.PNG', '', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273071001010000', '5775912', 'E', './image', '5775912_E.PNG', '', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742273447581010000', '3698366', 'A', './image', '3698366_A.PNG', '', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281070038010000', '4Z6292', 'A', './image', '4Z6292_A.PNG', '', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281070039010000', '4Z6292', 'B', './image', '4Z6292_B.PNG', '', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281083148010000', '1011939', 'A', './image', '1011939_A.PNG', '', 1, '2025-03-18 14:58:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281083149010000', '1011939', 'B', './image', '1011939_B.PNG', '', 1, '2025-03-18 14:58:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281083150010000', '1011939', 'C', './image', '1011939_C.PNG', '', 1, '2025-03-18 14:58:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100086010000', '3761235', 'A', './image', '3761235_A.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100088010000', '3761235', 'B', './image', '3761235_B.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100089010000', '3761235', 'C', './image', '3761235_C.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100090010000', '3761235', 'D', './image', '3761235_D.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100091010000', '3761235', 'E', './image', '3761235_E.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100092010000', '3761235', 'F', './image', '3761235_F.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100093010000', '3761235', 'G', './image', '3761235_G.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100094010000', '3761235', 'H', './image', '3761235_H.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100095010000', '3761235', 'I', './image', '3761235_I.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100096010000', '3761235', 'J', './image', '3761235_J.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281100096010001', '3761235', 'K', './image', '3761235_K.PNG', '', 1, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281560746010000', '1291899', 'B', './image', '1291899_B.PNG', '', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742281560748010000', '1291899', 'C', './image', '1291899_C.PNG', '', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052538010000', '3623316', 'A', './image', '3623316_A.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052539010000', '3623316', 'B', './image', '3623316_B.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052540010000', '3623316', 'D', './image', '3623316_D.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052543010000', '3623316', 'F', './image', '3623316_F.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052544010000', '3623316', 'G', './image', '3623316_G.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052545010000', '3623316', 'H', './image', '3623316_H.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052546010000', '3623316', 'I', './image', '3623316_I.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742282052547010000', '3623316', 'J', './image', '3623316_J.PNG', '', 1, '2025-03-18 15:14:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017320010000', '3623314', 'A', './image', '3623314_A.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017322010000', '3623314', 'B', './image', '3623314_B.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017323010000', '3623314', 'D', './image', '3623314_D.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017324010000', '3623314', 'E', './image', '3623314_E.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017325010000', '3623314', 'F', './image', '3623314_F.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017326010000', '3623314', 'G', './image', '3623314_G.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017327010000', '3623314', 'I', './image', '3623314_I.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017328010000', '3623314', 'J', './image', '3623314_J.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283017329010000', '3623314', 'L', './image', '3623314_L.PNG', '', 1, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283354805010000', '4906529', 'A', './image', '4906529_A.PNG', '', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283354807010000', '4906529', 'B', './image', '4906529_B.PNG', '', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283354807010001', '4906529', 'C', './image', '4906529_C.PNG', '', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283354808010000', '4906529', 'D', './image', '4906529_D.PNG', '', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522100010000', '1288647', 'A', './image', '1288647_A.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522102010000', '1288647', 'B', './image', '1288647_B.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522103010000', '1288647', 'C', './image', '1288647_C.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522104010000', '1288647', 'D', './image', '1288647_D.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522105010000', '1288647', 'E', './image', '1288647_E.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522107010000', '1288647', 'F', './image', '1288647_F.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283522108010000', '1288647', 'G', './image', '1288647_G.PNG', '', 1, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283601922010000', '1151007', 'A', './image', '1151007_A.PNG', '', 1, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283601924010000', '1151007', 'B', './image', '1151007_B.PNG', '', 1, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283601926010000', '1151007', 'C', './image', '1151007_C.PNG', '', 1, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283601927010000', '1151007', 'D', './image', '1151007_D.PNG', '', 1, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283601928010000', '1151007', 'E', './image', '1151007_E.PNG', '', 1, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742283601929010000', '1151007', 'F', './image', '1151007_F.PNG', '', 1, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590281010000', '9T1781', 'A', './image', '9T1781_A.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590282010000', '9T1781', 'B', './image', '9T1781_B.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590283010000', '9T1781', 'C', './image', '9T1781_C.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590284010000', '9T1781', 'E', './image', '9T1781_E.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590285010000', '9T1781', 'F', './image', '9T1781_F.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590285010001', '9T1781', 'G', './image', '9T1781_G.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590286010000', '9T1781', 'H', './image', '9T1781_H.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742284590287010000', '9T1781', 'I', './image', '9T1781_I.PNG', '', 1, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409194010000', '9T1788', 'A', './image', '9T1788_A.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409198010000', '9T1788', 'B', './image', '9T1788_B.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409199010000', '9T1788', 'C', './image', '9T1788_C.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409207010000', '9T1788', 'D', './image', '9T1788_D.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409211010000', '9T1788', 'F', './image', '9T1788_F.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409213010000', '9T1788', 'G', './image', '9T1788_G.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409215010000', '9T1788', 'H', './image', '9T1788_H.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409219010000', '9T1788', 'I', './image', '9T1788_I.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742285409220010000', '9T1788', 'J', './image', '9T1788_J.PNG', '', 1, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742349208986010000', '6055348', 'A', './image', '6055348_A.PNG', '', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029853010000', '3623309', 'A', './image', '3623309_A.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029854010000', '3623309', 'B', './image', '3623309_B.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029855010000', '3623309', 'D', './image', '3623309_D.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029856010000', '3623309', 'E', './image', '3623309_E.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029857010000', '3623309', 'F1', './image', '3623309_F1.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029858010000', '3623309', 'F2', './image', '3623309_F2.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029858010001', '3623309', 'F3', './image', '3623309_F3.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029860010000', '3623309', 'F4', './image', '3623309_F4.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029860010001', '3623309', 'F5', './image', '3623309_F5.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029861010000', '3623309', '预装1', './image', '3623309_预装1.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029862010000', '3623309', '预装2', './image', '3623309_预装2.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029864010000', '3623309', '预装3', './image', '3623309_预装3.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742353029865010000', '3623309', '预装4', './image', '3623309_预装4.PNG', '', 1, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421401010000', '2350403', 'A', './image', '2350403_A.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421402010000', '2350403', 'B', './image', '2350403_B.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421405010000', '2350403', 'C', './image', '2350403_C.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421407010000', '2350403', 'D', './image', '2350403_D.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421408010000', '2350403', 'F', './image', '2350403_F.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421409010000', '2350403', 'H', './image', '2350403_H.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421410010000', '2350403', '预装配1', './image', '2350403_预装配1.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421411010000', '2350403', '预装配2', './image', '2350403_预装配2.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742361421412010000', '2350403', '预装配3', './image', '2350403_预装配3.PNG', '', 1, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742364979796010000', '2698155', 'A', './image', '2698155_A.PNG', '', 1, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742364979798010000', '2698155', 'B', './image', '2698155_B.PNG', '', 1, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742364979799010000', '2698155', 'C', './image', '2698155_C.PNG', '', 1, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742364979800010000', '2698155', 'D', './image', '2698155_D.PNG', '', 1, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742364979801010000', '2698155', 'E', './image', '2698155_E.PNG', '', 1, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754140010000', '6E3037', 'A', './image', '6E3037_A.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754141010000', '6E3037', 'B', './image', '6E3037_B.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754143010000', '6E3037', 'C', './image', '6E3037_C.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754144010000', '6E3037', 'D', './image', '6E3037_D.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754145010000', '6E3037', 'E', './image', '6E3037_E.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754146010000', '6E3037', 'F', './image', '6E3037_F.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742366754147010000', '6E3037', 'G', './image', '6E3037_G.PNG', '', 1, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367143420010000', '1048646', 'A', './image', '1048646_A.PNG', '', 1, '2025-03-19 14:52:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367143423010000', '1048646', 'B', './image', '1048646_B.PNG', '', 1, '2025-03-19 14:52:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367143426010000', '1048646', 'C', './image', '1048646_C.PNG', '', 1, '2025-03-19 14:52:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367143430010000', '1048646', 'D', './image', '1048646_D.PNG', '', 1, '2025-03-19 14:52:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367384567010000', '1070543', 'A', './image', '1070543_A.PNG', '', 1, '2025-03-19 14:56:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367384569010000', '1070543', 'B', './image', '1070543_B.PNG', '', 1, '2025-03-19 14:56:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367384571010000', '1070543', 'C', './image', '1070543_C.PNG', '', 1, '2025-03-19 14:56:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367384572010000', '1070543', 'D', './image', '1070543_D.PNG', '', 1, '2025-03-19 14:56:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367384573010000', '1070543', 'E', './image', '1070543_E.PNG', '', 1, '2025-03-19 14:56:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367384574010000', '1070543', 'F', './image', '1070543_F.PNG', '', 1, '2025-03-19 14:56:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367809017010000', '2500551', 'A', './image', '2500551_A.PNG', '', 1, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367809019010000', '2500551', 'B', './image', '2500551_B.PNG', '', 1, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367809020010000', '2500551', 'C', './image', '2500551_C.PNG', '', 1, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742367809021010000', '2500551', 'D', './image', '2500551_D.PNG', '', 1, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370331950010000', '3701232', 'A', './image', '3701232_A.PNG', '', 1, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370331951010000', '3701232', 'B', './image', '3701232_B.PNG', '', 1, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370331953010000', '3701232', 'C', './image', '3701232_C.PNG', '', 1, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370331954010000', '3701232', 'D', './image', '3701232_D.PNG', '', 1, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370530322010000', '3701261', 'A', './image', '3701261_A.PNG', '', 1, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370530324010000', '3701261', 'B', './image', '3701261_B.PNG', '', 1, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370530325010000', '3701261', 'C', './image', '3701261_C.PNG', '', 1, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798781010000', '3701259', 'A', './image', '3701259_A.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798782010000', '3701259', 'B', './image', '3701259_B.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798783010000', '3701259', 'C', './image', '3701259_C.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798784010000', '3701259', 'D', './image', '3701259_D.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798785010000', '3701259', 'E', './image', '3701259_E.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798786010000', '3701259', 'F', './image', '3701259_F.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742370798787010000', '3701259', 'G', './image', '3701259_G.PNG', '', 1, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371196993010000', '3701257', 'A', './image', '3701257_A.PNG', '', 1, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371196995010000', '3701257', 'B', './image', '3701257_B.PNG', '', 1, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371196996010000', '3701257', 'C', './image', '3701257_C.PNG', '', 1, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371196997010000', '3701257', 'D', './image', '3701257_D.PNG', '', 1, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371196998010000', '3701257', 'E', './image', '3701257_E.PNG', '', 1, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371196999010000', '3701257', 'F', './image', '3701257_F.PNG', '', 1, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371767379010000', '3701253', 'A', './image', '3701253_A.PNG', '', 1, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371767384010000', '3701253', 'B', './image', '3701253_B.PNG', '', 1, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371767387010000', '3701253', 'C', './image', '3701253_C.PNG', '', 1, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371767389010000', '3701253', 'D', './image', '3701253_D.PNG', '', 1, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371767391010000', '3701253', 'E', './image', '3701253_E.PNG', '', 1, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371767393010000', '3701253', 'F', './image', '3701253_F.PNG', '', 1, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371967248010000', '3701235', 'A', './image', '3701235_A.PNG', '', 1, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371967250010000', '3701235', 'B', './image', '3701235_B.PNG', '', 1, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371967256010000', '3701235', 'C', './image', '3701235_C.PNG', '', 1, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371967258010000', '3701235', 'D', './image', '3701235_D.PNG', '', 1, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371967262010000', '3701235', 'E', './image', '3701235_E.PNG', '', 1, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742371967263010000', '3701235', 'F', './image', '3701235_F.PNG', '', 1, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742438556236010000', '3701245', 'A', './image', '3701245_A.PNG', '', 1, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742438556238010000', '3701245', 'B', './image', '3701245_B.PNG', '', 1, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742438556240010000', '3701245', 'C', './image', '3701245_C.PNG', '', 1, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742438556243010000', '3701245', 'D', './image', '3701245_D.PNG', '', 1, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742438556246010000', '3701245', 'E', './image', '3701245_E.PNG', '', 1, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742438556251010000', '3701245', 'F', './image', '3701245_F.PNG', '', 1, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742439491987010000', '3934854', 'A', './image', '3934854_A.PNG', '', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742439491995010000', '3934854', 'B', './image', '3934854_B.PNG', '', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742439492005010000', '3934854', 'C', './image', '3934854_C.PNG', '', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742439492007010000', '3934854', 'D', './image', '3934854_D.PNG', '', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742439492009010000', '3934854', 'E', './image', '3934854_E.PNG', '', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742439492010010000', '3934854', 'F', './image', '3934854_F.PNG', '', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792313010000', '3939136', 'A', './image', '3939136_A.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792315010000', '3939136', 'B', './image', '3939136_B.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792316010000', '3939136', 'C', './image', '3939136_C.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792320010000', '3939136', 'D', './image', '3939136_D.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792324010000', '3939136', 'E', './image', '3939136_E.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792326010000', '3939136', 'G', './image', '3939136_G.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792327010000', '3939136', 'H', './image', '3939136_H.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742445792328010000', '3939136', 'I', './image', '3939136_I.PNG', '', 1, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894373010000', '3939137', 'A', './image', '3939137_A.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894374010000', '3939137', 'B', './image', '3939137_B.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894375010000', '3939137', 'C', './image', '3939137_C.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894376010000', '3939137', 'D', './image', '3939137_D.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894377010000', '3939137', 'E', './image', '3939137_E.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894378010000', '3939137', 'F', './image', '3939137_F.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894379010000', '3939137', 'H', './image', '3939137_H.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894380010000', '3939137', 'I', './image', '3939137_I.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742446894381010000', '3939137', 'K', './image', '3939137_K.PNG', '', 1, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195400010000', '3939138', 'A', './image', '3939138_A.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195402010000', '3939138', 'B', './image', '3939138_B.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195403010000', '3939138', 'C', './image', '3939138_C.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195404010000', '3939138', 'D', './image', '3939138_D.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195405010000', '3939138', 'F', './image', '3939138_F.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195406010000', '3939138', 'G', './image', '3939138_G.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195406010001', '3939138', 'H', './image', '3939138_H.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195406010002', '3939138', 'I', './image', '3939138_I.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195409010000', '3939138', 'K', './image', '3939138_K.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742448195409010001', '3939138', 'M', './image', '3939138_M.PNG', '', 1, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451537597010000', '3612413', 'A', './image', '3612413_A.PNG', '', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451537601010000', '3612413', 'B', './image', '3612413_B.PNG', '', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451537621010000', '3612413', 'C', './image', '3612413_C.PNG', '', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451537629010000', '3612413', 'D', './image', '3612413_D.PNG', '', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451953322010000', '3612415', 'A', './image', '3612415_A.PNG', '', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451953332010000', '3612415', 'B', './image', '3612415_B.PNG', '', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451953334010000', '3612415', 'C', './image', '3612415_C.PNG', '', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451953337010000', '3612415', 'D', './image', '3612415_D.PNG', '', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742451953338010000', '3612415', 'E', './image', '3612415_E.PNG', '', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452102095010000', '3513626', 'A', './image', '3513626_A.PNG', '', 1, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452102097010000', '3513626', 'B', './image', '3513626_B.PNG', '', 1, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452102099010000', '3513626', 'C', './image', '3513626_C.PNG', '', 1, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452102100010000', '3513626', 'D', './image', '3513626_D.PNG', '', 1, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452431137010000', '3706919', 'A', './image', '3706919_A.PNG', '', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452431140010000', '3706919', 'B', './image', '3706919_B.PNG', '', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452431141010000', '3706919', 'C', './image', '3706919_C.PNG', '', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452431143010000', '3706919', 'D', './image', '3706919_D.PNG', '', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452431149010000', '3706919', 'E', './image', '3706919_E.PNG', '', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742452431151010000', '3706919', 'F', './image', '3706919_F.PNG', '', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010000', '5195778', 'A', './image', '5195778_A.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010001', '5195778', 'B', './image', '5195778_B.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010002', '5195778', 'D', './image', '5195778_D.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010003', '5195778', 'E', './image', '5195778_E.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010004', '5195778', 'F', './image', '5195778_F.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010005', '5195778', 'G', './image', '5195778_G.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742453417974010006', '5195778', 'H', './image', '5195778_H.PNG', '', 1, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685075010000', '5195781', 'A', './image', '5195781_A.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685077010000', '5195781', 'B', './image', '5195781_B.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685078010000', '5195781', 'C', './image', '5195781_C.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685079010000', '5195781', 'D', './image', '5195781_D.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685080010000', '5195781', 'E', './image', '5195781_E.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685081010000', '5195781', 'F', './image', '5195781_F.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685082010000', '5195781', 'G', './image', '5195781_G.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685082010001', '5195781', 'H', './image', '5195781_H.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685083010000', '5195781', 'I', './image', '5195781_I.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742454685084010000', '5195781', 'J', './image', '5195781_J.PNG', '', 1, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256745010000', '5195782', 'A', './image', '5195782_A.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256747010000', '5195782', 'B', './image', '5195782_B.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256748010000', '5195782', 'C', './image', '5195782_C.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256749010000', '5195782', 'D', './image', '5195782_D.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256750010000', '5195782', 'E', './image', '5195782_E.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256751010000', '5195782', 'F', './image', '5195782_F.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256752010000', '5195782', 'G', './image', '5195782_G.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256753010000', '5195782', 'H', './image', '5195782_H.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256754010000', '5195782', 'I', './image', '5195782_I.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742455256755010000', '5195782', 'J', './image', '5195782_J.PNG', '', 1, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216120010000', '5195783', 'A', './image', '5195783_A.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216123010000', '5195783', 'B', './image', '5195783_B.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216124010000', '5195783', 'C', './image', '5195783_C.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216125010000', '5195783', 'D', './image', '5195783_D.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216126010000', '5195783', 'E', './image', '5195783_E.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216127010000', '5195783', 'E1', './image', '5195783_E1.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216129010000', '5195783', 'F', './image', '5195783_F.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216130010000', '5195783', 'G', './image', '5195783_G.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216131010000', '5195783', 'H', './image', '5195783_H.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456216132010000', '5195783', 'I', './image', '5195783_I.PNG', '', 1, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557037010000', '5195784', 'A', './image', '5195784_A.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557038010000', '5195784', 'B', './image', '5195784_B.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557039010000', '5195784', 'C', './image', '5195784_C.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557040010000', '5195784', 'D', './image', '5195784_D.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557041010000', '5195784', 'E', './image', '5195784_E.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557042010000', '5195784', 'F', './image', '5195784_F.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557043010000', '5195784', 'G', './image', '5195784_G.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557044010000', '5195784', 'H', './image', '5195784_H.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742456557045010000', '5195784', 'I', './image', '5195784_I.PNG', '', 1, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520055811010000', '5652462', 'A', './image', '5652462_A.PNG', '', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520055813010000', '5652462', 'B', './image', '5652462_B.PNG', '', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520068731010000', '5978192', 'A', './image', '5978192_A.PNG', '', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520068732010000', '5978192', 'B', './image', '5978192_B.PNG', '', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520068733010000', '5978192', 'C', './image', '5978192_C.PNG', '', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520068735010000', '5978192', 'D', './image', '5978192_D.PNG', '', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520068735010001', '5978192', 'E', './image', '5978192_E.PNG', '', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520068737010000', '5978192', 'F', './image', '5978192_F.PNG', '', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520083194010000', '3792240', 'A', './image', '3792240_A.PNG', '', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520083196010000', '3792240', 'B', './image', '3792240_B.PNG', '', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520083199010000', '3792240', 'C', './image', '3792240_C.PNG', '', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520083203010000', '3792240', 'D', './image', '3792240_D.PNG', '', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520083205010000', '3792240', 'E', './image', '3792240_E.PNG', '', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520083206010000', '3792240', 'F', './image', '3792240_F.PNG', '', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520095467010000', '1303122', 'A', './image', '1303122_A.PNG', '', 1, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520095469010000', '1303122', 'B', './image', '1303122_B.PNG', '', 1, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520095470010000', '1303122', 'C', './image', '1303122_C.PNG', '', 1, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520107898010000', '7T6428', 'A', './image', '7T6428_A.PNG', '', 1, '2025-03-21 09:21:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119939010000', '5218492', 'A', './image', '5218492_A.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119941010000', '5218492', 'B', './image', '5218492_B.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119943010000', '5218492', 'C', './image', '5218492_C.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119944010000', '5218492', 'D', './image', '5218492_D.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119945010000', '5218492', 'E', './image', '5218492_E.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119946010000', '5218492', 'F', './image', '5218492_F.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520119948010000', '5218492', 'G', './image', '5218492_G.PNG', '', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520155080010000', '4165352', 'A', './image', '4165352_A.PNG', '', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520166667010000', '4165348', 'A', './image', '4165348_A.PNG', '', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520886742010000', '9T7420', 'A', './image', '9T7420_A.PNG', '', 1, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520886744010000', '9T7420', 'B', './image', '9T7420_B.PNG', '', 1, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520886745010000', '9T7420', 'C', './image', '9T7420_C.PNG', '', 1, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520886746010000', '9T7420', 'D', './image', '9T7420_D.PNG', '', 1, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520886747010000', '9T7420', 'E', './image', '9T7420_E.PNG', '', 1, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742520886748010000', '9T7420', 'F终装', './image', '9T7420_F终装.PNG', '', 1, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521052151010000', '1303117', 'A', './image', '1303117_A.PNG', '', 1, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521052153010000', '1303117', 'B', './image', '1303117_B.PNG', '', 1, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521052155010000', '1303117', 'C', './image', '1303117_C.PNG', '', 1, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521230438010000', '6E5397', 'A', './image', '6E5397_A.PNG', '', 1, '2025-03-21 09:40:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521326449010000', '5173288', 'A', './image', '5173288_A.PNG', '', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586938010000', '2906007', 'A', './image', '2906007_A.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586940010000', '2906007', 'B', './image', '2906007_B.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586941010000', '2906007', 'C', './image', '2906007_C.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586942010000', '2906007', 'D', './image', '2906007_D.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586943010000', '2906007', 'E', './image', '2906007_E.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586943010001', '2906007', 'F', './image', '2906007_F.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586944010000', '2906007', 'G', './image', '2906007_G.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521586945010000', '2906007', 'H', './image', '2906007_H.PNG', '', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521666807010000', '6122630', 'A', './image', '6122630_A.PNG', '', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742521666809010000', '6122630', 'B', './image', '6122630_B.PNG', '', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217655010000', '1757852', 'A', './image', '1757852_A.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217657010000', '1757852', 'B', './image', '1757852_B.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217658010000', '1757852', 'C', './image', '1757852_C.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217659010000', '1757852', 'D', './image', '1757852_D.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217660010000', '1757852', 'E', './image', '1757852_E.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217661010000', '1757852', 'F', './image', '1757852_F.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217661010001', '1757852', 'G', './image', '1757852_G.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742522217662010000', '1757852', 'H', './image', '1757852_H.PNG', '', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293036010000', '3649542', 'A', './image', '3649542_A.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293039010000', '3649542', 'B', './image', '3649542_B.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293041010000', '3649542', 'C', './image', '3649542_C.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293042010000', '3649542', 'D', './image', '3649542_D.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293044010000', '3649542', 'E', './image', '3649542_E.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293045010000', '3649542', 'F', './image', '3649542_F.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293046010000', '3649542', 'G', './image', '3649542_G.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742610293048010000', '3649542', 'H', './image', '3649542_H.PNG', '', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009486010000', '3701290', 'A', './image', '3701290_A.PNG', '', 1, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009491010000', '3701290', 'B', './image', '3701290_B.PNG', '', 1, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009493010000', '3701290', 'C', './image', '3701290_C.PNG', '', 1, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009495010000', '3701290', 'D', './image', '3701290_D.PNG', '', 1, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009498010000', '3701290', 'E', './image', '3701290_E.PNG', '', 1, '2025-03-24 09:00:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009501010000', '3701290', 'F', './image', '3701290_F.PNG', '', 1, '2025-03-24 09:00:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009502010000', '3701290', 'G', './image', '3701290_G.PNG', '', 1, '2025-03-24 09:00:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778009504010000', '3701290', 'H', './image', '3701290_H.PNG', '', 1, '2025-03-24 09:00:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070702010000', '9T5957', 'A', './image', '9T5957_A.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070704010000', '9T5957', 'B', './image', '9T5957_B.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070706010000', '9T5957', 'C', './image', '9T5957_C.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070707010000', '9T5957', 'D', './image', '9T5957_D.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070708010000', '9T5957', 'E', './image', '9T5957_E.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070709010000', '9T5957', 'F', './image', '9T5957_F.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070710010000', '9T5957', 'G', './image', '9T5957_G.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778070711010000', '9T5957', 'H', './image', '9T5957_H.PNG', '', 1, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218192010000', '4560777', 'A', './image', '4560777_A.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218193010000', '4560777', 'B', './image', '4560777_B.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218195010000', '4560777', 'C', './image', '4560777_C.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218196010000', '4560777', 'D', './image', '4560777_D.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218197010000', '4560777', 'E', './image', '4560777_E.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218199010000', '4560777', 'F终装', './image', '4560777_F终装.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778218200010000', '4560777', 'G终装', './image', '4560777_G终装.PNG', '', 1, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584457010000', '3749878', 'A', './image', '3749878_A.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584461010000', '3749878', 'B', './image', '3749878_B.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584462010000', '3749878', 'C', './image', '3749878_C.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584462010001', '3749878', 'D', './image', '3749878_D.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584462010002', '3749878', 'E', './image', '3749878_E.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584478010000', '3749878', 'F终装', './image', '3749878_F终装.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778584478010001', '3749878', 'G终装', './image', '3749878_G终装.PNG', '', 1, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708322010000', '4413485', 'A', './image', '4413485_A.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708324010000', '4413485', 'B', './image', '4413485_B.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708325010000', '4413485', 'C', './image', '4413485_C.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708326010000', '4413485', 'D', './image', '4413485_D.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708327010000', '4413485', 'E', './image', '4413485_E.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708328010000', '4413485', 'F终装', './image', '4413485_F终装.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778708329010000', '4413485', 'G终装', './image', '4413485_G终装.PNG', '', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778944699010000', '6457847', 'A', './image', '6457847_A.PNG', '', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778944700010000', '6457847', 'B', './image', '6457847_B.PNG', '', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778944701010000', '6457847', 'C', './image', '6457847_C.PNG', '', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778944703010000', '6457847', 'D', './image', '6457847_D.PNG', '', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742778944704010000', '6457847', 'E终装', './image', '6457847_E终装.PNG', '', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742779086538010000', '5429999', 'A', './image', '5429999_A.PNG', '', 1, '2025-03-24 09:18:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742779086538010001', '5429999', 'B', './image', '5429999_B.PNG', '', 1, '2025-03-24 09:18:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742779086538010002', '5429999', 'C', './image', '5429999_C.PNG', '', 1, '2025-03-24 09:18:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742779086538010003', '5429999', 'D', './image', '5429999_D.PNG', '', 1, '2025-03-24 09:18:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742779086554010000', '5429999', 'E', './image', '5429999_E.PNG', '', 1, '2025-03-24 09:18:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742779086554010001', '5429999', 'F终装', './image', '5429999_F终装.PNG', '', 1, '2025-03-24 09:18:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418924010000', '4512444', 'A', './image', '4512444_A.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418926010000', '4512444', 'B', './image', '4512444_B.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418928010000', '4512444', 'C', './image', '4512444_C.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418929010000', '4512444', 'D', './image', '4512444_D.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418930010000', '4512444', 'E', './image', '4512444_E.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418932010000', '4512444', 'F', './image', '4512444_F.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418933010000', '4512444', 'G', './image', '4512444_G.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742780418934010000', '4512444', 'H', './image', '4512444_H.PNG', '', 1, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742781006051010000', '4860999', 'A', './image', '4860999_A.PNG', '', 1, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742781006054010000', '4860999', 'B', './image', '4860999_B.PNG', '', 1, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742781006056010000', '4860999', 'C', './image', '4860999_C.PNG', '', 1, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742781006058010000', '4860999', 'D', './image', '4860999_D.PNG', '', 1, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742781006060010000', '4860999', 'E', './image', '4860999_E.PNG', '', 1, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742781006061010000', '4860999', 'F', './image', '4860999_F.PNG', '', 1, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450084010000', '1174079', 'A', './image', '1174079_A.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450087010000', '1174079', 'B', './image', '1174079_B.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450088010000', '1174079', 'C', './image', '1174079_C.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450092010000', '1174079', 'D', './image', '1174079_D.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450095010000', '1174079', 'F', './image', '1174079_F.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450104010000', '1174079', 'G', './image', '1174079_G.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782450106010000', '1174079', 'H', './image', '1174079_H.PNG', '', 1, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782831082010000', '2120394', 'A', './image', '2120394_A.PNG', '', 1, '2025-03-27 10:49:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782831089010000', '2120394', 'B', './image', '2120394_B.PNG', '', 1, '2025-03-27 10:49:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782831090010000', '2120394', 'C', './image', '2120394_C.PNG', '', 1, '2025-03-27 10:49:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782831092010000', '2120394', 'D', './image', '2120394_D.PNG', '', 1, '2025-03-27 10:49:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782831094010000', '2120394', 'E', './image', '2120394_E.PNG', '', 1, '2025-03-27 10:49:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742782831096010000', '2120394', 'F', './image', '2120394_F.PNG', '', 1, '2025-03-27 10:49:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783219764010000', '3232245', 'A', './image', '3232245_A.PNG', '', 2, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783219766010000', '3232245', 'B', './image', '3232245_B.PNG', '', 2, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783321074010000', '3701255', 'A', './image', '3701255_A.PNG', '', 1, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783321075010000', '3701255', 'B', './image', '3701255_B.PNG', '', 1, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783321077010000', '3701255', 'C', './image', '3701255_C.PNG', '', 1, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783321078010000', '3701255', 'D', './image', '3701255_D.PNG', '', 1, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783321079010000', '3701255', 'E', './image', '3701255_E.PNG', '', 1, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783321081010000', '3701255', 'F', './image', '3701255_F.PNG', '', 1, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954953010000', '4812462', 'A', './image', '4812462_A.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954954010000', '4812462', 'B', './image', '4812462_B.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954956010000', '4812462', 'C', './image', '4812462_C.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954956010001', '4812462', 'D', './image', '4812462_D.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954957010000', '4812462', 'E', './image', '4812462_E.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954958010000', '4812462', 'F', './image', '4812462_F.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954959010000', '4812462', 'G', './image', '4812462_G.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954960010000', '4812462', 'H', './image', '4812462_H.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954961010000', '4812462', 'I', './image', '4812462_I.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742783954962010000', '4812462', 'J', './image', '4812462_J.PNG', '', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782683010000', '5241514', 'A', './image', '5241514_A.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782685010000', '5241514', 'B', './image', '5241514_B.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782687010000', '5241514', 'C', './image', '5241514_C.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782688010000', '5241514', 'D', './image', '5241514_D.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782689010000', '5241514', 'E', './image', '5241514_E.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782690010000', '5241514', 'F', './image', '5241514_F.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782691010000', '5241514', 'G', './image', '5241514_G.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742784782692010000', '5241514', 'H', './image', '5241514_H.PNG', '', 1, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871561010000', '5358582', 'A', './image', '5358582_A.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871562010000', '5358582', 'B', './image', '5358582_B.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871563010000', '5358582', 'C', './image', '5358582_C.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871568010000', '5358582', 'D', './image', '5358582_D.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871569010000', '5358582', 'E', './image', '5358582_E.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871571010000', '5358582', 'F', './image', '5358582_F.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871572010000', '5358582', 'G', './image', '5358582_G.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742787871574010000', '5358582', 'H', './image', '5358582_H.PNG', '', 1, '2025-03-24 11:44:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893194010000', '5426077', 'A', './image', '5426077_A.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893196010000', '5426077', 'B', './image', '5426077_B.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893197010000', '5426077', 'C', './image', '5426077_C.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893198010000', '5426077', 'D', './image', '5426077_D.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893199010000', '5426077', 'E', './image', '5426077_E.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893200010000', '5426077', 'F', './image', '5426077_F.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893201010000', '5426077', 'G', './image', '5426077_G.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893202010000', '5426077', 'H', './image', '5426077_H.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893203010000', '5426077', 'I', './image', '5426077_I.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893204010000', '5426077', 'J', './image', '5426077_J.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893205010000', '5426077', 'K', './image', '5426077_K.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893206010000', '5426077', 'L', './image', '5426077_L.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742791893207010000', '5426077', 'M', './image', '5426077_M.PNG', '', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949344010000', '6065004', 'A', './image', '6065004_A.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949346010000', '6065004', 'B', './image', '6065004_B.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949348010000', '6065004', 'C', './image', '6065004_C.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949349010000', '6065004', 'D', './image', '6065004_D.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949350010000', '6065004', 'E', './image', '6065004_E.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949352010000', '6065004', 'F', './image', '6065004_F.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742792949353010000', '6065004', 'G', './image', '6065004_G.PNG', '', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793105574010000', '6E3035', 'A', './image', '6E3035_A.PNG', '', 1, '2025-03-24 13:11:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793105576010000', '6E3035', 'B', './image', '6E3035_B.PNG', '', 1, '2025-03-24 13:11:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793105577010000', '6E3035', 'C', './image', '6E3035_C.PNG', '', 1, '2025-03-24 13:11:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793105578010000', '6E3035', 'D', './image', '6E3035_D.PNG', '', 1, '2025-03-24 13:11:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793105579010000', '6E3035', 'E', './image', '6E3035_E.PNG', '', 1, '2025-03-24 13:11:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793105580010000', '6E3035', 'F', './image', '6E3035_F.PNG', '', 1, '2025-03-24 13:11:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234061010000', '5090599', 'A1', './image', '5090599_A1.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234063010000', '5090599', 'A2', './image', '5090599_A2.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234064010000', '5090599', 'A3', './image', '5090599_A3.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234065010000', '5090599', 'A4', './image', '5090599_A4.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234066010000', '5090599', 'A5', './image', '5090599_A5.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234067010000', '5090599', 'A6', './image', '5090599_A6.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793234068010000', '5090599', 'A7', './image', '5090599_A7.PNG', '', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793312571010000', '6125992', 'A1', './image', '6125992_A1.PNG', '', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793312573010000', '6125992', 'A2', './image', '6125992_A2.PNG', '', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793312574010000', '6125992', 'A3', './image', '6125992_A3.PNG', '', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793312575010000', '6125992', 'A4', './image', '6125992_A4.PNG', '', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793312576010000', '6125992', 'A5', './image', '6125992_A5.PNG', '', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793312577010000', '6125992', 'A6', './image', '6125992_A6.PNG', '', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793685216010000', '6456686', 'A1', './image', '6456686_A1.PNG', '', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793685224010000', '6456686', 'A2', './image', '6456686_A2.PNG', '', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793685225010000', '6456686', 'A3', './image', '6456686_A3.PNG', '', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793685226010000', '6456686', 'A4', './image', '6456686_A4.PNG', '', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793685228010000', '6456686', 'A5', './image', '6456686_A5.PNG', '', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742793685229010000', '6456686', 'A6', './image', '6456686_A6.PNG', '', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085856010000', '4948095', 'A1', './image', '4948095_A1.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085858010000', '4948095', 'A2', './image', '4948095_A2.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085859010000', '4948095', 'A3', './image', '4948095_A3.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085860010000', '4948095', 'A4', './image', '4948095_A4.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085861010000', '4948095', 'A5', './image', '4948095_A5.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085862010000', '4948095', 'A6', './image', '4948095_A6.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085863010000', '4948095', 'A7', './image', '4948095_A7.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085864010000', '4948095', 'A8', './image', '4948095_A8.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085866010000', '4948095', 'A9', './image', '4948095_A9.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085867010000', '4948095', 'A10', './image', '4948095_A10.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085868010000', '4948095', 'A11', './image', '4948095_A11.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742794085869010000', '4948095', 'A12', './image', '4948095_A12.PNG', '', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044314010000', '6137643', 'A1', './image', '6137643_A1.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044316010000', '6137643', 'A2', './image', '6137643_A2.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044318010000', '6137643', 'A3', './image', '6137643_A3.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044319010000', '6137643', 'A4', './image', '6137643_A4.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044321010000', '6137643', 'A5', './image', '6137643_A5.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044324010000', '6137643', 'A6', './image', '6137643_A6.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044325010000', '6137643', 'A7', './image', '6137643_A7.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044327010000', '6137643', 'A8', './image', '6137643_A8.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803044331010000', '6137643', 'A9', './image', '6137643_A9.PNG', '', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202851010000', '6078912', 'A1', './image', '6078912_A1.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202853010000', '6078912', 'A2', './image', '6078912_A2.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202854010000', '6078912', 'A3', './image', '6078912_A3.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202855010000', '6078912', 'A4', './image', '6078912_A4.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202856010000', '6078912', 'A5', './image', '6078912_A5.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202857010000', '6078912', 'A6', './image', '6078912_A6.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202858010000', '6078912', 'A7', './image', '6078912_A7.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202860010000', '6078912', 'A8', './image', '6078912_A8.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202861010000', '6078912', 'A9', './image', '6078912_A9.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202862010000', '6078912', 'A10', './image', '6078912_A10.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202863010000', '6078912', 'A11', './image', '6078912_A11.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803202865010000', '6078912', 'A12', './image', '6078912_A12.PNG', '', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282155010000', '6078923', 'A1', './image', '6078923_A1.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282156010000', '6078923', 'A2', './image', '6078923_A2.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282158010000', '6078923', 'A3', './image', '6078923_A3.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282159010000', '6078923', 'A4', './image', '6078923_A4.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282161010000', '6078923', 'A5', './image', '6078923_A5.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282162010000', '6078923', 'A6', './image', '6078923_A6.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282163010000', '6078923', 'A7', './image', '6078923_A7.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282164010000', '6078923', 'A8', './image', '6078923_A8.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282165010000', '6078923', 'A9', './image', '6078923_A9.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282166010000', '6078923', 'A10', './image', '6078923_A10.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282167010000', '6078923', 'A11', './image', '6078923_A11.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742803282169010000', '6078923', 'A12', './image', '6078923_A12.PNG', '', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215596010000', '4415945', 'A', './image', '4415945_A.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215599010000', '4415945', 'B', './image', '4415945_B.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215602010000', '4415945', 'C', './image', '4415945_C.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215603010000', '4415945', 'D', './image', '4415945_D.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215604010000', '4415945', 'E', './image', '4415945_E.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215605010000', '4415945', 'F', './image', '4415945_F.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215606010000', '4415945', 'G', './image', '4415945_G.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215607010000', '4415945', 'H', './image', '4415945_H.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215608010000', '4415945', 'I', './image', '4415945_I.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890215609010000', '4415945', 'J', './image', '4415945_J.PNG', '', 1, '2025-03-25 16:10:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291849010000', '3773674', 'A', './image', '3773674_A.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291850010000', '3773674', 'B', './image', '3773674_B.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291851010000', '3773674', 'C', './image', '3773674_C.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291852010000', '3773674', 'D', './image', '3773674_D.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291853010000', '3773674', 'E', './image', '3773674_E.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291854010000', '3773674', 'F', './image', '3773674_F.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291855010000', '3773674', 'G', './image', '3773674_G.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291856010000', '3773674', 'H', './image', '3773674_H.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890291857010000', '3773674', 'I', './image', '3773674_I.PNG', '', 1, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339788010000', '4755120', 'A', './image', '4755120_A.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339790010000', '4755120', 'B', './image', '4755120_B.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339791010000', '4755120', 'D', './image', '4755120_D.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339792010000', '4755120', 'E', './image', '4755120_E.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339793010000', '4755120', 'F1', './image', '4755120_F1.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339794010000', '4755120', 'F2', './image', '4755120_F2.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339795010000', '4755120', 'F3', './image', '4755120_F3.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339796010000', '4755120', 'F4', './image', '4755120_F4.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339797010000', '4755120', 'F5', './image', '4755120_F5.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339797010001', '4755120', '预装配1', './image', '4755120_预装配1.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339799010000', '4755120', '预装配2', './image', '4755120_预装配2.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339804010000', '4755120', '预装配3', './image', '4755120_预装配3.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890339806010000', '4755120', '预装配4', './image', '4755120_预装配4.PNG', '', 1, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353822010000', '6E4051', 'A', './image', '6E4051_A.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353824010000', '6E4051', 'B', './image', '6E4051_B.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353825010000', '6E4051', 'C', './image', '6E4051_C.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353826010000', '6E4051', 'D', './image', '6E4051_D.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353827010000', '6E4051', 'E', './image', '6E4051_E.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353828010000', '6E4051', 'F', './image', '6E4051_F.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353829010000', '6E4051', 'G', './image', '6E4051_G.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353830010000', '6E4051', 'H', './image', '6E4051_H.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890353831010000', '6E4051', 'I', './image', '6E4051_I.PNG', '', 1, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368736010000', '4669339', 'A', './image', '4669339_A.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368738010000', '4669339', 'B', './image', '4669339_B.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368739010000', '4669339', 'C', './image', '4669339_C.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368740010000', '4669339', 'D', './image', '4669339_D.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368741010000', '4669339', 'F', './image', '4669339_F.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368742010000', '4669339', 'G', './image', '4669339_G.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368743010000', '4669339', 'H', './image', '4669339_H.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368744010000', '4669339', 'I', './image', '4669339_I.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368744010001', '4669339', 'J', './image', '4669339_J.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368745010000', '4669339', 'K', './image', '4669339_K.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368746010000', '4669339', 'L', './image', '4669339_L.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890368747010000', '4669339', 'M', './image', '4669339_M.PNG', '', 1, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387280010000', '6E4049', 'A', './image', '6E4049_A.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387282010000', '6E4049', 'B', './image', '6E4049_B.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387283010000', '6E4049', 'C', './image', '6E4049_C.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387284010000', '6E4049', 'D', './image', '6E4049_D.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387284010001', '6E4049', 'E', './image', '6E4049_E.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387285010000', '6E4049', 'F', './image', '6E4049_F.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387286010000', '6E4049', 'G', './image', '6E4049_G.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387287010000', '6E4049', 'H', './image', '6E4049_H.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890387288010000', '6E4049', 'I', './image', '6E4049_I.PNG', '', 1, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890401575010000', '2698152', 'A', './image', '2698152_A.PNG', '', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890401577010000', '2698152', 'B', './image', '2698152_B.PNG', '', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890401578010000', '2698152', 'C', './image', '2698152_C.PNG', '', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890401579010000', '2698152', 'D', './image', '2698152_D.PNG', '', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412714010000', '3773675', 'A', './image', '3773675_A.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412715010000', '3773675', 'B', './image', '3773675_B.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412716010000', '3773675', 'C', './image', '3773675_C.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412717010000', '3773675', 'D', './image', '3773675_D.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412717010001', '3773675', 'E', './image', '3773675_E.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412718010000', '3773675', 'F', './image', '3773675_F.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412719010000', '3773675', 'G', './image', '3773675_G.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412720010000', '3773675', 'H', './image', '3773675_H.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742890412721010000', '3773675', 'I', './image', '3773675_I.PNG', '', 1, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479973010000', '3679496', 'A', './image', '3679496_A.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479975010000', '3679496', 'B', './image', '3679496_B.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479977010000', '3679496', 'C', './image', '3679496_C.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479979010000', '3679496', 'D', './image', '3679496_D.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479980010000', '3679496', 'E', './image', '3679496_E.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479982010000', '3679496', 'F', './image', '3679496_F.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479983010000', '3679496', 'G', './image', '3679496_G.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479984010000', '3679496', 'H', './image', '3679496_H.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479985010000', '3679496', 'I', './image', '3679496_I.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479987010000', '3679496', '预装配1', './image', '3679496_预装配1.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742952479988010000', '3679496', '预装配2', './image', '3679496_预装配2.PNG', '', 1, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111507010000', '3623308', 'A', './image', '3623308_A.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111510010000', '3623308', 'B', './image', '3623308_B.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111511010000', '3623308', 'D', './image', '3623308_D.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111512010000', '3623308', 'E', './image', '3623308_E.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111513010000', '3623308', 'F1', './image', '3623308_F1.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111514010000', '3623308', 'F2', './image', '3623308_F2.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111515010000', '3623308', 'F3', './image', '3623308_F3.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111516010000', '3623308', 'F4', './image', '3623308_F4.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953111517010000', '3623308', 'F5', './image', '3623308_F5.PNG', '', 1, '2025-03-26 09:38:32', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874857010000', '2350402', 'A', './image', '2350402_A.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874859010000', '2350402', 'B', './image', '2350402_B.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874860010000', '2350402', 'C', './image', '2350402_C.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874861010000', '2350402', 'D', './image', '2350402_D.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874862010000', '2350402', 'F', './image', '2350402_F.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874864010000', '2350402', 'G', './image', '2350402_G.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874865010000', '2350402', '预装配1', './image', '2350402_预装配1.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874867010000', '2350402', '预装配2', './image', '2350402_预装配2.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742953874868010000', '2350402', '预装配3', './image', '2350402_预装配3.PNG', '', 1, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596039010000', '2350405', 'A', './image', '2350405_A.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596041010000', '2350405', 'B', './image', '2350405_B.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596043010000', '2350405', 'C', './image', '2350405_C.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596048010000', '2350405', 'D', './image', '2350405_D.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596055010000', '2350405', 'E', './image', '2350405_E.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596056010000', '2350405', 'F', './image', '2350405_F.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596065010000', '2350405', '预装配1', './image', '2350405_预装配1.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596066010000', '2350405', '预装配2', './image', '2350405_预装配2.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1742954596067010000', '2350405', '预装配3', './image', '2350405_预装配3.PNG', '', 1, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743043272043010000', '1199478', 'A', './image', '1199478_A.PNG', '', 1, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743043272044010000', '1199478', 'B', './image', '1199478_B.PNG', '', 1, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198721010000', '3340892', 'A', './image', '3340892_A.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198723010000', '3340892', 'B', './image', '3340892_B.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198724010000', '3340892', 'C', './image', '3340892_C.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198724010001', '3340892', 'D', './image', '3340892_D.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198725010000', '3340892', 'E', './image', '3340892_E.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198726010000', '3340892', 'F', './image', '3340892_F.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198728010000', '3340892', 'G', './image', '3340892_G.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198729010000', '3340892', 'H', './image', '3340892_H.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044198730010000', '3340892', 'I', './image', '3340892_I.PNG', '', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743044938184010000', '4560776', 'S', './image', '4560776_S.PNG', '', 1, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826045010000', '5426075', 'A', './image', '5426075_A.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826047010000', '5426075', 'B', './image', '5426075_B.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826048010000', '5426075', 'C', './image', '5426075_C.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826049010000', '5426075', 'D', './image', '5426075_D.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826050010000', '5426075', 'E', './image', '5426075_E.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826051010000', '5426075', 'F', './image', '5426075_F.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826051010001', '5426075', 'G', './image', '5426075_G.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826052010000', '5426075', 'H', './image', '5426075_H.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826053010000', '5426075', 'I', './image', '5426075_I.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826054010000', '5426075', 'J', './image', '5426075_J.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826055010000', '5426075', 'K', './image', '5426075_K.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826056010000', '5426075', 'L', './image', '5426075_L.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743058826058010000', '5426075', 'M', './image', '5426075_M.PNG', '', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193008010000', '9T8991', 'A', './image', '9T8991_A.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193010010000', '9T8991', 'B', './image', '9T8991_B.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193011010000', '9T8991', 'D', './image', '9T8991_D.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193012010000', '9T8991', 'E', './image', '9T8991_E.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193013010000', '9T8991', 'G', './image', '9T8991_G.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193014010000', '9T8991', 'H', './image', '9T8991_H.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148193016010000', '9T8991', 'I', './image', '9T8991_I.PNG', '', 1, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211594010000', '2714969', 'A', './image', '2714969_A.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211595010000', '2714969', 'B', './image', '2714969_B.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211596010000', '2714969', 'C', './image', '2714969_C.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211597010000', '2714969', 'D', './image', '2714969_D.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211598010000', '2714969', 'E', './image', '2714969_E.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211599010000', '2714969', 'F', './image', '2714969_F.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211600010000', '2714969', '预装配1', './image', '2714969_预装配1.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211601010000', '2714969', '预装配2', './image', '2714969_预装配2.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148211602010000', '2714969', '预装配3', './image', '2714969_预装配3.PNG', '', 1, '2025-03-28 15:50:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227387010000', '6E1359', 'A', './image', '6E1359_A.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227388010000', '6E1359', 'B', './image', '6E1359_B.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227391010000', '6E1359', 'D', './image', '6E1359_D.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227392010000', '6E1359', 'E', './image', '6E1359_E.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227394010000', '6E1359', 'F', './image', '6E1359_F.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227395010000', '6E1359', 'G', './image', '6E1359_G.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227397010000', '6E1359', '预装配1', './image', '6E1359_预装配1.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227405010000', '6E1359', '预装配2', './image', '6E1359_预装配2.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148227407010000', '6E1359', '预装配3', './image', '6E1359_预装配3.PNG', '', 1, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244290010000', '2350404', 'A', './image', '2350404_A.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244292010000', '2350404', 'B', './image', '2350404_B.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244293010000', '2350404', 'C', './image', '2350404_C.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244295010000', '2350404', 'D', './image', '2350404_D.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244296010000', '2350404', 'E', './image', '2350404_E.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244297010000', '2350404', 'F', './image', '2350404_F.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244298010000', '2350404', '预装配1', './image', '2350404_预装配1.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244300010000', '2350404', '预装配2', './image', '2350404_预装配2.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743148244301010000', '2350404', '预装配3', './image', '2350404_预装配3.PNG', '', 1, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046276010000', '6128271', 'A', './image', '6128271_A.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046290010000', '6128271', 'B', './image', '6128271_B.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046291010000', '6128271', 'C', './image', '6128271_C.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046292010000', '6128271', 'D', './image', '6128271_D.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046293010000', '6128271', 'D1', './image', '6128271_D1.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046294010000', '6128271', 'D2', './image', '6128271_D2.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046295010000', '6128271', 'E', './image', '6128271_E.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046296010000', '6128271', 'F', './image', '6128271_F.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046297010000', '6128271', 'G', './image', '6128271_G.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046298010000', '6128271', 'H', './image', '6128271_H.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396046299010000', '6128271', 'I', './image', '6128271_I.PNG', '', 1, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396112874010000', '2549238', 'A', './image', '2549238_A.PNG', '', 1, '2025-03-31 12:41:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396112876010000', '2549238', 'B', './image', '2549238_B.PNG', '', 1, '2025-03-31 12:41:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396112877010000', '2549238', 'C', './image', '2549238_C.PNG', '', 1, '2025-03-31 12:41:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396112878010000', '2549238', 'D', './image', '2549238_D.PNG', '', 1, '2025-03-31 12:41:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396112879010000', '2549238', 'E', './image', '2549238_E.PNG', '', 1, '2025-03-31 12:41:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396112880010000', '2549238', 'F', './image', '2549238_F.PNG', '', 1, '2025-03-31 12:41:53', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286833010000', '2224744', 'A', './image', '2224744_A.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286835010000', '2224744', 'B', './image', '2224744_B.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286838010000', '2224744', 'C', './image', '2224744_C.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286840010000', '2224744', 'D', './image', '2224744_D.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286841010000', '2224744', 'D1', './image', '2224744_D1.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286842010000', '2224744', 'D2', './image', '2224744_D2.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286843010000', '2224744', 'E', './image', '2224744_E.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286844010000', '2224744', 'F', './image', '2224744_F.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286845010000', '2224744', 'G', './image', '2224744_G.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286847010000', '2224744', 'H', './image', '2224744_H.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396286848010000', '2224744', 'I', './image', '2224744_I.PNG', '', 1, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396568752010000', '6I9514', 'A', './image', '6I9514_A.PNG', '', 1, '2025-03-31 12:49:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396568754010000', '6I9514', 'B', './image', '6I9514_B.PNG', '', 1, '2025-03-31 12:49:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396568755010000', '6I9514', 'C', './image', '6I9514_C.PNG', '', 1, '2025-03-31 12:49:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396568755010001', '6I9514', 'D', './image', '6I9514_D.PNG', '', 1, '2025-03-31 12:49:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396568756010000', '6I9514', 'E', './image', '6I9514_E.PNG', '', 1, '2025-03-31 12:49:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396568757010000', '6I9514', 'F', './image', '6I9514_F.PNG', '', 1, '2025-03-31 12:49:29', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396657408010000', '3844615', 'A', './image', '3844615_A.PNG', '', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396657408010001', '3844615', 'B', './image', '3844615_B.PNG', '', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396657408010002', '3844615', 'C', './image', '3844615_C.PNG', '', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396657408010003', '3844615', 'D', './image', '3844615_D.PNG', '', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396657408010004', '3844615', 'E', './image', '3844615_E.PNG', '', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396657408010005', '3844615', 'F', './image', '3844615_F.PNG', '', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396759960010000', '1199620', 'A', './image', '1199620_A.PNG', '', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396778608010000', '6T7533', 'A', './image', '6T7533_A.PNG', '', 1, '2025-03-31 12:52:59', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396794226010000', '6005905', 'A', './image', '6005905_A.PNG', '', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743396794227010000', '6005905', 'B', './image', '6005905_B.PNG', '', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014779010000', '1878636', 'A', './image', '1878636_A.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014779010001', '1878636', 'B', './image', '1878636_B.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014794010000', '1878636', 'C', './image', '1878636_C.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014797010000', '1878636', 'D', './image', '1878636_D.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014798010000', '1878636', 'E', './image', '1878636_E.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014799010000', '1878636', 'F', './image', '1878636_F.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014800010000', '1878636', 'G', './image', '1878636_G.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014801010000', '1878636', 'H', './image', '1878636_H.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014802010000', '1878636', 'I', './image', '1878636_I.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743404014803010000', '1878636', 'J', './image', '1878636_J.PNG', '', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470117010000', '3773677', 'A', './image', '3773677_A.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470121010000', '3773677', 'B', './image', '3773677_B.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470123010000', '3773677', 'C', './image', '3773677_C.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470124010000', '3773677', 'D', './image', '3773677_D.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470125010000', '3773677', 'E', './image', '3773677_E.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470126010000', '3773677', 'F', './image', '3773677_F.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470127010000', '3773677', 'G', './image', '3773677_G.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470128010000', '3773677', 'H', './image', '3773677_H.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743406470129010000', '3773677', 'I', './image', '3773677_I.PNG', '', 1, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534530010000', '3773676', 'A', './image', '3773676_A.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534530010001', '3773676', 'B', './image', '3773676_B.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534530010002', '3773676', 'C', './image', '3773676_C.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534546010000', '3773676', 'D', './image', '3773676_D.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534546010001', '3773676', 'E', './image', '3773676_E.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534546010002', '3773676', 'F', './image', '3773676_F.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534546010003', '3773676', 'G', './image', '3773676_G.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534546010004', '3773676', 'H', './image', '3773676_H.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743407534546010005', '3773676', 'I', './image', '3773676_I.PNG', '', 1, '2025-03-31 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743473807360010000', '4204712', 'A', './image', '4204712_A.PNG', '', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680528010000', '3872116', 'A', './image', '3872116_A.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680530010000', '3872116', 'B', './image', '3872116_B.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680530010001', '3872116', 'C', './image', '3872116_C.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680530010002', '3872116', 'D', './image', '3872116_D.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680538010000', '3872116', 'E', './image', '3872116_E.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680541010000', '3872116', 'F', './image', '3872116_F.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680543010000', '3872116', '预装配1', './image', '3872116_预装配1.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743475680544010000', '3872116', '预装配2', './image', '3872116_预装配2.PNG', '', 1, '2025-04-01 10:48:01', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476273503010000', '5786299', 'A', './image', '5786299_A.PNG', '', 1, '2025-04-01 10:57:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476273504010000', '5786299', 'B', './image', '5786299_B.PNG', '', 1, '2025-04-01 10:57:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476273505010000', '5786299', 'C', './image', '5786299_C.PNG', '', 1, '2025-04-01 10:57:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476273506010000', '5786299', 'D', './image', '5786299_D.PNG', '', 1, '2025-04-01 10:57:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476273507010000', '5786299', 'E', './image', '5786299_E.PNG', '', 1, '2025-04-01 10:57:54', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671853010000', '5243712', 'A', './image', '5243712_A.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671860010000', '5243712', 'B', './image', '5243712_B.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671861010000', '5243712', 'C', './image', '5243712_C.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671862010000', '5243712', 'D', './image', '5243712_D.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671863010000', '5243712', 'E', './image', '5243712_E.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671864010000', '5243712', 'F', './image', '5243712_F.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671865010000', '5243712', 'G', './image', '5243712_G.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671866010000', '5243712', 'H', './image', '5243712_H.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671867010000', '5243712', 'H1', './image', '5243712_H1.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476671868010000', '5243712', 'I', './image', '5243712_I.PNG', '', 1, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937032010000', '4938509', 'A', './image', '4938509_A.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010000', '4938509', 'B', './image', '4938509_B.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010001', '4938509', 'C', './image', '4938509_C.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010002', '4938509', 'D', './image', '4938509_D.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010003', '4938509', 'E', './image', '4938509_E.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010004', '4938509', 'F', './image', '4938509_F.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010005', '4938509', 'G', './image', '4938509_G.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743476937048010006', '4938509', 'H', './image', '4938509_H.PNG', '', 1, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743487271568010000', '1628040', 'A', './image', '1628040_A.PNG', '', 1, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743487271570010000', '1628040', 'B', './image', '1628040_B.PNG', '', 1, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743487271571010000', '1628040', 'C', './image', '1628040_C.PNG', '', 1, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743487271572010000', '1628040', 'D', './image', '1628040_D.PNG', '', 1, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743487271572010001', '1628040', 'E', './image', '1628040_E.PNG', '', 1, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743487271573010000', '1628040', 'F', './image', '1628040_F.PNG', '', 1, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314977010000', '2698153', 'A', './image', '2698153_A.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314978010000', '2698153', 'B', './image', '2698153_B.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314979010000', '2698153', 'C', './image', '2698153_C.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314980010000', '2698153', 'D', './image', '2698153_D.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314981010000', '2698153', 'E', './image', '2698153_E.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314982010000', '2698153', '预装配1', './image', '2698153_预装配1.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314983010000', '2698153', '预装配2', './image', '2698153_预装配2.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743488314983010001', '2698153', '预装配3', './image', '2698153_预装配3.PNG', '', 1, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489044405010000', '1628314', 'A', './image', '1628314_A.PNG', '', 1, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489044407010000', '1628314', 'B', './image', '1628314_B.PNG', '', 1, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489044408010000', '1628314', 'C', './image', '1628314_C.PNG', '', 1, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489044409010000', '1628314', 'D', './image', '1628314_D.PNG', '', 1, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489044409010001', '1628314', 'E', './image', '1628314_E.PNG', '', 1, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489477052010000', '1628041', 'A', './image', '1628041_A.PNG', '', 1, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489477054010000', '1628041', 'B', './image', '1628041_B.PNG', '', 1, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489477054010001', '1628041', 'D', './image', '1628041_D.PNG', '', 1, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489477055010000', '1628041', 'E', './image', '1628041_E.PNG', '', 1, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489477057010000', '1628041', 'G', './image', '1628041_G.PNG', '', 1, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489477058010000', '1628041', 'H', './image', '1628041_H.PNG', '', 1, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489878432010000', '3251766', 'A', './image', '3251766_A.PNG', '', 1, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489878433010000', '3251766', 'B', './image', '3251766_B.PNG', '', 1, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743489878434010000', '3251766', 'C', './image', '3251766_C.PNG', '', 1, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914257010000', '3250383', 'A', './image', '3250383_A.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914258010000', '3250383', 'B', './image', '3250383_B.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914259010000', '3250383', 'C', './image', '3250383_C.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914260010000', '3250383', 'E', './image', '3250383_E.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914261010000', '3250383', 'F', './image', '3250383_F.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914261010001', '3250383', 'G', './image', '3250383_G.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914262010000', '3250383', 'H', './image', '3250383_H.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914263010000', '3250383', 'I', './image', '3250383_I.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743491914265010000', '3250383', 'J', './image', '3250383_J.PNG', '', 1, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743492007289010000', '1648913', 'A', './image', '1648913_A.PNG', '', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050397010000', '1878637', 'A', './image', '1878637_A.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050399010000', '1878637', 'B', './image', '1878637_B.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050400010000', '1878637', 'C', './image', '1878637_C.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050400010001', '1878637', 'D', './image', '1878637_D.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050401010000', '1878637', 'E', './image', '1878637_E.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050402010000', '1878637', 'F', './image', '1878637_F.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050403010000', '1878637', 'G', './image', '1878637_G.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743493050404010000', '1878637', 'H', './image', '1878637_H.PNG', '', 1, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319574010000', '3275267', 'A', './image', '3275267_A.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319576010000', '3275267', 'B', './image', '3275267_B.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319577010000', '3275267', 'C', './image', '3275267_C.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319578010000', '3275267', 'D', './image', '3275267_D.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319579010000', '3275267', 'E', './image', '3275267_E.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319580010000', '3275267', 'F', './image', '3275267_F.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319581010000', '3275267', 'G', './image', '3275267_G.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319582010000', '3275267', 'H', './image', '3275267_H.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319583010000', '3275267', 'I', './image', '3275267_I.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319584010000', '3275267', 'J', './image', '3275267_J.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743560319585010000', '3275267', 'K', './image', '3275267_K.PNG', '', 1, '2025-04-02 10:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561637992010000', '3365713', 'A', './image', '3365713_A.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561637994010000', '3365713', 'B', './image', '3365713_B.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561637996010000', '3365713', 'D', './image', '3365713_D.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561637997010000', '3365713', 'E', './image', '3365713_E.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561637998010000', '3365713', 'F', './image', '3365713_F.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561637999010000', '3365713', 'G', './image', '3365713_G.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561638000010000', '3365713', 'I', './image', '3365713_I.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561638001010000', '3365713', 'J', './image', '3365713_J.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743561638003010000', '3365713', 'K', './image', '3365713_K.PNG', '', 1, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581947010000', '3623313', 'A', './image', '3623313_A.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581948010000', '3623313', 'B', './image', '3623313_B.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581949010000', '3623313', 'D', './image', '3623313_D.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581950010000', '3623313', 'F', './image', '3623313_F.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581951010000', '3623313', 'G', './image', '3623313_G.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581952010000', '3623313', 'H', './image', '3623313_H.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581953010000', '3623313', 'I', './image', '3623313_I.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743563581954010000', '3623313', 'J', './image', '3623313_J.PNG', '', 1, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120176010000', '3623319', 'A', './image', '3623319_A.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120177010000', '3623319', 'B', './image', '3623319_B.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120178010000', '3623319', 'C', './image', '3623319_C.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120179010000', '3623319', 'E', './image', '3623319_E.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120180010000', '3623319', 'F', './image', '3623319_F.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120181010000', '3623319', 'G', './image', '3623319_G.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120182010000', '3623319', 'H', './image', '3623319_H.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120183010000', '3623319', 'I', './image', '3623319_I.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120183010001', '3623319', 'J', './image', '3623319_J.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575120184010000', '3623319', 'K', './image', '3623319_K.PNG', '', 1, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757857010000', '3623315', 'A', './image', '3623315_A.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757858010000', '3623315', 'B', './image', '3623315_B.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757860010000', '3623315', 'D', './image', '3623315_D.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757860010001', '3623315', 'E', './image', '3623315_E.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757861010000', '3623315', 'F', './image', '3623315_F.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757862010000', '3623315', 'H', './image', '3623315_H.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757863010000', '3623315', 'I', './image', '3623315_I.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743575757864010000', '3623315', 'K', './image', '3623315_K.PNG', '', 1, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956963010000', '3661352', 'B', './image', '3661352_B.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956965010000', '3661352', 'C', './image', '3661352_C.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956966010000', '3661352', 'E', './image', '3661352_E.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956967010000', '3661352', 'F', './image', '3661352_F.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956968010000', '3661352', 'G', './image', '3661352_G.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956969010000', '3661352', 'H', './image', '3661352_H.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956970010000', '3661352', 'I', './image', '3661352_I.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743578956971010000', '3661352', 'J', './image', '3661352_J.PNG', '', 1, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373725010000', '1693323', 'A', './image', '1693323_A.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373727010000', '1693323', 'B', './image', '1693323_B.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373728010000', '1693323', 'C', './image', '1693323_C.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373728010001', '1693323', 'D', './image', '1693323_D.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373729010000', '1693323', 'E', './image', '1693323_E.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373730010000', '1693323', 'G', './image', '1693323_G.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373731010000', '1693323', '预装配1', './image', '1693323_预装配1.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373732010000', '1693323', '预装配2', './image', '1693323_预装配2.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743581373733010000', '1693323', '预装配3', './image', '1693323_预装配3.PNG', '', 1, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615391010000', '6E5138', 'A', './image', '6E5138_A.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615393010000', '6E5138', 'B', './image', '6E5138_B.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615394010000', '6E5138', 'C', './image', '6E5138_C.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615395010000', '6E5138', 'D', './image', '6E5138_D.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615396010000', '6E5138', 'D1', './image', '6E5138_D1.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615397010000', '6E5138', 'E', './image', '6E5138_E.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615398010000', '6E5138', 'F', './image', '6E5138_F.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615399010000', '6E5138', 'G', './image', '6E5138_G.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615399010001', '6E5138', 'H', './image', '6E5138_H.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615400010000', '6E5138', 'I', './image', '6E5138_I.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743582615401010000', '6E5138', 'J', './image', '6E5138_J.PNG', '', 1, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147780010000', '5256743', 'A', './image', '5256743_A.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147782010000', '5256743', 'B', './image', '5256743_B.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147783010000', '5256743', 'D', './image', '5256743_D.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147784010000', '5256743', 'E', './image', '5256743_E.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147784010001', '5256743', 'F', './image', '5256743_F.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147785010000', '5256743', 'G', './image', '5256743_G.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_image` VALUES ('1743584147786010000', '5256743', 'H', './image', '5256743_H.PNG', '', 1, '2025-04-02 16:55:48', '管理员', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_inventory +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_inventory`; +CREATE TABLE `t_app_inventory` ( + `inventory_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '盘点任务id', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料号', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `stock_num` int NULL DEFAULT NULL COMMENT '库存数量', + `confirm_num` int NULL DEFAULT NULL COMMENT '确认数量', + `inv_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '盘点站台', + `inv_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '盘点用户', + `inv_type` int NOT NULL COMMENT '盘点类型', + `inv_status` int NOT NULL COMMENT '盘点状态', + `inv_result` int NULL DEFAULT NULL COMMENT '盘点结果', + `inv_create_time` datetime NOT NULL COMMENT '盘点创建时间', + `inv_confirm_time` datetime NULL DEFAULT NULL COMMENT '盘点确认时间', + `inv_order_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '盘点单号', + `special_stock` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '特殊库存(E,K\r\n,Q)', + `special_stock_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'so单号与供应商编号,出库指定SO号或者供应商编号出库', + `special_stock_item_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '特殊库存item号', + `batch_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '批次号', + PRIMARY KEY (`inventory_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_inventory +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_app_inventory_record +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_inventory_record`; +CREATE TABLE `t_app_inventory_record` ( + `inventory_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '盘点任务id', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料号', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `stock_num` int NULL DEFAULT NULL COMMENT '库存数量', + `confirm_num` int NULL DEFAULT NULL COMMENT '确认数量', + `inv_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '盘点站台', + `inv_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '盘点用户', + `inv_type` int NOT NULL COMMENT '盘点类型', + `inv_status` int NOT NULL COMMENT '盘点状态', + `inv_result` int NULL DEFAULT NULL COMMENT '盘点结果', + `inv_create_time` datetime NOT NULL COMMENT '盘点创建时间', + `inv_confirm_time` datetime NULL DEFAULT NULL COMMENT '盘点确认时间', + `inv_order_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '盘点单号', + PRIMARY KEY (`inventory_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_inventory_record +-- ---------------------------- +INSERT INTO `t_app_inventory_record` VALUES ('1744535455291010000', '7X0448', 'ASRS-0326', 310, 320, 'P1', '管理员', 1, 2, 1, '2025-04-13 17:10:55', '2025-04-13 17:17:21', '1744535455291010000'); +INSERT INTO `t_app_inventory_record` VALUES ('1755764643916010000', '159753', '7788', 123, 123, 'P1', '管理员', 1, 2, 0, '2025-08-21 16:24:04', '2025-08-22 10:35:18', '1755764643916010000'); +INSERT INTO `t_app_inventory_record` VALUES ('1758087569956010000', '13020300104', 'BASR202508210008', 2, 2, 'P11', '管理员', 1, 2, 0, '2025-09-17 13:39:30', '2025-09-17 14:46:15', '1758087569956010000'); + +-- ---------------------------- +-- Table structure for t_app_jobs +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_jobs`; +CREATE TABLE `t_app_jobs` ( + `job_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'jobName', + `job_class` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'jobClass', + `cron_expression` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'cron', + `timer` int NULL DEFAULT NULL COMMENT 'timer', + `timer_type` int NOT NULL COMMENT '定时器类型', + `job_status` int NOT NULL COMMENT '定时器是否可用', + PRIMARY KEY (`job_name`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_jobs +-- ---------------------------- +INSERT INTO `t_app_jobs` VALUES ('DataSolver', 'com.wms_main.service.quartz_job.job_executor.DataSolver', '0 0 23 * * ? *', 2000, 2, 0); +INSERT INTO `t_app_jobs` VALUES ('OutsExecutor', 'com.wms_main.service.quartz_job.job_executor.OutsExecutor', '0/1 * * * * ? *', 1000, 1, 0); +INSERT INTO `t_app_jobs` VALUES ('OutsRepair', 'com.wms_main.service.quartz_job.job_executor.OutsRepair', '0/5 * * * * ? *', 5000, 1, 0); +INSERT INTO `t_app_jobs` VALUES ('WcsPickTaskSender', 'com.wms_main.service.quartz_job.job_executor.WcsPickTaskSender', '0/1 * * * * ? *', 1000, 1, 1); +INSERT INTO `t_app_jobs` VALUES ('WcsStackerTaskSender', 'com.wms_main.service.quartz_job.job_executor.WcsStackerTaskSender', '0/1 * * * * ? *', 1000, 1, 0); +INSERT INTO `t_app_jobs` VALUES ('WmsBackTaskAnalysis', 'com.wms_main.service.quartz_job.job_executor.WmsBackTaskAnalysis', '0/1 * * * * ? *', 1000, 1, 0); +INSERT INTO `t_app_jobs` VALUES ('WmsTaskExecutor', 'com.wms_main.service.quartz_job.job_executor.WmsTaskExecutor', '0/1 * * * * ? *', 1000, 1, 0); +INSERT INTO `t_app_jobs` VALUES ('WmsTaskFinisher', 'com.wms_main.service.quartz_job.job_executor.WmsTaskFinisher', '0/1 * * * * ? *', 1000, 1, 0); + +-- ---------------------------- +-- Table structure for t_app_kanban +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_kanban`; +CREATE TABLE `t_app_kanban` ( + `record_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '记录id:料号+看板id', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料号', + `kanban_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '看板', + `kanban_status` int NOT NULL COMMENT '看板状态。0:空,1:满。', + `last_full_time` datetime NOT NULL COMMENT '上次补满时间', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '初次导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '初次导入用户', + PRIMARY KEY (`record_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_kanban +-- ---------------------------- +INSERT INTO `t_app_kanban` VALUES ('1743063223938010000', '3J1907', '2997747', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010001', '0304605', '2997749', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010002', '3K0360', '2997751', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010003', '0304606', '2997753', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010004', '3613549', '2997755', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010005', '4J7533', '2997757', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010006', '8M4437', '2997759', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010007', '6E4502', '2997761', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010008', '3J7354', '2997763', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010009', '6E5153', '2997765', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010010', '1082187', '2997767', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010011', '5B9318', '2997769', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010012', '0951599/HE', '2997771', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223938010013', '6E3007', '2997773', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010000', '1011973', '2997775', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010001', '1027412', '2997777', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010002', '4J5309', '2997779', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010003', '2K8199', '2997781', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010004', '8C3206', '2997783', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010005', '4D9986', '2997785', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010006', '4B4158', '2997787', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010007', '2828827', '2997789', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010008', '1007000', '2997791', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010009', '1P3702', '2997793', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010010', '1010509', '2997795', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010011', '3603679', '2997797', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010012', '1118233', '2997799', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010013', '2660531', '2997801', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010014', '4J0520', '2997803', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010015', '6V3965', '2997805', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010016', '1012862', '2997807', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223939010017', '2147568', '2997809', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010000', '1014845', '2997811', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010001', '2976291', '2997813', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010002', '2M9780', '2997815', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010003', '2965987', '2997817', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010004', '5A3604', '2997819', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010005', '1061791', '2997821', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010006', '4533451/HE', '2997823', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010007', '5H4019', '2997825', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010008', '6V9829', '2997827', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010009', '1118234', '2997829', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010010', '1919247', '2997831', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010011', '1982914', '2997833', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010012', '3161438', '2997868', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010013', '7M8485', '2997870', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010014', '5P2566', '2997872', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010015', '1483483', '2997874', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010016', '2521631', '2997876', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010017', '6V8200', '2997878', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010018', '3D2824', '2997880', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223940010019', '8J6815', '2997882', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010000', '7J9933', '2997884', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010001', '3603692', '2997886', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010002', '1081847', '2997888', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010003', '8F9206', '2997890', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010004', '1089402', '2997892', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010005', '6V5555', '2997894', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010006', '3676002', '2997896', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010007', '2191891', '2997993', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010008', '4B9782', '2997995', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010009', '6V8653', '2997997', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010010', '3341673', '2998004', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010011', '1159977', '2998006', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010012', '1160014', '2998113', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010013', '3267680', '2998115', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010014', '4J0522', '2998117', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010015', '1488336', '2998119', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010016', '1185086', '2998121', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010017', '1185087', '2998198', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223941010018', '1P4579', '2998200', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010000', '1212051', '2998202', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010001', '6V0852', '2998204', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010002', '5H3193', '2998206', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010003', '4K1388', '2998208', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010004', '3676001', '2998210', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010005', '7S0530', '2998212', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010006', '3385495', '2998214', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010007', '7K0734', '2998216', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010008', '1266104', '2998218', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010009', '1268473', '2998220', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010010', '2S4078', '2998222', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010011', '1298222', '2998224', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010012', '3J5553', '2998226', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010013', '8J5893', '2998331', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010014', '5H6005', '2998333', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010015', '3J5554', '2998335', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010016', '8J4398', '2998337', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010017', '1J9671', '2998339', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010018', '6K6307', '2998341', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010019', '1442894', '2998343', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010020', '6V8398', '2998345', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010021', '1488356', '2998347', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223942010022', '7J0204', '2998349', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010000', '2D0094', '2998351', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010001', '2458472/X', '2998353', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010002', '5S7383', '2998355', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010003', '7X0272', '2998357', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010004', '3133966', '2998359', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010005', '4J0524', '2998434', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010006', '1H1023', '2998436', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010007', '2608590', '2998438', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010008', '3294603', '2998440', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010009', '4J8997', '2998442', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010010', '6K0806', '2998444', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010011', '1P3706', '2998446', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010012', '3603690', '2998448', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010013', '1749194', '2998450', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010014', '3603681', '2998452', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010015', '1771405', '2998454', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010016', '1P3703', '2998456', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010017', '5H4020', '2998458', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010018', '2191893', '2998460', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010019', '2J2668', '2998462', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010020', '6J4568', '2998464', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010021', '6V9830', '2998466', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010022', '2935263', '2998468', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010023', '5J2974', '2998470', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223943010024', '6E5289', '2998472', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010000', '6E5291', '2998474', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010001', '1D4566', '2998476', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010002', '7J1089', '2998478', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010003', '6V8676', '2998480', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010004', '4J2506', '2998482', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010005', '6J3380', '2998484', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010006', '7X5308', '2998486', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010007', '7X5315', '2998488', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010008', '1P3709', '2998490', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010009', '1P4578', '2998492', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010010', '7X2535', '2998494', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010011', '1P4582', '2998496', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010012', '1P6744', '2998498', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010013', '5M2057', '2998505', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010014', '3331701', '2998507', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010015', '4M8239', '2998509', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010016', '4H5232', '2998511', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010017', '7X2546', '2998513', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010018', '2304011', '2998515', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010019', '3278527', '2998517', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010020', '4932479', '2998519', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010021', '4932480', '2998521', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010022', '4J0519', '2998523', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010023', '2D6648', '2998525', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010024', '7M1297', '2998527', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010025', '7X0352', '2998529', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010026', '6J5899', '2998531', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010027', '2N7029', '2998533', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223944010028', '7X0448', '2998535', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010000', '4J9780', '2998537', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010001', '2R1256', '2998539', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010002', '3D4603', '2998541', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010003', '3979397', '2998543', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010004', '5J4664', '2998545', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010005', '7D8048', '2998547', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010006', '7X0326', '2998549', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010007', '7X7888', '2998551', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010008', '6V4432', '2998553', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010009', '7X0293', '2998555', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010010', '7X0301', '2998557', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010011', '7X0339', '2998559', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010012', '4829841', '2998561', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010013', '2855628', '2998563', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010014', '2J5608', '2998565', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010015', '4J0527', '2998567', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010016', '6Y4638', '2998569', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010017', '3P1979', '2998571', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010018', '2P5755', '2998573', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010019', '8C5176', '2998575', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010020', '4T4207', '2998577', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010021', '4F4097', '2998579', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010022', '6V1849', '2998581', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010023', '2Y2347', '2998583', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010024', '6V5195', '2998585', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010025', '6V5230', '2998587', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223945010026', '6V8647', '2998594', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010000', '8M3175', '2998596', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010001', '7T8797', '2998598', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010002', '3603693', '2998600', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010003', '4D0514', '2998602', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010004', '6Y2584', '2998604', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010005', '4681135', '2998606', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010006', '6V0400', '2998608', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010007', '6Y2522', '2998610', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010008', '7T8810', '2998612', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010009', '8P0346', '2998614', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010010', '3P9498', '2998616', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010011', '3603697', '2998618', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010012', '3E3882', '2998620', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010013', '6J4694', '2998622', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010014', '7B8194', '2998624', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010015', '3T8236', '2998626', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010016', '6E1924', '2998628', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010017', '6E1925', '2998630', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010018', '6E1923', '2998632', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010019', '6V9834', '2998634', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010020', '4T0993', '2998636', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010021', '6V9833', '2998638', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010022', '4T5795', '2998640', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010023', '6V5391', '2998642', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010024', '4564624', '2998644', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010025', '4564633', '2998646', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010026', '5P0047', '2998648', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223946010027', '4681136', '2998650', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010000', '4T1021', '2998652', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010001', '4681133', '2998654', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010002', '4681134', '2998656', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010003', '8T0151', '2998658', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010004', '8T2396', '2998660', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010005', '8T4121', '2998662', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010006', '8T4172', '2998664', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010007', '8T4182', '2998666', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010008', '8T4189', '2998668', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010009', '8T4194', '2998670', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010010', '8T4196', '2998672', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010011', '8T4223', '2998674', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010012', '8T4224', '2998676', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010013', '8T4776', '2998678', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010014', '8T4896', '2998680', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010015', '8T5005', '2998682', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010016', '8T6408', '2998684', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010017', '8T8737', '2998686', 0, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010018', '8T8987', '2998688', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010019', '8T9383', '2998690', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010020', '8T9535', '2998692', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010021', '9F6705', '2998694', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010022', '9J0403', '2998696', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010023', '9J0477', '2998698', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010024', '9J8126', '2998700', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010025', '9L9068', '2998702', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010026', '9P8217', '2998704', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010027', '9S4180', '2998706', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010028', '9S4182', '2998708', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010029', '9S4183', '2998710', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223947010030', '9S4185', '2998712', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010000', '9S4188', '2998714', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010001', '9S4189', '2998716', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010002', '9S4191', '2998718', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010003', '9S8001', '2998720', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010004', '9S8002', '2998722', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010005', '9S8003', '2998724', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010006', '9S8004', '2998726', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010007', '9S8005', '2998728', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010008', '9S8006', '2998730', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010009', '9S8009', '2998732', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010010', '9T4685', '2998734', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010011', '9T4697', '2998736', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010012', '9T7418', '2998738', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010013', '9T7419', '2998740', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); +INSERT INTO `t_app_kanban` VALUES ('1743063223948010014', '9X8256', '2998742', 1, '2025-03-27 16:13:44', '2025-05-13 10:51:02', '管理员', '2025-03-27 16:13:44', '管理员'); + +-- ---------------------------- +-- Table structure for t_app_location +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_location`; +CREATE TABLE `t_app_location` ( + `location_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '库位id', + `outer_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '外部库位编号', + `location_type` int NOT NULL COMMENT '库位类型', + `is_lock` int NOT NULL COMMENT '锁定', + `is_occupy` int NOT NULL COMMENT '占用', + `is_working` int NOT NULL COMMENT '是否在工作中', + `equipment_id` int NOT NULL COMMENT '设备号', + `tunnel_id` int NOT NULL COMMENT '巷道号', + `l_row` int NOT NULL COMMENT '排', + `l_col` int NOT NULL COMMENT '列', + `l_layer` int NOT NULL COMMENT '层', + `l_depth` int NOT NULL COMMENT '深度', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '载具号', + `area_id` int NOT NULL COMMENT '区域号', + `sub_area` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '子区域', + PRIMARY KEY (`location_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_location +-- ---------------------------- +INSERT INTO `t_app_location` VALUES ('A1-01-01', '', 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 'BASR202508210008', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-02', '', 1, 0, 0, 0, 1, 1, 1, 1, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-03', '', 1, 0, 0, 0, 1, 1, 1, 1, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-04', '', 1, 0, 0, 0, 1, 1, 1, 1, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-05', '', 1, 0, 0, 0, 1, 1, 1, 1, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-06', '', 1, 0, 0, 0, 1, 1, 1, 1, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-07', '', 1, 0, 0, 0, 1, 1, 1, 1, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-08', '', 1, 0, 0, 0, 1, 1, 1, 1, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-09', '', 1, 0, 0, 0, 1, 1, 1, 1, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-10', '', 1, 0, 0, 0, 1, 1, 1, 1, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-11', '', 1, 0, 0, 0, 1, 1, 1, 1, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-12', '', 1, 0, 0, 0, 1, 1, 1, 1, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-13', '', 1, 0, 0, 0, 1, 1, 1, 1, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-01-14', '', 1, 0, 0, 0, 1, 1, 1, 1, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-01', '', 1, 0, 0, 0, 1, 1, 1, 2, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-02', '', 1, 0, 0, 0, 1, 1, 1, 2, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-03', '', 1, 0, 0, 0, 1, 1, 1, 2, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-04', '', 1, 0, 0, 0, 1, 1, 1, 2, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-05', '', 1, 0, 0, 0, 1, 1, 1, 2, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-06', '', 1, 0, 0, 0, 1, 1, 1, 2, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-07', '', 1, 0, 0, 0, 1, 1, 1, 2, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-08', '', 1, 0, 0, 0, 1, 1, 1, 2, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-09', '', 1, 0, 0, 0, 1, 1, 1, 2, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-10', '', 1, 0, 0, 0, 1, 1, 1, 2, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-11', '', 1, 0, 0, 0, 1, 1, 1, 2, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-12', '', 1, 0, 0, 0, 1, 1, 1, 2, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-13', '', 1, 0, 0, 0, 1, 1, 1, 2, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-02-14', '', 1, 0, 0, 0, 1, 1, 1, 2, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-01', '', 1, 0, 0, 0, 1, 1, 1, 3, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-02', '', 1, 0, 0, 0, 1, 1, 1, 3, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-03', '', 1, 0, 0, 0, 1, 1, 1, 3, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-04', '', 1, 0, 0, 0, 1, 1, 1, 3, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-05', '', 1, 0, 0, 0, 1, 1, 1, 3, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-06', '', 1, 0, 0, 0, 1, 1, 1, 3, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-07', '', 1, 0, 0, 0, 1, 1, 1, 3, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-08', '', 1, 0, 0, 0, 1, 1, 1, 3, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-09', '', 1, 0, 0, 0, 1, 1, 1, 3, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-10', '', 1, 0, 0, 0, 1, 1, 1, 3, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-11', '', 1, 0, 0, 0, 1, 1, 1, 3, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-12', '', 1, 0, 0, 0, 1, 1, 1, 3, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-13', '', 1, 0, 0, 0, 1, 1, 1, 3, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-03-14', '', 1, 0, 0, 0, 1, 1, 1, 3, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-01', '', 1, 0, 0, 0, 1, 1, 1, 4, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-02', '', 1, 0, 0, 0, 1, 1, 1, 4, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-03', '', 1, 0, 0, 0, 1, 1, 1, 4, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-04', '', 1, 0, 0, 0, 1, 1, 1, 4, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-05', '', 1, 0, 0, 0, 1, 1, 1, 4, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-06', '', 1, 0, 0, 0, 1, 1, 1, 4, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-07', '', 1, 0, 0, 0, 1, 1, 1, 4, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-08', '', 1, 0, 0, 0, 1, 1, 1, 4, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-09', '', 1, 0, 0, 0, 1, 1, 1, 4, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-10', '', 1, 0, 0, 0, 1, 1, 1, 4, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-11', '', 1, 0, 0, 0, 1, 1, 1, 4, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-12', '', 1, 0, 0, 0, 1, 1, 1, 4, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-13', '', 1, 0, 0, 0, 1, 1, 1, 4, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-04-14', '', 1, 0, 0, 0, 1, 1, 1, 4, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-01', '', 1, 0, 0, 0, 1, 1, 1, 5, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-02', '', 1, 0, 0, 0, 1, 1, 1, 5, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-03', '', 1, 0, 0, 0, 1, 1, 1, 5, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-04', '', 1, 0, 0, 0, 1, 1, 1, 5, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-05', '', 1, 0, 0, 0, 1, 1, 1, 5, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-06', '', 1, 0, 0, 0, 1, 1, 1, 5, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-07', '', 1, 0, 0, 0, 1, 1, 1, 5, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-08', '', 1, 0, 0, 0, 1, 1, 1, 5, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-09', '', 1, 0, 0, 0, 1, 1, 1, 5, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-10', '', 1, 0, 0, 0, 1, 1, 1, 5, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-11', '', 1, 0, 0, 0, 1, 1, 1, 5, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-12', '', 1, 0, 0, 0, 1, 1, 1, 5, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-13', '', 1, 0, 0, 0, 1, 1, 1, 5, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-05-14', '', 1, 0, 0, 0, 1, 1, 1, 5, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-01', '', 1, 0, 0, 0, 1, 1, 1, 6, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-02', '', 1, 0, 0, 0, 1, 1, 1, 6, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-03', '', 1, 0, 0, 0, 1, 1, 1, 6, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-04', '', 1, 0, 0, 0, 1, 1, 1, 6, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-05', '', 1, 0, 0, 0, 1, 1, 1, 6, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-06', '', 1, 0, 0, 0, 1, 1, 1, 6, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-07', '', 1, 0, 0, 0, 1, 1, 1, 6, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-08', '', 1, 0, 0, 0, 1, 1, 1, 6, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-09', '', 1, 0, 0, 0, 1, 1, 1, 6, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-10', '', 1, 0, 0, 0, 1, 1, 1, 6, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-11', '', 1, 0, 0, 0, 1, 1, 1, 6, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-12', '', 1, 0, 0, 0, 1, 1, 1, 6, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-13', '', 1, 0, 0, 0, 1, 1, 1, 6, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-06-14', '', 1, 0, 0, 0, 1, 1, 1, 6, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-01', '', 1, 0, 0, 0, 1, 1, 1, 7, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-02', '', 1, 0, 0, 0, 1, 1, 1, 7, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-03', '', 1, 0, 0, 0, 1, 1, 1, 7, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-04', '', 1, 0, 0, 0, 1, 1, 1, 7, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-05', '', 1, 0, 0, 0, 1, 1, 1, 7, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-06', '', 1, 0, 0, 0, 1, 1, 1, 7, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-07', '', 1, 0, 0, 0, 1, 1, 1, 7, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-08', '', 1, 0, 0, 0, 1, 1, 1, 7, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-09', '', 1, 0, 0, 0, 1, 1, 1, 7, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-10', '', 1, 0, 0, 0, 1, 1, 1, 7, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-11', '', 1, 0, 0, 0, 1, 1, 1, 7, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-12', '', 1, 0, 0, 0, 1, 1, 1, 7, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-13', '', 1, 0, 0, 0, 1, 1, 1, 7, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-07-14', '', 1, 0, 0, 0, 1, 1, 1, 7, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-01', '', 1, 0, 0, 0, 1, 1, 1, 8, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-02', '', 1, 0, 0, 0, 1, 1, 1, 8, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-03', '', 1, 0, 0, 0, 1, 1, 1, 8, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-04', '', 1, 0, 0, 0, 1, 1, 1, 8, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-05', '', 1, 0, 0, 0, 1, 1, 1, 8, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-06', '', 1, 0, 0, 0, 1, 1, 1, 8, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-07', '', 1, 0, 0, 0, 1, 1, 1, 8, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-08', '', 1, 0, 0, 0, 1, 1, 1, 8, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-09', '', 1, 0, 0, 0, 1, 1, 1, 8, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-10', '', 1, 0, 0, 0, 1, 1, 1, 8, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-11', '', 1, 0, 0, 0, 1, 1, 1, 8, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-12', '', 1, 0, 0, 0, 1, 1, 1, 8, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-13', '', 1, 0, 0, 0, 1, 1, 1, 8, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-08-14', '', 1, 0, 0, 0, 1, 1, 1, 8, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-01', '', 1, 0, 0, 0, 1, 1, 1, 9, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-02', '', 1, 0, 0, 0, 1, 1, 1, 9, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-03', '', 1, 0, 0, 0, 1, 1, 1, 9, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-04', '', 1, 0, 0, 0, 1, 1, 1, 9, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-05', '', 1, 0, 0, 0, 1, 1, 1, 9, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-06', '', 1, 0, 0, 0, 1, 1, 1, 9, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-07', '', 1, 0, 0, 0, 1, 1, 1, 9, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-08', '', 1, 0, 0, 0, 1, 1, 1, 9, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-09', '', 1, 0, 0, 0, 1, 1, 1, 9, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-10', '', 1, 0, 0, 0, 1, 1, 1, 9, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-11', '', 1, 0, 0, 0, 1, 1, 1, 9, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-12', '', 1, 0, 0, 0, 1, 1, 1, 9, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-13', '', 1, 0, 0, 0, 1, 1, 1, 9, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-09-14', '', 1, 0, 0, 0, 1, 1, 1, 9, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-01', '', 1, 0, 0, 0, 1, 1, 1, 10, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-02', '', 1, 0, 0, 0, 1, 1, 1, 10, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-03', '', 1, 0, 0, 0, 1, 1, 1, 10, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-04', '', 1, 0, 0, 0, 1, 1, 1, 10, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-05', '', 1, 0, 0, 0, 1, 1, 1, 10, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-06', '', 1, 0, 0, 0, 1, 1, 1, 10, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-07', '', 1, 0, 0, 0, 1, 1, 1, 10, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-08', '', 1, 0, 0, 0, 1, 1, 1, 10, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-09', '', 1, 0, 0, 0, 1, 1, 1, 10, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-10', '', 1, 0, 0, 0, 1, 1, 1, 10, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-11', '', 1, 0, 0, 0, 1, 1, 1, 10, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-12', '', 1, 0, 0, 0, 1, 1, 1, 10, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-13', '', 1, 0, 0, 0, 1, 1, 1, 10, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-10-14', '', 1, 0, 0, 0, 1, 1, 1, 10, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-01', '', 1, 0, 0, 0, 1, 1, 1, 11, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-02', '', 1, 0, 0, 0, 1, 1, 1, 11, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-03', '', 1, 0, 0, 0, 1, 1, 1, 11, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-04', '', 1, 0, 0, 0, 1, 1, 1, 11, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-05', '', 1, 0, 0, 0, 1, 1, 1, 11, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-06', '', 1, 0, 0, 0, 1, 1, 1, 11, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-07', '', 1, 0, 0, 0, 1, 1, 1, 11, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-08', '', 1, 0, 0, 0, 1, 1, 1, 11, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-09', '', 1, 0, 0, 0, 1, 1, 1, 11, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-10', '', 1, 0, 0, 0, 1, 1, 1, 11, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-11', '', 1, 0, 0, 0, 1, 1, 1, 11, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-12', '', 1, 0, 0, 0, 1, 1, 1, 11, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-13', '', 1, 0, 0, 0, 1, 1, 1, 11, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-11-14', '', 1, 0, 0, 0, 1, 1, 1, 11, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-01', '', 1, 0, 0, 0, 1, 1, 1, 12, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-02', '', 1, 0, 0, 0, 1, 1, 1, 12, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-03', '', 1, 0, 0, 0, 1, 1, 1, 12, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-04', '', 1, 0, 0, 0, 1, 1, 1, 12, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-05', '', 1, 0, 0, 0, 1, 1, 1, 12, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-06', '', 1, 0, 0, 0, 1, 1, 1, 12, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-07', '', 1, 0, 0, 0, 1, 1, 1, 12, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-08', '', 1, 0, 0, 0, 1, 1, 1, 12, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-09', '', 1, 0, 0, 0, 1, 1, 1, 12, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-10', '', 1, 0, 0, 0, 1, 1, 1, 12, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-11', '', 1, 0, 0, 0, 1, 1, 1, 12, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-12', '', 1, 0, 0, 0, 1, 1, 1, 12, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-13', '', 1, 0, 0, 0, 1, 1, 1, 12, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-12-14', '', 1, 0, 0, 0, 1, 1, 1, 12, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-01', '', 1, 0, 0, 0, 1, 1, 1, 13, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-02', '', 1, 0, 0, 0, 1, 1, 1, 13, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-03', '', 1, 0, 0, 0, 1, 1, 1, 13, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-04', '', 1, 0, 0, 0, 1, 1, 1, 13, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-05', '', 1, 0, 0, 0, 1, 1, 1, 13, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-06', '', 1, 0, 0, 0, 1, 1, 1, 13, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-07', '', 1, 0, 0, 0, 1, 1, 1, 13, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-08', '', 1, 0, 0, 0, 1, 1, 1, 13, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-09', '', 1, 0, 0, 0, 1, 1, 1, 13, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-10', '', 1, 0, 0, 0, 1, 1, 1, 13, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-11', '', 1, 0, 0, 0, 1, 1, 1, 13, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-12', '', 1, 0, 0, 0, 1, 1, 1, 13, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-13', '', 1, 0, 0, 0, 1, 1, 1, 13, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-13-14', '', 1, 0, 0, 0, 1, 1, 1, 13, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-01', '', 1, 0, 0, 0, 1, 1, 1, 14, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-02', '', 1, 0, 0, 0, 1, 1, 1, 14, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-03', '', 1, 0, 0, 0, 1, 1, 1, 14, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-04', '', 1, 0, 0, 0, 1, 1, 1, 14, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-05', '', 1, 0, 0, 0, 1, 1, 1, 14, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-06', '', 1, 0, 0, 0, 1, 1, 1, 14, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-07', '', 1, 0, 0, 0, 1, 1, 1, 14, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-08', '', 1, 0, 0, 0, 1, 1, 1, 14, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-09', '', 1, 0, 0, 0, 1, 1, 1, 14, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-10', '', 1, 0, 0, 0, 1, 1, 1, 14, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-11', '', 1, 0, 0, 0, 1, 1, 1, 14, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-12', '', 1, 0, 0, 0, 1, 1, 1, 14, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-13', '', 1, 0, 0, 0, 1, 1, 1, 14, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-14-14', '', 1, 0, 0, 0, 1, 1, 1, 14, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-01', '', 1, 0, 0, 0, 1, 1, 1, 15, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-02', '', 1, 0, 0, 0, 1, 1, 1, 15, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-03', '', 1, 0, 0, 0, 1, 1, 1, 15, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-04', '', 1, 0, 0, 0, 1, 1, 1, 15, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-05', '', 1, 0, 0, 0, 1, 1, 1, 15, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-06', '', 1, 0, 0, 0, 1, 1, 1, 15, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-07', '', 1, 0, 0, 0, 1, 1, 1, 15, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-08', '', 1, 0, 0, 0, 1, 1, 1, 15, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-09', '', 1, 0, 0, 0, 1, 1, 1, 15, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-10', '', 1, 0, 0, 0, 1, 1, 1, 15, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-11', '', 1, 0, 0, 0, 1, 1, 1, 15, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-12', '', 1, 0, 0, 0, 1, 1, 1, 15, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-13', '', 1, 0, 0, 0, 1, 1, 1, 15, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-15-14', '', 1, 0, 0, 0, 1, 1, 1, 15, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-01', '', 1, 0, 0, 0, 1, 1, 1, 16, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-02', '', 1, 0, 0, 0, 1, 1, 1, 16, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-03', '', 1, 0, 0, 0, 1, 1, 1, 16, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-04', '', 1, 0, 0, 0, 1, 1, 1, 16, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-05', '', 1, 0, 0, 0, 1, 1, 1, 16, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-06', '', 1, 0, 0, 0, 1, 1, 1, 16, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-07', '', 1, 0, 0, 0, 1, 1, 1, 16, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-08', '', 1, 0, 0, 0, 1, 1, 1, 16, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-09', '', 1, 0, 0, 0, 1, 1, 1, 16, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-10', '', 1, 0, 0, 0, 1, 1, 1, 16, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-11', '', 1, 0, 0, 0, 1, 1, 1, 16, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-12', '', 1, 0, 0, 0, 1, 1, 1, 16, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-13', '', 1, 0, 0, 0, 1, 1, 1, 16, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-16-14', '', 1, 0, 0, 0, 1, 1, 1, 16, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-01', '', 1, 0, 0, 0, 1, 1, 1, 17, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-02', '', 1, 0, 0, 0, 1, 1, 1, 17, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-03', '', 1, 0, 0, 0, 1, 1, 1, 17, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-04', '', 1, 0, 0, 0, 1, 1, 1, 17, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-05', '', 1, 0, 0, 0, 1, 1, 1, 17, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-06', '', 1, 0, 0, 0, 1, 1, 1, 17, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-07', '', 1, 0, 0, 0, 1, 1, 1, 17, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-08', '', 1, 0, 0, 0, 1, 1, 1, 17, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-09', '', 1, 0, 0, 0, 1, 1, 1, 17, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-10', '', 1, 0, 0, 0, 1, 1, 1, 17, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-11', '', 1, 0, 0, 0, 1, 1, 1, 17, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-12', '', 1, 0, 0, 0, 1, 1, 1, 17, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-13', '', 1, 0, 0, 0, 1, 1, 1, 17, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-17-14', '', 1, 0, 0, 0, 1, 1, 1, 17, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-01', '', 1, 0, 0, 0, 1, 1, 1, 18, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-02', '', 1, 0, 0, 0, 1, 1, 1, 18, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-03', '', 1, 0, 0, 0, 1, 1, 1, 18, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-04', '', 1, 0, 0, 0, 1, 1, 1, 18, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-05', '', 1, 0, 0, 0, 1, 1, 1, 18, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-06', '', 1, 0, 0, 0, 1, 1, 1, 18, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-07', '', 1, 0, 0, 0, 1, 1, 1, 18, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-08', '', 1, 0, 0, 0, 1, 1, 1, 18, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-09', '', 1, 0, 0, 0, 1, 1, 1, 18, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-10', '', 1, 0, 0, 0, 1, 1, 1, 18, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-11', '', 1, 0, 0, 0, 1, 1, 1, 18, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-12', '', 1, 0, 0, 0, 1, 1, 1, 18, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-13', '', 1, 0, 0, 0, 1, 1, 1, 18, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-18-14', '', 1, 0, 0, 0, 1, 1, 1, 18, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-01', '', 1, 0, 0, 0, 1, 1, 1, 19, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-02', '', 1, 0, 0, 0, 1, 1, 1, 19, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-03', '', 1, 0, 0, 0, 1, 1, 1, 19, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-04', '', 1, 0, 0, 0, 1, 1, 1, 19, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-05', '', 1, 0, 0, 0, 1, 1, 1, 19, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-06', '', 1, 0, 0, 0, 1, 1, 1, 19, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-07', '', 1, 0, 0, 0, 1, 1, 1, 19, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-08', '', 1, 0, 0, 0, 1, 1, 1, 19, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-09', '', 1, 0, 0, 0, 1, 1, 1, 19, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-10', '', 1, 0, 0, 0, 1, 1, 1, 19, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-11', '', 1, 0, 0, 0, 1, 1, 1, 19, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-12', '', 1, 0, 0, 0, 1, 1, 1, 19, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-13', '', 1, 0, 0, 0, 1, 1, 1, 19, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-19-14', '', 1, 0, 0, 0, 1, 1, 1, 19, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-01', '', 1, 0, 0, 0, 1, 1, 1, 20, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-02', '', 1, 0, 0, 0, 1, 1, 1, 20, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-03', '', 1, 0, 0, 0, 1, 1, 1, 20, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-04', '', 1, 0, 0, 0, 1, 1, 1, 20, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-05', '', 1, 0, 0, 0, 1, 1, 1, 20, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-06', '', 1, 0, 0, 0, 1, 1, 1, 20, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-07', '', 1, 0, 0, 0, 1, 1, 1, 20, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-08', '', 1, 0, 0, 0, 1, 1, 1, 20, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-09', '', 1, 0, 0, 0, 1, 1, 1, 20, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-10', '', 1, 0, 0, 0, 1, 1, 1, 20, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-11', '', 1, 0, 0, 0, 1, 1, 1, 20, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-12', '', 1, 0, 0, 0, 1, 1, 1, 20, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-13', '', 1, 0, 0, 0, 1, 1, 1, 20, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-20-14', '', 1, 0, 0, 0, 1, 1, 1, 20, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-01', '', 1, 0, 0, 0, 1, 1, 1, 21, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-02', '', 1, 0, 0, 0, 1, 1, 1, 21, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-03', '', 1, 0, 0, 0, 1, 1, 1, 21, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-04', '', 1, 0, 0, 0, 1, 1, 1, 21, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-05', '', 1, 0, 0, 0, 1, 1, 1, 21, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-06', '', 1, 0, 0, 0, 1, 1, 1, 21, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-07', '', 1, 0, 0, 0, 1, 1, 1, 21, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-08', '', 1, 0, 0, 0, 1, 1, 1, 21, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-09', '', 1, 0, 0, 0, 1, 1, 1, 21, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-10', '', 1, 0, 0, 0, 1, 1, 1, 21, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-11', '', 1, 0, 0, 0, 1, 1, 1, 21, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-12', '', 1, 0, 0, 0, 1, 1, 1, 21, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-13', '', 1, 0, 0, 0, 1, 1, 1, 21, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-21-14', '', 1, 0, 0, 0, 1, 1, 1, 21, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-01', '', 1, 0, 0, 0, 1, 1, 1, 22, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-02', '', 1, 0, 0, 0, 1, 1, 1, 22, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-03', '', 1, 0, 0, 0, 1, 1, 1, 22, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-04', '', 1, 0, 0, 0, 1, 1, 1, 22, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-05', '', 1, 0, 0, 0, 1, 1, 1, 22, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-06', '', 1, 0, 0, 0, 1, 1, 1, 22, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-07', '', 1, 0, 0, 0, 1, 1, 1, 22, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-08', '', 1, 0, 0, 0, 1, 1, 1, 22, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-09', '', 1, 0, 0, 0, 1, 1, 1, 22, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-10', '', 1, 0, 0, 0, 1, 1, 1, 22, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-11', '', 1, 0, 0, 0, 1, 1, 1, 22, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-12', '', 1, 0, 0, 0, 1, 1, 1, 22, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-13', '', 1, 0, 0, 0, 1, 1, 1, 22, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-22-14', '', 1, 0, 0, 0, 1, 1, 1, 22, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-01', '', 1, 0, 0, 0, 1, 1, 1, 23, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-02', '', 1, 0, 0, 0, 1, 1, 1, 23, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-03', '', 1, 0, 0, 0, 1, 1, 1, 23, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-04', '', 1, 0, 0, 0, 1, 1, 1, 23, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-05', '', 1, 0, 0, 0, 1, 1, 1, 23, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-06', '', 1, 0, 0, 0, 1, 1, 1, 23, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-07', '', 1, 0, 0, 0, 1, 1, 1, 23, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-08', '', 1, 0, 0, 0, 1, 1, 1, 23, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-09', '', 1, 0, 0, 0, 1, 1, 1, 23, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-10', '', 1, 0, 0, 0, 1, 1, 1, 23, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-11', '', 1, 0, 0, 0, 1, 1, 1, 23, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-12', '', 1, 0, 0, 0, 1, 1, 1, 23, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-13', '', 1, 0, 0, 0, 1, 1, 1, 23, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-23-14', '', 1, 0, 0, 0, 1, 1, 1, 23, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-01', '', 1, 0, 0, 0, 1, 1, 1, 24, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-02', '', 1, 0, 0, 0, 1, 1, 1, 24, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-03', '', 1, 0, 0, 0, 1, 1, 1, 24, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-04', '', 1, 0, 0, 0, 1, 1, 1, 24, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-05', '', 1, 0, 0, 0, 1, 1, 1, 24, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-06', '', 1, 0, 0, 0, 1, 1, 1, 24, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-07', '', 1, 0, 0, 0, 1, 1, 1, 24, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-08', '', 1, 0, 0, 0, 1, 1, 1, 24, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-09', '', 1, 0, 0, 0, 1, 1, 1, 24, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-10', '', 1, 0, 0, 0, 1, 1, 1, 24, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-11', '', 1, 0, 0, 0, 1, 1, 1, 24, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-12', '', 1, 0, 0, 0, 1, 1, 1, 24, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-13', '', 1, 0, 0, 0, 1, 1, 1, 24, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-24-14', '', 1, 0, 0, 0, 1, 1, 1, 24, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-01', '', 1, 0, 0, 0, 1, 1, 1, 25, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-02', '', 1, 0, 0, 0, 1, 1, 1, 25, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-03', '', 1, 0, 0, 0, 1, 1, 1, 25, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-04', '', 1, 0, 0, 0, 1, 1, 1, 25, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-05', '', 1, 0, 0, 0, 1, 1, 1, 25, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-06', '', 1, 0, 0, 0, 1, 1, 1, 25, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-07', '', 1, 0, 0, 0, 1, 1, 1, 25, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-08', '', 1, 0, 0, 0, 1, 1, 1, 25, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-09', '', 1, 0, 0, 0, 1, 1, 1, 25, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-10', '', 1, 0, 0, 0, 1, 1, 1, 25, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-11', '', 1, 0, 0, 0, 1, 1, 1, 25, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-12', '', 1, 0, 0, 0, 1, 1, 1, 25, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-13', '', 1, 0, 0, 0, 1, 1, 1, 25, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-25-14', '', 1, 0, 0, 0, 1, 1, 1, 25, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-01', '', 1, 0, 0, 0, 1, 1, 1, 26, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-02', '', 1, 0, 0, 0, 1, 1, 1, 26, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-03', '', 1, 0, 0, 0, 1, 1, 1, 26, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-04', '', 1, 0, 0, 0, 1, 1, 1, 26, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-05', '', 1, 0, 0, 0, 1, 1, 1, 26, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-06', '', 1, 0, 0, 0, 1, 1, 1, 26, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-07', '', 1, 0, 0, 0, 1, 1, 1, 26, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-08', '', 1, 0, 0, 0, 1, 1, 1, 26, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-09', '', 1, 0, 0, 0, 1, 1, 1, 26, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-10', '', 1, 0, 0, 0, 1, 1, 1, 26, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-11', '', 1, 0, 0, 0, 1, 1, 1, 26, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-12', '', 1, 0, 0, 0, 1, 1, 1, 26, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-13', '', 1, 0, 0, 0, 1, 1, 1, 26, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-26-14', '', 1, 0, 0, 0, 1, 1, 1, 26, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-01', '', 1, 0, 0, 0, 1, 1, 1, 27, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-02', '', 1, 0, 0, 0, 1, 1, 1, 27, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-03', '', 1, 0, 0, 0, 1, 1, 1, 27, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-04', '', 1, 0, 0, 0, 1, 1, 1, 27, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-05', '', 1, 0, 0, 0, 1, 1, 1, 27, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-06', '', 1, 0, 0, 0, 1, 1, 1, 27, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-07', '', 1, 0, 0, 0, 1, 1, 1, 27, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-08', '', 1, 0, 0, 0, 1, 1, 1, 27, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-09', '', 1, 0, 0, 0, 1, 1, 1, 27, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-10', '', 1, 0, 0, 0, 1, 1, 1, 27, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-11', '', 1, 0, 0, 0, 1, 1, 1, 27, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-12', '', 1, 0, 0, 0, 1, 1, 1, 27, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-13', '', 1, 0, 0, 0, 1, 1, 1, 27, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-27-14', '', 1, 0, 0, 0, 1, 1, 1, 27, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-01', '', 1, 0, 0, 0, 1, 1, 1, 28, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-02', '', 1, 0, 0, 0, 1, 1, 1, 28, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-03', '', 1, 0, 0, 0, 1, 1, 1, 28, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-04', '', 1, 0, 0, 0, 1, 1, 1, 28, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-05', '', 1, 0, 0, 0, 1, 1, 1, 28, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-06', '', 1, 0, 0, 0, 1, 1, 1, 28, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-07', '', 1, 0, 0, 0, 1, 1, 1, 28, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-08', '', 1, 0, 0, 0, 1, 1, 1, 28, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-09', '', 1, 0, 0, 0, 1, 1, 1, 28, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-10', '', 1, 0, 0, 0, 1, 1, 1, 28, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-11', '', 1, 0, 0, 0, 1, 1, 1, 28, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-12', '', 1, 0, 0, 0, 1, 1, 1, 28, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-13', '', 1, 0, 0, 0, 1, 1, 1, 28, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-28-14', '', 1, 0, 0, 0, 1, 1, 1, 28, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-01', '', 1, 0, 0, 0, 1, 1, 1, 29, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-02', '', 1, 0, 0, 0, 1, 1, 1, 29, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-03', '', 1, 0, 0, 0, 1, 1, 1, 29, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-04', '', 1, 0, 0, 0, 1, 1, 1, 29, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-05', '', 1, 0, 0, 0, 1, 1, 1, 29, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-06', '', 1, 0, 0, 0, 1, 1, 1, 29, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-07', '', 1, 0, 0, 0, 1, 1, 1, 29, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-08', '', 1, 0, 0, 0, 1, 1, 1, 29, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-09', '', 1, 0, 0, 0, 1, 1, 1, 29, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-10', '', 1, 0, 0, 0, 1, 1, 1, 29, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-11', '', 1, 0, 0, 0, 1, 1, 1, 29, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-12', '', 1, 0, 0, 0, 1, 1, 1, 29, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-13', '', 1, 0, 0, 0, 1, 1, 1, 29, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-29-14', '', 1, 0, 0, 0, 1, 1, 1, 29, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-01', '', 1, 0, 0, 0, 1, 1, 1, 30, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-02', '', 1, 0, 0, 0, 1, 1, 1, 30, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-03', '', 1, 0, 0, 0, 1, 1, 1, 30, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-04', '', 1, 0, 0, 0, 1, 1, 1, 30, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-05', '', 1, 0, 0, 0, 1, 1, 1, 30, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-06', '', 1, 0, 0, 0, 1, 1, 1, 30, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-07', '', 1, 0, 0, 0, 1, 1, 1, 30, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-08', '', 1, 0, 0, 0, 1, 1, 1, 30, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-09', '', 1, 0, 0, 0, 1, 1, 1, 30, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-10', '', 1, 0, 0, 0, 1, 1, 1, 30, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-11', '', 1, 0, 0, 0, 1, 1, 1, 30, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-12', '', 1, 0, 0, 0, 1, 1, 1, 30, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-13', '', 1, 0, 0, 0, 1, 1, 1, 30, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-30-14', '', 1, 0, 0, 0, 1, 1, 1, 30, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-01', '', 1, 0, 0, 0, 1, 1, 1, 31, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-02', '', 1, 0, 0, 0, 1, 1, 1, 31, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-03', '', 1, 0, 0, 0, 1, 1, 1, 31, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-04', '', 1, 0, 0, 0, 1, 1, 1, 31, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-05', '', 1, 0, 0, 0, 1, 1, 1, 31, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-06', '', 1, 0, 0, 0, 1, 1, 1, 31, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-07', '', 1, 0, 0, 0, 1, 1, 1, 31, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-08', '', 1, 0, 0, 0, 1, 1, 1, 31, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-09', '', 1, 0, 0, 0, 1, 1, 1, 31, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-10', '', 1, 0, 0, 0, 1, 1, 1, 31, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-11', '', 1, 0, 0, 0, 1, 1, 1, 31, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-12', '', 1, 0, 0, 0, 1, 1, 1, 31, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-13', '', 1, 0, 0, 0, 1, 1, 1, 31, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-31-14', '', 1, 0, 0, 0, 1, 1, 1, 31, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-01', '', 1, 0, 0, 0, 1, 1, 1, 32, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-02', '', 1, 0, 0, 0, 1, 1, 1, 32, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-03', '', 1, 0, 0, 0, 1, 1, 1, 32, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-04', '', 1, 0, 0, 0, 1, 1, 1, 32, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-05', '', 1, 0, 0, 0, 1, 1, 1, 32, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-06', '', 1, 0, 0, 0, 1, 1, 1, 32, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-07', '', 1, 0, 0, 0, 1, 1, 1, 32, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-08', '', 1, 0, 0, 0, 1, 1, 1, 32, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-09', '', 1, 0, 0, 0, 1, 1, 1, 32, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-10', '', 1, 0, 0, 0, 1, 1, 1, 32, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-11', '', 1, 0, 0, 0, 1, 1, 1, 32, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-12', '', 1, 0, 0, 0, 1, 1, 1, 32, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-13', '', 1, 0, 0, 0, 1, 1, 1, 32, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-32-14', '', 1, 0, 0, 0, 1, 1, 1, 32, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-01', '', 1, 0, 0, 0, 1, 1, 1, 33, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-02', '', 1, 0, 0, 0, 1, 1, 1, 33, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-03', '', 1, 0, 0, 0, 1, 1, 1, 33, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-04', '', 1, 0, 0, 0, 1, 1, 1, 33, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-05', '', 1, 0, 0, 0, 1, 1, 1, 33, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-06', '', 1, 0, 0, 0, 1, 1, 1, 33, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-07', '', 1, 0, 0, 0, 1, 1, 1, 33, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-08', '', 1, 0, 0, 0, 1, 1, 1, 33, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-09', '', 1, 0, 0, 0, 1, 1, 1, 33, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-10', '', 1, 0, 0, 0, 1, 1, 1, 33, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-11', '', 1, 0, 0, 0, 1, 1, 1, 33, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-12', '', 1, 0, 0, 0, 1, 1, 1, 33, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-13', '', 1, 0, 0, 0, 1, 1, 1, 33, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-33-14', '', 1, 0, 0, 0, 1, 1, 1, 33, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-01', '', 1, 0, 0, 0, 1, 1, 1, 34, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-02', '', 1, 0, 0, 0, 1, 1, 1, 34, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-03', '', 1, 0, 0, 0, 1, 1, 1, 34, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-04', '', 1, 0, 0, 0, 1, 1, 1, 34, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-05', '', 1, 0, 0, 0, 1, 1, 1, 34, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-06', '', 1, 0, 0, 0, 1, 1, 1, 34, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-07', '', 1, 0, 0, 0, 1, 1, 1, 34, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-08', '', 1, 0, 0, 0, 1, 1, 1, 34, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-09', '', 1, 0, 0, 0, 1, 1, 1, 34, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-10', '', 1, 0, 0, 0, 1, 1, 1, 34, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-11', '', 1, 0, 0, 0, 1, 1, 1, 34, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-12', '', 1, 0, 0, 0, 1, 1, 1, 34, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-13', '', 1, 0, 0, 0, 1, 1, 1, 34, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-34-14', '', 1, 0, 0, 0, 1, 1, 1, 34, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-01', '', 1, 0, 0, 0, 1, 1, 1, 35, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-02', '', 1, 0, 0, 0, 1, 1, 1, 35, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-03', '', 1, 0, 0, 0, 1, 1, 1, 35, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-04', '', 1, 0, 0, 0, 1, 1, 1, 35, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-05', '', 1, 0, 0, 0, 1, 1, 1, 35, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-06', '', 1, 0, 0, 0, 1, 1, 1, 35, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-07', '', 1, 0, 0, 0, 1, 1, 1, 35, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-08', '', 1, 0, 0, 0, 1, 1, 1, 35, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-09', '', 1, 0, 0, 0, 1, 1, 1, 35, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-10', '', 1, 0, 0, 0, 1, 1, 1, 35, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-11', '', 1, 0, 0, 0, 1, 1, 1, 35, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-12', '', 1, 0, 0, 0, 1, 1, 1, 35, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-13', '', 1, 0, 0, 0, 1, 1, 1, 35, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-35-14', '', 1, 0, 0, 0, 1, 1, 1, 35, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-01', '', 1, 0, 0, 0, 1, 1, 1, 36, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-02', '', 1, 0, 0, 0, 1, 1, 1, 36, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-03', '', 1, 0, 0, 0, 1, 1, 1, 36, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-04', '', 1, 0, 0, 0, 1, 1, 1, 36, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-05', '', 1, 0, 0, 0, 1, 1, 1, 36, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-06', '', 1, 0, 0, 0, 1, 1, 1, 36, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-07', '', 1, 0, 0, 0, 1, 1, 1, 36, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-08', '', 1, 0, 0, 0, 1, 1, 1, 36, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-09', '', 1, 0, 0, 0, 1, 1, 1, 36, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-10', '', 1, 0, 0, 0, 1, 1, 1, 36, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-11', '', 1, 0, 0, 0, 1, 1, 1, 36, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-12', '', 1, 0, 0, 0, 1, 1, 1, 36, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-13', '', 1, 0, 0, 0, 1, 1, 1, 36, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-36-14', '', 1, 0, 0, 0, 1, 1, 1, 36, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-01', '', 1, 0, 0, 0, 1, 1, 1, 37, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-02', '', 1, 0, 0, 0, 1, 1, 1, 37, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-03', '', 1, 0, 0, 0, 1, 1, 1, 37, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-04', '', 1, 0, 0, 0, 1, 1, 1, 37, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-05', '', 1, 0, 0, 0, 1, 1, 1, 37, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-06', '', 1, 0, 0, 0, 1, 1, 1, 37, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-07', '', 1, 0, 0, 0, 1, 1, 1, 37, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-08', '', 1, 0, 0, 0, 1, 1, 1, 37, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-09', '', 1, 0, 0, 0, 1, 1, 1, 37, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-10', '', 1, 0, 0, 0, 1, 1, 1, 37, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-11', '', 1, 0, 0, 0, 1, 1, 1, 37, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-12', '', 1, 0, 0, 0, 1, 1, 1, 37, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-13', '', 1, 0, 0, 0, 1, 1, 1, 37, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-37-14', '', 1, 0, 0, 0, 1, 1, 1, 37, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-01', '', 1, 0, 0, 0, 1, 1, 1, 38, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-02', '', 1, 0, 0, 0, 1, 1, 1, 38, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-03', '', 1, 0, 0, 0, 1, 1, 1, 38, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-04', '', 1, 0, 0, 0, 1, 1, 1, 38, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-05', '', 1, 0, 0, 0, 1, 1, 1, 38, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-06', '', 1, 0, 0, 0, 1, 1, 1, 38, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-07', '', 1, 0, 0, 0, 1, 1, 1, 38, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-08', '', 1, 0, 0, 0, 1, 1, 1, 38, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-09', '', 1, 0, 0, 0, 1, 1, 1, 38, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-10', '', 1, 0, 0, 0, 1, 1, 1, 38, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-11', '', 1, 0, 0, 0, 1, 1, 1, 38, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-12', '', 1, 0, 0, 0, 1, 1, 1, 38, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-13', '', 1, 0, 0, 0, 1, 1, 1, 38, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-38-14', '', 1, 0, 0, 0, 1, 1, 1, 38, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-01', '', 1, 0, 0, 0, 1, 1, 1, 39, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-02', '', 1, 0, 0, 0, 1, 1, 1, 39, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-03', '', 1, 0, 0, 0, 1, 1, 1, 39, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-04', '', 1, 0, 0, 0, 1, 1, 1, 39, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-05', '', 1, 0, 0, 0, 1, 1, 1, 39, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-06', '', 1, 0, 0, 0, 1, 1, 1, 39, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-07', '', 1, 0, 0, 0, 1, 1, 1, 39, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-08', '', 1, 0, 0, 0, 1, 1, 1, 39, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-09', '', 1, 0, 0, 0, 1, 1, 1, 39, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-10', '', 1, 0, 0, 0, 1, 1, 1, 39, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-11', '', 1, 0, 0, 0, 1, 1, 1, 39, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-12', '', 1, 0, 0, 0, 1, 1, 1, 39, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-13', '', 1, 0, 0, 0, 1, 1, 1, 39, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-39-14', '', 1, 0, 0, 0, 1, 1, 1, 39, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-01', '', 1, 0, 0, 0, 1, 1, 1, 40, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-02', '', 1, 0, 0, 0, 1, 1, 1, 40, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-03', '', 1, 0, 0, 0, 1, 1, 1, 40, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-04', '', 1, 0, 0, 0, 1, 1, 1, 40, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-05', '', 1, 0, 0, 0, 1, 1, 1, 40, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-06', '', 1, 0, 0, 0, 1, 1, 1, 40, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-07', '', 1, 0, 0, 0, 1, 1, 1, 40, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-08', '', 1, 0, 0, 0, 1, 1, 1, 40, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-09', '', 1, 0, 0, 0, 1, 1, 1, 40, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-10', '', 1, 0, 0, 0, 1, 1, 1, 40, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-11', '', 1, 0, 0, 0, 1, 1, 1, 40, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-12', '', 1, 0, 0, 0, 1, 1, 1, 40, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-13', '', 1, 0, 0, 0, 1, 1, 1, 40, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-40-14', '', 1, 0, 0, 0, 1, 1, 1, 40, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-01', '', 1, 0, 0, 0, 1, 1, 1, 41, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-02', '', 1, 0, 0, 0, 1, 1, 1, 41, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-03', '', 1, 0, 0, 0, 1, 1, 1, 41, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-04', '', 1, 0, 0, 0, 1, 1, 1, 41, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-05', '', 1, 0, 0, 0, 1, 1, 1, 41, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-06', '', 1, 0, 0, 0, 1, 1, 1, 41, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-07', '', 1, 0, 0, 0, 1, 1, 1, 41, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-08', '', 1, 0, 0, 0, 1, 1, 1, 41, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-09', '', 1, 0, 0, 0, 1, 1, 1, 41, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-10', '', 1, 0, 0, 0, 1, 1, 1, 41, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-11', '', 1, 0, 0, 0, 1, 1, 1, 41, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-12', '', 1, 0, 0, 0, 1, 1, 1, 41, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-13', '', 1, 0, 0, 0, 1, 1, 1, 41, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-41-14', '', 1, 0, 0, 0, 1, 1, 1, 41, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-01', '', 1, 0, 0, 0, 1, 1, 1, 42, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-02', '', 1, 0, 0, 0, 1, 1, 1, 42, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-03', '', 1, 0, 0, 0, 1, 1, 1, 42, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-04', '', 1, 0, 0, 0, 1, 1, 1, 42, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-05', '', 1, 0, 0, 0, 1, 1, 1, 42, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-06', '', 1, 0, 0, 0, 1, 1, 1, 42, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-07', '', 1, 0, 0, 0, 1, 1, 1, 42, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-08', '', 1, 0, 0, 0, 1, 1, 1, 42, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-09', '', 1, 0, 0, 0, 1, 1, 1, 42, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-10', '', 1, 0, 0, 0, 1, 1, 1, 42, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-11', '', 1, 0, 0, 0, 1, 1, 1, 42, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-12', '', 1, 0, 0, 0, 1, 1, 1, 42, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-13', '', 1, 0, 0, 0, 1, 1, 1, 42, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-42-14', '', 1, 0, 0, 0, 1, 1, 1, 42, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-01', '', 1, 0, 0, 0, 1, 1, 1, 43, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-02', '', 1, 0, 0, 0, 1, 1, 1, 43, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-03', '', 1, 0, 0, 0, 1, 1, 1, 43, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-04', '', 1, 0, 0, 0, 1, 1, 1, 43, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-05', '', 1, 0, 0, 0, 1, 1, 1, 43, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-06', '', 1, 0, 0, 0, 1, 1, 1, 43, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-07', '', 1, 0, 0, 0, 1, 1, 1, 43, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-08', '', 1, 0, 0, 0, 1, 1, 1, 43, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-09', '', 1, 0, 0, 0, 1, 1, 1, 43, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-10', '', 1, 0, 0, 0, 1, 1, 1, 43, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-11', '', 1, 0, 0, 0, 1, 1, 1, 43, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-12', '', 1, 0, 0, 0, 1, 1, 1, 43, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-13', '', 1, 0, 0, 0, 1, 1, 1, 43, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-43-14', '', 1, 0, 0, 0, 1, 1, 1, 43, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-01', '', 1, 0, 0, 0, 1, 1, 1, 44, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-02', '', 1, 0, 0, 0, 1, 1, 1, 44, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-03', '', 1, 0, 0, 0, 1, 1, 1, 44, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-04', '', 1, 0, 0, 0, 1, 1, 1, 44, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-05', '', 1, 0, 0, 0, 1, 1, 1, 44, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-06', '', 1, 0, 0, 0, 1, 1, 1, 44, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-07', '', 1, 0, 0, 0, 1, 1, 1, 44, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-08', '', 1, 0, 0, 0, 1, 1, 1, 44, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-09', '', 1, 0, 0, 0, 1, 1, 1, 44, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-10', '', 1, 0, 0, 0, 1, 1, 1, 44, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-11', '', 1, 0, 0, 0, 1, 1, 1, 44, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-12', '', 1, 0, 0, 0, 1, 1, 1, 44, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-13', '', 1, 0, 0, 0, 1, 1, 1, 44, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-44-14', '', 1, 0, 0, 0, 1, 1, 1, 44, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-01', '', 1, 0, 0, 0, 1, 1, 1, 45, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-02', '', 1, 0, 0, 0, 1, 1, 1, 45, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-03', '', 1, 0, 0, 0, 1, 1, 1, 45, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-04', '', 1, 0, 0, 0, 1, 1, 1, 45, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-05', '', 1, 0, 0, 0, 1, 1, 1, 45, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-06', '', 1, 0, 0, 0, 1, 1, 1, 45, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-07', '', 1, 0, 0, 0, 1, 1, 1, 45, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-08', '', 1, 0, 0, 0, 1, 1, 1, 45, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-09', '', 1, 0, 0, 0, 1, 1, 1, 45, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-10', '', 1, 0, 0, 0, 1, 1, 1, 45, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-11', '', 1, 0, 0, 0, 1, 1, 1, 45, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-12', '', 1, 0, 0, 0, 1, 1, 1, 45, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-13', '', 1, 0, 0, 0, 1, 1, 1, 45, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-45-14', '', 1, 0, 0, 0, 1, 1, 1, 45, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-01', '', 1, 0, 0, 0, 1, 1, 1, 46, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-02', '', 1, 0, 0, 0, 1, 1, 1, 46, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-03', '', 1, 0, 0, 0, 1, 1, 1, 46, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-04', '', 1, 0, 0, 0, 1, 1, 1, 46, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-05', '', 1, 0, 0, 0, 1, 1, 1, 46, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-06', '', 1, 0, 0, 0, 1, 1, 1, 46, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-07', '', 1, 0, 0, 0, 1, 1, 1, 46, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-08', '', 1, 0, 0, 0, 1, 1, 1, 46, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-09', '', 1, 0, 0, 0, 1, 1, 1, 46, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-10', '', 1, 0, 0, 0, 1, 1, 1, 46, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-11', '', 1, 0, 0, 0, 1, 1, 1, 46, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-12', '', 1, 0, 0, 0, 1, 1, 1, 46, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-13', '', 1, 0, 0, 0, 1, 1, 1, 46, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-46-14', '', 1, 0, 0, 0, 1, 1, 1, 46, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-01', '', 1, 0, 0, 0, 1, 1, 1, 47, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-02', '', 1, 0, 0, 0, 1, 1, 1, 47, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-03', '', 1, 0, 0, 0, 1, 1, 1, 47, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-04', '', 1, 0, 0, 0, 1, 1, 1, 47, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-05', '', 1, 0, 0, 0, 1, 1, 1, 47, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-06', '', 1, 0, 0, 0, 1, 1, 1, 47, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-07', '', 1, 0, 0, 0, 1, 1, 1, 47, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-08', '', 1, 0, 0, 0, 1, 1, 1, 47, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-09', '', 1, 0, 0, 0, 1, 1, 1, 47, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-10', '', 1, 0, 0, 0, 1, 1, 1, 47, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-11', '', 1, 0, 0, 0, 1, 1, 1, 47, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-12', '', 1, 0, 0, 0, 1, 1, 1, 47, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-13', '', 1, 0, 0, 0, 1, 1, 1, 47, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-47-14', '', 1, 0, 0, 0, 1, 1, 1, 47, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-01', '', 1, 0, 0, 0, 1, 1, 1, 48, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-02', '', 1, 0, 0, 0, 1, 1, 1, 48, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-03', '', 1, 0, 0, 0, 1, 1, 1, 48, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-04', '', 1, 0, 0, 0, 1, 1, 1, 48, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-05', '', 1, 0, 0, 0, 1, 1, 1, 48, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-06', '', 1, 0, 0, 0, 1, 1, 1, 48, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-07', '', 1, 0, 0, 0, 1, 1, 1, 48, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-08', '', 1, 0, 0, 0, 1, 1, 1, 48, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-09', '', 1, 0, 0, 0, 1, 1, 1, 48, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-10', '', 1, 0, 0, 0, 1, 1, 1, 48, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-11', '', 1, 0, 0, 0, 1, 1, 1, 48, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-12', '', 1, 0, 0, 0, 1, 1, 1, 48, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-13', '', 1, 0, 0, 0, 1, 1, 1, 48, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-48-14', '', 1, 0, 0, 0, 1, 1, 1, 48, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-01', '', 1, 0, 0, 0, 1, 1, 1, 49, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-02', '', 1, 0, 0, 0, 1, 1, 1, 49, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-03', '', 1, 0, 0, 0, 1, 1, 1, 49, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-04', '', 1, 0, 0, 0, 1, 1, 1, 49, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-05', '', 1, 0, 0, 0, 1, 1, 1, 49, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-06', '', 1, 0, 0, 0, 1, 1, 1, 49, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-07', '', 1, 0, 0, 0, 1, 1, 1, 49, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-08', '', 1, 0, 0, 0, 1, 1, 1, 49, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-09', '', 1, 0, 0, 0, 1, 1, 1, 49, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-10', '', 1, 0, 0, 0, 1, 1, 1, 49, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-11', '', 1, 0, 0, 0, 1, 1, 1, 49, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-12', '', 1, 0, 0, 0, 1, 1, 1, 49, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-13', '', 1, 0, 0, 0, 1, 1, 1, 49, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-49-14', '', 1, 0, 0, 0, 1, 1, 1, 49, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-01', '', 1, 0, 0, 0, 1, 1, 1, 50, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-02', '', 1, 0, 0, 0, 1, 1, 1, 50, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-03', '', 1, 0, 0, 0, 1, 1, 1, 50, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-04', '', 1, 0, 0, 0, 1, 1, 1, 50, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-05', '', 1, 0, 0, 0, 1, 1, 1, 50, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-06', '', 1, 0, 0, 0, 1, 1, 1, 50, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-07', '', 1, 0, 0, 0, 1, 1, 1, 50, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-08', '', 1, 0, 0, 0, 1, 1, 1, 50, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-09', '', 1, 0, 0, 0, 1, 1, 1, 50, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-10', '', 1, 0, 0, 0, 1, 1, 1, 50, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-11', '', 1, 0, 0, 0, 1, 1, 1, 50, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-12', '', 1, 0, 0, 0, 1, 1, 1, 50, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-13', '', 1, 0, 0, 0, 1, 1, 1, 50, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-50-14', '', 1, 0, 0, 0, 1, 1, 1, 50, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-01', '', 1, 0, 0, 0, 1, 1, 1, 51, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-02', '', 1, 0, 0, 0, 1, 1, 1, 51, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-03', '', 1, 0, 0, 0, 1, 1, 1, 51, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-04', '', 1, 0, 0, 0, 1, 1, 1, 51, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-05', '', 1, 0, 0, 0, 1, 1, 1, 51, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-06', '', 1, 0, 0, 0, 1, 1, 1, 51, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-07', '', 1, 0, 0, 0, 1, 1, 1, 51, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-08', '', 1, 0, 0, 0, 1, 1, 1, 51, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-09', '', 1, 0, 0, 0, 1, 1, 1, 51, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-10', '', 1, 0, 0, 0, 1, 1, 1, 51, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-11', '', 1, 0, 0, 0, 1, 1, 1, 51, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-12', '', 1, 0, 0, 0, 1, 1, 1, 51, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-13', '', 1, 0, 0, 0, 1, 1, 1, 51, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-51-14', '', 1, 0, 0, 0, 1, 1, 1, 51, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-01', '', 1, 0, 0, 0, 1, 1, 1, 52, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-02', '', 1, 0, 0, 0, 1, 1, 1, 52, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-03', '', 1, 0, 0, 0, 1, 1, 1, 52, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-04', '', 1, 0, 0, 0, 1, 1, 1, 52, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-05', '', 1, 0, 0, 0, 1, 1, 1, 52, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-06', '', 1, 0, 0, 0, 1, 1, 1, 52, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-07', '', 1, 0, 0, 0, 1, 1, 1, 52, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-08', '', 1, 0, 0, 0, 1, 1, 1, 52, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-09', '', 1, 0, 0, 0, 1, 1, 1, 52, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-10', '', 1, 0, 0, 0, 1, 1, 1, 52, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-11', '', 1, 0, 0, 0, 1, 1, 1, 52, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-12', '', 1, 0, 0, 0, 1, 1, 1, 52, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-13', '', 1, 0, 0, 0, 1, 1, 1, 52, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-52-14', '', 1, 0, 0, 0, 1, 1, 1, 52, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-01', '', 1, 0, 0, 0, 1, 1, 1, 53, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-02', '', 1, 0, 0, 0, 1, 1, 1, 53, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-03', '', 1, 0, 0, 0, 1, 1, 1, 53, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-04', '', 1, 0, 0, 0, 1, 1, 1, 53, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-05', '', 1, 0, 0, 0, 1, 1, 1, 53, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-06', '', 1, 0, 0, 0, 1, 1, 1, 53, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-07', '', 1, 0, 0, 0, 1, 1, 1, 53, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-08', '', 1, 0, 0, 0, 1, 1, 1, 53, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-09', '', 1, 0, 0, 0, 1, 1, 1, 53, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-10', '', 1, 0, 0, 0, 1, 1, 1, 53, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-11', '', 1, 0, 0, 0, 1, 1, 1, 53, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-12', '', 1, 0, 0, 0, 1, 1, 1, 53, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-13', '', 1, 0, 0, 0, 1, 1, 1, 53, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-53-14', '', 1, 0, 0, 0, 1, 1, 1, 53, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-01', '', 1, 0, 0, 0, 1, 1, 1, 54, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-02', '', 1, 0, 0, 0, 1, 1, 1, 54, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-03', '', 1, 0, 0, 0, 1, 1, 1, 54, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-04', '', 1, 0, 0, 0, 1, 1, 1, 54, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-05', '', 1, 0, 0, 0, 1, 1, 1, 54, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-06', '', 1, 0, 0, 0, 1, 1, 1, 54, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-07', '', 1, 0, 0, 0, 1, 1, 1, 54, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-08', '', 1, 0, 0, 0, 1, 1, 1, 54, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-09', '', 1, 0, 0, 0, 1, 1, 1, 54, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-10', '', 1, 0, 0, 0, 1, 1, 1, 54, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-11', '', 1, 0, 0, 0, 1, 1, 1, 54, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-12', '', 1, 0, 0, 0, 1, 1, 1, 54, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-13', '', 1, 0, 0, 0, 1, 1, 1, 54, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-54-14', '', 1, 0, 0, 0, 1, 1, 1, 54, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-01', '', 1, 0, 0, 0, 1, 1, 1, 55, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-02', '', 1, 0, 0, 0, 1, 1, 1, 55, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-03', '', 1, 0, 0, 0, 1, 1, 1, 55, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-04', '', 1, 0, 0, 0, 1, 1, 1, 55, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-05', '', 1, 0, 0, 0, 1, 1, 1, 55, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-06', '', 1, 0, 0, 0, 1, 1, 1, 55, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-07', '', 1, 0, 0, 0, 1, 1, 1, 55, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-08', '', 1, 0, 0, 0, 1, 1, 1, 55, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-09', '', 1, 0, 0, 0, 1, 1, 1, 55, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-10', '', 1, 0, 0, 0, 1, 1, 1, 55, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-11', '', 1, 0, 0, 0, 1, 1, 1, 55, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-12', '', 1, 0, 0, 0, 1, 1, 1, 55, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-13', '', 1, 0, 0, 0, 1, 1, 1, 55, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-55-14', '', 1, 0, 0, 0, 1, 1, 1, 55, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-01', '', 1, 0, 0, 0, 1, 1, 1, 56, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-02', '', 1, 0, 0, 0, 1, 1, 1, 56, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-03', '', 1, 0, 0, 0, 1, 1, 1, 56, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-04', '', 1, 0, 0, 0, 1, 1, 1, 56, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-05', '', 1, 0, 0, 0, 1, 1, 1, 56, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-06', '', 1, 0, 0, 0, 1, 1, 1, 56, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-07', '', 1, 0, 0, 0, 1, 1, 1, 56, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-08', '', 1, 0, 0, 0, 1, 1, 1, 56, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-09', '', 1, 0, 0, 0, 1, 1, 1, 56, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-10', '', 1, 0, 0, 0, 1, 1, 1, 56, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-11', '', 1, 0, 0, 0, 1, 1, 1, 56, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-12', '', 1, 0, 0, 0, 1, 1, 1, 56, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-13', '', 1, 0, 0, 0, 1, 1, 1, 56, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-56-14', '', 1, 0, 0, 0, 1, 1, 1, 56, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-01', '', 1, 0, 0, 0, 1, 1, 1, 57, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-02', '', 1, 0, 0, 0, 1, 1, 1, 57, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-03', '', 1, 0, 0, 0, 1, 1, 1, 57, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-04', '', 1, 0, 0, 0, 1, 1, 1, 57, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-05', '', 1, 0, 0, 0, 1, 1, 1, 57, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-06', '', 1, 0, 0, 0, 1, 1, 1, 57, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-07', '', 1, 0, 0, 0, 1, 1, 1, 57, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-08', '', 1, 0, 0, 0, 1, 1, 1, 57, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-09', '', 1, 0, 0, 0, 1, 1, 1, 57, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-10', '', 1, 0, 0, 0, 1, 1, 1, 57, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-11', '', 1, 0, 0, 0, 1, 1, 1, 57, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-12', '', 1, 0, 0, 0, 1, 1, 1, 57, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-13', '', 1, 0, 0, 0, 1, 1, 1, 57, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-57-14', '', 1, 0, 0, 0, 1, 1, 1, 57, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-01', '', 1, 0, 0, 0, 1, 1, 1, 58, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-02', '', 1, 0, 0, 0, 1, 1, 1, 58, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-03', '', 1, 0, 0, 0, 1, 1, 1, 58, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-04', '', 1, 0, 0, 0, 1, 1, 1, 58, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-05', '', 1, 0, 0, 0, 1, 1, 1, 58, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-06', '', 1, 0, 0, 0, 1, 1, 1, 58, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-07', '', 1, 0, 0, 0, 1, 1, 1, 58, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-08', '', 1, 0, 0, 0, 1, 1, 1, 58, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-09', '', 1, 0, 0, 0, 1, 1, 1, 58, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-10', '', 1, 0, 0, 0, 1, 1, 1, 58, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-11', '', 1, 0, 0, 0, 1, 1, 1, 58, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-12', '', 1, 0, 0, 0, 1, 1, 1, 58, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-13', '', 1, 0, 0, 0, 1, 1, 1, 58, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-58-14', '', 1, 0, 0, 0, 1, 1, 1, 58, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-01', '', 1, 0, 0, 0, 1, 1, 1, 59, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-02', '', 1, 0, 0, 0, 1, 1, 1, 59, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-03', '', 1, 0, 0, 0, 1, 1, 1, 59, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-04', '', 1, 0, 0, 0, 1, 1, 1, 59, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-05', '', 1, 0, 0, 0, 1, 1, 1, 59, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-06', '', 1, 0, 0, 0, 1, 1, 1, 59, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-07', '', 1, 0, 0, 0, 1, 1, 1, 59, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-08', '', 1, 0, 0, 0, 1, 1, 1, 59, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-09', '', 1, 0, 0, 0, 1, 1, 1, 59, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-10', '', 1, 0, 0, 0, 1, 1, 1, 59, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-11', '', 1, 0, 0, 0, 1, 1, 1, 59, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-12', '', 1, 0, 0, 0, 1, 1, 1, 59, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-13', '', 1, 0, 0, 0, 1, 1, 1, 59, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-59-14', '', 1, 0, 0, 0, 1, 1, 1, 59, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-01', '', 1, 0, 0, 0, 1, 1, 1, 60, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-02', '', 1, 0, 0, 0, 1, 1, 1, 60, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-03', '', 1, 0, 0, 0, 1, 1, 1, 60, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-04', '', 1, 0, 0, 0, 1, 1, 1, 60, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-05', '', 1, 0, 0, 0, 1, 1, 1, 60, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-06', '', 1, 0, 0, 0, 1, 1, 1, 60, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-07', '', 1, 0, 0, 0, 1, 1, 1, 60, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-08', '', 1, 0, 0, 0, 1, 1, 1, 60, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-09', '', 1, 0, 0, 0, 1, 1, 1, 60, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-10', '', 1, 0, 0, 0, 1, 1, 1, 60, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-11', '', 1, 0, 0, 0, 1, 1, 1, 60, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-12', '', 1, 0, 0, 0, 1, 1, 1, 60, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-13', '', 1, 0, 0, 0, 1, 1, 1, 60, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-60-14', '', 1, 0, 0, 0, 1, 1, 1, 60, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-01', '', 1, 0, 0, 0, 1, 1, 1, 61, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-02', '', 1, 0, 0, 0, 1, 1, 1, 61, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-03', '', 1, 0, 0, 0, 1, 1, 1, 61, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-04', '', 1, 0, 0, 0, 1, 1, 1, 61, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-05', '', 1, 0, 0, 0, 1, 1, 1, 61, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-06', '', 1, 0, 0, 0, 1, 1, 1, 61, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-07', '', 1, 0, 0, 0, 1, 1, 1, 61, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-08', '', 1, 0, 0, 0, 1, 1, 1, 61, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-09', '', 1, 0, 0, 0, 1, 1, 1, 61, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-10', '', 1, 0, 0, 0, 1, 1, 1, 61, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-11', '', 1, 0, 0, 0, 1, 1, 1, 61, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-12', '', 1, 0, 0, 0, 1, 1, 1, 61, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-13', '', 1, 0, 0, 0, 1, 1, 1, 61, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-61-14', '', 1, 0, 0, 0, 1, 1, 1, 61, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-01', '', 1, 0, 0, 0, 1, 1, 1, 62, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-02', '', 1, 0, 0, 0, 1, 1, 1, 62, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-03', '', 1, 0, 0, 0, 1, 1, 1, 62, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-04', '', 1, 0, 0, 0, 1, 1, 1, 62, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-05', '', 1, 0, 0, 0, 1, 1, 1, 62, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-06', '', 1, 0, 0, 0, 1, 1, 1, 62, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-07', '', 1, 0, 0, 0, 1, 1, 1, 62, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-08', '', 1, 0, 0, 0, 1, 1, 1, 62, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-09', '', 1, 0, 0, 0, 1, 1, 1, 62, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-10', '', 1, 0, 0, 0, 1, 1, 1, 62, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-11', '', 1, 0, 0, 0, 1, 1, 1, 62, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-12', '', 1, 0, 0, 0, 1, 1, 1, 62, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-13', '', 1, 0, 0, 0, 1, 1, 1, 62, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-62-14', '', 1, 0, 0, 0, 1, 1, 1, 62, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-01', '', 1, 0, 0, 0, 1, 1, 1, 63, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-02', '', 1, 0, 0, 0, 1, 1, 1, 63, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-03', '', 1, 0, 0, 0, 1, 1, 1, 63, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-04', '', 1, 0, 0, 0, 1, 1, 1, 63, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-05', '', 1, 0, 0, 0, 1, 1, 1, 63, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-06', '', 1, 0, 0, 0, 1, 1, 1, 63, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-07', '', 1, 0, 0, 0, 1, 1, 1, 63, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-08', '', 1, 0, 0, 0, 1, 1, 1, 63, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-09', '', 1, 0, 0, 0, 1, 1, 1, 63, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-10', '', 1, 0, 0, 0, 1, 1, 1, 63, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-11', '', 1, 0, 0, 0, 1, 1, 1, 63, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-12', '', 1, 0, 0, 0, 1, 1, 1, 63, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-13', '', 1, 0, 0, 0, 1, 1, 1, 63, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-63-14', '', 1, 0, 0, 0, 1, 1, 1, 63, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-01', '', 1, 0, 0, 0, 1, 1, 1, 64, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-02', '', 1, 0, 0, 0, 1, 1, 1, 64, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-03', '', 1, 0, 0, 0, 1, 1, 1, 64, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-04', '', 1, 0, 0, 0, 1, 1, 1, 64, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-05', '', 1, 0, 0, 0, 1, 1, 1, 64, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-06', '', 1, 0, 0, 0, 1, 1, 1, 64, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-07', '', 1, 0, 0, 0, 1, 1, 1, 64, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-08', '', 1, 0, 0, 0, 1, 1, 1, 64, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-09', '', 1, 0, 0, 0, 1, 1, 1, 64, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-10', '', 1, 0, 0, 0, 1, 1, 1, 64, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-11', '', 1, 0, 0, 0, 1, 1, 1, 64, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-12', '', 1, 0, 0, 0, 1, 1, 1, 64, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-13', '', 1, 0, 0, 0, 1, 1, 1, 64, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-64-14', '', 1, 0, 0, 0, 1, 1, 1, 64, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-01', '', 1, 0, 0, 0, 1, 1, 1, 65, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-02', '', 1, 0, 0, 0, 1, 1, 1, 65, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-03', '', 1, 0, 0, 0, 1, 1, 1, 65, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-04', '', 1, 0, 0, 0, 1, 1, 1, 65, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-05', '', 1, 0, 0, 0, 1, 1, 1, 65, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-06', '', 1, 0, 0, 0, 1, 1, 1, 65, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-07', '', 1, 0, 0, 0, 1, 1, 1, 65, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-08', '', 1, 0, 0, 0, 1, 1, 1, 65, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-09', '', 1, 0, 0, 0, 1, 1, 1, 65, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-10', '', 1, 0, 0, 0, 1, 1, 1, 65, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-11', '', 1, 0, 0, 0, 1, 1, 1, 65, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-12', '', 1, 0, 0, 0, 1, 1, 1, 65, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-13', '', 1, 0, 0, 0, 1, 1, 1, 65, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-65-14', '', 1, 0, 0, 0, 1, 1, 1, 65, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-01', '', 1, 0, 0, 0, 1, 1, 1, 66, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-02', '', 1, 0, 0, 0, 1, 1, 1, 66, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-03', '', 1, 0, 0, 0, 1, 1, 1, 66, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-04', '', 1, 0, 0, 0, 1, 1, 1, 66, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-05', '', 1, 0, 0, 0, 1, 1, 1, 66, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-06', '', 1, 0, 0, 0, 1, 1, 1, 66, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-07', '', 1, 0, 0, 0, 1, 1, 1, 66, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-08', '', 1, 0, 0, 0, 1, 1, 1, 66, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-09', '', 1, 0, 0, 0, 1, 1, 1, 66, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-10', '', 1, 0, 0, 0, 1, 1, 1, 66, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-11', '', 1, 0, 0, 0, 1, 1, 1, 66, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-12', '', 1, 0, 0, 0, 1, 1, 1, 66, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-13', '', 1, 0, 0, 0, 1, 1, 1, 66, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-66-14', '', 1, 0, 0, 0, 1, 1, 1, 66, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-01', '', 1, 0, 0, 0, 1, 1, 1, 67, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-02', '', 1, 0, 0, 0, 1, 1, 1, 67, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-03', '', 1, 0, 0, 0, 1, 1, 1, 67, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-04', '', 1, 0, 0, 0, 1, 1, 1, 67, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-05', '', 1, 0, 0, 0, 1, 1, 1, 67, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-06', '', 1, 0, 0, 0, 1, 1, 1, 67, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-07', '', 1, 0, 0, 0, 1, 1, 1, 67, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-08', '', 1, 0, 0, 0, 1, 1, 1, 67, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-09', '', 1, 0, 0, 0, 1, 1, 1, 67, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-10', '', 1, 0, 0, 0, 1, 1, 1, 67, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-11', '', 1, 0, 0, 0, 1, 1, 1, 67, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-12', '', 1, 0, 0, 0, 1, 1, 1, 67, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-13', '', 1, 0, 0, 0, 1, 1, 1, 67, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-67-14', '', 1, 0, 0, 0, 1, 1, 1, 67, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-01', '', 1, 0, 0, 0, 1, 1, 1, 68, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-02', '', 1, 0, 0, 0, 1, 1, 1, 68, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-03', '', 1, 0, 0, 0, 1, 1, 1, 68, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-04', '', 1, 0, 0, 0, 1, 1, 1, 68, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-05', '', 1, 0, 0, 0, 1, 1, 1, 68, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-06', '', 1, 0, 0, 0, 1, 1, 1, 68, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-07', '', 1, 0, 0, 0, 1, 1, 1, 68, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-08', '', 1, 0, 0, 0, 1, 1, 1, 68, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-09', '', 1, 0, 0, 0, 1, 1, 1, 68, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-10', '', 1, 0, 0, 0, 1, 1, 1, 68, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-11', '', 1, 0, 0, 0, 1, 1, 1, 68, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-12', '', 1, 0, 0, 0, 1, 1, 1, 68, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-13', '', 1, 0, 0, 0, 1, 1, 1, 68, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-68-14', '', 1, 0, 0, 0, 1, 1, 1, 68, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-01', '', 1, 0, 0, 0, 1, 1, 1, 69, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-02', '', 1, 0, 0, 0, 1, 1, 1, 69, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-03', '', 1, 0, 0, 0, 1, 1, 1, 69, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-04', '', 1, 0, 0, 0, 1, 1, 1, 69, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-05', '', 1, 0, 0, 0, 1, 1, 1, 69, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-06', '', 1, 0, 0, 0, 1, 1, 1, 69, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-07', '', 1, 0, 0, 0, 1, 1, 1, 69, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-08', '', 1, 0, 0, 0, 1, 1, 1, 69, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-09', '', 1, 0, 0, 0, 1, 1, 1, 69, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-10', '', 1, 0, 0, 0, 1, 1, 1, 69, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-11', '', 1, 0, 0, 0, 1, 1, 1, 69, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-12', '', 1, 0, 0, 0, 1, 1, 1, 69, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-13', '', 1, 0, 0, 0, 1, 1, 1, 69, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-69-14', '', 1, 0, 0, 0, 1, 1, 1, 69, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-01', '', 1, 0, 0, 0, 1, 1, 1, 70, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-02', '', 1, 0, 0, 0, 1, 1, 1, 70, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-03', '', 1, 0, 0, 0, 1, 1, 1, 70, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-04', '', 1, 0, 0, 0, 1, 1, 1, 70, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-05', '', 1, 0, 0, 0, 1, 1, 1, 70, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-06', '', 1, 0, 0, 0, 1, 1, 1, 70, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-07', '', 1, 0, 0, 0, 1, 1, 1, 70, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-08', '', 1, 0, 0, 0, 1, 1, 1, 70, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-09', '', 1, 0, 0, 0, 1, 1, 1, 70, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-10', '', 1, 0, 0, 0, 1, 1, 1, 70, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-11', '', 1, 0, 0, 0, 1, 1, 1, 70, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-12', '', 1, 0, 0, 0, 1, 1, 1, 70, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-13', '', 1, 0, 0, 0, 1, 1, 1, 70, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-70-14', '', 1, 0, 0, 0, 1, 1, 1, 70, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-01', '', 1, 0, 0, 0, 1, 1, 1, 71, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-02', '', 1, 0, 0, 0, 1, 1, 1, 71, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-03', '', 1, 0, 0, 0, 1, 1, 1, 71, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-04', '', 1, 0, 0, 0, 1, 1, 1, 71, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-05', '', 1, 0, 0, 0, 1, 1, 1, 71, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-06', '', 1, 0, 0, 0, 1, 1, 1, 71, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-07', '', 1, 0, 0, 0, 1, 1, 1, 71, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-08', '', 1, 0, 0, 0, 1, 1, 1, 71, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-09', '', 1, 0, 0, 0, 1, 1, 1, 71, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-10', '', 1, 0, 0, 0, 1, 1, 1, 71, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-11', '', 1, 0, 0, 0, 1, 1, 1, 71, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-12', '', 1, 0, 0, 0, 1, 1, 1, 71, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-13', '', 1, 0, 0, 0, 1, 1, 1, 71, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-71-14', '', 1, 0, 0, 0, 1, 1, 1, 71, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-01', '', 1, 0, 0, 0, 1, 1, 1, 72, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-02', '', 1, 0, 0, 0, 1, 1, 1, 72, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-03', '', 1, 0, 0, 0, 1, 1, 1, 72, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-04', '', 1, 0, 0, 0, 1, 1, 1, 72, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-05', '', 1, 0, 0, 0, 1, 1, 1, 72, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-06', '', 1, 0, 0, 0, 1, 1, 1, 72, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-07', '', 1, 0, 0, 0, 1, 1, 1, 72, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-08', '', 1, 0, 0, 0, 1, 1, 1, 72, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-09', '', 1, 0, 0, 0, 1, 1, 1, 72, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-10', '', 1, 0, 0, 0, 1, 1, 1, 72, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-11', '', 1, 0, 0, 0, 1, 1, 1, 72, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-12', '', 1, 0, 0, 0, 1, 1, 1, 72, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-13', '', 1, 0, 0, 0, 1, 1, 1, 72, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-72-14', '', 1, 0, 0, 0, 1, 1, 1, 72, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-01', '', 1, 0, 0, 0, 1, 1, 1, 73, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-02', '', 1, 0, 0, 0, 1, 1, 1, 73, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-03', '', 1, 0, 0, 0, 1, 1, 1, 73, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-04', '', 1, 0, 0, 0, 1, 1, 1, 73, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-05', '', 1, 0, 0, 0, 1, 1, 1, 73, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-06', '', 1, 0, 0, 0, 1, 1, 1, 73, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-07', '', 1, 0, 0, 0, 1, 1, 1, 73, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-08', '', 1, 0, 0, 0, 1, 1, 1, 73, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-09', '', 1, 0, 0, 0, 1, 1, 1, 73, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-10', '', 1, 0, 0, 0, 1, 1, 1, 73, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-11', '', 1, 0, 0, 0, 1, 1, 1, 73, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-12', '', 1, 0, 0, 0, 1, 1, 1, 73, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-13', '', 1, 0, 0, 0, 1, 1, 1, 73, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-73-14', '', 1, 0, 0, 0, 1, 1, 1, 73, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-01', '', 1, 0, 0, 0, 1, 1, 1, 74, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-02', '', 1, 0, 0, 0, 1, 1, 1, 74, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-03', '', 1, 0, 0, 0, 1, 1, 1, 74, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-04', '', 1, 0, 0, 0, 1, 1, 1, 74, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-05', '', 1, 0, 0, 0, 1, 1, 1, 74, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-06', '', 1, 0, 0, 0, 1, 1, 1, 74, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-07', '', 1, 0, 0, 0, 1, 1, 1, 74, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-08', '', 1, 0, 0, 0, 1, 1, 1, 74, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-09', '', 1, 0, 0, 0, 1, 1, 1, 74, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-10', '', 1, 0, 0, 0, 1, 1, 1, 74, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-11', '', 1, 0, 0, 0, 1, 1, 1, 74, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-12', '', 1, 0, 0, 0, 1, 1, 1, 74, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-13', '', 1, 0, 0, 0, 1, 1, 1, 74, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A1-74-14', '', 1, 0, 0, 0, 1, 1, 1, 74, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-01', '', 1, 0, 0, 0, 1, 1, 2, 1, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-02', '', 1, 0, 0, 0, 1, 1, 2, 1, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-03', '', 1, 0, 0, 0, 1, 1, 2, 1, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-04', '', 1, 0, 0, 0, 1, 1, 2, 1, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-05', '', 1, 0, 0, 0, 1, 1, 2, 1, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-06', '', 1, 0, 0, 0, 1, 1, 2, 1, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-07', '', 1, 0, 0, 0, 1, 1, 2, 1, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-08', '', 1, 0, 0, 0, 1, 1, 2, 1, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-09', '', 1, 0, 0, 0, 1, 1, 2, 1, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-10', '', 1, 0, 0, 0, 1, 1, 2, 1, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-11', '', 1, 0, 0, 0, 1, 1, 2, 1, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-12', '', 1, 0, 0, 0, 1, 1, 2, 1, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-13', '', 1, 0, 0, 0, 1, 1, 2, 1, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-01-14', '', 1, 0, 0, 0, 1, 1, 2, 1, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-01', '', 1, 0, 0, 0, 1, 1, 2, 2, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-02', '', 1, 0, 0, 0, 1, 1, 2, 2, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-03', '', 1, 0, 0, 0, 1, 1, 2, 2, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-04', '', 1, 0, 0, 0, 1, 1, 2, 2, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-05', '', 1, 0, 0, 0, 1, 1, 2, 2, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-06', '', 1, 0, 0, 0, 1, 1, 2, 2, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-07', '', 1, 0, 0, 0, 1, 1, 2, 2, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-08', '', 1, 0, 0, 0, 1, 1, 2, 2, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-09', '', 1, 0, 0, 0, 1, 1, 2, 2, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-10', '', 1, 0, 0, 0, 1, 1, 2, 2, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-11', '', 1, 0, 0, 0, 1, 1, 2, 2, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-12', '', 1, 0, 0, 0, 1, 1, 2, 2, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-13', '', 1, 0, 0, 0, 1, 1, 2, 2, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-02-14', '', 1, 0, 0, 0, 1, 1, 2, 2, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-01', '', 1, 0, 0, 0, 1, 1, 2, 3, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-02', '', 1, 0, 0, 0, 1, 1, 2, 3, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-03', '', 1, 0, 0, 0, 1, 1, 2, 3, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-04', '', 1, 0, 0, 0, 1, 1, 2, 3, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-05', '', 1, 0, 0, 0, 1, 1, 2, 3, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-06', '', 1, 0, 0, 0, 1, 1, 2, 3, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-07', '', 1, 0, 0, 0, 1, 1, 2, 3, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-08', '', 1, 0, 0, 0, 1, 1, 2, 3, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-09', '', 1, 0, 0, 0, 1, 1, 2, 3, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-10', '', 1, 0, 0, 0, 1, 1, 2, 3, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-11', '', 1, 0, 0, 0, 1, 1, 2, 3, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-12', '', 1, 0, 0, 0, 1, 1, 2, 3, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-13', '', 1, 0, 0, 0, 1, 1, 2, 3, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-03-14', '', 1, 0, 0, 0, 1, 1, 2, 3, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-01', '', 1, 0, 0, 0, 1, 1, 2, 4, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-02', '', 1, 0, 0, 0, 1, 1, 2, 4, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-03', '', 1, 0, 0, 0, 1, 1, 2, 4, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-04', '', 1, 0, 0, 0, 1, 1, 2, 4, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-05', '', 1, 0, 0, 0, 1, 1, 2, 4, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-06', '', 1, 0, 0, 0, 1, 1, 2, 4, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-07', '', 1, 0, 0, 0, 1, 1, 2, 4, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-08', '', 1, 0, 0, 0, 1, 1, 2, 4, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-09', '', 1, 0, 0, 0, 1, 1, 2, 4, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-10', '', 1, 0, 0, 0, 1, 1, 2, 4, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-11', '', 1, 0, 0, 0, 1, 1, 2, 4, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-12', '', 1, 0, 0, 0, 1, 1, 2, 4, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-13', '', 1, 0, 0, 0, 1, 1, 2, 4, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-04-14', '', 1, 0, 0, 0, 1, 1, 2, 4, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-01', '', 1, 0, 0, 0, 1, 1, 2, 5, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-02', '', 1, 0, 0, 0, 1, 1, 2, 5, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-03', '', 1, 0, 0, 0, 1, 1, 2, 5, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-04', '', 1, 0, 0, 0, 1, 1, 2, 5, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-05', '', 1, 0, 0, 0, 1, 1, 2, 5, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-06', '', 1, 0, 0, 0, 1, 1, 2, 5, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-07', '', 1, 0, 0, 0, 1, 1, 2, 5, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-08', '', 1, 0, 0, 0, 1, 1, 2, 5, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-09', '', 1, 0, 0, 0, 1, 1, 2, 5, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-10', '', 1, 0, 0, 0, 1, 1, 2, 5, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-11', '', 1, 0, 0, 0, 1, 1, 2, 5, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-12', '', 1, 0, 0, 0, 1, 1, 2, 5, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-13', '', 1, 0, 0, 0, 1, 1, 2, 5, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-05-14', '', 1, 0, 0, 0, 1, 1, 2, 5, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-01', '', 1, 0, 0, 0, 1, 1, 2, 6, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-02', '', 1, 0, 0, 0, 1, 1, 2, 6, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-03', '', 1, 0, 0, 0, 1, 1, 2, 6, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-04', '', 1, 0, 0, 0, 1, 1, 2, 6, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-05', '', 1, 0, 0, 0, 1, 1, 2, 6, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-06', '', 1, 0, 0, 0, 1, 1, 2, 6, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-07', '', 1, 0, 0, 0, 1, 1, 2, 6, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-08', '', 1, 0, 0, 0, 1, 1, 2, 6, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-09', '', 1, 0, 0, 0, 1, 1, 2, 6, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-10', '', 1, 0, 0, 0, 1, 1, 2, 6, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-11', '', 1, 0, 0, 0, 1, 1, 2, 6, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-12', '', 1, 0, 0, 0, 1, 1, 2, 6, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-13', '', 1, 0, 0, 0, 1, 1, 2, 6, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-06-14', '', 1, 0, 0, 0, 1, 1, 2, 6, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-01', '', 1, 0, 0, 0, 1, 1, 2, 7, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-02', '', 1, 0, 0, 0, 1, 1, 2, 7, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-03', '', 1, 0, 0, 0, 1, 1, 2, 7, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-04', '', 1, 0, 0, 0, 1, 1, 2, 7, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-05', '', 1, 0, 0, 0, 1, 1, 2, 7, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-06', '', 1, 0, 0, 0, 1, 1, 2, 7, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-07', '', 1, 0, 0, 0, 1, 1, 2, 7, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-08', '', 1, 0, 0, 0, 1, 1, 2, 7, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-09', '', 1, 0, 0, 0, 1, 1, 2, 7, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-10', '', 1, 0, 0, 0, 1, 1, 2, 7, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-11', '', 1, 0, 0, 0, 1, 1, 2, 7, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-12', '', 1, 0, 0, 0, 1, 1, 2, 7, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-13', '', 1, 0, 0, 0, 1, 1, 2, 7, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-07-14', '', 1, 0, 0, 0, 1, 1, 2, 7, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-01', '', 1, 0, 0, 0, 1, 1, 2, 8, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-02', '', 1, 0, 0, 0, 1, 1, 2, 8, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-03', '', 1, 0, 0, 0, 1, 1, 2, 8, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-04', '', 1, 0, 0, 0, 1, 1, 2, 8, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-05', '', 1, 0, 0, 0, 1, 1, 2, 8, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-06', '', 1, 0, 0, 0, 1, 1, 2, 8, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-07', '', 1, 0, 0, 0, 1, 1, 2, 8, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-08', '', 1, 0, 0, 0, 1, 1, 2, 8, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-09', '', 1, 0, 0, 0, 1, 1, 2, 8, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-10', '', 1, 0, 0, 0, 1, 1, 2, 8, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-11', '', 1, 0, 0, 0, 1, 1, 2, 8, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-12', '', 1, 0, 0, 0, 1, 1, 2, 8, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-13', '', 1, 0, 0, 0, 1, 1, 2, 8, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-08-14', '', 1, 0, 0, 0, 1, 1, 2, 8, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-01', '', 1, 0, 0, 0, 1, 1, 2, 9, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-02', '', 1, 0, 0, 0, 1, 1, 2, 9, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-03', '', 1, 0, 0, 0, 1, 1, 2, 9, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-04', '', 1, 0, 0, 0, 1, 1, 2, 9, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-05', '', 1, 0, 0, 0, 1, 1, 2, 9, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-06', '', 1, 0, 0, 0, 1, 1, 2, 9, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-07', '', 1, 0, 0, 0, 1, 1, 2, 9, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-08', '', 1, 0, 0, 0, 1, 1, 2, 9, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-09', '', 1, 0, 0, 0, 1, 1, 2, 9, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-10', '', 1, 0, 0, 0, 1, 1, 2, 9, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-11', '', 1, 0, 0, 0, 1, 1, 2, 9, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-12', '', 1, 0, 0, 0, 1, 1, 2, 9, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-13', '', 1, 0, 0, 0, 1, 1, 2, 9, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-09-14', '', 1, 0, 0, 0, 1, 1, 2, 9, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-01', '', 1, 0, 0, 0, 1, 1, 2, 10, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-02', '', 1, 0, 0, 0, 1, 1, 2, 10, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-03', '', 1, 0, 0, 0, 1, 1, 2, 10, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-04', '', 1, 0, 0, 0, 1, 1, 2, 10, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-05', '', 1, 0, 0, 0, 1, 1, 2, 10, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-06', '', 1, 0, 0, 0, 1, 1, 2, 10, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-07', '', 1, 0, 0, 0, 1, 1, 2, 10, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-08', '', 1, 0, 0, 0, 1, 1, 2, 10, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-09', '', 1, 0, 0, 0, 1, 1, 2, 10, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-10', '', 1, 0, 0, 0, 1, 1, 2, 10, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-11', '', 1, 0, 0, 0, 1, 1, 2, 10, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-12', '', 1, 0, 0, 0, 1, 1, 2, 10, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-13', '', 1, 0, 0, 0, 1, 1, 2, 10, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-10-14', '', 1, 0, 0, 0, 1, 1, 2, 10, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-01', '', 1, 0, 0, 0, 1, 1, 2, 11, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-02', '', 1, 0, 0, 0, 1, 1, 2, 11, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-03', '', 1, 0, 0, 0, 1, 1, 2, 11, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-04', '', 1, 0, 0, 0, 1, 1, 2, 11, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-05', '', 1, 0, 0, 0, 1, 1, 2, 11, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-06', '', 1, 0, 0, 0, 1, 1, 2, 11, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-07', '', 1, 0, 0, 0, 1, 1, 2, 11, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-08', '', 1, 0, 0, 0, 1, 1, 2, 11, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-09', '', 1, 0, 0, 0, 1, 1, 2, 11, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-10', '', 1, 0, 0, 0, 1, 1, 2, 11, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-11', '', 1, 0, 0, 0, 1, 1, 2, 11, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-12', '', 1, 0, 0, 0, 1, 1, 2, 11, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-13', '', 1, 0, 0, 0, 1, 1, 2, 11, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-11-14', '', 1, 0, 0, 0, 1, 1, 2, 11, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-01', '', 1, 0, 0, 0, 1, 1, 2, 12, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-02', '', 1, 0, 0, 0, 1, 1, 2, 12, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-03', '', 1, 0, 0, 0, 1, 1, 2, 12, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-04', '', 1, 0, 0, 0, 1, 1, 2, 12, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-05', '', 1, 0, 0, 0, 1, 1, 2, 12, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-06', '', 1, 0, 0, 0, 1, 1, 2, 12, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-07', '', 1, 0, 0, 0, 1, 1, 2, 12, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-08', '', 1, 0, 0, 0, 1, 1, 2, 12, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-09', '', 1, 0, 0, 0, 1, 1, 2, 12, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-10', '', 1, 0, 0, 0, 1, 1, 2, 12, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-11', '', 1, 0, 0, 0, 1, 1, 2, 12, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-12', '', 1, 0, 0, 0, 1, 1, 2, 12, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-13', '', 1, 0, 0, 0, 1, 1, 2, 12, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-12-14', '', 1, 0, 0, 0, 1, 1, 2, 12, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-01', '', 1, 0, 0, 0, 1, 1, 2, 13, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-02', '', 1, 0, 0, 0, 1, 1, 2, 13, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-03', '', 1, 0, 0, 0, 1, 1, 2, 13, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-04', '', 1, 0, 0, 0, 1, 1, 2, 13, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-05', '', 1, 0, 0, 0, 1, 1, 2, 13, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-06', '', 1, 0, 0, 0, 1, 1, 2, 13, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-07', '', 1, 0, 0, 0, 1, 1, 2, 13, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-08', '', 1, 0, 0, 0, 1, 1, 2, 13, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-09', '', 1, 0, 0, 0, 1, 1, 2, 13, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-10', '', 1, 0, 0, 0, 1, 1, 2, 13, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-11', '', 1, 0, 0, 0, 1, 1, 2, 13, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-12', '', 1, 0, 0, 0, 1, 1, 2, 13, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-13', '', 1, 0, 0, 0, 1, 1, 2, 13, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-13-14', '', 1, 0, 0, 0, 1, 1, 2, 13, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-01', '', 1, 0, 0, 0, 1, 1, 2, 14, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-02', '', 1, 0, 0, 0, 1, 1, 2, 14, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-03', '', 1, 0, 0, 0, 1, 1, 2, 14, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-04', '', 1, 0, 0, 0, 1, 1, 2, 14, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-05', '', 1, 0, 0, 0, 1, 1, 2, 14, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-06', '', 1, 0, 0, 0, 1, 1, 2, 14, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-07', '', 1, 0, 0, 0, 1, 1, 2, 14, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-08', '', 1, 0, 0, 0, 1, 1, 2, 14, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-09', '', 1, 0, 0, 0, 1, 1, 2, 14, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-10', '', 1, 0, 0, 0, 1, 1, 2, 14, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-11', '', 1, 0, 0, 0, 1, 1, 2, 14, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-12', '', 1, 0, 0, 0, 1, 1, 2, 14, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-13', '', 1, 0, 0, 0, 1, 1, 2, 14, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-14-14', '', 1, 0, 0, 0, 1, 1, 2, 14, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-01', '', 1, 0, 0, 0, 1, 1, 2, 15, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-02', '', 1, 0, 0, 0, 1, 1, 2, 15, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-03', '', 1, 0, 0, 0, 1, 1, 2, 15, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-04', '', 1, 0, 0, 0, 1, 1, 2, 15, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-05', '', 1, 0, 0, 0, 1, 1, 2, 15, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-06', '', 1, 0, 0, 0, 1, 1, 2, 15, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-07', '', 1, 0, 0, 0, 1, 1, 2, 15, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-08', '', 1, 0, 0, 0, 1, 1, 2, 15, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-09', '', 1, 0, 0, 0, 1, 1, 2, 15, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-10', '', 1, 0, 0, 0, 1, 1, 2, 15, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-11', '', 1, 0, 0, 0, 1, 1, 2, 15, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-12', '', 1, 0, 0, 0, 1, 1, 2, 15, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-13', '', 1, 0, 0, 0, 1, 1, 2, 15, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-15-14', '', 1, 0, 0, 0, 1, 1, 2, 15, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-01', '', 1, 0, 0, 0, 1, 1, 2, 16, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-02', '', 1, 0, 0, 0, 1, 1, 2, 16, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-03', '', 1, 0, 0, 0, 1, 1, 2, 16, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-04', '', 1, 0, 0, 0, 1, 1, 2, 16, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-05', '', 1, 0, 0, 0, 1, 1, 2, 16, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-06', '', 1, 0, 0, 0, 1, 1, 2, 16, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-07', '', 1, 0, 0, 0, 1, 1, 2, 16, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-08', '', 1, 0, 0, 0, 1, 1, 2, 16, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-09', '', 1, 0, 0, 0, 1, 1, 2, 16, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-10', '', 1, 0, 0, 0, 1, 1, 2, 16, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-11', '', 1, 0, 0, 0, 1, 1, 2, 16, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-12', '', 1, 0, 0, 0, 1, 1, 2, 16, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-13', '', 1, 0, 0, 0, 1, 1, 2, 16, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-16-14', '', 1, 0, 0, 0, 1, 1, 2, 16, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-01', '', 1, 0, 0, 0, 1, 1, 2, 17, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-02', '', 1, 0, 0, 0, 1, 1, 2, 17, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-03', '', 1, 0, 0, 0, 1, 1, 2, 17, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-04', '', 1, 0, 0, 0, 1, 1, 2, 17, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-05', '', 1, 0, 0, 0, 1, 1, 2, 17, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-06', '', 1, 0, 0, 0, 1, 1, 2, 17, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-07', '', 1, 0, 0, 0, 1, 1, 2, 17, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-08', '', 1, 0, 0, 0, 1, 1, 2, 17, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-09', '', 1, 0, 0, 0, 1, 1, 2, 17, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-10', '', 1, 0, 0, 0, 1, 1, 2, 17, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-11', '', 1, 0, 0, 0, 1, 1, 2, 17, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-12', '', 1, 0, 0, 0, 1, 1, 2, 17, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-13', '', 1, 0, 0, 0, 1, 1, 2, 17, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-17-14', '', 1, 0, 0, 0, 1, 1, 2, 17, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-01', '', 1, 0, 0, 0, 1, 1, 2, 18, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-02', '', 1, 0, 0, 0, 1, 1, 2, 18, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-03', '', 1, 0, 0, 0, 1, 1, 2, 18, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-04', '', 1, 0, 0, 0, 1, 1, 2, 18, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-05', '', 1, 0, 0, 0, 1, 1, 2, 18, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-06', '', 1, 0, 0, 0, 1, 1, 2, 18, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-07', '', 1, 0, 0, 0, 1, 1, 2, 18, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-08', '', 1, 0, 0, 0, 1, 1, 2, 18, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-09', '', 1, 0, 0, 0, 1, 1, 2, 18, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-10', '', 1, 0, 0, 0, 1, 1, 2, 18, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-11', '', 1, 0, 0, 0, 1, 1, 2, 18, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-12', '', 1, 0, 0, 0, 1, 1, 2, 18, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-13', '', 1, 0, 0, 0, 1, 1, 2, 18, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-18-14', '', 1, 0, 0, 0, 1, 1, 2, 18, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-01', '', 1, 0, 0, 0, 1, 1, 2, 19, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-02', '', 1, 0, 0, 0, 1, 1, 2, 19, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-03', '', 1, 0, 0, 0, 1, 1, 2, 19, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-04', '', 1, 0, 0, 0, 1, 1, 2, 19, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-05', '', 1, 0, 0, 0, 1, 1, 2, 19, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-06', '', 1, 0, 0, 0, 1, 1, 2, 19, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-07', '', 1, 0, 0, 0, 1, 1, 2, 19, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-08', '', 1, 0, 0, 0, 1, 1, 2, 19, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-09', '', 1, 0, 0, 0, 1, 1, 2, 19, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-10', '', 1, 0, 0, 0, 1, 1, 2, 19, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-11', '', 1, 0, 0, 0, 1, 1, 2, 19, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-12', '', 1, 0, 0, 0, 1, 1, 2, 19, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-13', '', 1, 0, 0, 0, 1, 1, 2, 19, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-19-14', '', 1, 0, 0, 0, 1, 1, 2, 19, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-01', '', 1, 0, 0, 0, 1, 1, 2, 20, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-02', '', 1, 0, 0, 0, 1, 1, 2, 20, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-03', '', 1, 0, 0, 0, 1, 1, 2, 20, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-04', '', 1, 0, 0, 0, 1, 1, 2, 20, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-05', '', 1, 0, 0, 0, 1, 1, 2, 20, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-06', '', 1, 0, 0, 0, 1, 1, 2, 20, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-07', '', 1, 0, 0, 0, 1, 1, 2, 20, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-08', '', 1, 0, 0, 0, 1, 1, 2, 20, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-09', '', 1, 0, 0, 0, 1, 1, 2, 20, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-10', '', 1, 0, 0, 0, 1, 1, 2, 20, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-11', '', 1, 0, 0, 0, 1, 1, 2, 20, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-12', '', 1, 0, 0, 0, 1, 1, 2, 20, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-13', '', 1, 0, 0, 0, 1, 1, 2, 20, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-20-14', '', 1, 0, 0, 0, 1, 1, 2, 20, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-01', '', 1, 0, 0, 0, 1, 1, 2, 21, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-02', '', 1, 0, 0, 0, 1, 1, 2, 21, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-03', '', 1, 0, 0, 0, 1, 1, 2, 21, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-04', '', 1, 0, 0, 0, 1, 1, 2, 21, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-05', '', 1, 0, 0, 0, 1, 1, 2, 21, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-06', '', 1, 0, 0, 0, 1, 1, 2, 21, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-07', '', 1, 0, 0, 0, 1, 1, 2, 21, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-08', '', 1, 0, 0, 0, 1, 1, 2, 21, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-09', '', 1, 0, 0, 0, 1, 1, 2, 21, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-10', '', 1, 0, 0, 0, 1, 1, 2, 21, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-11', '', 1, 0, 0, 0, 1, 1, 2, 21, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-12', '', 1, 0, 0, 0, 1, 1, 2, 21, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-13', '', 1, 0, 0, 0, 1, 1, 2, 21, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-21-14', '', 1, 0, 0, 0, 1, 1, 2, 21, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-01', '', 1, 0, 0, 0, 1, 1, 2, 22, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-02', '', 1, 0, 0, 0, 1, 1, 2, 22, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-03', '', 1, 0, 0, 0, 1, 1, 2, 22, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-04', '', 1, 0, 0, 0, 1, 1, 2, 22, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-05', '', 1, 0, 0, 0, 1, 1, 2, 22, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-06', '', 1, 0, 0, 0, 1, 1, 2, 22, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-07', '', 1, 0, 0, 0, 1, 1, 2, 22, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-08', '', 1, 0, 0, 0, 1, 1, 2, 22, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-09', '', 1, 0, 0, 0, 1, 1, 2, 22, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-10', '', 1, 0, 0, 0, 1, 1, 2, 22, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-11', '', 1, 0, 0, 0, 1, 1, 2, 22, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-12', '', 1, 0, 0, 0, 1, 1, 2, 22, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-13', '', 1, 0, 0, 0, 1, 1, 2, 22, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-22-14', '', 1, 0, 0, 0, 1, 1, 2, 22, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-01', '', 1, 0, 0, 0, 1, 1, 2, 23, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-02', '', 1, 0, 0, 0, 1, 1, 2, 23, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-03', '', 1, 0, 0, 0, 1, 1, 2, 23, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-04', '', 1, 0, 0, 0, 1, 1, 2, 23, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-05', '', 1, 0, 0, 0, 1, 1, 2, 23, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-06', '', 1, 0, 0, 0, 1, 1, 2, 23, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-07', '', 1, 0, 0, 0, 1, 1, 2, 23, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-08', '', 1, 0, 0, 0, 1, 1, 2, 23, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-09', '', 1, 0, 0, 0, 1, 1, 2, 23, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-10', '', 1, 0, 0, 0, 1, 1, 2, 23, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-11', '', 1, 0, 0, 0, 1, 1, 2, 23, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-12', '', 1, 0, 0, 0, 1, 1, 2, 23, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-13', '', 1, 0, 0, 0, 1, 1, 2, 23, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-23-14', '', 1, 0, 0, 0, 1, 1, 2, 23, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-01', '', 1, 0, 0, 0, 1, 1, 2, 24, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-02', '', 1, 0, 0, 0, 1, 1, 2, 24, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-03', '', 1, 0, 0, 0, 1, 1, 2, 24, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-04', '', 1, 0, 0, 0, 1, 1, 2, 24, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-05', '', 1, 0, 0, 0, 1, 1, 2, 24, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-06', '', 1, 0, 0, 0, 1, 1, 2, 24, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-07', '', 1, 0, 0, 0, 1, 1, 2, 24, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-08', '', 1, 0, 0, 0, 1, 1, 2, 24, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-09', '', 1, 0, 0, 0, 1, 1, 2, 24, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-10', '', 1, 0, 0, 0, 1, 1, 2, 24, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-11', '', 1, 0, 0, 0, 1, 1, 2, 24, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-12', '', 1, 0, 0, 0, 1, 1, 2, 24, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-13', '', 1, 0, 0, 0, 1, 1, 2, 24, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-24-14', '', 1, 0, 0, 0, 1, 1, 2, 24, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-01', '', 1, 0, 0, 0, 1, 1, 2, 25, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-02', '', 1, 0, 0, 0, 1, 1, 2, 25, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-03', '', 1, 0, 0, 0, 1, 1, 2, 25, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-04', '', 1, 0, 0, 0, 1, 1, 2, 25, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-05', '', 1, 0, 0, 0, 1, 1, 2, 25, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-06', '', 1, 0, 0, 0, 1, 1, 2, 25, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-07', '', 1, 0, 0, 0, 1, 1, 2, 25, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-08', '', 1, 0, 0, 0, 1, 1, 2, 25, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-09', '', 1, 0, 0, 0, 1, 1, 2, 25, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-10', '', 1, 0, 0, 0, 1, 1, 2, 25, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-11', '', 1, 0, 0, 0, 1, 1, 2, 25, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-12', '', 1, 0, 0, 0, 1, 1, 2, 25, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-13', '', 1, 0, 0, 0, 1, 1, 2, 25, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-25-14', '', 1, 0, 0, 0, 1, 1, 2, 25, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-01', '', 1, 0, 0, 0, 1, 1, 2, 26, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-02', '', 1, 0, 0, 0, 1, 1, 2, 26, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-03', '', 1, 0, 0, 0, 1, 1, 2, 26, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-04', '', 1, 0, 0, 0, 1, 1, 2, 26, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-05', '', 1, 0, 0, 0, 1, 1, 2, 26, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-06', '', 1, 0, 0, 0, 1, 1, 2, 26, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-07', '', 1, 0, 0, 0, 1, 1, 2, 26, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-08', '', 1, 0, 0, 0, 1, 1, 2, 26, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-09', '', 1, 0, 0, 0, 1, 1, 2, 26, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-10', '', 1, 0, 0, 0, 1, 1, 2, 26, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-11', '', 1, 0, 0, 0, 1, 1, 2, 26, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-12', '', 1, 0, 0, 0, 1, 1, 2, 26, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-13', '', 1, 0, 0, 0, 1, 1, 2, 26, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-26-14', '', 1, 0, 0, 0, 1, 1, 2, 26, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-01', '', 1, 0, 0, 0, 1, 1, 2, 27, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-02', '', 1, 0, 0, 0, 1, 1, 2, 27, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-03', '', 1, 0, 0, 0, 1, 1, 2, 27, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-04', '', 1, 0, 0, 0, 1, 1, 2, 27, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-05', '', 1, 0, 0, 0, 1, 1, 2, 27, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-06', '', 1, 0, 0, 0, 1, 1, 2, 27, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-07', '', 1, 0, 0, 0, 1, 1, 2, 27, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-08', '', 1, 0, 0, 0, 1, 1, 2, 27, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-09', '', 1, 0, 0, 0, 1, 1, 2, 27, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-10', '', 1, 0, 0, 0, 1, 1, 2, 27, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-11', '', 1, 0, 0, 0, 1, 1, 2, 27, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-12', '', 1, 0, 0, 0, 1, 1, 2, 27, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-13', '', 1, 0, 0, 0, 1, 1, 2, 27, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-27-14', '', 1, 0, 0, 0, 1, 1, 2, 27, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-01', '', 1, 0, 0, 0, 1, 1, 2, 28, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-02', '', 1, 0, 0, 0, 1, 1, 2, 28, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-03', '', 1, 0, 0, 0, 1, 1, 2, 28, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-04', '', 1, 0, 0, 0, 1, 1, 2, 28, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-05', '', 1, 0, 0, 0, 1, 1, 2, 28, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-06', '', 1, 0, 0, 0, 1, 1, 2, 28, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-07', '', 1, 0, 0, 0, 1, 1, 2, 28, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-08', '', 1, 0, 0, 0, 1, 1, 2, 28, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-09', '', 1, 0, 0, 0, 1, 1, 2, 28, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-10', '', 1, 0, 0, 0, 1, 1, 2, 28, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-11', '', 1, 0, 0, 0, 1, 1, 2, 28, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-12', '', 1, 0, 0, 0, 1, 1, 2, 28, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-13', '', 1, 0, 0, 0, 1, 1, 2, 28, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-28-14', '', 1, 0, 0, 0, 1, 1, 2, 28, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-01', '', 1, 0, 0, 0, 1, 1, 2, 29, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-02', '', 1, 0, 0, 0, 1, 1, 2, 29, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-03', '', 1, 0, 0, 0, 1, 1, 2, 29, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-04', '', 1, 0, 0, 0, 1, 1, 2, 29, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-05', '', 1, 0, 0, 0, 1, 1, 2, 29, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-06', '', 1, 0, 0, 0, 1, 1, 2, 29, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-07', '', 1, 0, 0, 0, 1, 1, 2, 29, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-08', '', 1, 0, 0, 0, 1, 1, 2, 29, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-09', '', 1, 0, 0, 0, 1, 1, 2, 29, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-10', '', 1, 0, 0, 0, 1, 1, 2, 29, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-11', '', 1, 0, 0, 0, 1, 1, 2, 29, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-12', '', 1, 0, 0, 0, 1, 1, 2, 29, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-13', '', 1, 0, 0, 0, 1, 1, 2, 29, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-29-14', '', 1, 0, 0, 0, 1, 1, 2, 29, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-01', '', 1, 0, 0, 0, 1, 1, 2, 30, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-02', '', 1, 0, 0, 0, 1, 1, 2, 30, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-03', '', 1, 0, 0, 0, 1, 1, 2, 30, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-04', '', 1, 0, 0, 0, 1, 1, 2, 30, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-05', '', 1, 0, 0, 0, 1, 1, 2, 30, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-06', '', 1, 0, 0, 0, 1, 1, 2, 30, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-07', '', 1, 0, 0, 0, 1, 1, 2, 30, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-08', '', 1, 0, 0, 0, 1, 1, 2, 30, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-09', '', 1, 0, 0, 0, 1, 1, 2, 30, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-10', '', 1, 0, 0, 0, 1, 1, 2, 30, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-11', '', 1, 0, 0, 0, 1, 1, 2, 30, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-12', '', 1, 0, 0, 0, 1, 1, 2, 30, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-13', '', 1, 0, 0, 0, 1, 1, 2, 30, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-30-14', '', 1, 0, 0, 0, 1, 1, 2, 30, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-01', '', 1, 0, 0, 0, 1, 1, 2, 31, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-02', '', 1, 0, 0, 0, 1, 1, 2, 31, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-03', '', 1, 0, 0, 0, 1, 1, 2, 31, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-04', '', 1, 0, 0, 0, 1, 1, 2, 31, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-05', '', 1, 0, 0, 0, 1, 1, 2, 31, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-06', '', 1, 0, 0, 0, 1, 1, 2, 31, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-07', '', 1, 0, 0, 0, 1, 1, 2, 31, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-08', '', 1, 0, 0, 0, 1, 1, 2, 31, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-09', '', 1, 0, 0, 0, 1, 1, 2, 31, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-10', '', 1, 0, 0, 0, 1, 1, 2, 31, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-11', '', 1, 0, 0, 0, 1, 1, 2, 31, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-12', '', 1, 0, 0, 0, 1, 1, 2, 31, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-13', '', 1, 0, 0, 0, 1, 1, 2, 31, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-31-14', '', 1, 0, 0, 0, 1, 1, 2, 31, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-01', '', 1, 0, 0, 0, 1, 1, 2, 32, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-02', '', 1, 0, 0, 0, 1, 1, 2, 32, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-03', '', 1, 0, 0, 0, 1, 1, 2, 32, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-04', '', 1, 0, 0, 0, 1, 1, 2, 32, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-05', '', 1, 0, 0, 0, 1, 1, 2, 32, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-06', '', 1, 0, 0, 0, 1, 1, 2, 32, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-07', '', 1, 0, 0, 0, 1, 1, 2, 32, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-08', '', 1, 0, 0, 0, 1, 1, 2, 32, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-09', '', 1, 0, 0, 0, 1, 1, 2, 32, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-10', '', 1, 0, 0, 0, 1, 1, 2, 32, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-11', '', 1, 0, 0, 0, 1, 1, 2, 32, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-12', '', 1, 0, 0, 0, 1, 1, 2, 32, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-13', '', 1, 0, 0, 0, 1, 1, 2, 32, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-32-14', '', 1, 0, 0, 0, 1, 1, 2, 32, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-01', '', 1, 0, 0, 0, 1, 1, 2, 33, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-02', '', 1, 0, 0, 0, 1, 1, 2, 33, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-03', '', 1, 0, 0, 0, 1, 1, 2, 33, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-04', '', 1, 0, 0, 0, 1, 1, 2, 33, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-05', '', 1, 0, 0, 0, 1, 1, 2, 33, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-06', '', 1, 0, 0, 0, 1, 1, 2, 33, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-07', '', 1, 0, 0, 0, 1, 1, 2, 33, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-08', '', 1, 0, 0, 0, 1, 1, 2, 33, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-09', '', 1, 0, 0, 0, 1, 1, 2, 33, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-10', '', 1, 0, 0, 0, 1, 1, 2, 33, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-11', '', 1, 0, 0, 0, 1, 1, 2, 33, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-12', '', 1, 0, 0, 0, 1, 1, 2, 33, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-13', '', 1, 0, 0, 0, 1, 1, 2, 33, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-33-14', '', 1, 0, 0, 0, 1, 1, 2, 33, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-01', '', 1, 0, 0, 0, 1, 1, 2, 34, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-02', '', 1, 0, 0, 0, 1, 1, 2, 34, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-03', '', 1, 0, 0, 0, 1, 1, 2, 34, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-04', '', 1, 0, 0, 0, 1, 1, 2, 34, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-05', '', 1, 0, 0, 0, 1, 1, 2, 34, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-06', '', 1, 0, 0, 0, 1, 1, 2, 34, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-07', '', 1, 0, 0, 0, 1, 1, 2, 34, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-08', '', 1, 0, 0, 0, 1, 1, 2, 34, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-09', '', 1, 0, 0, 0, 1, 1, 2, 34, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-10', '', 1, 0, 0, 0, 1, 1, 2, 34, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-11', '', 1, 0, 0, 0, 1, 1, 2, 34, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-12', '', 1, 0, 0, 0, 1, 1, 2, 34, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-13', '', 1, 0, 0, 0, 1, 1, 2, 34, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-34-14', '', 1, 0, 0, 0, 1, 1, 2, 34, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-01', '', 1, 0, 0, 0, 1, 1, 2, 35, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-02', '', 1, 0, 0, 0, 1, 1, 2, 35, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-03', '', 1, 0, 0, 0, 1, 1, 2, 35, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-04', '', 1, 0, 0, 0, 1, 1, 2, 35, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-05', '', 1, 0, 0, 0, 1, 1, 2, 35, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-06', '', 1, 0, 0, 0, 1, 1, 2, 35, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-07', '', 1, 0, 0, 0, 1, 1, 2, 35, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-08', '', 1, 0, 0, 0, 1, 1, 2, 35, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-09', '', 1, 0, 0, 0, 1, 1, 2, 35, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-10', '', 1, 0, 0, 0, 1, 1, 2, 35, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-11', '', 1, 0, 0, 0, 1, 1, 2, 35, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-12', '', 1, 0, 0, 0, 1, 1, 2, 35, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-13', '', 1, 0, 0, 0, 1, 1, 2, 35, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-35-14', '', 1, 0, 0, 0, 1, 1, 2, 35, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-01', '', 1, 0, 0, 0, 1, 1, 2, 36, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-02', '', 1, 0, 0, 0, 1, 1, 2, 36, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-03', '', 1, 0, 0, 0, 1, 1, 2, 36, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-04', '', 1, 0, 0, 0, 1, 1, 2, 36, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-05', '', 1, 0, 0, 0, 1, 1, 2, 36, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-06', '', 1, 0, 0, 0, 1, 1, 2, 36, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-07', '', 1, 0, 0, 0, 1, 1, 2, 36, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-08', '', 1, 0, 0, 0, 1, 1, 2, 36, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-09', '', 1, 0, 0, 0, 1, 1, 2, 36, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-10', '', 1, 0, 0, 0, 1, 1, 2, 36, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-11', '', 1, 0, 0, 0, 1, 1, 2, 36, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-12', '', 1, 0, 0, 0, 1, 1, 2, 36, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-13', '', 1, 0, 0, 0, 1, 1, 2, 36, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-36-14', '', 1, 0, 0, 0, 1, 1, 2, 36, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-01', '', 1, 0, 0, 0, 1, 1, 2, 37, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-02', '', 1, 0, 0, 0, 1, 1, 2, 37, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-03', '', 1, 0, 0, 0, 1, 1, 2, 37, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-04', '', 1, 0, 0, 0, 1, 1, 2, 37, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-05', '', 1, 0, 0, 0, 1, 1, 2, 37, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-06', '', 1, 0, 0, 0, 1, 1, 2, 37, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-07', '', 1, 0, 0, 0, 1, 1, 2, 37, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-08', '', 1, 0, 0, 0, 1, 1, 2, 37, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-09', '', 1, 0, 0, 0, 1, 1, 2, 37, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-10', '', 1, 0, 0, 0, 1, 1, 2, 37, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-11', '', 1, 0, 0, 0, 1, 1, 2, 37, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-12', '', 1, 0, 0, 0, 1, 1, 2, 37, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-13', '', 1, 0, 0, 0, 1, 1, 2, 37, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-37-14', '', 1, 0, 0, 0, 1, 1, 2, 37, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-01', '', 1, 0, 0, 0, 1, 1, 2, 38, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-02', '', 1, 0, 0, 0, 1, 1, 2, 38, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-03', '', 1, 0, 0, 0, 1, 1, 2, 38, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-04', '', 1, 0, 0, 0, 1, 1, 2, 38, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-05', '', 1, 0, 0, 0, 1, 1, 2, 38, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-06', '', 1, 0, 0, 0, 1, 1, 2, 38, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-07', '', 1, 0, 0, 0, 1, 1, 2, 38, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-08', '', 1, 0, 0, 0, 1, 1, 2, 38, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-09', '', 1, 0, 0, 0, 1, 1, 2, 38, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-10', '', 1, 0, 0, 0, 1, 1, 2, 38, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-11', '', 1, 0, 0, 0, 1, 1, 2, 38, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-12', '', 1, 0, 0, 0, 1, 1, 2, 38, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-13', '', 1, 0, 0, 0, 1, 1, 2, 38, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-38-14', '', 1, 0, 0, 0, 1, 1, 2, 38, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-01', '', 1, 0, 0, 0, 1, 1, 2, 39, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-02', '', 1, 0, 0, 0, 1, 1, 2, 39, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-03', '', 1, 0, 0, 0, 1, 1, 2, 39, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-04', '', 1, 0, 0, 0, 1, 1, 2, 39, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-05', '', 1, 0, 0, 0, 1, 1, 2, 39, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-06', '', 1, 0, 0, 0, 1, 1, 2, 39, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-07', '', 1, 0, 0, 0, 1, 1, 2, 39, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-08', '', 1, 0, 0, 0, 1, 1, 2, 39, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-09', '', 1, 0, 0, 0, 1, 1, 2, 39, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-10', '', 1, 0, 0, 0, 1, 1, 2, 39, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-11', '', 1, 0, 0, 0, 1, 1, 2, 39, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-12', '', 1, 0, 0, 0, 1, 1, 2, 39, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-13', '', 1, 0, 0, 0, 1, 1, 2, 39, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-39-14', '', 1, 0, 0, 0, 1, 1, 2, 39, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-01', '', 1, 0, 0, 0, 1, 1, 2, 40, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-02', '', 1, 0, 0, 0, 1, 1, 2, 40, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-03', '', 1, 0, 0, 0, 1, 1, 2, 40, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-04', '', 1, 0, 0, 0, 1, 1, 2, 40, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-05', '', 1, 0, 0, 0, 1, 1, 2, 40, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-06', '', 1, 0, 0, 0, 1, 1, 2, 40, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-07', '', 1, 0, 0, 0, 1, 1, 2, 40, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-08', '', 1, 0, 0, 0, 1, 1, 2, 40, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-09', '', 1, 0, 0, 0, 1, 1, 2, 40, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-10', '', 1, 0, 0, 0, 1, 1, 2, 40, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-11', '', 1, 0, 0, 0, 1, 1, 2, 40, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-12', '', 1, 0, 0, 0, 1, 1, 2, 40, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-13', '', 1, 0, 0, 0, 1, 1, 2, 40, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-40-14', '', 1, 0, 0, 0, 1, 1, 2, 40, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-01', '', 1, 0, 0, 0, 1, 1, 2, 41, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-02', '', 1, 0, 0, 0, 1, 1, 2, 41, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-03', '', 1, 0, 0, 0, 1, 1, 2, 41, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-04', '', 1, 0, 0, 0, 1, 1, 2, 41, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-05', '', 1, 0, 0, 0, 1, 1, 2, 41, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-06', '', 1, 0, 0, 0, 1, 1, 2, 41, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-07', '', 1, 0, 0, 0, 1, 1, 2, 41, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-08', '', 1, 0, 0, 0, 1, 1, 2, 41, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-09', '', 1, 0, 0, 0, 1, 1, 2, 41, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-10', '', 1, 0, 0, 0, 1, 1, 2, 41, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-11', '', 1, 0, 0, 0, 1, 1, 2, 41, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-12', '', 1, 0, 0, 0, 1, 1, 2, 41, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-13', '', 1, 0, 0, 0, 1, 1, 2, 41, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-41-14', '', 1, 0, 0, 0, 1, 1, 2, 41, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-01', '', 1, 0, 0, 0, 1, 1, 2, 42, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-02', '', 1, 0, 0, 0, 1, 1, 2, 42, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-03', '', 1, 0, 0, 0, 1, 1, 2, 42, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-04', '', 1, 0, 0, 0, 1, 1, 2, 42, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-05', '', 1, 0, 0, 0, 1, 1, 2, 42, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-06', '', 1, 0, 0, 0, 1, 1, 2, 42, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-07', '', 1, 0, 0, 0, 1, 1, 2, 42, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-08', '', 1, 0, 0, 0, 1, 1, 2, 42, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-09', '', 1, 0, 0, 0, 1, 1, 2, 42, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-10', '', 1, 0, 0, 0, 1, 1, 2, 42, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-11', '', 1, 0, 0, 0, 1, 1, 2, 42, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-12', '', 1, 0, 0, 0, 1, 1, 2, 42, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-13', '', 1, 0, 0, 0, 1, 1, 2, 42, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-42-14', '', 1, 0, 0, 0, 1, 1, 2, 42, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-01', '', 1, 0, 0, 0, 1, 1, 2, 43, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-02', '', 1, 0, 0, 0, 1, 1, 2, 43, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-03', '', 1, 0, 0, 0, 1, 1, 2, 43, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-04', '', 1, 0, 0, 0, 1, 1, 2, 43, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-05', '', 1, 0, 0, 0, 1, 1, 2, 43, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-06', '', 1, 0, 0, 0, 1, 1, 2, 43, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-07', '', 1, 0, 0, 0, 1, 1, 2, 43, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-08', '', 1, 0, 0, 0, 1, 1, 2, 43, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-09', '', 1, 0, 0, 0, 1, 1, 2, 43, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-10', '', 1, 0, 0, 0, 1, 1, 2, 43, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-11', '', 1, 0, 0, 0, 1, 1, 2, 43, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-12', '', 1, 0, 0, 0, 1, 1, 2, 43, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-13', '', 1, 0, 0, 0, 1, 1, 2, 43, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-43-14', '', 1, 0, 0, 0, 1, 1, 2, 43, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-01', '', 1, 0, 0, 0, 1, 1, 2, 44, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-02', '', 1, 0, 0, 0, 1, 1, 2, 44, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-03', '', 1, 0, 0, 0, 1, 1, 2, 44, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-04', '', 1, 0, 0, 0, 1, 1, 2, 44, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-05', '', 1, 0, 0, 0, 1, 1, 2, 44, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-06', '', 1, 0, 0, 0, 1, 1, 2, 44, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-07', '', 1, 0, 0, 0, 1, 1, 2, 44, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-08', '', 1, 0, 0, 0, 1, 1, 2, 44, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-09', '', 1, 0, 0, 0, 1, 1, 2, 44, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-10', '', 1, 0, 0, 0, 1, 1, 2, 44, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-11', '', 1, 0, 0, 0, 1, 1, 2, 44, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-12', '', 1, 0, 0, 0, 1, 1, 2, 44, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-13', '', 1, 0, 0, 0, 1, 1, 2, 44, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-44-14', '', 1, 0, 0, 0, 1, 1, 2, 44, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-01', '', 1, 0, 0, 0, 1, 1, 2, 45, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-02', '', 1, 0, 0, 0, 1, 1, 2, 45, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-03', '', 1, 0, 0, 0, 1, 1, 2, 45, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-04', '', 1, 0, 0, 0, 1, 1, 2, 45, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-05', '', 1, 0, 0, 0, 1, 1, 2, 45, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-06', '', 1, 0, 0, 0, 1, 1, 2, 45, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-07', '', 1, 0, 0, 0, 1, 1, 2, 45, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-08', '', 1, 0, 0, 0, 1, 1, 2, 45, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-09', '', 1, 0, 0, 0, 1, 1, 2, 45, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-10', '', 1, 0, 0, 0, 1, 1, 2, 45, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-11', '', 1, 0, 0, 0, 1, 1, 2, 45, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-12', '', 1, 0, 0, 0, 1, 1, 2, 45, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-13', '', 1, 0, 0, 0, 1, 1, 2, 45, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-45-14', '', 1, 0, 0, 0, 1, 1, 2, 45, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-01', '', 1, 0, 0, 0, 1, 1, 2, 46, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-02', '', 1, 0, 0, 0, 1, 1, 2, 46, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-03', '', 1, 0, 0, 0, 1, 1, 2, 46, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-04', '', 1, 0, 0, 0, 1, 1, 2, 46, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-05', '', 1, 0, 0, 0, 1, 1, 2, 46, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-06', '', 1, 0, 0, 0, 1, 1, 2, 46, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-07', '', 1, 0, 0, 0, 1, 1, 2, 46, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-08', '', 1, 0, 0, 0, 1, 1, 2, 46, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-09', '', 1, 0, 0, 0, 1, 1, 2, 46, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-10', '', 1, 0, 0, 0, 1, 1, 2, 46, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-11', '', 1, 0, 0, 0, 1, 1, 2, 46, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-12', '', 1, 0, 0, 0, 1, 1, 2, 46, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-13', '', 1, 0, 0, 0, 1, 1, 2, 46, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-46-14', '', 1, 0, 0, 0, 1, 1, 2, 46, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-01', '', 1, 0, 0, 0, 1, 1, 2, 47, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-02', '', 1, 0, 0, 0, 1, 1, 2, 47, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-03', '', 1, 0, 0, 0, 1, 1, 2, 47, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-04', '', 1, 0, 0, 0, 1, 1, 2, 47, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-05', '', 1, 0, 0, 0, 1, 1, 2, 47, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-06', '', 1, 0, 0, 0, 1, 1, 2, 47, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-07', '', 1, 0, 0, 0, 1, 1, 2, 47, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-08', '', 1, 0, 0, 0, 1, 1, 2, 47, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-09', '', 1, 0, 0, 0, 1, 1, 2, 47, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-10', '', 1, 0, 0, 0, 1, 1, 2, 47, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-11', '', 1, 0, 0, 0, 1, 1, 2, 47, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-12', '', 1, 0, 0, 0, 1, 1, 2, 47, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-13', '', 1, 0, 0, 0, 1, 1, 2, 47, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-47-14', '', 1, 0, 0, 0, 1, 1, 2, 47, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-01', '', 1, 0, 0, 0, 1, 1, 2, 48, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-02', '', 1, 0, 0, 0, 1, 1, 2, 48, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-03', '', 1, 0, 0, 0, 1, 1, 2, 48, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-04', '', 1, 0, 0, 0, 1, 1, 2, 48, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-05', '', 1, 0, 0, 0, 1, 1, 2, 48, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-06', '', 1, 0, 0, 0, 1, 1, 2, 48, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-07', '', 1, 0, 0, 0, 1, 1, 2, 48, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-08', '', 1, 0, 0, 0, 1, 1, 2, 48, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-09', '', 1, 0, 0, 0, 1, 1, 2, 48, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-10', '', 1, 0, 0, 0, 1, 1, 2, 48, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-11', '', 1, 0, 0, 0, 1, 1, 2, 48, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-12', '', 1, 0, 0, 0, 1, 1, 2, 48, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-13', '', 1, 0, 0, 0, 1, 1, 2, 48, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-48-14', '', 1, 0, 0, 0, 1, 1, 2, 48, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-01', '', 1, 0, 0, 0, 1, 1, 2, 49, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-02', '', 1, 0, 0, 0, 1, 1, 2, 49, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-03', '', 1, 0, 0, 0, 1, 1, 2, 49, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-04', '', 1, 0, 0, 0, 1, 1, 2, 49, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-05', '', 1, 0, 0, 0, 1, 1, 2, 49, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-06', '', 1, 0, 0, 0, 1, 1, 2, 49, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-07', '', 1, 0, 0, 0, 1, 1, 2, 49, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-08', '', 1, 0, 0, 0, 1, 1, 2, 49, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-09', '', 1, 0, 0, 0, 1, 1, 2, 49, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-10', '', 1, 0, 0, 0, 1, 1, 2, 49, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-11', '', 1, 0, 0, 0, 1, 1, 2, 49, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-12', '', 1, 0, 0, 0, 1, 1, 2, 49, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-13', '', 1, 0, 0, 0, 1, 1, 2, 49, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-49-14', '', 1, 0, 0, 0, 1, 1, 2, 49, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-01', '', 1, 0, 0, 0, 1, 1, 2, 50, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-02', '', 1, 0, 0, 0, 1, 1, 2, 50, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-03', '', 1, 0, 0, 0, 1, 1, 2, 50, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-04', '', 1, 0, 0, 0, 1, 1, 2, 50, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-05', '', 1, 0, 0, 0, 1, 1, 2, 50, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-06', '', 1, 0, 0, 0, 1, 1, 2, 50, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-07', '', 1, 0, 0, 0, 1, 1, 2, 50, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-08', '', 1, 0, 0, 0, 1, 1, 2, 50, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-09', '', 1, 0, 0, 0, 1, 1, 2, 50, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-10', '', 1, 0, 0, 0, 1, 1, 2, 50, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-11', '', 1, 0, 0, 0, 1, 1, 2, 50, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-12', '', 1, 0, 0, 0, 1, 1, 2, 50, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-13', '', 1, 0, 0, 0, 1, 1, 2, 50, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-50-14', '', 1, 0, 0, 0, 1, 1, 2, 50, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-01', '', 1, 0, 0, 0, 1, 1, 2, 51, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-02', '', 1, 0, 0, 0, 1, 1, 2, 51, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-03', '', 1, 0, 0, 0, 1, 1, 2, 51, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-04', '', 1, 0, 0, 0, 1, 1, 2, 51, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-05', '', 1, 0, 0, 0, 1, 1, 2, 51, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-06', '', 1, 0, 0, 0, 1, 1, 2, 51, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-07', '', 1, 0, 0, 0, 1, 1, 2, 51, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-08', '', 1, 0, 0, 0, 1, 1, 2, 51, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-09', '', 1, 0, 0, 0, 1, 1, 2, 51, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-10', '', 1, 0, 0, 0, 1, 1, 2, 51, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-11', '', 1, 0, 0, 0, 1, 1, 2, 51, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-12', '', 1, 0, 0, 0, 1, 1, 2, 51, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-13', '', 1, 0, 0, 0, 1, 1, 2, 51, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-51-14', '', 1, 0, 0, 0, 1, 1, 2, 51, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-01', '', 1, 0, 0, 0, 1, 1, 2, 52, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-02', '', 1, 0, 0, 0, 1, 1, 2, 52, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-03', '', 1, 0, 0, 0, 1, 1, 2, 52, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-04', '', 1, 0, 0, 0, 1, 1, 2, 52, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-05', '', 1, 0, 0, 0, 1, 1, 2, 52, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-06', '', 1, 0, 0, 0, 1, 1, 2, 52, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-07', '', 1, 0, 0, 0, 1, 1, 2, 52, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-08', '', 1, 0, 0, 0, 1, 1, 2, 52, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-09', '', 1, 0, 0, 0, 1, 1, 2, 52, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-10', '', 1, 0, 0, 0, 1, 1, 2, 52, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-11', '', 1, 0, 0, 0, 1, 1, 2, 52, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-12', '', 1, 0, 0, 0, 1, 1, 2, 52, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-13', '', 1, 0, 0, 0, 1, 1, 2, 52, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-52-14', '', 1, 0, 0, 0, 1, 1, 2, 52, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-01', '', 1, 0, 0, 0, 1, 1, 2, 53, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-02', '', 1, 0, 0, 0, 1, 1, 2, 53, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-03', '', 1, 0, 0, 0, 1, 1, 2, 53, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-04', '', 1, 0, 0, 0, 1, 1, 2, 53, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-05', '', 1, 0, 0, 0, 1, 1, 2, 53, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-06', '', 1, 0, 0, 0, 1, 1, 2, 53, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-07', '', 1, 0, 0, 0, 1, 1, 2, 53, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-08', '', 1, 0, 0, 0, 1, 1, 2, 53, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-09', '', 1, 0, 0, 0, 1, 1, 2, 53, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-10', '', 1, 0, 0, 0, 1, 1, 2, 53, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-11', '', 1, 0, 0, 0, 1, 1, 2, 53, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-12', '', 1, 0, 0, 0, 1, 1, 2, 53, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-13', '', 1, 0, 0, 0, 1, 1, 2, 53, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-53-14', '', 1, 0, 0, 0, 1, 1, 2, 53, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-01', '', 1, 0, 0, 0, 1, 1, 2, 54, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-02', '', 1, 0, 0, 0, 1, 1, 2, 54, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-03', '', 1, 0, 0, 0, 1, 1, 2, 54, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-04', '', 1, 0, 0, 0, 1, 1, 2, 54, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-05', '', 1, 0, 0, 0, 1, 1, 2, 54, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-06', '', 1, 0, 0, 0, 1, 1, 2, 54, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-07', '', 1, 0, 0, 0, 1, 1, 2, 54, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-08', '', 1, 0, 0, 0, 1, 1, 2, 54, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-09', '', 1, 0, 0, 0, 1, 1, 2, 54, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-10', '', 1, 0, 0, 0, 1, 1, 2, 54, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-11', '', 1, 0, 0, 0, 1, 1, 2, 54, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-12', '', 1, 0, 0, 0, 1, 1, 2, 54, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-13', '', 1, 0, 0, 0, 1, 1, 2, 54, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-54-14', '', 1, 0, 0, 0, 1, 1, 2, 54, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-01', '', 1, 0, 0, 0, 1, 1, 2, 55, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-02', '', 1, 0, 0, 0, 1, 1, 2, 55, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-03', '', 1, 0, 0, 0, 1, 1, 2, 55, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-04', '', 1, 0, 0, 0, 1, 1, 2, 55, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-05', '', 1, 0, 0, 0, 1, 1, 2, 55, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-06', '', 1, 0, 0, 0, 1, 1, 2, 55, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-07', '', 1, 0, 0, 0, 1, 1, 2, 55, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-08', '', 1, 0, 0, 0, 1, 1, 2, 55, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-09', '', 1, 0, 0, 0, 1, 1, 2, 55, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-10', '', 1, 0, 0, 0, 1, 1, 2, 55, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-11', '', 1, 0, 0, 0, 1, 1, 2, 55, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-12', '', 1, 0, 0, 0, 1, 1, 2, 55, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-13', '', 1, 0, 0, 0, 1, 1, 2, 55, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-55-14', '', 1, 0, 0, 0, 1, 1, 2, 55, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-01', '', 1, 0, 0, 0, 1, 1, 2, 56, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-02', '', 1, 0, 0, 0, 1, 1, 2, 56, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-03', '', 1, 0, 0, 0, 1, 1, 2, 56, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-04', '', 1, 0, 0, 0, 1, 1, 2, 56, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-05', '', 1, 0, 0, 0, 1, 1, 2, 56, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-06', '', 1, 0, 0, 0, 1, 1, 2, 56, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-07', '', 1, 0, 0, 0, 1, 1, 2, 56, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-08', '', 1, 0, 0, 0, 1, 1, 2, 56, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-09', '', 1, 0, 0, 0, 1, 1, 2, 56, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-10', '', 1, 0, 0, 0, 1, 1, 2, 56, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-11', '', 1, 0, 0, 0, 1, 1, 2, 56, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-12', '', 1, 0, 0, 0, 1, 1, 2, 56, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-13', '', 1, 0, 0, 0, 1, 1, 2, 56, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-56-14', '', 1, 0, 0, 0, 1, 1, 2, 56, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-01', '', 1, 0, 0, 0, 1, 1, 2, 57, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-02', '', 1, 0, 0, 0, 1, 1, 2, 57, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-03', '', 1, 0, 0, 0, 1, 1, 2, 57, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-04', '', 1, 0, 0, 0, 1, 1, 2, 57, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-05', '', 1, 0, 0, 0, 1, 1, 2, 57, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-06', '', 1, 0, 0, 0, 1, 1, 2, 57, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-07', '', 1, 0, 0, 0, 1, 1, 2, 57, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-08', '', 1, 0, 0, 0, 1, 1, 2, 57, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-09', '', 1, 0, 0, 0, 1, 1, 2, 57, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-10', '', 1, 0, 0, 0, 1, 1, 2, 57, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-11', '', 1, 0, 0, 0, 1, 1, 2, 57, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-12', '', 1, 0, 0, 0, 1, 1, 2, 57, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-13', '', 1, 0, 0, 0, 1, 1, 2, 57, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-57-14', '', 1, 0, 0, 0, 1, 1, 2, 57, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-01', '', 1, 0, 0, 0, 1, 1, 2, 58, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-02', '', 1, 0, 0, 0, 1, 1, 2, 58, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-03', '', 1, 0, 0, 0, 1, 1, 2, 58, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-04', '', 1, 0, 0, 0, 1, 1, 2, 58, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-05', '', 1, 0, 0, 0, 1, 1, 2, 58, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-06', '', 1, 0, 0, 0, 1, 1, 2, 58, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-07', '', 1, 0, 0, 0, 1, 1, 2, 58, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-08', '', 1, 0, 0, 0, 1, 1, 2, 58, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-09', '', 1, 0, 0, 0, 1, 1, 2, 58, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-10', '', 1, 0, 0, 0, 1, 1, 2, 58, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-11', '', 1, 0, 0, 0, 1, 1, 2, 58, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-12', '', 1, 0, 0, 0, 1, 1, 2, 58, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-13', '', 1, 0, 0, 0, 1, 1, 2, 58, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-58-14', '', 1, 0, 0, 0, 1, 1, 2, 58, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-01', '', 1, 0, 0, 0, 1, 1, 2, 59, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-02', '', 1, 0, 0, 0, 1, 1, 2, 59, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-03', '', 1, 0, 0, 0, 1, 1, 2, 59, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-04', '', 1, 0, 0, 0, 1, 1, 2, 59, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-05', '', 1, 0, 0, 0, 1, 1, 2, 59, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-06', '', 1, 0, 0, 0, 1, 1, 2, 59, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-07', '', 1, 0, 0, 0, 1, 1, 2, 59, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-08', '', 1, 0, 0, 0, 1, 1, 2, 59, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-09', '', 1, 0, 0, 0, 1, 1, 2, 59, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-10', '', 1, 0, 0, 0, 1, 1, 2, 59, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-11', '', 1, 0, 0, 0, 1, 1, 2, 59, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-12', '', 1, 0, 0, 0, 1, 1, 2, 59, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-13', '', 1, 0, 0, 0, 1, 1, 2, 59, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-59-14', '', 1, 0, 0, 0, 1, 1, 2, 59, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-01', '', 1, 0, 0, 0, 1, 1, 2, 60, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-02', '', 1, 0, 0, 0, 1, 1, 2, 60, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-03', '', 1, 0, 0, 0, 1, 1, 2, 60, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-04', '', 1, 0, 0, 0, 1, 1, 2, 60, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-05', '', 1, 0, 0, 0, 1, 1, 2, 60, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-06', '', 1, 0, 0, 0, 1, 1, 2, 60, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-07', '', 1, 0, 0, 0, 1, 1, 2, 60, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-08', '', 1, 0, 0, 0, 1, 1, 2, 60, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-09', '', 1, 0, 0, 0, 1, 1, 2, 60, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-10', '', 1, 0, 0, 0, 1, 1, 2, 60, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-11', '', 1, 0, 0, 0, 1, 1, 2, 60, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-12', '', 1, 0, 0, 0, 1, 1, 2, 60, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-13', '', 1, 0, 0, 0, 1, 1, 2, 60, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-60-14', '', 1, 0, 0, 0, 1, 1, 2, 60, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-01', '', 1, 0, 0, 0, 1, 1, 2, 61, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-02', '', 1, 0, 0, 0, 1, 1, 2, 61, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-03', '', 1, 0, 0, 0, 1, 1, 2, 61, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-04', '', 1, 0, 0, 0, 1, 1, 2, 61, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-05', '', 1, 0, 0, 0, 1, 1, 2, 61, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-06', '', 1, 0, 0, 0, 1, 1, 2, 61, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-07', '', 1, 0, 0, 0, 1, 1, 2, 61, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-08', '', 1, 0, 0, 0, 1, 1, 2, 61, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-09', '', 1, 0, 0, 0, 1, 1, 2, 61, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-10', '', 1, 0, 0, 0, 1, 1, 2, 61, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-11', '', 1, 0, 0, 0, 1, 1, 2, 61, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-12', '', 1, 0, 0, 0, 1, 1, 2, 61, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-13', '', 1, 0, 0, 0, 1, 1, 2, 61, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-61-14', '', 1, 0, 0, 0, 1, 1, 2, 61, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-01', '', 1, 0, 0, 0, 1, 1, 2, 62, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-02', '', 1, 0, 0, 0, 1, 1, 2, 62, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-03', '', 1, 0, 0, 0, 1, 1, 2, 62, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-04', '', 1, 0, 0, 0, 1, 1, 2, 62, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-05', '', 1, 0, 0, 0, 1, 1, 2, 62, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-06', '', 1, 0, 0, 0, 1, 1, 2, 62, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-07', '', 1, 0, 0, 0, 1, 1, 2, 62, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-08', '', 1, 0, 0, 0, 1, 1, 2, 62, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-09', '', 1, 0, 0, 0, 1, 1, 2, 62, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-10', '', 1, 0, 0, 0, 1, 1, 2, 62, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-11', '', 1, 0, 0, 0, 1, 1, 2, 62, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-12', '', 1, 0, 0, 0, 1, 1, 2, 62, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-13', '', 1, 0, 0, 0, 1, 1, 2, 62, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-62-14', '', 1, 0, 0, 0, 1, 1, 2, 62, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-01', '', 1, 0, 0, 0, 1, 1, 2, 63, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-02', '', 1, 0, 0, 0, 1, 1, 2, 63, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-03', '', 1, 0, 0, 0, 1, 1, 2, 63, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-04', '', 1, 0, 0, 0, 1, 1, 2, 63, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-05', '', 1, 0, 0, 0, 1, 1, 2, 63, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-06', '', 1, 0, 0, 0, 1, 1, 2, 63, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-07', '', 1, 0, 0, 0, 1, 1, 2, 63, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-08', '', 1, 0, 0, 0, 1, 1, 2, 63, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-09', '', 1, 0, 0, 0, 1, 1, 2, 63, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-10', '', 1, 0, 0, 0, 1, 1, 2, 63, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-11', '', 1, 0, 0, 0, 1, 1, 2, 63, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-12', '', 1, 0, 0, 0, 1, 1, 2, 63, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-13', '', 1, 0, 0, 0, 1, 1, 2, 63, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-63-14', '', 1, 0, 0, 0, 1, 1, 2, 63, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-01', '', 1, 0, 0, 0, 1, 1, 2, 64, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-02', '', 1, 0, 0, 0, 1, 1, 2, 64, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-03', '', 1, 0, 0, 0, 1, 1, 2, 64, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-04', '', 1, 0, 0, 0, 1, 1, 2, 64, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-05', '', 1, 0, 0, 0, 1, 1, 2, 64, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-06', '', 1, 0, 0, 0, 1, 1, 2, 64, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-07', '', 1, 0, 0, 0, 1, 1, 2, 64, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-08', '', 1, 0, 0, 0, 1, 1, 2, 64, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-09', '', 1, 0, 0, 0, 1, 1, 2, 64, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-10', '', 1, 0, 0, 0, 1, 1, 2, 64, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-11', '', 1, 0, 0, 0, 1, 1, 2, 64, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-12', '', 1, 0, 0, 0, 1, 1, 2, 64, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-13', '', 1, 0, 0, 0, 1, 1, 2, 64, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-64-14', '', 1, 0, 0, 0, 1, 1, 2, 64, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-01', '', 1, 0, 0, 0, 1, 1, 2, 65, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-02', '', 1, 0, 0, 0, 1, 1, 2, 65, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-03', '', 1, 0, 0, 0, 1, 1, 2, 65, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-04', '', 1, 0, 0, 0, 1, 1, 2, 65, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-05', '', 1, 0, 0, 0, 1, 1, 2, 65, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-06', '', 1, 0, 0, 0, 1, 1, 2, 65, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-07', '', 1, 0, 0, 0, 1, 1, 2, 65, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-08', '', 1, 0, 0, 0, 1, 1, 2, 65, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-09', '', 1, 0, 0, 0, 1, 1, 2, 65, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-10', '', 1, 0, 0, 0, 1, 1, 2, 65, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-11', '', 1, 0, 0, 0, 1, 1, 2, 65, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-12', '', 1, 0, 0, 0, 1, 1, 2, 65, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-13', '', 1, 0, 0, 0, 1, 1, 2, 65, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-65-14', '', 1, 0, 0, 0, 1, 1, 2, 65, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-01', '', 1, 0, 0, 0, 1, 1, 2, 66, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-02', '', 1, 0, 0, 0, 1, 1, 2, 66, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-03', '', 1, 0, 0, 0, 1, 1, 2, 66, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-04', '', 1, 0, 0, 0, 1, 1, 2, 66, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-05', '', 1, 0, 0, 0, 1, 1, 2, 66, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-06', '', 1, 0, 0, 0, 1, 1, 2, 66, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-07', '', 1, 0, 0, 0, 1, 1, 2, 66, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-08', '', 1, 0, 0, 0, 1, 1, 2, 66, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-09', '', 1, 0, 0, 0, 1, 1, 2, 66, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-10', '', 1, 0, 0, 0, 1, 1, 2, 66, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-11', '', 1, 0, 0, 0, 1, 1, 2, 66, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-12', '', 1, 0, 0, 0, 1, 1, 2, 66, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-13', '', 1, 0, 0, 0, 1, 1, 2, 66, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-66-14', '', 1, 0, 0, 0, 1, 1, 2, 66, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-01', '', 1, 0, 0, 0, 1, 1, 2, 67, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-02', '', 1, 0, 0, 0, 1, 1, 2, 67, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-03', '', 1, 0, 0, 0, 1, 1, 2, 67, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-04', '', 1, 0, 0, 0, 1, 1, 2, 67, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-05', '', 1, 0, 0, 0, 1, 1, 2, 67, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-06', '', 1, 0, 0, 0, 1, 1, 2, 67, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-07', '', 1, 0, 0, 0, 1, 1, 2, 67, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-08', '', 1, 0, 0, 0, 1, 1, 2, 67, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-09', '', 1, 0, 0, 0, 1, 1, 2, 67, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-10', '', 1, 0, 0, 0, 1, 1, 2, 67, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-11', '', 1, 0, 0, 0, 1, 1, 2, 67, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-12', '', 1, 0, 0, 0, 1, 1, 2, 67, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-13', '', 1, 0, 0, 0, 1, 1, 2, 67, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-67-14', '', 1, 0, 0, 0, 1, 1, 2, 67, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-01', '', 1, 0, 0, 0, 1, 1, 2, 68, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-02', '', 1, 0, 0, 0, 1, 1, 2, 68, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-03', '', 1, 0, 0, 0, 1, 1, 2, 68, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-04', '', 1, 0, 0, 0, 1, 1, 2, 68, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-05', '', 1, 0, 0, 0, 1, 1, 2, 68, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-06', '', 1, 0, 0, 0, 1, 1, 2, 68, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-07', '', 1, 0, 0, 0, 1, 1, 2, 68, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-08', '', 1, 0, 0, 0, 1, 1, 2, 68, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-09', '', 1, 0, 0, 0, 1, 1, 2, 68, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-10', '', 1, 0, 0, 0, 1, 1, 2, 68, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-11', '', 1, 0, 0, 0, 1, 1, 2, 68, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-12', '', 1, 0, 0, 0, 1, 1, 2, 68, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-13', '', 1, 0, 0, 0, 1, 1, 2, 68, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-68-14', '', 1, 0, 0, 0, 1, 1, 2, 68, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-01', '', 1, 0, 0, 0, 1, 1, 2, 69, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-02', '', 1, 0, 0, 0, 1, 1, 2, 69, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-03', '', 1, 0, 0, 0, 1, 1, 2, 69, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-04', '', 1, 0, 0, 0, 1, 1, 2, 69, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-05', '', 1, 0, 0, 0, 1, 1, 2, 69, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-06', '', 1, 0, 0, 0, 1, 1, 2, 69, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-07', '', 1, 0, 0, 0, 1, 1, 2, 69, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-08', '', 1, 0, 0, 0, 1, 1, 2, 69, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-09', '', 1, 0, 0, 0, 1, 1, 2, 69, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-10', '', 1, 0, 0, 0, 1, 1, 2, 69, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-11', '', 1, 0, 0, 0, 1, 1, 2, 69, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-12', '', 1, 0, 0, 0, 1, 1, 2, 69, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-13', '', 1, 0, 0, 0, 1, 1, 2, 69, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-69-14', '', 1, 0, 0, 0, 1, 1, 2, 69, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-01', '', 1, 0, 0, 0, 1, 1, 2, 70, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-02', '', 1, 0, 0, 0, 1, 1, 2, 70, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-03', '', 1, 0, 0, 0, 1, 1, 2, 70, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-04', '', 1, 0, 0, 0, 1, 1, 2, 70, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-05', '', 1, 0, 0, 0, 1, 1, 2, 70, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-06', '', 1, 0, 0, 0, 1, 1, 2, 70, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-07', '', 1, 0, 0, 0, 1, 1, 2, 70, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-08', '', 1, 0, 0, 0, 1, 1, 2, 70, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-09', '', 1, 0, 0, 0, 1, 1, 2, 70, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-10', '', 1, 0, 0, 0, 1, 1, 2, 70, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-11', '', 1, 0, 0, 0, 1, 1, 2, 70, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-12', '', 1, 0, 0, 0, 1, 1, 2, 70, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-13', '', 1, 0, 0, 0, 1, 1, 2, 70, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-70-14', '', 1, 0, 0, 0, 1, 1, 2, 70, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-01', '', 1, 0, 0, 0, 1, 1, 2, 71, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-02', '', 1, 0, 0, 0, 1, 1, 2, 71, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-03', '', 1, 0, 0, 0, 1, 1, 2, 71, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-04', '', 1, 0, 0, 0, 1, 1, 2, 71, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-05', '', 1, 0, 0, 0, 1, 1, 2, 71, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-06', '', 1, 0, 0, 0, 1, 1, 2, 71, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-07', '', 1, 0, 0, 0, 1, 1, 2, 71, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-08', '', 1, 0, 0, 0, 1, 1, 2, 71, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-09', '', 1, 0, 0, 0, 1, 1, 2, 71, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-10', '', 1, 0, 0, 0, 1, 1, 2, 71, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-11', '', 1, 0, 0, 0, 1, 1, 2, 71, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-12', '', 1, 0, 0, 0, 1, 1, 2, 71, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-13', '', 1, 0, 0, 0, 1, 1, 2, 71, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-71-14', '', 1, 0, 0, 0, 1, 1, 2, 71, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-01', '', 1, 0, 0, 0, 1, 1, 2, 72, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-02', '', 1, 0, 0, 0, 1, 1, 2, 72, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-03', '', 1, 0, 0, 0, 1, 1, 2, 72, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-04', '', 1, 0, 0, 0, 1, 1, 2, 72, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-05', '', 1, 0, 0, 0, 1, 1, 2, 72, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-06', '', 1, 0, 0, 0, 1, 1, 2, 72, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-07', '', 1, 0, 0, 0, 1, 1, 2, 72, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-08', '', 1, 0, 0, 0, 1, 1, 2, 72, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-09', '', 1, 0, 0, 0, 1, 1, 2, 72, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-10', '', 1, 0, 0, 0, 1, 1, 2, 72, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-11', '', 1, 0, 0, 0, 1, 1, 2, 72, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-12', '', 1, 0, 0, 0, 1, 1, 2, 72, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-13', '', 1, 0, 0, 0, 1, 1, 2, 72, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-72-14', '', 1, 0, 0, 0, 1, 1, 2, 72, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-01', '', 1, 0, 0, 0, 1, 1, 2, 73, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-02', '', 1, 0, 0, 0, 1, 1, 2, 73, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-03', '', 1, 0, 0, 0, 1, 1, 2, 73, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-04', '', 1, 0, 0, 0, 1, 1, 2, 73, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-05', '', 1, 0, 0, 0, 1, 1, 2, 73, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-06', '', 1, 0, 0, 0, 1, 1, 2, 73, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-07', '', 1, 0, 0, 0, 1, 1, 2, 73, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-08', '', 1, 0, 0, 0, 1, 1, 2, 73, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-09', '', 1, 0, 0, 0, 1, 1, 2, 73, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-10', '', 1, 0, 0, 0, 1, 1, 2, 73, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-11', '', 1, 0, 0, 0, 1, 1, 2, 73, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-12', '', 1, 0, 0, 0, 1, 1, 2, 73, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-13', '', 1, 0, 0, 0, 1, 1, 2, 73, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-73-14', '', 1, 0, 0, 0, 1, 1, 2, 73, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-01', '', 1, 0, 0, 0, 1, 1, 2, 74, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-02', '', 1, 0, 0, 0, 1, 1, 2, 74, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-03', '', 1, 0, 0, 0, 1, 1, 2, 74, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-04', '', 1, 0, 0, 0, 1, 1, 2, 74, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-05', '', 1, 0, 0, 0, 1, 1, 2, 74, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-06', '', 1, 0, 0, 0, 1, 1, 2, 74, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-07', '', 1, 0, 0, 0, 1, 1, 2, 74, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-08', '', 1, 0, 0, 0, 1, 1, 2, 74, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-09', '', 1, 0, 0, 0, 1, 1, 2, 74, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-10', '', 1, 0, 0, 0, 1, 1, 2, 74, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-11', '', 1, 0, 0, 0, 1, 1, 2, 74, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-12', '', 1, 0, 0, 0, 1, 1, 2, 74, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-13', '', 1, 0, 0, 0, 1, 1, 2, 74, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A2-74-14', '', 1, 0, 0, 0, 1, 1, 2, 74, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-01', '', 1, 0, 0, 0, 2, 2, 3, 1, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-02', '', 1, 0, 0, 0, 2, 2, 3, 1, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-03', '', 1, 0, 0, 0, 2, 2, 3, 1, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-04', '', 1, 0, 0, 0, 2, 2, 3, 1, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-05', '', 1, 0, 0, 0, 2, 2, 3, 1, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-06', '', 1, 0, 0, 0, 2, 2, 3, 1, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-07', '', 1, 0, 0, 0, 2, 2, 3, 1, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-08', '', 1, 0, 0, 0, 2, 2, 3, 1, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-09', '', 1, 0, 0, 0, 2, 2, 3, 1, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-10', '', 1, 0, 0, 0, 2, 2, 3, 1, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-11', '', 1, 0, 0, 0, 2, 2, 3, 1, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-12', '', 1, 0, 0, 0, 2, 2, 3, 1, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-13', '', 1, 0, 0, 0, 2, 2, 3, 1, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-01-14', '', 1, 0, 0, 0, 2, 2, 3, 1, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-01', '', 1, 0, 0, 0, 2, 2, 3, 2, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-02', '', 1, 0, 0, 0, 2, 2, 3, 2, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-03', '', 1, 0, 0, 0, 2, 2, 3, 2, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-04', '', 1, 0, 0, 0, 2, 2, 3, 2, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-05', '', 1, 0, 0, 0, 2, 2, 3, 2, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-06', '', 1, 0, 0, 0, 2, 2, 3, 2, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-07', '', 1, 0, 0, 0, 2, 2, 3, 2, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-08', '', 1, 0, 0, 0, 2, 2, 3, 2, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-09', '', 1, 0, 0, 0, 2, 2, 3, 2, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-10', '', 1, 0, 0, 0, 2, 2, 3, 2, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-11', '', 1, 0, 0, 0, 2, 2, 3, 2, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-12', '', 1, 0, 0, 0, 2, 2, 3, 2, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-13', '', 1, 0, 0, 0, 2, 2, 3, 2, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-02-14', '', 1, 0, 0, 0, 2, 2, 3, 2, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-01', '', 1, 0, 0, 0, 2, 2, 3, 3, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-02', '', 1, 0, 0, 0, 2, 2, 3, 3, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-03', '', 1, 0, 0, 0, 2, 2, 3, 3, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-04', '', 1, 0, 0, 0, 2, 2, 3, 3, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-05', '', 1, 0, 0, 0, 2, 2, 3, 3, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-06', '', 1, 0, 0, 0, 2, 2, 3, 3, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-07', '', 1, 0, 0, 0, 2, 2, 3, 3, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-08', '', 1, 0, 0, 0, 2, 2, 3, 3, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-09', '', 1, 0, 0, 0, 2, 2, 3, 3, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-10', '', 1, 0, 0, 0, 2, 2, 3, 3, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-11', '', 1, 0, 0, 0, 2, 2, 3, 3, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-12', '', 1, 0, 0, 0, 2, 2, 3, 3, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-13', '', 1, 0, 0, 0, 2, 2, 3, 3, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-03-14', '', 1, 0, 0, 0, 2, 2, 3, 3, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-01', '', 1, 0, 0, 0, 2, 2, 3, 4, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-02', '', 1, 0, 0, 0, 2, 2, 3, 4, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-03', '', 1, 0, 0, 0, 2, 2, 3, 4, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-04', '', 1, 0, 0, 0, 2, 2, 3, 4, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-05', '', 1, 0, 0, 0, 2, 2, 3, 4, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-06', '', 1, 0, 0, 0, 2, 2, 3, 4, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-07', '', 1, 0, 0, 0, 2, 2, 3, 4, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-08', '', 1, 0, 0, 0, 2, 2, 3, 4, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-09', '', 1, 0, 0, 0, 2, 2, 3, 4, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-10', '', 1, 0, 0, 0, 2, 2, 3, 4, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-11', '', 1, 0, 0, 0, 2, 2, 3, 4, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-12', '', 1, 0, 0, 0, 2, 2, 3, 4, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-13', '', 1, 0, 0, 0, 2, 2, 3, 4, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-04-14', '', 1, 0, 0, 0, 2, 2, 3, 4, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-01', '', 1, 0, 0, 0, 2, 2, 3, 5, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-02', '', 1, 0, 0, 0, 2, 2, 3, 5, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-03', '', 1, 0, 0, 0, 2, 2, 3, 5, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-04', '', 1, 0, 0, 0, 2, 2, 3, 5, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-05', '', 1, 0, 0, 0, 2, 2, 3, 5, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-06', '', 1, 0, 0, 0, 2, 2, 3, 5, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-07', '', 1, 0, 0, 0, 2, 2, 3, 5, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-08', '', 1, 0, 0, 0, 2, 2, 3, 5, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-09', '', 1, 0, 0, 0, 2, 2, 3, 5, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-10', '', 1, 0, 0, 0, 2, 2, 3, 5, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-11', '', 1, 0, 0, 0, 2, 2, 3, 5, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-12', '', 1, 0, 0, 0, 2, 2, 3, 5, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-13', '', 1, 0, 0, 0, 2, 2, 3, 5, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-05-14', '', 1, 0, 0, 0, 2, 2, 3, 5, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-01', '', 1, 0, 0, 0, 2, 2, 3, 6, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-02', '', 1, 0, 0, 0, 2, 2, 3, 6, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-03', '', 1, 0, 0, 0, 2, 2, 3, 6, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-04', '', 1, 0, 0, 0, 2, 2, 3, 6, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-05', '', 1, 0, 0, 0, 2, 2, 3, 6, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-06', '', 1, 0, 0, 0, 2, 2, 3, 6, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-07', '', 1, 0, 0, 0, 2, 2, 3, 6, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-08', '', 1, 0, 0, 0, 2, 2, 3, 6, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-09', '', 1, 0, 0, 0, 2, 2, 3, 6, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-10', '', 1, 0, 0, 0, 2, 2, 3, 6, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-11', '', 1, 0, 0, 0, 2, 2, 3, 6, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-12', '', 1, 0, 0, 0, 2, 2, 3, 6, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-13', '', 1, 0, 0, 0, 2, 2, 3, 6, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-06-14', '', 1, 0, 0, 0, 2, 2, 3, 6, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-01', '', 1, 0, 0, 0, 2, 2, 3, 7, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-02', '', 1, 0, 0, 0, 2, 2, 3, 7, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-03', '', 1, 0, 0, 0, 2, 2, 3, 7, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-04', '', 1, 0, 0, 0, 2, 2, 3, 7, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-05', '', 1, 0, 0, 0, 2, 2, 3, 7, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-06', '', 1, 0, 0, 0, 2, 2, 3, 7, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-07', '', 1, 0, 0, 0, 2, 2, 3, 7, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-08', '', 1, 0, 0, 0, 2, 2, 3, 7, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-09', '', 1, 0, 0, 0, 2, 2, 3, 7, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-10', '', 1, 0, 0, 0, 2, 2, 3, 7, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-11', '', 1, 0, 0, 0, 2, 2, 3, 7, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-12', '', 1, 0, 0, 0, 2, 2, 3, 7, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-13', '', 1, 0, 0, 0, 2, 2, 3, 7, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-07-14', '', 1, 0, 0, 0, 2, 2, 3, 7, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-01', '', 1, 0, 0, 0, 2, 2, 3, 8, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-02', '', 1, 0, 0, 0, 2, 2, 3, 8, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-03', '', 1, 0, 0, 0, 2, 2, 3, 8, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-04', '', 1, 0, 0, 0, 2, 2, 3, 8, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-05', '', 1, 0, 0, 0, 2, 2, 3, 8, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-06', '', 1, 0, 0, 0, 2, 2, 3, 8, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-07', '', 1, 0, 0, 0, 2, 2, 3, 8, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-08', '', 1, 0, 0, 0, 2, 2, 3, 8, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-09', '', 1, 0, 0, 0, 2, 2, 3, 8, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-10', '', 1, 0, 0, 0, 2, 2, 3, 8, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-11', '', 1, 0, 0, 0, 2, 2, 3, 8, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-12', '', 1, 0, 0, 0, 2, 2, 3, 8, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-13', '', 1, 0, 0, 0, 2, 2, 3, 8, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-08-14', '', 1, 0, 0, 0, 2, 2, 3, 8, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-01', '', 1, 0, 0, 0, 2, 2, 3, 9, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-02', '', 1, 0, 0, 0, 2, 2, 3, 9, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-03', '', 1, 0, 0, 0, 2, 2, 3, 9, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-04', '', 1, 0, 0, 0, 2, 2, 3, 9, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-05', '', 1, 0, 0, 0, 2, 2, 3, 9, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-06', '', 1, 0, 0, 0, 2, 2, 3, 9, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-07', '', 1, 0, 0, 0, 2, 2, 3, 9, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-08', '', 1, 0, 0, 0, 2, 2, 3, 9, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-09', '', 1, 0, 0, 0, 2, 2, 3, 9, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-10', '', 1, 0, 0, 0, 2, 2, 3, 9, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-11', '', 1, 0, 0, 0, 2, 2, 3, 9, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-12', '', 1, 0, 0, 0, 2, 2, 3, 9, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-13', '', 1, 0, 0, 0, 2, 2, 3, 9, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-09-14', '', 1, 0, 0, 0, 2, 2, 3, 9, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-01', '', 1, 0, 0, 0, 2, 2, 3, 10, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-02', '', 1, 0, 0, 0, 2, 2, 3, 10, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-03', '', 1, 0, 0, 0, 2, 2, 3, 10, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-04', '', 1, 0, 0, 0, 2, 2, 3, 10, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-05', '', 1, 0, 0, 0, 2, 2, 3, 10, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-06', '', 1, 0, 0, 0, 2, 2, 3, 10, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-07', '', 1, 0, 0, 0, 2, 2, 3, 10, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-08', '', 1, 0, 0, 0, 2, 2, 3, 10, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-09', '', 1, 0, 0, 0, 2, 2, 3, 10, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-10', '', 1, 0, 0, 0, 2, 2, 3, 10, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-11', '', 1, 0, 0, 0, 2, 2, 3, 10, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-12', '', 1, 0, 0, 0, 2, 2, 3, 10, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-13', '', 1, 0, 0, 0, 2, 2, 3, 10, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-10-14', '', 1, 0, 0, 0, 2, 2, 3, 10, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-01', '', 1, 0, 0, 0, 2, 2, 3, 11, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-02', '', 1, 0, 0, 0, 2, 2, 3, 11, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-03', '', 1, 0, 0, 0, 2, 2, 3, 11, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-04', '', 1, 0, 0, 0, 2, 2, 3, 11, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-05', '', 1, 0, 0, 0, 2, 2, 3, 11, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-06', '', 1, 0, 0, 0, 2, 2, 3, 11, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-07', '', 1, 0, 0, 0, 2, 2, 3, 11, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-08', '', 1, 0, 0, 0, 2, 2, 3, 11, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-09', '', 1, 0, 0, 0, 2, 2, 3, 11, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-10', '', 1, 0, 0, 0, 2, 2, 3, 11, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-11', '', 1, 0, 0, 0, 2, 2, 3, 11, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-12', '', 1, 0, 0, 0, 2, 2, 3, 11, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-13', '', 1, 0, 0, 0, 2, 2, 3, 11, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-11-14', '', 1, 0, 0, 0, 2, 2, 3, 11, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-01', '', 1, 0, 0, 0, 2, 2, 3, 12, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-02', '', 1, 0, 0, 0, 2, 2, 3, 12, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-03', '', 1, 0, 0, 0, 2, 2, 3, 12, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-04', '', 1, 0, 0, 0, 2, 2, 3, 12, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-05', '', 1, 0, 0, 0, 2, 2, 3, 12, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-06', '', 1, 0, 0, 0, 2, 2, 3, 12, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-07', '', 1, 0, 0, 0, 2, 2, 3, 12, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-08', '', 1, 0, 0, 0, 2, 2, 3, 12, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-09', '', 1, 0, 0, 0, 2, 2, 3, 12, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-10', '', 1, 0, 0, 0, 2, 2, 3, 12, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-11', '', 1, 0, 0, 0, 2, 2, 3, 12, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-12', '', 1, 0, 0, 0, 2, 2, 3, 12, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-13', '', 1, 0, 0, 0, 2, 2, 3, 12, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-12-14', '', 1, 0, 0, 0, 2, 2, 3, 12, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-01', '', 1, 0, 0, 0, 2, 2, 3, 13, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-02', '', 1, 0, 0, 0, 2, 2, 3, 13, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-03', '', 1, 0, 0, 0, 2, 2, 3, 13, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-04', '', 1, 0, 0, 0, 2, 2, 3, 13, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-05', '', 1, 0, 0, 0, 2, 2, 3, 13, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-06', '', 1, 0, 0, 0, 2, 2, 3, 13, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-07', '', 1, 0, 0, 0, 2, 2, 3, 13, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-08', '', 1, 0, 0, 0, 2, 2, 3, 13, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-09', '', 1, 0, 0, 0, 2, 2, 3, 13, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-10', '', 1, 0, 0, 0, 2, 2, 3, 13, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-11', '', 1, 0, 0, 0, 2, 2, 3, 13, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-12', '', 1, 0, 0, 0, 2, 2, 3, 13, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-13', '', 1, 0, 0, 0, 2, 2, 3, 13, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-13-14', '', 1, 0, 0, 0, 2, 2, 3, 13, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-01', '', 1, 0, 0, 0, 2, 2, 3, 14, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-02', '', 1, 0, 0, 0, 2, 2, 3, 14, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-03', '', 1, 0, 0, 0, 2, 2, 3, 14, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-04', '', 1, 0, 0, 0, 2, 2, 3, 14, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-05', '', 1, 0, 0, 0, 2, 2, 3, 14, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-06', '', 1, 0, 0, 0, 2, 2, 3, 14, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-07', '', 1, 0, 0, 0, 2, 2, 3, 14, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-08', '', 1, 0, 0, 0, 2, 2, 3, 14, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-09', '', 1, 0, 0, 0, 2, 2, 3, 14, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-10', '', 1, 0, 0, 0, 2, 2, 3, 14, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-11', '', 1, 0, 0, 0, 2, 2, 3, 14, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-12', '', 1, 0, 0, 0, 2, 2, 3, 14, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-13', '', 1, 0, 0, 0, 2, 2, 3, 14, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-14-14', '', 1, 0, 0, 0, 2, 2, 3, 14, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-01', '', 1, 0, 0, 0, 2, 2, 3, 15, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-02', '', 1, 0, 0, 0, 2, 2, 3, 15, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-03', '', 1, 0, 0, 0, 2, 2, 3, 15, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-04', '', 1, 0, 0, 0, 2, 2, 3, 15, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-05', '', 1, 0, 0, 0, 2, 2, 3, 15, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-06', '', 1, 0, 0, 0, 2, 2, 3, 15, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-07', '', 1, 0, 0, 0, 2, 2, 3, 15, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-08', '', 1, 0, 0, 0, 2, 2, 3, 15, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-09', '', 1, 0, 0, 0, 2, 2, 3, 15, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-10', '', 1, 0, 0, 0, 2, 2, 3, 15, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-11', '', 1, 0, 0, 0, 2, 2, 3, 15, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-12', '', 1, 0, 0, 0, 2, 2, 3, 15, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-13', '', 1, 0, 0, 0, 2, 2, 3, 15, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-15-14', '', 1, 0, 0, 0, 2, 2, 3, 15, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-01', '', 1, 0, 0, 0, 2, 2, 3, 16, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-02', '', 1, 0, 0, 0, 2, 2, 3, 16, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-03', '', 1, 0, 0, 0, 2, 2, 3, 16, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-04', '', 1, 0, 0, 0, 2, 2, 3, 16, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-05', '', 1, 0, 0, 0, 2, 2, 3, 16, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-06', '', 1, 0, 0, 0, 2, 2, 3, 16, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-07', '', 1, 0, 0, 0, 2, 2, 3, 16, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-08', '', 1, 0, 0, 0, 2, 2, 3, 16, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-09', '', 1, 0, 0, 0, 2, 2, 3, 16, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-10', '', 1, 0, 0, 0, 2, 2, 3, 16, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-11', '', 1, 0, 0, 0, 2, 2, 3, 16, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-12', '', 1, 0, 0, 0, 2, 2, 3, 16, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-13', '', 1, 0, 0, 0, 2, 2, 3, 16, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-16-14', '', 1, 0, 0, 0, 2, 2, 3, 16, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-01', '', 1, 0, 0, 0, 2, 2, 3, 17, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-02', '', 1, 0, 0, 0, 2, 2, 3, 17, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-03', '', 1, 0, 0, 0, 2, 2, 3, 17, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-04', '', 1, 0, 0, 0, 2, 2, 3, 17, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-05', '', 1, 0, 0, 0, 2, 2, 3, 17, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-06', '', 1, 0, 0, 0, 2, 2, 3, 17, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-07', '', 1, 0, 0, 0, 2, 2, 3, 17, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-08', '', 1, 0, 0, 0, 2, 2, 3, 17, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-09', '', 1, 0, 0, 0, 2, 2, 3, 17, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-10', '', 1, 0, 0, 0, 2, 2, 3, 17, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-11', '', 1, 0, 0, 0, 2, 2, 3, 17, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-12', '', 1, 0, 0, 0, 2, 2, 3, 17, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-13', '', 1, 0, 0, 0, 2, 2, 3, 17, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-17-14', '', 1, 0, 0, 0, 2, 2, 3, 17, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-01', '', 1, 0, 0, 0, 2, 2, 3, 18, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-02', '', 1, 0, 0, 0, 2, 2, 3, 18, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-03', '', 1, 0, 0, 0, 2, 2, 3, 18, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-04', '', 1, 0, 0, 0, 2, 2, 3, 18, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-05', '', 1, 0, 0, 0, 2, 2, 3, 18, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-06', '', 1, 0, 0, 0, 2, 2, 3, 18, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-07', '', 1, 0, 0, 0, 2, 2, 3, 18, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-08', '', 1, 0, 0, 0, 2, 2, 3, 18, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-09', '', 1, 0, 0, 0, 2, 2, 3, 18, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-10', '', 1, 0, 0, 0, 2, 2, 3, 18, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-11', '', 1, 0, 0, 0, 2, 2, 3, 18, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-12', '', 1, 0, 0, 0, 2, 2, 3, 18, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-13', '', 1, 0, 0, 0, 2, 2, 3, 18, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-18-14', '', 1, 0, 0, 0, 2, 2, 3, 18, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-01', '', 1, 0, 0, 0, 2, 2, 3, 19, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-02', '', 1, 0, 0, 0, 2, 2, 3, 19, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-03', '', 1, 0, 0, 0, 2, 2, 3, 19, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-04', '', 1, 0, 0, 0, 2, 2, 3, 19, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-05', '', 1, 0, 0, 0, 2, 2, 3, 19, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-06', '', 1, 0, 0, 0, 2, 2, 3, 19, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-07', '', 1, 0, 0, 0, 2, 2, 3, 19, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-08', '', 1, 0, 0, 0, 2, 2, 3, 19, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-09', '', 1, 0, 0, 0, 2, 2, 3, 19, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-10', '', 1, 0, 0, 0, 2, 2, 3, 19, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-11', '', 1, 0, 0, 0, 2, 2, 3, 19, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-12', '', 1, 0, 0, 0, 2, 2, 3, 19, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-13', '', 1, 0, 0, 0, 2, 2, 3, 19, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-19-14', '', 1, 0, 0, 0, 2, 2, 3, 19, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-01', '', 1, 0, 0, 0, 2, 2, 3, 20, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-02', '', 1, 0, 0, 0, 2, 2, 3, 20, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-03', '', 1, 0, 0, 0, 2, 2, 3, 20, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-04', '', 1, 0, 0, 0, 2, 2, 3, 20, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-05', '', 1, 0, 0, 0, 2, 2, 3, 20, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-06', '', 1, 0, 0, 0, 2, 2, 3, 20, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-07', '', 1, 0, 0, 0, 2, 2, 3, 20, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-08', '', 1, 0, 0, 0, 2, 2, 3, 20, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-09', '', 1, 0, 0, 0, 2, 2, 3, 20, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-10', '', 1, 0, 0, 0, 2, 2, 3, 20, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-11', '', 1, 0, 0, 0, 2, 2, 3, 20, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-12', '', 1, 0, 0, 0, 2, 2, 3, 20, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-13', '', 1, 0, 0, 0, 2, 2, 3, 20, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-20-14', '', 1, 0, 0, 0, 2, 2, 3, 20, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-01', '', 1, 0, 0, 0, 2, 2, 3, 21, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-02', '', 1, 0, 0, 0, 2, 2, 3, 21, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-03', '', 1, 0, 0, 0, 2, 2, 3, 21, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-04', '', 1, 0, 0, 0, 2, 2, 3, 21, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-05', '', 1, 0, 0, 0, 2, 2, 3, 21, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-06', '', 1, 0, 0, 0, 2, 2, 3, 21, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-07', '', 1, 0, 0, 0, 2, 2, 3, 21, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-08', '', 1, 0, 0, 0, 2, 2, 3, 21, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-09', '', 1, 0, 0, 0, 2, 2, 3, 21, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-10', '', 1, 0, 0, 0, 2, 2, 3, 21, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-11', '', 1, 0, 0, 0, 2, 2, 3, 21, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-12', '', 1, 0, 0, 0, 2, 2, 3, 21, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-13', '', 1, 0, 0, 0, 2, 2, 3, 21, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-21-14', '', 1, 0, 0, 0, 2, 2, 3, 21, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-01', '', 1, 0, 0, 0, 2, 2, 3, 22, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-02', '', 1, 0, 0, 0, 2, 2, 3, 22, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-03', '', 1, 0, 0, 0, 2, 2, 3, 22, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-04', '', 1, 0, 0, 0, 2, 2, 3, 22, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-05', '', 1, 0, 0, 0, 2, 2, 3, 22, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-06', '', 1, 0, 0, 0, 2, 2, 3, 22, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-07', '', 1, 0, 0, 0, 2, 2, 3, 22, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-08', '', 1, 0, 0, 0, 2, 2, 3, 22, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-09', '', 1, 0, 0, 0, 2, 2, 3, 22, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-10', '', 1, 0, 0, 0, 2, 2, 3, 22, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-11', '', 1, 0, 0, 0, 2, 2, 3, 22, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-12', '', 1, 0, 0, 0, 2, 2, 3, 22, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-13', '', 1, 0, 0, 0, 2, 2, 3, 22, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-22-14', '', 1, 0, 0, 0, 2, 2, 3, 22, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-01', '', 1, 0, 0, 0, 2, 2, 3, 23, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-02', '', 1, 0, 0, 0, 2, 2, 3, 23, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-03', '', 1, 0, 0, 0, 2, 2, 3, 23, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-04', '', 1, 0, 0, 0, 2, 2, 3, 23, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-05', '', 1, 0, 0, 0, 2, 2, 3, 23, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-06', '', 1, 0, 0, 0, 2, 2, 3, 23, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-07', '', 1, 0, 0, 0, 2, 2, 3, 23, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-08', '', 1, 0, 0, 0, 2, 2, 3, 23, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-09', '', 1, 0, 0, 0, 2, 2, 3, 23, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-10', '', 1, 0, 0, 0, 2, 2, 3, 23, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-11', '', 1, 0, 0, 0, 2, 2, 3, 23, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-12', '', 1, 0, 0, 0, 2, 2, 3, 23, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-13', '', 1, 0, 0, 0, 2, 2, 3, 23, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-23-14', '', 1, 0, 0, 0, 2, 2, 3, 23, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-01', '', 1, 0, 0, 0, 2, 2, 3, 24, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-02', '', 1, 0, 0, 0, 2, 2, 3, 24, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-03', '', 1, 0, 0, 0, 2, 2, 3, 24, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-04', '', 1, 0, 0, 0, 2, 2, 3, 24, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-05', '', 1, 0, 0, 0, 2, 2, 3, 24, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-06', '', 1, 0, 0, 0, 2, 2, 3, 24, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-07', '', 1, 0, 0, 0, 2, 2, 3, 24, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-08', '', 1, 0, 0, 0, 2, 2, 3, 24, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-09', '', 1, 0, 0, 0, 2, 2, 3, 24, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-10', '', 1, 0, 0, 0, 2, 2, 3, 24, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-11', '', 1, 0, 0, 0, 2, 2, 3, 24, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-12', '', 1, 0, 0, 0, 2, 2, 3, 24, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-13', '', 1, 0, 0, 0, 2, 2, 3, 24, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-24-14', '', 1, 0, 0, 0, 2, 2, 3, 24, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-01', '', 1, 0, 0, 0, 2, 2, 3, 25, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-02', '', 1, 0, 0, 0, 2, 2, 3, 25, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-03', '', 1, 0, 0, 0, 2, 2, 3, 25, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-04', '', 1, 0, 0, 0, 2, 2, 3, 25, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-05', '', 1, 0, 0, 0, 2, 2, 3, 25, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-06', '', 1, 0, 0, 0, 2, 2, 3, 25, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-07', '', 1, 0, 0, 0, 2, 2, 3, 25, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-08', '', 1, 0, 0, 0, 2, 2, 3, 25, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-09', '', 1, 0, 0, 0, 2, 2, 3, 25, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-10', '', 1, 0, 0, 0, 2, 2, 3, 25, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-11', '', 1, 0, 0, 0, 2, 2, 3, 25, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-12', '', 1, 0, 0, 0, 2, 2, 3, 25, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-13', '', 1, 0, 0, 0, 2, 2, 3, 25, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-25-14', '', 1, 0, 0, 0, 2, 2, 3, 25, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-01', '', 1, 0, 0, 0, 2, 2, 3, 26, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-02', '', 1, 0, 0, 0, 2, 2, 3, 26, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-03', '', 1, 0, 0, 0, 2, 2, 3, 26, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-04', '', 1, 0, 0, 0, 2, 2, 3, 26, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-05', '', 1, 0, 0, 0, 2, 2, 3, 26, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-06', '', 1, 0, 0, 0, 2, 2, 3, 26, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-07', '', 1, 0, 0, 0, 2, 2, 3, 26, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-08', '', 1, 0, 0, 0, 2, 2, 3, 26, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-09', '', 1, 0, 0, 0, 2, 2, 3, 26, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-10', '', 1, 0, 0, 0, 2, 2, 3, 26, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-11', '', 1, 0, 0, 0, 2, 2, 3, 26, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-12', '', 1, 0, 0, 0, 2, 2, 3, 26, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-13', '', 1, 0, 0, 0, 2, 2, 3, 26, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-26-14', '', 1, 0, 0, 0, 2, 2, 3, 26, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-01', '', 1, 0, 0, 0, 2, 2, 3, 27, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-02', '', 1, 0, 0, 0, 2, 2, 3, 27, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-03', '', 1, 0, 0, 0, 2, 2, 3, 27, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-04', '', 1, 0, 0, 0, 2, 2, 3, 27, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-05', '', 1, 0, 0, 0, 2, 2, 3, 27, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-06', '', 1, 0, 0, 0, 2, 2, 3, 27, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-07', '', 1, 0, 0, 0, 2, 2, 3, 27, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-08', '', 1, 0, 0, 0, 2, 2, 3, 27, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-09', '', 1, 0, 0, 0, 2, 2, 3, 27, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-10', '', 1, 0, 0, 0, 2, 2, 3, 27, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-11', '', 1, 0, 0, 0, 2, 2, 3, 27, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-12', '', 1, 0, 0, 0, 2, 2, 3, 27, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-13', '', 1, 0, 0, 0, 2, 2, 3, 27, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-27-14', '', 1, 0, 0, 0, 2, 2, 3, 27, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-01', '', 1, 0, 0, 0, 2, 2, 3, 28, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-02', '', 1, 0, 0, 0, 2, 2, 3, 28, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-03', '', 1, 0, 0, 0, 2, 2, 3, 28, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-04', '', 1, 0, 0, 0, 2, 2, 3, 28, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-05', '', 1, 0, 0, 0, 2, 2, 3, 28, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-06', '', 1, 0, 0, 0, 2, 2, 3, 28, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-07', '', 1, 0, 0, 0, 2, 2, 3, 28, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-08', '', 1, 0, 0, 0, 2, 2, 3, 28, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-09', '', 1, 0, 0, 0, 2, 2, 3, 28, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-10', '', 1, 0, 0, 0, 2, 2, 3, 28, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-11', '', 1, 0, 0, 0, 2, 2, 3, 28, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-12', '', 1, 0, 0, 0, 2, 2, 3, 28, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-13', '', 1, 0, 0, 0, 2, 2, 3, 28, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-28-14', '', 1, 0, 0, 0, 2, 2, 3, 28, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-01', '', 1, 0, 0, 0, 2, 2, 3, 29, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-02', '', 1, 0, 0, 0, 2, 2, 3, 29, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-03', '', 1, 0, 0, 0, 2, 2, 3, 29, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-04', '', 1, 0, 0, 0, 2, 2, 3, 29, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-05', '', 1, 0, 0, 0, 2, 2, 3, 29, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-06', '', 1, 0, 0, 0, 2, 2, 3, 29, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-07', '', 1, 0, 0, 0, 2, 2, 3, 29, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-08', '', 1, 0, 0, 0, 2, 2, 3, 29, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-09', '', 1, 0, 0, 0, 2, 2, 3, 29, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-10', '', 1, 0, 0, 0, 2, 2, 3, 29, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-11', '', 1, 0, 0, 0, 2, 2, 3, 29, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-12', '', 1, 0, 0, 0, 2, 2, 3, 29, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-13', '', 1, 0, 0, 0, 2, 2, 3, 29, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-29-14', '', 1, 0, 0, 0, 2, 2, 3, 29, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-01', '', 1, 0, 0, 0, 2, 2, 3, 30, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-02', '', 1, 0, 0, 0, 2, 2, 3, 30, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-03', '', 1, 0, 0, 0, 2, 2, 3, 30, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-04', '', 1, 0, 0, 0, 2, 2, 3, 30, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-05', '', 1, 0, 0, 0, 2, 2, 3, 30, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-06', '', 1, 0, 0, 0, 2, 2, 3, 30, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-07', '', 1, 0, 0, 0, 2, 2, 3, 30, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-08', '', 1, 0, 0, 0, 2, 2, 3, 30, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-09', '', 1, 0, 0, 0, 2, 2, 3, 30, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-10', '', 1, 0, 0, 0, 2, 2, 3, 30, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-11', '', 1, 0, 0, 0, 2, 2, 3, 30, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-12', '', 1, 0, 0, 0, 2, 2, 3, 30, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-13', '', 1, 0, 0, 0, 2, 2, 3, 30, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-30-14', '', 1, 0, 0, 0, 2, 2, 3, 30, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-01', '', 1, 0, 0, 0, 2, 2, 3, 31, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-02', '', 1, 0, 0, 0, 2, 2, 3, 31, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-03', '', 1, 0, 0, 0, 2, 2, 3, 31, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-04', '', 1, 0, 0, 0, 2, 2, 3, 31, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-05', '', 1, 0, 0, 0, 2, 2, 3, 31, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-06', '', 1, 0, 0, 0, 2, 2, 3, 31, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-07', '', 1, 0, 0, 0, 2, 2, 3, 31, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-08', '', 1, 0, 0, 0, 2, 2, 3, 31, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-09', '', 1, 0, 0, 0, 2, 2, 3, 31, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-10', '', 1, 0, 0, 0, 2, 2, 3, 31, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-11', '', 1, 0, 0, 0, 2, 2, 3, 31, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-12', '', 1, 0, 0, 0, 2, 2, 3, 31, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-13', '', 1, 0, 0, 0, 2, 2, 3, 31, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-31-14', '', 1, 0, 0, 0, 2, 2, 3, 31, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-01', '', 1, 0, 0, 0, 2, 2, 3, 32, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-02', '', 1, 0, 0, 0, 2, 2, 3, 32, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-03', '', 1, 0, 0, 0, 2, 2, 3, 32, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-04', '', 1, 0, 0, 0, 2, 2, 3, 32, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-05', '', 1, 0, 0, 0, 2, 2, 3, 32, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-06', '', 1, 0, 0, 0, 2, 2, 3, 32, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-07', '', 1, 0, 0, 0, 2, 2, 3, 32, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-08', '', 1, 0, 0, 0, 2, 2, 3, 32, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-09', '', 1, 0, 0, 0, 2, 2, 3, 32, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-10', '', 1, 0, 0, 0, 2, 2, 3, 32, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-11', '', 1, 0, 0, 0, 2, 2, 3, 32, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-12', '', 1, 0, 0, 0, 2, 2, 3, 32, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-13', '', 1, 0, 0, 0, 2, 2, 3, 32, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-32-14', '', 1, 0, 0, 0, 2, 2, 3, 32, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-01', '', 1, 0, 0, 0, 2, 2, 3, 33, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-02', '', 1, 0, 0, 0, 2, 2, 3, 33, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-03', '', 1, 0, 0, 0, 2, 2, 3, 33, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-04', '', 1, 0, 0, 0, 2, 2, 3, 33, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-05', '', 1, 0, 0, 0, 2, 2, 3, 33, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-06', '', 1, 0, 0, 0, 2, 2, 3, 33, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-07', '', 1, 0, 0, 0, 2, 2, 3, 33, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-08', '', 1, 0, 0, 0, 2, 2, 3, 33, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-09', '', 1, 0, 0, 0, 2, 2, 3, 33, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-10', '', 1, 0, 0, 0, 2, 2, 3, 33, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-11', '', 1, 0, 0, 0, 2, 2, 3, 33, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-12', '', 1, 0, 0, 0, 2, 2, 3, 33, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-13', '', 1, 0, 0, 0, 2, 2, 3, 33, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-33-14', '', 1, 0, 0, 0, 2, 2, 3, 33, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-01', '', 1, 0, 0, 0, 2, 2, 3, 34, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-02', '', 1, 0, 0, 0, 2, 2, 3, 34, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-03', '', 1, 0, 0, 0, 2, 2, 3, 34, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-04', '', 1, 0, 0, 0, 2, 2, 3, 34, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-05', '', 1, 0, 0, 0, 2, 2, 3, 34, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-06', '', 1, 0, 0, 0, 2, 2, 3, 34, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-07', '', 1, 0, 0, 0, 2, 2, 3, 34, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-08', '', 1, 0, 0, 0, 2, 2, 3, 34, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-09', '', 1, 0, 0, 0, 2, 2, 3, 34, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-10', '', 1, 0, 0, 0, 2, 2, 3, 34, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-11', '', 1, 0, 0, 0, 2, 2, 3, 34, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-12', '', 1, 0, 0, 0, 2, 2, 3, 34, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-13', '', 1, 0, 0, 0, 2, 2, 3, 34, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-34-14', '', 1, 0, 0, 0, 2, 2, 3, 34, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-01', '', 1, 0, 0, 0, 2, 2, 3, 35, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-02', '', 1, 0, 0, 0, 2, 2, 3, 35, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-03', '', 1, 0, 0, 0, 2, 2, 3, 35, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-04', '', 1, 0, 0, 0, 2, 2, 3, 35, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-05', '', 1, 0, 0, 0, 2, 2, 3, 35, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-06', '', 1, 0, 0, 0, 2, 2, 3, 35, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-07', '', 1, 0, 0, 0, 2, 2, 3, 35, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-08', '', 1, 0, 0, 0, 2, 2, 3, 35, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-09', '', 1, 0, 0, 0, 2, 2, 3, 35, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-10', '', 1, 0, 0, 0, 2, 2, 3, 35, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-11', '', 1, 0, 0, 0, 2, 2, 3, 35, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-12', '', 1, 0, 0, 0, 2, 2, 3, 35, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-13', '', 1, 0, 0, 0, 2, 2, 3, 35, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-35-14', '', 1, 0, 0, 0, 2, 2, 3, 35, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-01', '', 1, 0, 0, 0, 2, 2, 3, 36, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-02', '', 1, 0, 0, 0, 2, 2, 3, 36, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-03', '', 1, 0, 0, 0, 2, 2, 3, 36, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-04', '', 1, 0, 0, 0, 2, 2, 3, 36, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-05', '', 1, 0, 0, 0, 2, 2, 3, 36, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-06', '', 1, 0, 0, 0, 2, 2, 3, 36, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-07', '', 1, 0, 0, 0, 2, 2, 3, 36, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-08', '', 1, 0, 0, 0, 2, 2, 3, 36, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-09', '', 1, 0, 0, 0, 2, 2, 3, 36, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-10', '', 1, 0, 0, 0, 2, 2, 3, 36, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-11', '', 1, 0, 0, 0, 2, 2, 3, 36, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-12', '', 1, 0, 0, 0, 2, 2, 3, 36, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-13', '', 1, 0, 0, 0, 2, 2, 3, 36, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-36-14', '', 1, 0, 0, 0, 2, 2, 3, 36, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-01', '', 1, 0, 0, 0, 2, 2, 3, 37, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-02', '', 1, 0, 0, 0, 2, 2, 3, 37, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-03', '', 1, 0, 0, 0, 2, 2, 3, 37, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-04', '', 1, 0, 0, 0, 2, 2, 3, 37, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-05', '', 1, 0, 0, 0, 2, 2, 3, 37, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-06', '', 1, 0, 0, 0, 2, 2, 3, 37, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-07', '', 1, 0, 0, 0, 2, 2, 3, 37, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-08', '', 1, 0, 0, 0, 2, 2, 3, 37, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-09', '', 1, 0, 0, 0, 2, 2, 3, 37, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-10', '', 1, 0, 0, 0, 2, 2, 3, 37, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-11', '', 1, 0, 0, 0, 2, 2, 3, 37, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-12', '', 1, 0, 0, 0, 2, 2, 3, 37, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-13', '', 1, 0, 0, 0, 2, 2, 3, 37, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-37-14', '', 1, 0, 0, 0, 2, 2, 3, 37, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-01', '', 1, 0, 0, 0, 2, 2, 3, 38, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-02', '', 1, 0, 0, 0, 2, 2, 3, 38, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-03', '', 1, 0, 0, 0, 2, 2, 3, 38, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-04', '', 1, 0, 0, 0, 2, 2, 3, 38, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-05', '', 1, 0, 0, 0, 2, 2, 3, 38, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-06', '', 1, 0, 0, 0, 2, 2, 3, 38, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-07', '', 1, 0, 0, 0, 2, 2, 3, 38, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-08', '', 1, 0, 0, 0, 2, 2, 3, 38, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-09', '', 1, 0, 0, 0, 2, 2, 3, 38, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-10', '', 1, 0, 0, 0, 2, 2, 3, 38, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-11', '', 1, 0, 0, 0, 2, 2, 3, 38, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-12', '', 1, 0, 0, 0, 2, 2, 3, 38, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-13', '', 1, 0, 0, 0, 2, 2, 3, 38, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-38-14', '', 1, 0, 0, 0, 2, 2, 3, 38, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-01', '', 1, 0, 0, 0, 2, 2, 3, 39, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-02', '', 1, 0, 0, 0, 2, 2, 3, 39, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-03', '', 1, 0, 0, 0, 2, 2, 3, 39, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-04', '', 1, 0, 0, 0, 2, 2, 3, 39, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-05', '', 1, 0, 0, 0, 2, 2, 3, 39, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-06', '', 1, 0, 0, 0, 2, 2, 3, 39, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-07', '', 1, 0, 0, 0, 2, 2, 3, 39, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-08', '', 1, 0, 0, 0, 2, 2, 3, 39, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-09', '', 1, 0, 0, 0, 2, 2, 3, 39, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-10', '', 1, 0, 0, 0, 2, 2, 3, 39, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-11', '', 1, 0, 0, 0, 2, 2, 3, 39, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-12', '', 1, 0, 0, 0, 2, 2, 3, 39, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-13', '', 1, 0, 0, 0, 2, 2, 3, 39, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-39-14', '', 1, 0, 0, 0, 2, 2, 3, 39, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-01', '', 1, 0, 0, 0, 2, 2, 3, 40, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-02', '', 1, 0, 0, 0, 2, 2, 3, 40, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-03', '', 1, 0, 0, 0, 2, 2, 3, 40, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-04', '', 1, 0, 0, 0, 2, 2, 3, 40, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-05', '', 1, 0, 0, 0, 2, 2, 3, 40, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-06', '', 1, 0, 0, 0, 2, 2, 3, 40, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-07', '', 1, 0, 0, 0, 2, 2, 3, 40, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-08', '', 1, 0, 0, 0, 2, 2, 3, 40, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-09', '', 1, 0, 0, 0, 2, 2, 3, 40, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-10', '', 1, 0, 0, 0, 2, 2, 3, 40, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-11', '', 1, 0, 0, 0, 2, 2, 3, 40, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-12', '', 1, 0, 0, 0, 2, 2, 3, 40, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-13', '', 1, 0, 0, 0, 2, 2, 3, 40, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-40-14', '', 1, 0, 0, 0, 2, 2, 3, 40, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-01', '', 1, 0, 0, 0, 2, 2, 3, 41, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-02', '', 1, 0, 0, 0, 2, 2, 3, 41, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-03', '', 1, 0, 0, 0, 2, 2, 3, 41, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-04', '', 1, 0, 0, 0, 2, 2, 3, 41, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-05', '', 1, 0, 0, 0, 2, 2, 3, 41, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-06', '', 1, 0, 0, 0, 2, 2, 3, 41, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-07', '', 1, 0, 0, 0, 2, 2, 3, 41, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-08', '', 1, 0, 0, 0, 2, 2, 3, 41, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-09', '', 1, 0, 0, 0, 2, 2, 3, 41, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-10', '', 1, 0, 0, 0, 2, 2, 3, 41, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-11', '', 1, 0, 0, 0, 2, 2, 3, 41, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-12', '', 1, 0, 0, 0, 2, 2, 3, 41, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-13', '', 1, 0, 0, 0, 2, 2, 3, 41, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-41-14', '', 1, 0, 0, 0, 2, 2, 3, 41, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-01', '', 1, 0, 0, 0, 2, 2, 3, 42, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-02', '', 1, 0, 0, 0, 2, 2, 3, 42, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-03', '', 1, 0, 0, 0, 2, 2, 3, 42, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-04', '', 1, 0, 0, 0, 2, 2, 3, 42, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-05', '', 1, 0, 0, 0, 2, 2, 3, 42, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-06', '', 1, 0, 0, 0, 2, 2, 3, 42, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-07', '', 1, 0, 0, 0, 2, 2, 3, 42, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-08', '', 1, 0, 0, 0, 2, 2, 3, 42, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-09', '', 1, 0, 0, 0, 2, 2, 3, 42, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-10', '', 1, 0, 0, 0, 2, 2, 3, 42, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-11', '', 1, 0, 0, 0, 2, 2, 3, 42, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-12', '', 1, 0, 0, 0, 2, 2, 3, 42, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-13', '', 1, 0, 0, 0, 2, 2, 3, 42, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-42-14', '', 1, 0, 0, 0, 2, 2, 3, 42, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-01', '', 1, 0, 0, 0, 2, 2, 3, 43, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-02', '', 1, 0, 0, 0, 2, 2, 3, 43, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-03', '', 1, 0, 0, 0, 2, 2, 3, 43, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-04', '', 1, 0, 0, 0, 2, 2, 3, 43, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-05', '', 1, 0, 0, 0, 2, 2, 3, 43, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-06', '', 1, 0, 0, 0, 2, 2, 3, 43, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-07', '', 1, 0, 0, 0, 2, 2, 3, 43, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-08', '', 1, 0, 0, 0, 2, 2, 3, 43, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-09', '', 1, 0, 0, 0, 2, 2, 3, 43, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-10', '', 1, 0, 0, 0, 2, 2, 3, 43, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-11', '', 1, 0, 0, 0, 2, 2, 3, 43, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-12', '', 1, 0, 0, 0, 2, 2, 3, 43, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-13', '', 1, 0, 0, 0, 2, 2, 3, 43, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-43-14', '', 1, 0, 0, 0, 2, 2, 3, 43, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-01', '', 1, 0, 0, 0, 2, 2, 3, 44, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-02', '', 1, 0, 0, 0, 2, 2, 3, 44, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-03', '', 1, 0, 0, 0, 2, 2, 3, 44, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-04', '', 1, 0, 0, 0, 2, 2, 3, 44, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-05', '', 1, 0, 0, 0, 2, 2, 3, 44, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-06', '', 1, 0, 0, 0, 2, 2, 3, 44, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-07', '', 1, 0, 0, 0, 2, 2, 3, 44, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-08', '', 1, 0, 0, 0, 2, 2, 3, 44, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-09', '', 1, 0, 0, 0, 2, 2, 3, 44, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-10', '', 1, 0, 0, 0, 2, 2, 3, 44, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-11', '', 1, 0, 0, 0, 2, 2, 3, 44, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-12', '', 1, 0, 0, 0, 2, 2, 3, 44, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-13', '', 1, 0, 0, 0, 2, 2, 3, 44, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-44-14', '', 1, 0, 0, 0, 2, 2, 3, 44, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-01', '', 1, 0, 0, 0, 2, 2, 3, 45, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-02', '', 1, 0, 0, 0, 2, 2, 3, 45, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-03', '', 1, 0, 0, 0, 2, 2, 3, 45, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-04', '', 1, 0, 0, 0, 2, 2, 3, 45, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-05', '', 1, 0, 0, 0, 2, 2, 3, 45, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-06', '', 1, 0, 0, 0, 2, 2, 3, 45, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-07', '', 1, 0, 0, 0, 2, 2, 3, 45, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-08', '', 1, 0, 0, 0, 2, 2, 3, 45, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-09', '', 1, 0, 0, 0, 2, 2, 3, 45, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-10', '', 1, 0, 0, 0, 2, 2, 3, 45, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-11', '', 1, 0, 0, 0, 2, 2, 3, 45, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-12', '', 1, 0, 0, 0, 2, 2, 3, 45, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-13', '', 1, 0, 0, 0, 2, 2, 3, 45, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-45-14', '', 1, 0, 0, 0, 2, 2, 3, 45, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-01', '', 1, 0, 0, 0, 2, 2, 3, 46, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-02', '', 1, 0, 0, 0, 2, 2, 3, 46, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-03', '', 1, 0, 0, 0, 2, 2, 3, 46, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-04', '', 1, 0, 0, 0, 2, 2, 3, 46, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-05', '', 1, 0, 0, 0, 2, 2, 3, 46, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-06', '', 1, 0, 0, 0, 2, 2, 3, 46, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-07', '', 1, 0, 0, 0, 2, 2, 3, 46, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-08', '', 1, 0, 0, 0, 2, 2, 3, 46, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-09', '', 1, 0, 0, 0, 2, 2, 3, 46, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-10', '', 1, 0, 0, 0, 2, 2, 3, 46, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-11', '', 1, 0, 0, 0, 2, 2, 3, 46, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-12', '', 1, 0, 0, 0, 2, 2, 3, 46, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-13', '', 1, 0, 0, 0, 2, 2, 3, 46, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-46-14', '', 1, 0, 0, 0, 2, 2, 3, 46, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-01', '', 1, 0, 0, 0, 2, 2, 3, 47, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-02', '', 1, 0, 0, 0, 2, 2, 3, 47, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-03', '', 1, 0, 0, 0, 2, 2, 3, 47, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-04', '', 1, 0, 0, 0, 2, 2, 3, 47, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-05', '', 1, 0, 0, 0, 2, 2, 3, 47, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-06', '', 1, 0, 0, 0, 2, 2, 3, 47, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-07', '', 1, 0, 0, 0, 2, 2, 3, 47, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-08', '', 1, 0, 0, 0, 2, 2, 3, 47, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-09', '', 1, 0, 0, 0, 2, 2, 3, 47, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-10', '', 1, 0, 0, 0, 2, 2, 3, 47, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-11', '', 1, 0, 0, 0, 2, 2, 3, 47, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-12', '', 1, 0, 0, 0, 2, 2, 3, 47, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-13', '', 1, 0, 0, 0, 2, 2, 3, 47, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-47-14', '', 1, 0, 0, 0, 2, 2, 3, 47, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-01', '', 1, 0, 0, 0, 2, 2, 3, 48, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-02', '', 1, 0, 0, 0, 2, 2, 3, 48, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-03', '', 1, 0, 0, 0, 2, 2, 3, 48, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-04', '', 1, 0, 0, 0, 2, 2, 3, 48, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-05', '', 1, 0, 0, 0, 2, 2, 3, 48, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-06', '', 1, 0, 0, 0, 2, 2, 3, 48, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-07', '', 1, 0, 0, 0, 2, 2, 3, 48, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-08', '', 1, 0, 0, 0, 2, 2, 3, 48, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-09', '', 1, 0, 0, 0, 2, 2, 3, 48, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-10', '', 1, 0, 0, 0, 2, 2, 3, 48, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-11', '', 1, 0, 0, 0, 2, 2, 3, 48, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-12', '', 1, 0, 0, 0, 2, 2, 3, 48, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-13', '', 1, 0, 0, 0, 2, 2, 3, 48, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-48-14', '', 1, 0, 0, 0, 2, 2, 3, 48, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-01', '', 1, 0, 0, 0, 2, 2, 3, 49, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-02', '', 1, 0, 0, 0, 2, 2, 3, 49, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-03', '', 1, 0, 0, 0, 2, 2, 3, 49, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-04', '', 1, 0, 0, 0, 2, 2, 3, 49, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-05', '', 1, 0, 0, 0, 2, 2, 3, 49, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-06', '', 1, 0, 0, 0, 2, 2, 3, 49, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-07', '', 1, 0, 0, 0, 2, 2, 3, 49, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-08', '', 1, 0, 0, 0, 2, 2, 3, 49, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-09', '', 1, 0, 0, 0, 2, 2, 3, 49, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-10', '', 1, 0, 0, 0, 2, 2, 3, 49, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-11', '', 1, 0, 0, 0, 2, 2, 3, 49, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-12', '', 1, 0, 0, 0, 2, 2, 3, 49, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-13', '', 1, 0, 0, 0, 2, 2, 3, 49, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-49-14', '', 1, 0, 0, 0, 2, 2, 3, 49, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-01', '', 1, 0, 0, 0, 2, 2, 3, 50, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-02', '', 1, 0, 0, 0, 2, 2, 3, 50, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-03', '', 1, 0, 0, 0, 2, 2, 3, 50, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-04', '', 1, 0, 0, 0, 2, 2, 3, 50, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-05', '', 1, 0, 0, 0, 2, 2, 3, 50, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-06', '', 1, 0, 0, 0, 2, 2, 3, 50, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-07', '', 1, 0, 0, 0, 2, 2, 3, 50, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-08', '', 1, 0, 0, 0, 2, 2, 3, 50, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-09', '', 1, 0, 0, 0, 2, 2, 3, 50, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-10', '', 1, 0, 0, 0, 2, 2, 3, 50, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-11', '', 1, 0, 0, 0, 2, 2, 3, 50, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-12', '', 1, 0, 0, 0, 2, 2, 3, 50, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-13', '', 1, 0, 0, 0, 2, 2, 3, 50, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-50-14', '', 1, 0, 0, 0, 2, 2, 3, 50, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-01', '', 1, 0, 0, 0, 2, 2, 3, 51, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-02', '', 1, 0, 0, 0, 2, 2, 3, 51, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-03', '', 1, 0, 0, 0, 2, 2, 3, 51, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-04', '', 1, 0, 0, 0, 2, 2, 3, 51, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-05', '', 1, 0, 0, 0, 2, 2, 3, 51, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-06', '', 1, 0, 0, 0, 2, 2, 3, 51, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-07', '', 1, 0, 0, 0, 2, 2, 3, 51, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-08', '', 1, 0, 0, 0, 2, 2, 3, 51, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-09', '', 1, 0, 0, 0, 2, 2, 3, 51, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-10', '', 1, 0, 0, 0, 2, 2, 3, 51, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-11', '', 1, 0, 0, 0, 2, 2, 3, 51, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-12', '', 1, 0, 0, 0, 2, 2, 3, 51, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-13', '', 1, 0, 0, 0, 2, 2, 3, 51, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-51-14', '', 1, 0, 0, 0, 2, 2, 3, 51, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-01', '', 1, 0, 0, 0, 2, 2, 3, 52, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-02', '', 1, 0, 0, 0, 2, 2, 3, 52, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-03', '', 1, 0, 0, 0, 2, 2, 3, 52, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-04', '', 1, 0, 0, 0, 2, 2, 3, 52, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-05', '', 1, 0, 0, 0, 2, 2, 3, 52, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-06', '', 1, 0, 0, 0, 2, 2, 3, 52, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-07', '', 1, 0, 0, 0, 2, 2, 3, 52, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-08', '', 1, 0, 0, 0, 2, 2, 3, 52, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-09', '', 1, 0, 0, 0, 2, 2, 3, 52, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-10', '', 1, 0, 0, 0, 2, 2, 3, 52, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-11', '', 1, 0, 0, 0, 2, 2, 3, 52, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-12', '', 1, 0, 0, 0, 2, 2, 3, 52, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-13', '', 1, 0, 0, 0, 2, 2, 3, 52, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-52-14', '', 1, 0, 0, 0, 2, 2, 3, 52, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-01', '', 1, 0, 0, 0, 2, 2, 3, 53, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-02', '', 1, 0, 0, 0, 2, 2, 3, 53, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-03', '', 1, 0, 0, 0, 2, 2, 3, 53, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-04', '', 1, 0, 0, 0, 2, 2, 3, 53, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-05', '', 1, 0, 0, 0, 2, 2, 3, 53, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-06', '', 1, 0, 0, 0, 2, 2, 3, 53, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-07', '', 1, 0, 0, 0, 2, 2, 3, 53, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-08', '', 1, 0, 0, 0, 2, 2, 3, 53, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-09', '', 1, 0, 0, 0, 2, 2, 3, 53, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-10', '', 1, 0, 0, 0, 2, 2, 3, 53, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-11', '', 1, 0, 0, 0, 2, 2, 3, 53, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-12', '', 1, 0, 0, 0, 2, 2, 3, 53, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-13', '', 1, 0, 0, 0, 2, 2, 3, 53, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-53-14', '', 1, 0, 0, 0, 2, 2, 3, 53, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-01', '', 1, 0, 0, 0, 2, 2, 3, 54, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-02', '', 1, 0, 0, 0, 2, 2, 3, 54, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-03', '', 1, 0, 0, 0, 2, 2, 3, 54, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-04', '', 1, 0, 0, 0, 2, 2, 3, 54, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-05', '', 1, 0, 0, 0, 2, 2, 3, 54, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-06', '', 1, 0, 0, 0, 2, 2, 3, 54, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-07', '', 1, 0, 0, 0, 2, 2, 3, 54, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-08', '', 1, 0, 0, 0, 2, 2, 3, 54, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-09', '', 1, 0, 0, 0, 2, 2, 3, 54, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-10', '', 1, 0, 0, 0, 2, 2, 3, 54, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-11', '', 1, 0, 0, 0, 2, 2, 3, 54, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-12', '', 1, 0, 0, 0, 2, 2, 3, 54, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-13', '', 1, 0, 0, 0, 2, 2, 3, 54, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-54-14', '', 1, 0, 0, 0, 2, 2, 3, 54, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-01', '', 1, 0, 0, 0, 2, 2, 3, 55, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-02', '', 1, 0, 0, 0, 2, 2, 3, 55, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-03', '', 1, 0, 0, 0, 2, 2, 3, 55, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-04', '', 1, 0, 0, 0, 2, 2, 3, 55, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-05', '', 1, 0, 0, 0, 2, 2, 3, 55, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-06', '', 1, 0, 0, 0, 2, 2, 3, 55, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-07', '', 1, 0, 0, 0, 2, 2, 3, 55, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-08', '', 1, 0, 0, 0, 2, 2, 3, 55, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-09', '', 1, 0, 0, 0, 2, 2, 3, 55, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-10', '', 1, 0, 0, 0, 2, 2, 3, 55, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-11', '', 1, 0, 0, 0, 2, 2, 3, 55, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-12', '', 1, 0, 0, 0, 2, 2, 3, 55, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-13', '', 1, 0, 0, 0, 2, 2, 3, 55, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-55-14', '', 1, 0, 0, 0, 2, 2, 3, 55, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-01', '', 1, 0, 0, 0, 2, 2, 3, 56, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-02', '', 1, 0, 0, 0, 2, 2, 3, 56, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-03', '', 1, 0, 0, 0, 2, 2, 3, 56, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-04', '', 1, 0, 0, 0, 2, 2, 3, 56, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-05', '', 1, 0, 0, 0, 2, 2, 3, 56, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-06', '', 1, 0, 0, 0, 2, 2, 3, 56, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-07', '', 1, 0, 0, 0, 2, 2, 3, 56, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-08', '', 1, 0, 0, 0, 2, 2, 3, 56, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-09', '', 1, 0, 0, 0, 2, 2, 3, 56, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-10', '', 1, 0, 0, 0, 2, 2, 3, 56, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-11', '', 1, 0, 0, 0, 2, 2, 3, 56, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-12', '', 1, 0, 0, 0, 2, 2, 3, 56, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-13', '', 1, 0, 0, 0, 2, 2, 3, 56, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-56-14', '', 1, 0, 0, 0, 2, 2, 3, 56, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-01', '', 1, 0, 0, 0, 2, 2, 3, 57, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-02', '', 1, 0, 0, 0, 2, 2, 3, 57, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-03', '', 1, 0, 0, 0, 2, 2, 3, 57, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-04', '', 1, 0, 0, 0, 2, 2, 3, 57, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-05', '', 1, 0, 0, 0, 2, 2, 3, 57, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-06', '', 1, 0, 0, 0, 2, 2, 3, 57, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-07', '', 1, 0, 0, 0, 2, 2, 3, 57, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-08', '', 1, 0, 0, 0, 2, 2, 3, 57, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-09', '', 1, 0, 0, 0, 2, 2, 3, 57, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-10', '', 1, 0, 0, 0, 2, 2, 3, 57, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-11', '', 1, 0, 0, 0, 2, 2, 3, 57, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-12', '', 1, 0, 0, 0, 2, 2, 3, 57, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-13', '', 1, 0, 0, 0, 2, 2, 3, 57, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-57-14', '', 1, 0, 0, 0, 2, 2, 3, 57, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-01', '', 1, 0, 0, 0, 2, 2, 3, 58, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-02', '', 1, 0, 0, 0, 2, 2, 3, 58, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-03', '', 1, 0, 0, 0, 2, 2, 3, 58, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-04', '', 1, 0, 0, 0, 2, 2, 3, 58, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-05', '', 1, 0, 0, 0, 2, 2, 3, 58, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-06', '', 1, 0, 0, 0, 2, 2, 3, 58, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-07', '', 1, 0, 0, 0, 2, 2, 3, 58, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-08', '', 1, 0, 0, 0, 2, 2, 3, 58, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-09', '', 1, 0, 0, 0, 2, 2, 3, 58, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-10', '', 1, 0, 0, 0, 2, 2, 3, 58, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-11', '', 1, 0, 0, 0, 2, 2, 3, 58, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-12', '', 1, 0, 0, 0, 2, 2, 3, 58, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-13', '', 1, 0, 0, 0, 2, 2, 3, 58, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-58-14', '', 1, 0, 0, 0, 2, 2, 3, 58, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-01', '', 1, 0, 0, 0, 2, 2, 3, 59, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-02', '', 1, 0, 0, 0, 2, 2, 3, 59, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-03', '', 1, 0, 0, 0, 2, 2, 3, 59, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-04', '', 1, 0, 0, 0, 2, 2, 3, 59, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-05', '', 1, 0, 0, 0, 2, 2, 3, 59, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-06', '', 1, 0, 0, 0, 2, 2, 3, 59, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-07', '', 1, 0, 0, 0, 2, 2, 3, 59, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-08', '', 1, 0, 0, 0, 2, 2, 3, 59, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-09', '', 1, 0, 0, 0, 2, 2, 3, 59, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-10', '', 1, 0, 0, 0, 2, 2, 3, 59, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-11', '', 1, 0, 0, 0, 2, 2, 3, 59, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-12', '', 1, 0, 0, 0, 2, 2, 3, 59, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-13', '', 1, 0, 0, 0, 2, 2, 3, 59, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-59-14', '', 1, 0, 0, 0, 2, 2, 3, 59, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-01', '', 1, 0, 0, 0, 2, 2, 3, 60, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-02', '', 1, 0, 0, 0, 2, 2, 3, 60, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-03', '', 1, 0, 0, 0, 2, 2, 3, 60, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-04', '', 1, 0, 0, 0, 2, 2, 3, 60, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-05', '', 1, 0, 0, 0, 2, 2, 3, 60, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-06', '', 1, 0, 0, 0, 2, 2, 3, 60, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-07', '', 1, 0, 0, 0, 2, 2, 3, 60, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-08', '', 1, 0, 0, 0, 2, 2, 3, 60, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-09', '', 1, 0, 0, 0, 2, 2, 3, 60, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-10', '', 1, 0, 0, 0, 2, 2, 3, 60, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-11', '', 1, 0, 0, 0, 2, 2, 3, 60, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-12', '', 1, 0, 0, 0, 2, 2, 3, 60, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-13', '', 1, 0, 0, 0, 2, 2, 3, 60, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-60-14', '', 1, 0, 0, 0, 2, 2, 3, 60, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-01', '', 1, 0, 0, 0, 2, 2, 3, 61, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-02', '', 1, 0, 0, 0, 2, 2, 3, 61, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-03', '', 1, 0, 0, 0, 2, 2, 3, 61, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-04', '', 1, 0, 0, 0, 2, 2, 3, 61, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-05', '', 1, 0, 0, 0, 2, 2, 3, 61, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-06', '', 1, 0, 0, 0, 2, 2, 3, 61, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-07', '', 1, 0, 0, 0, 2, 2, 3, 61, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-08', '', 1, 0, 0, 0, 2, 2, 3, 61, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-09', '', 1, 0, 0, 0, 2, 2, 3, 61, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-10', '', 1, 0, 0, 0, 2, 2, 3, 61, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-11', '', 1, 0, 0, 0, 2, 2, 3, 61, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-12', '', 1, 0, 0, 0, 2, 2, 3, 61, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-13', '', 1, 0, 0, 0, 2, 2, 3, 61, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-61-14', '', 1, 0, 0, 0, 2, 2, 3, 61, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-01', '', 1, 0, 0, 0, 2, 2, 3, 62, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-02', '', 1, 0, 0, 0, 2, 2, 3, 62, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-03', '', 1, 0, 0, 0, 2, 2, 3, 62, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-04', '', 1, 0, 0, 0, 2, 2, 3, 62, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-05', '', 1, 0, 0, 0, 2, 2, 3, 62, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-06', '', 1, 0, 0, 0, 2, 2, 3, 62, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-07', '', 1, 0, 0, 0, 2, 2, 3, 62, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-08', '', 1, 0, 0, 0, 2, 2, 3, 62, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-09', '', 1, 0, 0, 0, 2, 2, 3, 62, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-10', '', 1, 0, 0, 0, 2, 2, 3, 62, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-11', '', 1, 0, 0, 0, 2, 2, 3, 62, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-12', '', 1, 0, 0, 0, 2, 2, 3, 62, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-13', '', 1, 0, 0, 0, 2, 2, 3, 62, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-62-14', '', 1, 0, 0, 0, 2, 2, 3, 62, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-01', '', 1, 0, 0, 0, 2, 2, 3, 63, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-02', '', 1, 0, 0, 0, 2, 2, 3, 63, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-03', '', 1, 0, 0, 0, 2, 2, 3, 63, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-04', '', 1, 0, 0, 0, 2, 2, 3, 63, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-05', '', 1, 0, 0, 0, 2, 2, 3, 63, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-06', '', 1, 0, 0, 0, 2, 2, 3, 63, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-07', '', 1, 0, 0, 0, 2, 2, 3, 63, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-08', '', 1, 0, 0, 0, 2, 2, 3, 63, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-09', '', 1, 0, 0, 0, 2, 2, 3, 63, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-10', '', 1, 0, 0, 0, 2, 2, 3, 63, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-11', '', 1, 0, 0, 0, 2, 2, 3, 63, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-12', '', 1, 0, 0, 0, 2, 2, 3, 63, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-13', '', 1, 0, 0, 0, 2, 2, 3, 63, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-63-14', '', 1, 0, 0, 0, 2, 2, 3, 63, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-01', '', 1, 0, 0, 0, 2, 2, 3, 64, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-02', '', 1, 0, 0, 0, 2, 2, 3, 64, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-03', '', 1, 0, 0, 0, 2, 2, 3, 64, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-04', '', 1, 0, 0, 0, 2, 2, 3, 64, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-05', '', 1, 0, 0, 0, 2, 2, 3, 64, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-06', '', 1, 0, 0, 0, 2, 2, 3, 64, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-07', '', 1, 0, 0, 0, 2, 2, 3, 64, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-08', '', 1, 0, 0, 0, 2, 2, 3, 64, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-09', '', 1, 0, 0, 0, 2, 2, 3, 64, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-10', '', 1, 0, 0, 0, 2, 2, 3, 64, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-11', '', 1, 0, 0, 0, 2, 2, 3, 64, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-12', '', 1, 0, 0, 0, 2, 2, 3, 64, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-13', '', 1, 0, 0, 0, 2, 2, 3, 64, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-64-14', '', 1, 0, 0, 0, 2, 2, 3, 64, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-01', '', 1, 0, 0, 0, 2, 2, 3, 65, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-02', '', 1, 0, 0, 0, 2, 2, 3, 65, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-03', '', 1, 0, 0, 0, 2, 2, 3, 65, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-04', '', 1, 0, 0, 0, 2, 2, 3, 65, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-05', '', 1, 0, 0, 0, 2, 2, 3, 65, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-06', '', 1, 0, 0, 0, 2, 2, 3, 65, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-07', '', 1, 0, 0, 0, 2, 2, 3, 65, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-08', '', 1, 0, 0, 0, 2, 2, 3, 65, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-09', '', 1, 0, 0, 0, 2, 2, 3, 65, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-10', '', 1, 0, 0, 0, 2, 2, 3, 65, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-11', '', 1, 0, 0, 0, 2, 2, 3, 65, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-12', '', 1, 0, 0, 0, 2, 2, 3, 65, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-13', '', 1, 0, 0, 0, 2, 2, 3, 65, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-65-14', '', 1, 0, 0, 0, 2, 2, 3, 65, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-01', '', 1, 0, 0, 0, 2, 2, 3, 66, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-02', '', 1, 0, 0, 0, 2, 2, 3, 66, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-03', '', 1, 0, 0, 0, 2, 2, 3, 66, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-04', '', 1, 0, 0, 0, 2, 2, 3, 66, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-05', '', 1, 0, 0, 0, 2, 2, 3, 66, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-06', '', 1, 0, 0, 0, 2, 2, 3, 66, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-07', '', 1, 0, 0, 0, 2, 2, 3, 66, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-08', '', 1, 0, 0, 0, 2, 2, 3, 66, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-09', '', 1, 0, 0, 0, 2, 2, 3, 66, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-10', '', 1, 0, 0, 0, 2, 2, 3, 66, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-11', '', 1, 0, 0, 0, 2, 2, 3, 66, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-12', '', 1, 0, 0, 0, 2, 2, 3, 66, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-13', '', 1, 0, 0, 0, 2, 2, 3, 66, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-66-14', '', 1, 0, 0, 0, 2, 2, 3, 66, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-01', '', 1, 0, 0, 0, 2, 2, 3, 67, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-02', '', 1, 0, 0, 0, 2, 2, 3, 67, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-03', '', 1, 0, 0, 0, 2, 2, 3, 67, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-04', '', 1, 0, 0, 0, 2, 2, 3, 67, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-05', '', 1, 0, 0, 0, 2, 2, 3, 67, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-06', '', 1, 0, 0, 0, 2, 2, 3, 67, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-07', '', 1, 0, 0, 0, 2, 2, 3, 67, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-08', '', 1, 0, 0, 0, 2, 2, 3, 67, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-09', '', 1, 0, 0, 0, 2, 2, 3, 67, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-10', '', 1, 0, 0, 0, 2, 2, 3, 67, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-11', '', 1, 0, 0, 0, 2, 2, 3, 67, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-12', '', 1, 0, 0, 0, 2, 2, 3, 67, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-13', '', 1, 0, 0, 0, 2, 2, 3, 67, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-67-14', '', 1, 0, 0, 0, 2, 2, 3, 67, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-01', '', 1, 0, 0, 0, 2, 2, 3, 68, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-02', '', 1, 0, 0, 0, 2, 2, 3, 68, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-03', '', 1, 0, 0, 0, 2, 2, 3, 68, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-04', '', 1, 0, 0, 0, 2, 2, 3, 68, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-05', '', 1, 0, 0, 0, 2, 2, 3, 68, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-06', '', 1, 0, 0, 0, 2, 2, 3, 68, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-07', '', 1, 0, 0, 0, 2, 2, 3, 68, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-08', '', 1, 0, 0, 0, 2, 2, 3, 68, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-09', '', 1, 0, 0, 0, 2, 2, 3, 68, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-10', '', 1, 0, 0, 0, 2, 2, 3, 68, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-11', '', 1, 0, 0, 0, 2, 2, 3, 68, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-12', '', 1, 0, 0, 0, 2, 2, 3, 68, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-13', '', 1, 0, 0, 0, 2, 2, 3, 68, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-68-14', '', 1, 0, 0, 0, 2, 2, 3, 68, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-01', '', 1, 0, 0, 0, 2, 2, 3, 69, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-02', '', 1, 0, 0, 0, 2, 2, 3, 69, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-03', '', 1, 0, 0, 0, 2, 2, 3, 69, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-04', '', 1, 0, 0, 0, 2, 2, 3, 69, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-05', '', 1, 0, 0, 0, 2, 2, 3, 69, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-06', '', 1, 0, 0, 0, 2, 2, 3, 69, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-07', '', 1, 0, 0, 0, 2, 2, 3, 69, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-08', '', 1, 0, 0, 0, 2, 2, 3, 69, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-09', '', 1, 0, 0, 0, 2, 2, 3, 69, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-10', '', 1, 0, 0, 0, 2, 2, 3, 69, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-11', '', 1, 0, 0, 0, 2, 2, 3, 69, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-12', '', 1, 0, 0, 0, 2, 2, 3, 69, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-13', '', 1, 0, 0, 0, 2, 2, 3, 69, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-69-14', '', 1, 0, 0, 0, 2, 2, 3, 69, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-01', '', 1, 0, 0, 0, 2, 2, 3, 70, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-02', '', 1, 0, 0, 0, 2, 2, 3, 70, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-03', '', 1, 0, 0, 0, 2, 2, 3, 70, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-04', '', 1, 0, 0, 0, 2, 2, 3, 70, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-05', '', 1, 0, 0, 0, 2, 2, 3, 70, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-06', '', 1, 0, 0, 0, 2, 2, 3, 70, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-07', '', 1, 0, 0, 0, 2, 2, 3, 70, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-08', '', 1, 0, 0, 0, 2, 2, 3, 70, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-09', '', 1, 0, 0, 0, 2, 2, 3, 70, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-10', '', 1, 0, 0, 0, 2, 2, 3, 70, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-11', '', 1, 0, 0, 0, 2, 2, 3, 70, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-12', '', 1, 0, 0, 0, 2, 2, 3, 70, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-13', '', 1, 0, 0, 0, 2, 2, 3, 70, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-70-14', '', 1, 0, 0, 0, 2, 2, 3, 70, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-01', '', 1, 0, 0, 0, 2, 2, 3, 71, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-02', '', 1, 0, 0, 0, 2, 2, 3, 71, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-03', '', 1, 0, 0, 0, 2, 2, 3, 71, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-04', '', 1, 0, 0, 0, 2, 2, 3, 71, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-05', '', 1, 0, 0, 0, 2, 2, 3, 71, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-06', '', 1, 0, 0, 0, 2, 2, 3, 71, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-07', '', 1, 0, 0, 0, 2, 2, 3, 71, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-08', '', 1, 0, 0, 0, 2, 2, 3, 71, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-09', '', 1, 0, 0, 0, 2, 2, 3, 71, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-10', '', 1, 0, 0, 0, 2, 2, 3, 71, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-11', '', 1, 0, 0, 0, 2, 2, 3, 71, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-12', '', 1, 0, 0, 0, 2, 2, 3, 71, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-13', '', 1, 0, 0, 0, 2, 2, 3, 71, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-71-14', '', 1, 0, 0, 0, 2, 2, 3, 71, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-01', '', 1, 0, 0, 0, 2, 2, 3, 72, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-02', '', 1, 0, 0, 0, 2, 2, 3, 72, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-03', '', 1, 0, 0, 0, 2, 2, 3, 72, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-04', '', 1, 0, 0, 0, 2, 2, 3, 72, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-05', '', 1, 0, 0, 0, 2, 2, 3, 72, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-06', '', 1, 0, 0, 0, 2, 2, 3, 72, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-07', '', 1, 0, 0, 0, 2, 2, 3, 72, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-08', '', 1, 0, 0, 0, 2, 2, 3, 72, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-09', '', 1, 0, 0, 0, 2, 2, 3, 72, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-10', '', 1, 0, 0, 0, 2, 2, 3, 72, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-11', '', 1, 0, 0, 0, 2, 2, 3, 72, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-12', '', 1, 0, 0, 0, 2, 2, 3, 72, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-13', '', 1, 0, 0, 0, 2, 2, 3, 72, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-72-14', '', 1, 0, 0, 0, 2, 2, 3, 72, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-01', '', 1, 0, 0, 0, 2, 2, 3, 73, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-02', '', 1, 0, 0, 0, 2, 2, 3, 73, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-03', '', 1, 0, 0, 0, 2, 2, 3, 73, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-04', '', 1, 0, 0, 0, 2, 2, 3, 73, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-05', '', 1, 0, 0, 0, 2, 2, 3, 73, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-06', '', 1, 0, 0, 0, 2, 2, 3, 73, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-07', '', 1, 0, 0, 0, 2, 2, 3, 73, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-08', '', 1, 0, 0, 0, 2, 2, 3, 73, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-09', '', 1, 0, 0, 0, 2, 2, 3, 73, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-10', '', 1, 0, 0, 0, 2, 2, 3, 73, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-11', '', 1, 0, 0, 0, 2, 2, 3, 73, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-12', '', 1, 0, 0, 0, 2, 2, 3, 73, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-13', '', 1, 0, 0, 0, 2, 2, 3, 73, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-73-14', '', 1, 0, 0, 0, 2, 2, 3, 73, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-01', '', 1, 0, 0, 0, 2, 2, 3, 74, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-02', '', 1, 0, 0, 0, 2, 2, 3, 74, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-03', '', 1, 0, 0, 0, 2, 2, 3, 74, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-04', '', 1, 0, 0, 0, 2, 2, 3, 74, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-05', '', 1, 0, 0, 0, 2, 2, 3, 74, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-06', '', 1, 0, 0, 0, 2, 2, 3, 74, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-07', '', 1, 0, 0, 0, 2, 2, 3, 74, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-08', '', 1, 0, 0, 0, 2, 2, 3, 74, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-09', '', 1, 0, 0, 0, 2, 2, 3, 74, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-10', '', 1, 0, 0, 0, 2, 2, 3, 74, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-11', '', 1, 0, 0, 0, 2, 2, 3, 74, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-12', '', 1, 0, 0, 0, 2, 2, 3, 74, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-13', '', 1, 0, 0, 0, 2, 2, 3, 74, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A3-74-14', '', 1, 0, 0, 0, 2, 2, 3, 74, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-01', '', 1, 0, 0, 0, 2, 2, 4, 1, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-02', '', 1, 0, 0, 0, 2, 2, 4, 1, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-03', '', 1, 0, 0, 0, 2, 2, 4, 1, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-04', '', 1, 0, 0, 0, 2, 2, 4, 1, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-05', '', 1, 0, 0, 0, 2, 2, 4, 1, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-06', '', 1, 0, 0, 0, 2, 2, 4, 1, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-07', '', 1, 0, 0, 0, 2, 2, 4, 1, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-08', '', 1, 0, 0, 0, 2, 2, 4, 1, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-09', '', 1, 0, 0, 0, 2, 2, 4, 1, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-10', '', 1, 0, 0, 0, 2, 2, 4, 1, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-11', '', 1, 0, 0, 0, 2, 2, 4, 1, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-12', '', 1, 0, 0, 0, 2, 2, 4, 1, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-13', '', 1, 0, 0, 0, 2, 2, 4, 1, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-01-14', '', 1, 0, 0, 0, 2, 2, 4, 1, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-01', '', 1, 0, 0, 0, 2, 2, 4, 2, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-02', '', 1, 0, 0, 0, 2, 2, 4, 2, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-03', '', 1, 0, 0, 0, 2, 2, 4, 2, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-04', '', 1, 0, 0, 0, 2, 2, 4, 2, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-05', '', 1, 0, 0, 0, 2, 2, 4, 2, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-06', '', 1, 0, 0, 0, 2, 2, 4, 2, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-07', '', 1, 0, 0, 0, 2, 2, 4, 2, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-08', '', 1, 0, 0, 0, 2, 2, 4, 2, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-09', '', 1, 0, 0, 0, 2, 2, 4, 2, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-10', '', 1, 0, 0, 0, 2, 2, 4, 2, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-11', '', 1, 0, 0, 0, 2, 2, 4, 2, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-12', '', 1, 0, 0, 0, 2, 2, 4, 2, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-13', '', 1, 0, 0, 0, 2, 2, 4, 2, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-02-14', '', 1, 0, 0, 0, 2, 2, 4, 2, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-01', '', 1, 0, 0, 0, 2, 2, 4, 3, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-02', '', 1, 0, 0, 0, 2, 2, 4, 3, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-03', '', 1, 0, 0, 0, 2, 2, 4, 3, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-04', '', 1, 0, 0, 0, 2, 2, 4, 3, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-05', '', 1, 0, 0, 0, 2, 2, 4, 3, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-06', '', 1, 0, 0, 0, 2, 2, 4, 3, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-07', '', 1, 0, 0, 0, 2, 2, 4, 3, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-08', '', 1, 0, 0, 0, 2, 2, 4, 3, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-09', '', 1, 0, 0, 0, 2, 2, 4, 3, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-10', '', 1, 0, 0, 0, 2, 2, 4, 3, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-11', '', 1, 0, 0, 0, 2, 2, 4, 3, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-12', '', 1, 0, 0, 0, 2, 2, 4, 3, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-13', '', 1, 0, 0, 0, 2, 2, 4, 3, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-03-14', '', 1, 0, 0, 0, 2, 2, 4, 3, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-01', '', 1, 0, 0, 0, 2, 2, 4, 4, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-02', '', 1, 0, 0, 0, 2, 2, 4, 4, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-03', '', 1, 0, 0, 0, 2, 2, 4, 4, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-04', '', 1, 0, 0, 0, 2, 2, 4, 4, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-05', '', 1, 0, 0, 0, 2, 2, 4, 4, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-06', '', 1, 0, 0, 0, 2, 2, 4, 4, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-07', '', 1, 0, 0, 0, 2, 2, 4, 4, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-08', '', 1, 0, 0, 0, 2, 2, 4, 4, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-09', '', 1, 0, 0, 0, 2, 2, 4, 4, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-10', '', 1, 0, 0, 0, 2, 2, 4, 4, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-11', '', 1, 0, 0, 0, 2, 2, 4, 4, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-12', '', 1, 0, 0, 0, 2, 2, 4, 4, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-13', '', 1, 0, 0, 0, 2, 2, 4, 4, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-04-14', '', 1, 0, 0, 0, 2, 2, 4, 4, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-01', '', 1, 0, 0, 0, 2, 2, 4, 5, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-02', '', 1, 0, 0, 0, 2, 2, 4, 5, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-03', '', 1, 0, 0, 0, 2, 2, 4, 5, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-04', '', 1, 0, 0, 0, 2, 2, 4, 5, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-05', '', 1, 0, 0, 0, 2, 2, 4, 5, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-06', '', 1, 0, 0, 0, 2, 2, 4, 5, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-07', '', 1, 0, 0, 0, 2, 2, 4, 5, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-08', '', 1, 0, 0, 0, 2, 2, 4, 5, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-09', '', 1, 0, 0, 0, 2, 2, 4, 5, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-10', '', 1, 0, 0, 0, 2, 2, 4, 5, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-11', '', 1, 0, 0, 0, 2, 2, 4, 5, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-12', '', 1, 0, 0, 0, 2, 2, 4, 5, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-13', '', 1, 0, 0, 0, 2, 2, 4, 5, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-05-14', '', 1, 0, 0, 0, 2, 2, 4, 5, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-01', '', 1, 0, 0, 0, 2, 2, 4, 6, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-02', '', 1, 0, 0, 0, 2, 2, 4, 6, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-03', '', 1, 0, 0, 0, 2, 2, 4, 6, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-04', '', 1, 0, 0, 0, 2, 2, 4, 6, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-05', '', 1, 0, 0, 0, 2, 2, 4, 6, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-06', '', 1, 0, 0, 0, 2, 2, 4, 6, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-07', '', 1, 0, 0, 0, 2, 2, 4, 6, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-08', '', 1, 0, 0, 0, 2, 2, 4, 6, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-09', '', 1, 0, 0, 0, 2, 2, 4, 6, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-10', '', 1, 0, 0, 0, 2, 2, 4, 6, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-11', '', 1, 0, 0, 0, 2, 2, 4, 6, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-12', '', 1, 0, 0, 0, 2, 2, 4, 6, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-13', '', 1, 0, 0, 0, 2, 2, 4, 6, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-06-14', '', 1, 0, 0, 0, 2, 2, 4, 6, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-01', '', 1, 0, 0, 0, 2, 2, 4, 7, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-02', '', 1, 0, 0, 0, 2, 2, 4, 7, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-03', '', 1, 0, 0, 0, 2, 2, 4, 7, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-04', '', 1, 0, 0, 0, 2, 2, 4, 7, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-05', '', 1, 0, 0, 0, 2, 2, 4, 7, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-06', '', 1, 0, 0, 0, 2, 2, 4, 7, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-07', '', 1, 0, 0, 0, 2, 2, 4, 7, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-08', '', 1, 0, 0, 0, 2, 2, 4, 7, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-09', '', 1, 0, 0, 0, 2, 2, 4, 7, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-10', '', 1, 0, 0, 0, 2, 2, 4, 7, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-11', '', 1, 0, 0, 0, 2, 2, 4, 7, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-12', '', 1, 0, 0, 0, 2, 2, 4, 7, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-13', '', 1, 0, 0, 0, 2, 2, 4, 7, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-07-14', '', 1, 0, 0, 0, 2, 2, 4, 7, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-01', '', 1, 0, 0, 0, 2, 2, 4, 8, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-02', '', 1, 0, 0, 0, 2, 2, 4, 8, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-03', '', 1, 0, 0, 0, 2, 2, 4, 8, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-04', '', 1, 0, 0, 0, 2, 2, 4, 8, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-05', '', 1, 0, 0, 0, 2, 2, 4, 8, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-06', '', 1, 0, 0, 0, 2, 2, 4, 8, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-07', '', 1, 0, 0, 0, 2, 2, 4, 8, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-08', '', 1, 0, 0, 0, 2, 2, 4, 8, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-09', '', 1, 0, 0, 0, 2, 2, 4, 8, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-10', '', 1, 0, 0, 0, 2, 2, 4, 8, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-11', '', 1, 0, 0, 0, 2, 2, 4, 8, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-12', '', 1, 0, 0, 0, 2, 2, 4, 8, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-13', '', 1, 0, 0, 0, 2, 2, 4, 8, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-08-14', '', 1, 0, 0, 0, 2, 2, 4, 8, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-01', '', 1, 0, 0, 0, 2, 2, 4, 9, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-02', '', 1, 0, 0, 0, 2, 2, 4, 9, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-03', '', 1, 0, 0, 0, 2, 2, 4, 9, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-04', '', 1, 0, 0, 0, 2, 2, 4, 9, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-05', '', 1, 0, 0, 0, 2, 2, 4, 9, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-06', '', 1, 0, 0, 0, 2, 2, 4, 9, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-07', '', 1, 0, 0, 0, 2, 2, 4, 9, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-08', '', 1, 0, 0, 0, 2, 2, 4, 9, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-09', '', 1, 0, 0, 0, 2, 2, 4, 9, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-10', '', 1, 0, 0, 0, 2, 2, 4, 9, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-11', '', 1, 0, 0, 0, 2, 2, 4, 9, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-12', '', 1, 0, 0, 0, 2, 2, 4, 9, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-13', '', 1, 0, 0, 0, 2, 2, 4, 9, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-09-14', '', 1, 0, 0, 0, 2, 2, 4, 9, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-01', '', 1, 0, 0, 0, 2, 2, 4, 10, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-02', '', 1, 0, 0, 0, 2, 2, 4, 10, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-03', '', 1, 0, 0, 0, 2, 2, 4, 10, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-04', '', 1, 0, 0, 0, 2, 2, 4, 10, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-05', '', 1, 0, 0, 0, 2, 2, 4, 10, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-06', '', 1, 0, 0, 0, 2, 2, 4, 10, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-07', '', 1, 0, 0, 0, 2, 2, 4, 10, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-08', '', 1, 0, 0, 0, 2, 2, 4, 10, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-09', '', 1, 0, 0, 0, 2, 2, 4, 10, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-10', '', 1, 0, 0, 0, 2, 2, 4, 10, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-11', '', 1, 0, 0, 0, 2, 2, 4, 10, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-12', '', 1, 0, 0, 0, 2, 2, 4, 10, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-13', '', 1, 0, 0, 0, 2, 2, 4, 10, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-10-14', '', 1, 0, 0, 0, 2, 2, 4, 10, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-01', '', 1, 0, 0, 0, 2, 2, 4, 11, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-02', '', 1, 0, 0, 0, 2, 2, 4, 11, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-03', '', 1, 0, 0, 0, 2, 2, 4, 11, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-04', '', 1, 0, 0, 0, 2, 2, 4, 11, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-05', '', 1, 0, 0, 0, 2, 2, 4, 11, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-06', '', 1, 0, 0, 0, 2, 2, 4, 11, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-07', '', 1, 0, 0, 0, 2, 2, 4, 11, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-08', '', 1, 0, 0, 0, 2, 2, 4, 11, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-09', '', 1, 0, 0, 0, 2, 2, 4, 11, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-10', '', 1, 0, 0, 0, 2, 2, 4, 11, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-11', '', 1, 0, 0, 0, 2, 2, 4, 11, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-12', '', 1, 0, 0, 0, 2, 2, 4, 11, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-13', '', 1, 0, 0, 0, 2, 2, 4, 11, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-11-14', '', 1, 0, 0, 0, 2, 2, 4, 11, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-01', '', 1, 0, 0, 0, 2, 2, 4, 12, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-02', '', 1, 0, 0, 0, 2, 2, 4, 12, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-03', '', 1, 0, 0, 0, 2, 2, 4, 12, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-04', '', 1, 0, 0, 0, 2, 2, 4, 12, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-05', '', 1, 0, 0, 0, 2, 2, 4, 12, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-06', '', 1, 0, 0, 0, 2, 2, 4, 12, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-07', '', 1, 0, 0, 0, 2, 2, 4, 12, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-08', '', 1, 0, 0, 0, 2, 2, 4, 12, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-09', '', 1, 0, 0, 0, 2, 2, 4, 12, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-10', '', 1, 0, 0, 0, 2, 2, 4, 12, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-11', '', 1, 0, 0, 0, 2, 2, 4, 12, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-12', '', 1, 0, 0, 0, 2, 2, 4, 12, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-13', '', 1, 0, 0, 0, 2, 2, 4, 12, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-12-14', '', 1, 0, 0, 0, 2, 2, 4, 12, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-01', '', 1, 0, 0, 0, 2, 2, 4, 13, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-02', '', 1, 0, 0, 0, 2, 2, 4, 13, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-03', '', 1, 0, 0, 0, 2, 2, 4, 13, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-04', '', 1, 0, 0, 0, 2, 2, 4, 13, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-05', '', 1, 0, 0, 0, 2, 2, 4, 13, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-06', '', 1, 0, 0, 0, 2, 2, 4, 13, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-07', '', 1, 0, 0, 0, 2, 2, 4, 13, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-08', '', 1, 0, 0, 0, 2, 2, 4, 13, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-09', '', 1, 0, 0, 0, 2, 2, 4, 13, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-10', '', 1, 0, 0, 0, 2, 2, 4, 13, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-11', '', 1, 0, 0, 0, 2, 2, 4, 13, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-12', '', 1, 0, 0, 0, 2, 2, 4, 13, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-13', '', 1, 0, 0, 0, 2, 2, 4, 13, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-13-14', '', 1, 0, 0, 0, 2, 2, 4, 13, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-01', '', 1, 0, 0, 0, 2, 2, 4, 14, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-02', '', 1, 0, 0, 0, 2, 2, 4, 14, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-03', '', 1, 0, 0, 0, 2, 2, 4, 14, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-04', '', 1, 0, 0, 0, 2, 2, 4, 14, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-05', '', 1, 0, 0, 0, 2, 2, 4, 14, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-06', '', 1, 0, 0, 0, 2, 2, 4, 14, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-07', '', 1, 0, 0, 0, 2, 2, 4, 14, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-08', '', 1, 0, 0, 0, 2, 2, 4, 14, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-09', '', 1, 0, 0, 0, 2, 2, 4, 14, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-10', '', 1, 0, 0, 0, 2, 2, 4, 14, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-11', '', 1, 0, 0, 0, 2, 2, 4, 14, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-12', '', 1, 0, 0, 0, 2, 2, 4, 14, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-13', '', 1, 0, 0, 0, 2, 2, 4, 14, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-14-14', '', 1, 0, 0, 0, 2, 2, 4, 14, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-01', '', 1, 0, 0, 0, 2, 2, 4, 15, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-02', '', 1, 0, 0, 0, 2, 2, 4, 15, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-03', '', 1, 0, 0, 0, 2, 2, 4, 15, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-04', '', 1, 0, 0, 0, 2, 2, 4, 15, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-05', '', 1, 0, 0, 0, 2, 2, 4, 15, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-06', '', 1, 0, 0, 0, 2, 2, 4, 15, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-07', '', 1, 0, 0, 0, 2, 2, 4, 15, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-08', '', 1, 0, 0, 0, 2, 2, 4, 15, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-09', '', 1, 0, 0, 0, 2, 2, 4, 15, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-10', '', 1, 0, 0, 0, 2, 2, 4, 15, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-11', '', 1, 0, 0, 0, 2, 2, 4, 15, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-12', '', 1, 0, 0, 0, 2, 2, 4, 15, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-13', '', 1, 0, 0, 0, 2, 2, 4, 15, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-15-14', '', 1, 0, 0, 0, 2, 2, 4, 15, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-01', '', 1, 0, 0, 0, 2, 2, 4, 16, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-02', '', 1, 0, 0, 0, 2, 2, 4, 16, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-03', '', 1, 0, 0, 0, 2, 2, 4, 16, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-04', '', 1, 0, 0, 0, 2, 2, 4, 16, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-05', '', 1, 0, 0, 0, 2, 2, 4, 16, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-06', '', 1, 0, 0, 0, 2, 2, 4, 16, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-07', '', 1, 0, 0, 0, 2, 2, 4, 16, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-08', '', 1, 0, 0, 0, 2, 2, 4, 16, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-09', '', 1, 0, 0, 0, 2, 2, 4, 16, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-10', '', 1, 0, 0, 0, 2, 2, 4, 16, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-11', '', 1, 0, 0, 0, 2, 2, 4, 16, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-12', '', 1, 0, 0, 0, 2, 2, 4, 16, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-13', '', 1, 0, 0, 0, 2, 2, 4, 16, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-16-14', '', 1, 0, 0, 0, 2, 2, 4, 16, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-01', '', 1, 0, 0, 0, 2, 2, 4, 17, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-02', '', 1, 0, 0, 0, 2, 2, 4, 17, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-03', '', 1, 0, 0, 0, 2, 2, 4, 17, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-04', '', 1, 0, 0, 0, 2, 2, 4, 17, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-05', '', 1, 0, 0, 0, 2, 2, 4, 17, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-06', '', 1, 0, 0, 0, 2, 2, 4, 17, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-07', '', 1, 0, 0, 0, 2, 2, 4, 17, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-08', '', 1, 0, 0, 0, 2, 2, 4, 17, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-09', '', 1, 0, 0, 0, 2, 2, 4, 17, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-10', '', 1, 0, 0, 0, 2, 2, 4, 17, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-11', '', 1, 0, 0, 0, 2, 2, 4, 17, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-12', '', 1, 0, 0, 0, 2, 2, 4, 17, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-13', '', 1, 0, 0, 0, 2, 2, 4, 17, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-17-14', '', 1, 0, 0, 0, 2, 2, 4, 17, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-01', '', 1, 0, 0, 0, 2, 2, 4, 18, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-02', '', 1, 0, 0, 0, 2, 2, 4, 18, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-03', '', 1, 0, 0, 0, 2, 2, 4, 18, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-04', '', 1, 0, 0, 0, 2, 2, 4, 18, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-05', '', 1, 0, 0, 0, 2, 2, 4, 18, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-06', '', 1, 0, 0, 0, 2, 2, 4, 18, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-07', '', 1, 0, 0, 0, 2, 2, 4, 18, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-08', '', 1, 0, 0, 0, 2, 2, 4, 18, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-09', '', 1, 0, 0, 0, 2, 2, 4, 18, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-10', '', 1, 0, 0, 0, 2, 2, 4, 18, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-11', '', 1, 0, 0, 0, 2, 2, 4, 18, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-12', '', 1, 0, 0, 0, 2, 2, 4, 18, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-13', '', 1, 0, 0, 0, 2, 2, 4, 18, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-18-14', '', 1, 0, 0, 0, 2, 2, 4, 18, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-01', '', 1, 0, 0, 0, 2, 2, 4, 19, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-02', '', 1, 0, 0, 0, 2, 2, 4, 19, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-03', '', 1, 0, 0, 0, 2, 2, 4, 19, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-04', '', 1, 0, 0, 0, 2, 2, 4, 19, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-05', '', 1, 0, 0, 0, 2, 2, 4, 19, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-06', '', 1, 0, 0, 0, 2, 2, 4, 19, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-07', '', 1, 0, 0, 0, 2, 2, 4, 19, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-08', '', 1, 0, 0, 0, 2, 2, 4, 19, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-09', '', 1, 0, 0, 0, 2, 2, 4, 19, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-10', '', 1, 0, 0, 0, 2, 2, 4, 19, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-11', '', 1, 0, 0, 0, 2, 2, 4, 19, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-12', '', 1, 0, 0, 0, 2, 2, 4, 19, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-13', '', 1, 0, 0, 0, 2, 2, 4, 19, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-19-14', '', 1, 0, 0, 0, 2, 2, 4, 19, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-01', '', 1, 0, 0, 0, 2, 2, 4, 20, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-02', '', 1, 0, 0, 0, 2, 2, 4, 20, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-03', '', 1, 0, 0, 0, 2, 2, 4, 20, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-04', '', 1, 0, 0, 0, 2, 2, 4, 20, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-05', '', 1, 0, 0, 0, 2, 2, 4, 20, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-06', '', 1, 0, 0, 0, 2, 2, 4, 20, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-07', '', 1, 0, 0, 0, 2, 2, 4, 20, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-08', '', 1, 0, 0, 0, 2, 2, 4, 20, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-09', '', 1, 0, 0, 0, 2, 2, 4, 20, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-10', '', 1, 0, 0, 0, 2, 2, 4, 20, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-11', '', 1, 0, 0, 0, 2, 2, 4, 20, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-12', '', 1, 0, 0, 0, 2, 2, 4, 20, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-13', '', 1, 0, 0, 0, 2, 2, 4, 20, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-20-14', '', 1, 0, 0, 0, 2, 2, 4, 20, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-01', '', 1, 0, 0, 0, 2, 2, 4, 21, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-02', '', 1, 0, 0, 0, 2, 2, 4, 21, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-03', '', 1, 0, 0, 0, 2, 2, 4, 21, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-04', '', 1, 0, 0, 0, 2, 2, 4, 21, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-05', '', 1, 0, 0, 0, 2, 2, 4, 21, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-06', '', 1, 0, 0, 0, 2, 2, 4, 21, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-07', '', 1, 0, 0, 0, 2, 2, 4, 21, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-08', '', 1, 0, 0, 0, 2, 2, 4, 21, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-09', '', 1, 0, 0, 0, 2, 2, 4, 21, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-10', '', 1, 0, 0, 0, 2, 2, 4, 21, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-11', '', 1, 0, 0, 0, 2, 2, 4, 21, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-12', '', 1, 0, 0, 0, 2, 2, 4, 21, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-13', '', 1, 0, 0, 0, 2, 2, 4, 21, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-21-14', '', 1, 0, 0, 0, 2, 2, 4, 21, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-01', '', 1, 0, 0, 0, 2, 2, 4, 22, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-02', '', 1, 0, 0, 0, 2, 2, 4, 22, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-03', '', 1, 0, 0, 0, 2, 2, 4, 22, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-04', '', 1, 0, 0, 0, 2, 2, 4, 22, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-05', '', 1, 0, 0, 0, 2, 2, 4, 22, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-06', '', 1, 0, 0, 0, 2, 2, 4, 22, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-07', '', 1, 0, 0, 0, 2, 2, 4, 22, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-08', '', 1, 0, 0, 0, 2, 2, 4, 22, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-09', '', 1, 0, 0, 0, 2, 2, 4, 22, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-10', '', 1, 0, 0, 0, 2, 2, 4, 22, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-11', '', 1, 0, 0, 0, 2, 2, 4, 22, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-12', '', 1, 0, 0, 0, 2, 2, 4, 22, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-13', '', 1, 0, 0, 0, 2, 2, 4, 22, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-22-14', '', 1, 0, 0, 0, 2, 2, 4, 22, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-01', '', 1, 0, 0, 0, 2, 2, 4, 23, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-02', '', 1, 0, 0, 0, 2, 2, 4, 23, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-03', '', 1, 0, 0, 0, 2, 2, 4, 23, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-04', '', 1, 0, 0, 0, 2, 2, 4, 23, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-05', '', 1, 0, 0, 0, 2, 2, 4, 23, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-06', '', 1, 0, 0, 0, 2, 2, 4, 23, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-07', '', 1, 0, 0, 0, 2, 2, 4, 23, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-08', '', 1, 0, 0, 0, 2, 2, 4, 23, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-09', '', 1, 0, 0, 0, 2, 2, 4, 23, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-10', '', 1, 0, 0, 0, 2, 2, 4, 23, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-11', '', 1, 0, 0, 0, 2, 2, 4, 23, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-12', '', 1, 0, 0, 0, 2, 2, 4, 23, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-13', '', 1, 0, 0, 0, 2, 2, 4, 23, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-23-14', '', 1, 0, 0, 0, 2, 2, 4, 23, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-01', '', 1, 0, 0, 0, 2, 2, 4, 24, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-02', '', 1, 0, 0, 0, 2, 2, 4, 24, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-03', '', 1, 0, 0, 0, 2, 2, 4, 24, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-04', '', 1, 0, 0, 0, 2, 2, 4, 24, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-05', '', 1, 0, 0, 0, 2, 2, 4, 24, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-06', '', 1, 0, 0, 0, 2, 2, 4, 24, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-07', '', 1, 0, 0, 0, 2, 2, 4, 24, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-08', '', 1, 0, 0, 0, 2, 2, 4, 24, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-09', '', 1, 0, 0, 0, 2, 2, 4, 24, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-10', '', 1, 0, 0, 0, 2, 2, 4, 24, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-11', '', 1, 0, 0, 0, 2, 2, 4, 24, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-12', '', 1, 0, 0, 0, 2, 2, 4, 24, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-13', '', 1, 0, 0, 0, 2, 2, 4, 24, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-24-14', '', 1, 0, 0, 0, 2, 2, 4, 24, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-01', '', 1, 0, 0, 0, 2, 2, 4, 25, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-02', '', 1, 0, 0, 0, 2, 2, 4, 25, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-03', '', 1, 0, 0, 0, 2, 2, 4, 25, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-04', '', 1, 0, 0, 0, 2, 2, 4, 25, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-05', '', 1, 0, 0, 0, 2, 2, 4, 25, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-06', '', 1, 0, 0, 0, 2, 2, 4, 25, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-07', '', 1, 0, 0, 0, 2, 2, 4, 25, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-08', '', 1, 0, 0, 0, 2, 2, 4, 25, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-09', '', 1, 0, 0, 0, 2, 2, 4, 25, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-10', '', 1, 0, 0, 0, 2, 2, 4, 25, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-11', '', 1, 0, 0, 0, 2, 2, 4, 25, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-12', '', 1, 0, 0, 0, 2, 2, 4, 25, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-13', '', 1, 0, 0, 0, 2, 2, 4, 25, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-25-14', '', 1, 0, 0, 0, 2, 2, 4, 25, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-01', '', 1, 0, 0, 0, 2, 2, 4, 26, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-02', '', 1, 0, 0, 0, 2, 2, 4, 26, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-03', '', 1, 0, 0, 0, 2, 2, 4, 26, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-04', '', 1, 0, 0, 0, 2, 2, 4, 26, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-05', '', 1, 0, 0, 0, 2, 2, 4, 26, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-06', '', 1, 0, 0, 0, 2, 2, 4, 26, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-07', '', 1, 0, 0, 0, 2, 2, 4, 26, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-08', '', 1, 0, 0, 0, 2, 2, 4, 26, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-09', '', 1, 0, 0, 0, 2, 2, 4, 26, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-10', '', 1, 0, 0, 0, 2, 2, 4, 26, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-11', '', 1, 0, 0, 0, 2, 2, 4, 26, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-12', '', 1, 0, 0, 0, 2, 2, 4, 26, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-13', '', 1, 0, 0, 0, 2, 2, 4, 26, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-26-14', '', 1, 0, 0, 0, 2, 2, 4, 26, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-01', '', 1, 0, 0, 0, 2, 2, 4, 27, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-02', '', 1, 0, 0, 0, 2, 2, 4, 27, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-03', '', 1, 0, 0, 0, 2, 2, 4, 27, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-04', '', 1, 0, 0, 0, 2, 2, 4, 27, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-05', '', 1, 0, 0, 0, 2, 2, 4, 27, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-06', '', 1, 0, 0, 0, 2, 2, 4, 27, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-07', '', 1, 0, 0, 0, 2, 2, 4, 27, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-08', '', 1, 0, 0, 0, 2, 2, 4, 27, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-09', '', 1, 0, 0, 0, 2, 2, 4, 27, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-10', '', 1, 0, 0, 0, 2, 2, 4, 27, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-11', '', 1, 0, 0, 0, 2, 2, 4, 27, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-12', '', 1, 0, 0, 0, 2, 2, 4, 27, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-13', '', 1, 0, 0, 0, 2, 2, 4, 27, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-27-14', '', 1, 0, 0, 0, 2, 2, 4, 27, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-01', '', 1, 0, 0, 0, 2, 2, 4, 28, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-02', '', 1, 0, 0, 0, 2, 2, 4, 28, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-03', '', 1, 0, 0, 0, 2, 2, 4, 28, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-04', '', 1, 0, 0, 0, 2, 2, 4, 28, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-05', '', 1, 0, 0, 0, 2, 2, 4, 28, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-06', '', 1, 0, 0, 0, 2, 2, 4, 28, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-07', '', 1, 0, 0, 0, 2, 2, 4, 28, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-08', '', 1, 0, 0, 0, 2, 2, 4, 28, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-09', '', 1, 0, 0, 0, 2, 2, 4, 28, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-10', '', 1, 0, 0, 0, 2, 2, 4, 28, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-11', '', 1, 0, 0, 0, 2, 2, 4, 28, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-12', '', 1, 0, 0, 0, 2, 2, 4, 28, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-13', '', 1, 0, 0, 0, 2, 2, 4, 28, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-28-14', '', 1, 0, 0, 0, 2, 2, 4, 28, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-01', '', 1, 0, 0, 0, 2, 2, 4, 29, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-02', '', 1, 0, 0, 0, 2, 2, 4, 29, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-03', '', 1, 0, 0, 0, 2, 2, 4, 29, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-04', '', 1, 0, 0, 0, 2, 2, 4, 29, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-05', '', 1, 0, 0, 0, 2, 2, 4, 29, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-06', '', 1, 0, 0, 0, 2, 2, 4, 29, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-07', '', 1, 0, 0, 0, 2, 2, 4, 29, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-08', '', 1, 0, 0, 0, 2, 2, 4, 29, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-09', '', 1, 0, 0, 0, 2, 2, 4, 29, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-10', '', 1, 0, 0, 0, 2, 2, 4, 29, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-11', '', 1, 0, 0, 0, 2, 2, 4, 29, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-12', '', 1, 0, 0, 0, 2, 2, 4, 29, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-13', '', 1, 0, 0, 0, 2, 2, 4, 29, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-29-14', '', 1, 0, 0, 0, 2, 2, 4, 29, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-01', '', 1, 0, 0, 0, 2, 2, 4, 30, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-02', '', 1, 0, 0, 0, 2, 2, 4, 30, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-03', '', 1, 0, 0, 0, 2, 2, 4, 30, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-04', '', 1, 0, 0, 0, 2, 2, 4, 30, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-05', '', 1, 0, 0, 0, 2, 2, 4, 30, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-06', '', 1, 0, 0, 0, 2, 2, 4, 30, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-07', '', 1, 0, 0, 0, 2, 2, 4, 30, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-08', '', 1, 0, 0, 0, 2, 2, 4, 30, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-09', '', 1, 0, 0, 0, 2, 2, 4, 30, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-10', '', 1, 0, 0, 0, 2, 2, 4, 30, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-11', '', 1, 0, 0, 0, 2, 2, 4, 30, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-12', '', 1, 0, 0, 0, 2, 2, 4, 30, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-13', '', 1, 0, 0, 0, 2, 2, 4, 30, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-30-14', '', 1, 0, 0, 0, 2, 2, 4, 30, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-01', '', 1, 0, 0, 0, 2, 2, 4, 31, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-02', '', 1, 0, 0, 0, 2, 2, 4, 31, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-03', '', 1, 0, 0, 0, 2, 2, 4, 31, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-04', '', 1, 0, 0, 0, 2, 2, 4, 31, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-05', '', 1, 0, 0, 0, 2, 2, 4, 31, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-06', '', 1, 0, 0, 0, 2, 2, 4, 31, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-07', '', 1, 0, 0, 0, 2, 2, 4, 31, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-08', '', 1, 0, 0, 0, 2, 2, 4, 31, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-09', '', 1, 0, 0, 0, 2, 2, 4, 31, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-10', '', 1, 0, 0, 0, 2, 2, 4, 31, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-11', '', 1, 0, 0, 0, 2, 2, 4, 31, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-12', '', 1, 0, 0, 0, 2, 2, 4, 31, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-13', '', 1, 0, 0, 0, 2, 2, 4, 31, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-31-14', '', 1, 0, 0, 0, 2, 2, 4, 31, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-01', '', 1, 0, 0, 0, 2, 2, 4, 32, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-02', '', 1, 0, 0, 0, 2, 2, 4, 32, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-03', '', 1, 0, 0, 0, 2, 2, 4, 32, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-04', '', 1, 0, 0, 0, 2, 2, 4, 32, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-05', '', 1, 0, 0, 0, 2, 2, 4, 32, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-06', '', 1, 0, 0, 0, 2, 2, 4, 32, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-07', '', 1, 0, 0, 0, 2, 2, 4, 32, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-08', '', 1, 0, 0, 0, 2, 2, 4, 32, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-09', '', 1, 0, 0, 0, 2, 2, 4, 32, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-10', '', 1, 0, 0, 0, 2, 2, 4, 32, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-11', '', 1, 0, 0, 0, 2, 2, 4, 32, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-12', '', 1, 0, 0, 0, 2, 2, 4, 32, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-13', '', 1, 0, 0, 0, 2, 2, 4, 32, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-32-14', '', 1, 0, 0, 0, 2, 2, 4, 32, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-01', '', 1, 0, 0, 0, 2, 2, 4, 33, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-02', '', 1, 0, 0, 0, 2, 2, 4, 33, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-03', '', 1, 0, 0, 0, 2, 2, 4, 33, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-04', '', 1, 0, 0, 0, 2, 2, 4, 33, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-05', '', 1, 0, 0, 0, 2, 2, 4, 33, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-06', '', 1, 0, 0, 0, 2, 2, 4, 33, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-07', '', 1, 0, 0, 0, 2, 2, 4, 33, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-08', '', 1, 0, 0, 0, 2, 2, 4, 33, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-09', '', 1, 0, 0, 0, 2, 2, 4, 33, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-10', '', 1, 0, 0, 0, 2, 2, 4, 33, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-11', '', 1, 0, 0, 0, 2, 2, 4, 33, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-12', '', 1, 0, 0, 0, 2, 2, 4, 33, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-13', '', 1, 0, 0, 0, 2, 2, 4, 33, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-33-14', '', 1, 0, 0, 0, 2, 2, 4, 33, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-01', '', 1, 0, 0, 0, 2, 2, 4, 34, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-02', '', 1, 0, 0, 0, 2, 2, 4, 34, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-03', '', 1, 0, 0, 0, 2, 2, 4, 34, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-04', '', 1, 0, 0, 0, 2, 2, 4, 34, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-05', '', 1, 0, 0, 0, 2, 2, 4, 34, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-06', '', 1, 0, 0, 0, 2, 2, 4, 34, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-07', '', 1, 0, 0, 0, 2, 2, 4, 34, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-08', '', 1, 0, 0, 0, 2, 2, 4, 34, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-09', '', 1, 0, 0, 0, 2, 2, 4, 34, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-10', '', 1, 0, 0, 0, 2, 2, 4, 34, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-11', '', 1, 0, 0, 0, 2, 2, 4, 34, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-12', '', 1, 0, 0, 0, 2, 2, 4, 34, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-13', '', 1, 0, 0, 0, 2, 2, 4, 34, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-34-14', '', 1, 0, 0, 0, 2, 2, 4, 34, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-01', '', 1, 0, 0, 0, 2, 2, 4, 35, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-02', '', 1, 0, 0, 0, 2, 2, 4, 35, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-03', '', 1, 0, 0, 0, 2, 2, 4, 35, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-04', '', 1, 0, 0, 0, 2, 2, 4, 35, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-05', '', 1, 0, 0, 0, 2, 2, 4, 35, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-06', '', 1, 0, 0, 0, 2, 2, 4, 35, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-07', '', 1, 0, 0, 0, 2, 2, 4, 35, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-08', '', 1, 0, 0, 0, 2, 2, 4, 35, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-09', '', 1, 0, 0, 0, 2, 2, 4, 35, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-10', '', 1, 0, 0, 0, 2, 2, 4, 35, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-11', '', 1, 0, 0, 0, 2, 2, 4, 35, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-12', '', 1, 0, 0, 0, 2, 2, 4, 35, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-13', '', 1, 0, 0, 0, 2, 2, 4, 35, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-35-14', '', 1, 0, 0, 0, 2, 2, 4, 35, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-01', '', 1, 0, 0, 0, 2, 2, 4, 36, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-02', '', 1, 0, 0, 0, 2, 2, 4, 36, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-03', '', 1, 0, 0, 0, 2, 2, 4, 36, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-04', '', 1, 0, 0, 0, 2, 2, 4, 36, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-05', '', 1, 0, 0, 0, 2, 2, 4, 36, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-06', '', 1, 0, 0, 0, 2, 2, 4, 36, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-07', '', 1, 0, 0, 0, 2, 2, 4, 36, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-08', '', 1, 0, 0, 0, 2, 2, 4, 36, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-09', '', 1, 0, 0, 0, 2, 2, 4, 36, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-10', '', 1, 0, 0, 0, 2, 2, 4, 36, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-11', '', 1, 0, 0, 0, 2, 2, 4, 36, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-12', '', 1, 0, 0, 0, 2, 2, 4, 36, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-13', '', 1, 0, 0, 0, 2, 2, 4, 36, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-36-14', '', 1, 0, 0, 0, 2, 2, 4, 36, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-01', '', 1, 0, 0, 0, 2, 2, 4, 37, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-02', '', 1, 0, 0, 0, 2, 2, 4, 37, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-03', '', 1, 0, 0, 0, 2, 2, 4, 37, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-04', '', 1, 0, 0, 0, 2, 2, 4, 37, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-05', '', 1, 0, 0, 0, 2, 2, 4, 37, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-06', '', 1, 0, 0, 0, 2, 2, 4, 37, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-07', '', 1, 0, 0, 0, 2, 2, 4, 37, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-08', '', 1, 0, 0, 0, 2, 2, 4, 37, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-09', '', 1, 0, 0, 0, 2, 2, 4, 37, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-10', '', 1, 0, 0, 0, 2, 2, 4, 37, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-11', '', 1, 0, 0, 0, 2, 2, 4, 37, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-12', '', 1, 0, 0, 0, 2, 2, 4, 37, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-13', '', 1, 0, 0, 0, 2, 2, 4, 37, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-37-14', '', 1, 0, 0, 0, 2, 2, 4, 37, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-01', '', 1, 0, 0, 0, 2, 2, 4, 38, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-02', '', 1, 0, 0, 0, 2, 2, 4, 38, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-03', '', 1, 0, 0, 0, 2, 2, 4, 38, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-04', '', 1, 0, 0, 0, 2, 2, 4, 38, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-05', '', 1, 0, 0, 0, 2, 2, 4, 38, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-06', '', 1, 0, 0, 0, 2, 2, 4, 38, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-07', '', 1, 0, 0, 0, 2, 2, 4, 38, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-08', '', 1, 0, 0, 0, 2, 2, 4, 38, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-09', '', 1, 0, 0, 0, 2, 2, 4, 38, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-10', '', 1, 0, 0, 0, 2, 2, 4, 38, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-11', '', 1, 0, 0, 0, 2, 2, 4, 38, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-12', '', 1, 0, 0, 0, 2, 2, 4, 38, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-13', '', 1, 0, 0, 0, 2, 2, 4, 38, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-38-14', '', 1, 0, 0, 0, 2, 2, 4, 38, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-01', '', 1, 0, 0, 0, 2, 2, 4, 39, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-02', '', 1, 0, 0, 0, 2, 2, 4, 39, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-03', '', 1, 0, 0, 0, 2, 2, 4, 39, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-04', '', 1, 0, 0, 0, 2, 2, 4, 39, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-05', '', 1, 0, 0, 0, 2, 2, 4, 39, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-06', '', 1, 0, 0, 0, 2, 2, 4, 39, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-07', '', 1, 0, 0, 0, 2, 2, 4, 39, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-08', '', 1, 0, 0, 0, 2, 2, 4, 39, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-09', '', 1, 0, 0, 0, 2, 2, 4, 39, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-10', '', 1, 0, 0, 0, 2, 2, 4, 39, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-11', '', 1, 0, 0, 0, 2, 2, 4, 39, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-12', '', 1, 0, 0, 0, 2, 2, 4, 39, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-13', '', 1, 0, 0, 0, 2, 2, 4, 39, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-39-14', '', 1, 0, 0, 0, 2, 2, 4, 39, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-01', '', 1, 0, 0, 0, 2, 2, 4, 40, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-02', '', 1, 0, 0, 0, 2, 2, 4, 40, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-03', '', 1, 0, 0, 0, 2, 2, 4, 40, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-04', '', 1, 0, 0, 0, 2, 2, 4, 40, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-05', '', 1, 0, 0, 0, 2, 2, 4, 40, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-06', '', 1, 0, 0, 0, 2, 2, 4, 40, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-07', '', 1, 0, 0, 0, 2, 2, 4, 40, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-08', '', 1, 0, 0, 0, 2, 2, 4, 40, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-09', '', 1, 0, 0, 0, 2, 2, 4, 40, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-10', '', 1, 0, 0, 0, 2, 2, 4, 40, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-11', '', 1, 0, 0, 0, 2, 2, 4, 40, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-12', '', 1, 0, 0, 0, 2, 2, 4, 40, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-13', '', 1, 0, 0, 0, 2, 2, 4, 40, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-40-14', '', 1, 0, 0, 0, 2, 2, 4, 40, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-01', '', 1, 0, 0, 0, 2, 2, 4, 41, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-02', '', 1, 0, 0, 0, 2, 2, 4, 41, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-03', '', 1, 0, 0, 0, 2, 2, 4, 41, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-04', '', 1, 0, 0, 0, 2, 2, 4, 41, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-05', '', 1, 0, 0, 0, 2, 2, 4, 41, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-06', '', 1, 0, 0, 0, 2, 2, 4, 41, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-07', '', 1, 0, 0, 0, 2, 2, 4, 41, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-08', '', 1, 0, 0, 0, 2, 2, 4, 41, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-09', '', 1, 0, 0, 0, 2, 2, 4, 41, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-10', '', 1, 0, 0, 0, 2, 2, 4, 41, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-11', '', 1, 0, 0, 0, 2, 2, 4, 41, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-12', '', 1, 0, 0, 0, 2, 2, 4, 41, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-13', '', 1, 0, 0, 0, 2, 2, 4, 41, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-41-14', '', 1, 0, 0, 0, 2, 2, 4, 41, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-01', '', 1, 0, 0, 0, 2, 2, 4, 42, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-02', '', 1, 0, 0, 0, 2, 2, 4, 42, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-03', '', 1, 0, 0, 0, 2, 2, 4, 42, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-04', '', 1, 0, 0, 0, 2, 2, 4, 42, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-05', '', 1, 0, 0, 0, 2, 2, 4, 42, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-06', '', 1, 0, 0, 0, 2, 2, 4, 42, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-07', '', 1, 0, 0, 0, 2, 2, 4, 42, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-08', '', 1, 0, 0, 0, 2, 2, 4, 42, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-09', '', 1, 0, 0, 0, 2, 2, 4, 42, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-10', '', 1, 0, 0, 0, 2, 2, 4, 42, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-11', '', 1, 0, 0, 0, 2, 2, 4, 42, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-12', '', 1, 0, 0, 0, 2, 2, 4, 42, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-13', '', 1, 0, 0, 0, 2, 2, 4, 42, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-42-14', '', 1, 0, 0, 0, 2, 2, 4, 42, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-01', '', 1, 0, 0, 0, 2, 2, 4, 43, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-02', '', 1, 0, 0, 0, 2, 2, 4, 43, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-03', '', 1, 0, 0, 0, 2, 2, 4, 43, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-04', '', 1, 0, 0, 0, 2, 2, 4, 43, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-05', '', 1, 0, 0, 0, 2, 2, 4, 43, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-06', '', 1, 0, 0, 0, 2, 2, 4, 43, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-07', '', 1, 0, 0, 0, 2, 2, 4, 43, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-08', '', 1, 0, 0, 0, 2, 2, 4, 43, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-09', '', 1, 0, 0, 0, 2, 2, 4, 43, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-10', '', 1, 0, 0, 0, 2, 2, 4, 43, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-11', '', 1, 0, 0, 0, 2, 2, 4, 43, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-12', '', 1, 0, 0, 0, 2, 2, 4, 43, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-13', '', 1, 0, 0, 0, 2, 2, 4, 43, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-43-14', '', 1, 0, 0, 0, 2, 2, 4, 43, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-01', '', 1, 0, 0, 0, 2, 2, 4, 44, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-02', '', 1, 0, 0, 0, 2, 2, 4, 44, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-03', '', 1, 0, 0, 0, 2, 2, 4, 44, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-04', '', 1, 0, 0, 0, 2, 2, 4, 44, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-05', '', 1, 0, 0, 0, 2, 2, 4, 44, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-06', '', 1, 0, 0, 0, 2, 2, 4, 44, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-07', '', 1, 0, 0, 0, 2, 2, 4, 44, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-08', '', 1, 0, 0, 0, 2, 2, 4, 44, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-09', '', 1, 0, 0, 0, 2, 2, 4, 44, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-10', '', 1, 0, 0, 0, 2, 2, 4, 44, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-11', '', 1, 0, 0, 0, 2, 2, 4, 44, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-12', '', 1, 0, 0, 0, 2, 2, 4, 44, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-13', '', 1, 0, 0, 0, 2, 2, 4, 44, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-44-14', '', 1, 0, 0, 0, 2, 2, 4, 44, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-01', '', 1, 0, 0, 0, 2, 2, 4, 45, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-02', '', 1, 0, 0, 0, 2, 2, 4, 45, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-03', '', 1, 0, 0, 0, 2, 2, 4, 45, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-04', '', 1, 0, 0, 0, 2, 2, 4, 45, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-05', '', 1, 0, 0, 0, 2, 2, 4, 45, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-06', '', 1, 0, 0, 0, 2, 2, 4, 45, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-07', '', 1, 0, 0, 0, 2, 2, 4, 45, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-08', '', 1, 0, 0, 0, 2, 2, 4, 45, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-09', '', 1, 0, 0, 0, 2, 2, 4, 45, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-10', '', 1, 0, 0, 0, 2, 2, 4, 45, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-11', '', 1, 0, 0, 0, 2, 2, 4, 45, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-12', '', 1, 0, 0, 0, 2, 2, 4, 45, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-13', '', 1, 0, 0, 0, 2, 2, 4, 45, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-45-14', '', 1, 0, 0, 0, 2, 2, 4, 45, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-01', '', 1, 0, 0, 0, 2, 2, 4, 46, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-02', '', 1, 0, 0, 0, 2, 2, 4, 46, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-03', '', 1, 0, 0, 0, 2, 2, 4, 46, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-04', '', 1, 0, 0, 0, 2, 2, 4, 46, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-05', '', 1, 0, 0, 0, 2, 2, 4, 46, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-06', '', 1, 0, 0, 0, 2, 2, 4, 46, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-07', '', 1, 0, 0, 0, 2, 2, 4, 46, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-08', '', 1, 0, 0, 0, 2, 2, 4, 46, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-09', '', 1, 0, 0, 0, 2, 2, 4, 46, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-10', '', 1, 0, 0, 0, 2, 2, 4, 46, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-11', '', 1, 0, 0, 0, 2, 2, 4, 46, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-12', '', 1, 0, 0, 0, 2, 2, 4, 46, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-13', '', 1, 0, 0, 0, 2, 2, 4, 46, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-46-14', '', 1, 0, 0, 0, 2, 2, 4, 46, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-01', '', 1, 0, 0, 0, 2, 2, 4, 47, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-02', '', 1, 0, 0, 0, 2, 2, 4, 47, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-03', '', 1, 0, 0, 0, 2, 2, 4, 47, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-04', '', 1, 0, 0, 0, 2, 2, 4, 47, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-05', '', 1, 0, 0, 0, 2, 2, 4, 47, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-06', '', 1, 0, 0, 0, 2, 2, 4, 47, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-07', '', 1, 0, 0, 0, 2, 2, 4, 47, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-08', '', 1, 0, 0, 0, 2, 2, 4, 47, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-09', '', 1, 0, 0, 0, 2, 2, 4, 47, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-10', '', 1, 0, 0, 0, 2, 2, 4, 47, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-11', '', 1, 0, 0, 0, 2, 2, 4, 47, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-12', '', 1, 0, 0, 0, 2, 2, 4, 47, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-13', '', 1, 0, 0, 0, 2, 2, 4, 47, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-47-14', '', 1, 0, 0, 0, 2, 2, 4, 47, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-01', '', 1, 0, 0, 0, 2, 2, 4, 48, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-02', '', 1, 0, 0, 0, 2, 2, 4, 48, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-03', '', 1, 0, 0, 0, 2, 2, 4, 48, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-04', '', 1, 0, 0, 0, 2, 2, 4, 48, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-05', '', 1, 0, 0, 0, 2, 2, 4, 48, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-06', '', 1, 0, 0, 0, 2, 2, 4, 48, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-07', '', 1, 0, 0, 0, 2, 2, 4, 48, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-08', '', 1, 0, 0, 0, 2, 2, 4, 48, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-09', '', 1, 0, 0, 0, 2, 2, 4, 48, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-10', '', 1, 0, 0, 0, 2, 2, 4, 48, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-11', '', 1, 0, 0, 0, 2, 2, 4, 48, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-12', '', 1, 0, 0, 0, 2, 2, 4, 48, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-13', '', 1, 0, 0, 0, 2, 2, 4, 48, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-48-14', '', 1, 0, 0, 0, 2, 2, 4, 48, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-01', '', 1, 0, 0, 0, 2, 2, 4, 49, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-02', '', 1, 0, 0, 0, 2, 2, 4, 49, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-03', '', 1, 0, 0, 0, 2, 2, 4, 49, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-04', '', 1, 0, 0, 0, 2, 2, 4, 49, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-05', '', 1, 0, 0, 0, 2, 2, 4, 49, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-06', '', 1, 0, 0, 0, 2, 2, 4, 49, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-07', '', 1, 0, 0, 0, 2, 2, 4, 49, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-08', '', 1, 0, 0, 0, 2, 2, 4, 49, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-09', '', 1, 0, 0, 0, 2, 2, 4, 49, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-10', '', 1, 0, 0, 0, 2, 2, 4, 49, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-11', '', 1, 0, 0, 0, 2, 2, 4, 49, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-12', '', 1, 0, 0, 0, 2, 2, 4, 49, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-13', '', 1, 0, 0, 0, 2, 2, 4, 49, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-49-14', '', 1, 0, 0, 0, 2, 2, 4, 49, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-01', '', 1, 0, 0, 0, 2, 2, 4, 50, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-02', '', 1, 0, 0, 0, 2, 2, 4, 50, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-03', '', 1, 0, 0, 0, 2, 2, 4, 50, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-04', '', 1, 0, 0, 0, 2, 2, 4, 50, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-05', '', 1, 0, 0, 0, 2, 2, 4, 50, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-06', '', 1, 0, 0, 0, 2, 2, 4, 50, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-07', '', 1, 0, 0, 0, 2, 2, 4, 50, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-08', '', 1, 0, 0, 0, 2, 2, 4, 50, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-09', '', 1, 0, 0, 0, 2, 2, 4, 50, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-10', '', 1, 0, 0, 0, 2, 2, 4, 50, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-11', '', 1, 0, 0, 0, 2, 2, 4, 50, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-12', '', 1, 0, 0, 0, 2, 2, 4, 50, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-13', '', 1, 0, 0, 0, 2, 2, 4, 50, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-50-14', '', 1, 0, 0, 0, 2, 2, 4, 50, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-01', '', 1, 0, 0, 0, 2, 2, 4, 51, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-02', '', 1, 0, 0, 0, 2, 2, 4, 51, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-03', '', 1, 0, 0, 0, 2, 2, 4, 51, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-04', '', 1, 0, 0, 0, 2, 2, 4, 51, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-05', '', 1, 0, 0, 0, 2, 2, 4, 51, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-06', '', 1, 0, 0, 0, 2, 2, 4, 51, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-07', '', 1, 0, 0, 0, 2, 2, 4, 51, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-08', '', 1, 0, 0, 0, 2, 2, 4, 51, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-09', '', 1, 0, 0, 0, 2, 2, 4, 51, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-10', '', 1, 0, 0, 0, 2, 2, 4, 51, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-11', '', 1, 0, 0, 0, 2, 2, 4, 51, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-12', '', 1, 0, 0, 0, 2, 2, 4, 51, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-13', '', 1, 0, 0, 0, 2, 2, 4, 51, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-51-14', '', 1, 0, 0, 0, 2, 2, 4, 51, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-01', '', 1, 0, 0, 0, 2, 2, 4, 52, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-02', '', 1, 0, 0, 0, 2, 2, 4, 52, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-03', '', 1, 0, 0, 0, 2, 2, 4, 52, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-04', '', 1, 0, 0, 0, 2, 2, 4, 52, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-05', '', 1, 0, 0, 0, 2, 2, 4, 52, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-06', '', 1, 0, 0, 0, 2, 2, 4, 52, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-07', '', 1, 0, 0, 0, 2, 2, 4, 52, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-08', '', 1, 0, 0, 0, 2, 2, 4, 52, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-09', '', 1, 0, 0, 0, 2, 2, 4, 52, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-10', '', 1, 0, 0, 0, 2, 2, 4, 52, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-11', '', 1, 0, 0, 0, 2, 2, 4, 52, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-12', '', 1, 0, 0, 0, 2, 2, 4, 52, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-13', '', 1, 0, 0, 0, 2, 2, 4, 52, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-52-14', '', 1, 0, 0, 0, 2, 2, 4, 52, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-01', '', 1, 0, 0, 0, 2, 2, 4, 53, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-02', '', 1, 0, 0, 0, 2, 2, 4, 53, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-03', '', 1, 0, 0, 0, 2, 2, 4, 53, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-04', '', 1, 0, 0, 0, 2, 2, 4, 53, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-05', '', 1, 0, 0, 0, 2, 2, 4, 53, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-06', '', 1, 0, 0, 0, 2, 2, 4, 53, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-07', '', 1, 0, 0, 0, 2, 2, 4, 53, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-08', '', 1, 0, 0, 0, 2, 2, 4, 53, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-09', '', 1, 0, 0, 0, 2, 2, 4, 53, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-10', '', 1, 0, 0, 0, 2, 2, 4, 53, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-11', '', 1, 0, 0, 0, 2, 2, 4, 53, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-12', '', 1, 0, 0, 0, 2, 2, 4, 53, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-13', '', 1, 0, 0, 0, 2, 2, 4, 53, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-53-14', '', 1, 0, 0, 0, 2, 2, 4, 53, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-01', '', 1, 0, 0, 0, 2, 2, 4, 54, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-02', '', 1, 0, 0, 0, 2, 2, 4, 54, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-03', '', 1, 0, 0, 0, 2, 2, 4, 54, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-04', '', 1, 0, 0, 0, 2, 2, 4, 54, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-05', '', 1, 0, 0, 0, 2, 2, 4, 54, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-06', '', 1, 0, 0, 0, 2, 2, 4, 54, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-07', '', 1, 0, 0, 0, 2, 2, 4, 54, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-08', '', 1, 0, 0, 0, 2, 2, 4, 54, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-09', '', 1, 0, 0, 0, 2, 2, 4, 54, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-10', '', 1, 0, 0, 0, 2, 2, 4, 54, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-11', '', 1, 0, 0, 0, 2, 2, 4, 54, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-12', '', 1, 0, 0, 0, 2, 2, 4, 54, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-13', '', 1, 0, 0, 0, 2, 2, 4, 54, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-54-14', '', 1, 0, 0, 0, 2, 2, 4, 54, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-01', '', 1, 0, 0, 0, 2, 2, 4, 55, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-02', '', 1, 0, 0, 0, 2, 2, 4, 55, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-03', '', 1, 0, 0, 0, 2, 2, 4, 55, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-04', '', 1, 0, 0, 0, 2, 2, 4, 55, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-05', '', 1, 0, 0, 0, 2, 2, 4, 55, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-06', '', 1, 0, 0, 0, 2, 2, 4, 55, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-07', '', 1, 0, 0, 0, 2, 2, 4, 55, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-08', '', 1, 0, 0, 0, 2, 2, 4, 55, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-09', '', 1, 0, 0, 0, 2, 2, 4, 55, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-10', '', 1, 0, 0, 0, 2, 2, 4, 55, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-11', '', 1, 0, 0, 0, 2, 2, 4, 55, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-12', '', 1, 0, 0, 0, 2, 2, 4, 55, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-13', '', 1, 0, 0, 0, 2, 2, 4, 55, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-55-14', '', 1, 0, 0, 0, 2, 2, 4, 55, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-01', '', 1, 0, 0, 0, 2, 2, 4, 56, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-02', '', 1, 0, 0, 0, 2, 2, 4, 56, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-03', '', 1, 0, 0, 0, 2, 2, 4, 56, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-04', '', 1, 0, 0, 0, 2, 2, 4, 56, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-05', '', 1, 0, 0, 0, 2, 2, 4, 56, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-06', '', 1, 0, 0, 0, 2, 2, 4, 56, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-07', '', 1, 0, 0, 0, 2, 2, 4, 56, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-08', '', 1, 0, 0, 0, 2, 2, 4, 56, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-09', '', 1, 0, 0, 0, 2, 2, 4, 56, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-10', '', 1, 0, 0, 0, 2, 2, 4, 56, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-11', '', 1, 0, 0, 0, 2, 2, 4, 56, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-12', '', 1, 0, 0, 0, 2, 2, 4, 56, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-13', '', 1, 0, 0, 0, 2, 2, 4, 56, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-56-14', '', 1, 0, 0, 0, 2, 2, 4, 56, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-01', '', 1, 0, 0, 0, 2, 2, 4, 57, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-02', '', 1, 0, 0, 0, 2, 2, 4, 57, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-03', '', 1, 0, 0, 0, 2, 2, 4, 57, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-04', '', 1, 0, 0, 0, 2, 2, 4, 57, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-05', '', 1, 0, 0, 0, 2, 2, 4, 57, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-06', '', 1, 0, 0, 0, 2, 2, 4, 57, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-07', '', 1, 0, 0, 0, 2, 2, 4, 57, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-08', '', 1, 0, 0, 0, 2, 2, 4, 57, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-09', '', 1, 0, 0, 0, 2, 2, 4, 57, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-10', '', 1, 0, 0, 0, 2, 2, 4, 57, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-11', '', 1, 0, 0, 0, 2, 2, 4, 57, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-12', '', 1, 0, 0, 0, 2, 2, 4, 57, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-13', '', 1, 0, 0, 0, 2, 2, 4, 57, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-57-14', '', 1, 0, 0, 0, 2, 2, 4, 57, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-01', '', 1, 0, 0, 0, 2, 2, 4, 58, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-02', '', 1, 0, 0, 0, 2, 2, 4, 58, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-03', '', 1, 0, 0, 0, 2, 2, 4, 58, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-04', '', 1, 0, 0, 0, 2, 2, 4, 58, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-05', '', 1, 0, 0, 0, 2, 2, 4, 58, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-06', '', 1, 0, 0, 0, 2, 2, 4, 58, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-07', '', 1, 0, 0, 0, 2, 2, 4, 58, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-08', '', 1, 0, 0, 0, 2, 2, 4, 58, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-09', '', 1, 0, 0, 0, 2, 2, 4, 58, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-10', '', 1, 0, 0, 0, 2, 2, 4, 58, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-11', '', 1, 0, 0, 0, 2, 2, 4, 58, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-12', '', 1, 0, 0, 0, 2, 2, 4, 58, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-13', '', 1, 0, 0, 0, 2, 2, 4, 58, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-58-14', '', 1, 0, 0, 0, 2, 2, 4, 58, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-01', '', 1, 0, 0, 0, 2, 2, 4, 59, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-02', '', 1, 0, 0, 0, 2, 2, 4, 59, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-03', '', 1, 0, 0, 0, 2, 2, 4, 59, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-04', '', 1, 0, 0, 0, 2, 2, 4, 59, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-05', '', 1, 0, 0, 0, 2, 2, 4, 59, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-06', '', 1, 0, 0, 0, 2, 2, 4, 59, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-07', '', 1, 0, 0, 0, 2, 2, 4, 59, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-08', '', 1, 0, 0, 0, 2, 2, 4, 59, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-09', '', 1, 0, 0, 0, 2, 2, 4, 59, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-10', '', 1, 0, 0, 0, 2, 2, 4, 59, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-11', '', 1, 0, 0, 0, 2, 2, 4, 59, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-12', '', 1, 0, 0, 0, 2, 2, 4, 59, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-13', '', 1, 0, 0, 0, 2, 2, 4, 59, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-59-14', '', 1, 0, 0, 0, 2, 2, 4, 59, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-01', '', 1, 0, 0, 0, 2, 2, 4, 60, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-02', '', 1, 0, 0, 0, 2, 2, 4, 60, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-03', '', 1, 0, 0, 0, 2, 2, 4, 60, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-04', '', 1, 0, 0, 0, 2, 2, 4, 60, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-05', '', 1, 0, 0, 0, 2, 2, 4, 60, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-06', '', 1, 0, 0, 0, 2, 2, 4, 60, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-07', '', 1, 0, 0, 0, 2, 2, 4, 60, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-08', '', 1, 0, 0, 0, 2, 2, 4, 60, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-09', '', 1, 0, 0, 0, 2, 2, 4, 60, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-10', '', 1, 0, 0, 0, 2, 2, 4, 60, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-11', '', 1, 0, 0, 0, 2, 2, 4, 60, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-12', '', 1, 0, 0, 0, 2, 2, 4, 60, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-13', '', 1, 0, 0, 0, 2, 2, 4, 60, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-60-14', '', 1, 0, 0, 0, 2, 2, 4, 60, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-01', '', 1, 0, 0, 0, 2, 2, 4, 61, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-02', '', 1, 0, 0, 0, 2, 2, 4, 61, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-03', '', 1, 0, 0, 0, 2, 2, 4, 61, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-04', '', 1, 0, 0, 0, 2, 2, 4, 61, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-05', '', 1, 0, 0, 0, 2, 2, 4, 61, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-06', '', 1, 0, 0, 0, 2, 2, 4, 61, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-07', '', 1, 0, 0, 0, 2, 2, 4, 61, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-08', '', 1, 0, 0, 0, 2, 2, 4, 61, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-09', '', 1, 0, 0, 0, 2, 2, 4, 61, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-10', '', 1, 0, 0, 0, 2, 2, 4, 61, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-11', '', 1, 0, 0, 0, 2, 2, 4, 61, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-12', '', 1, 0, 0, 0, 2, 2, 4, 61, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-13', '', 1, 0, 0, 0, 2, 2, 4, 61, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-61-14', '', 1, 0, 0, 0, 2, 2, 4, 61, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-01', '', 1, 0, 0, 0, 2, 2, 4, 62, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-02', '', 1, 0, 0, 0, 2, 2, 4, 62, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-03', '', 1, 0, 0, 0, 2, 2, 4, 62, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-04', '', 1, 0, 0, 0, 2, 2, 4, 62, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-05', '', 1, 0, 0, 0, 2, 2, 4, 62, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-06', '', 1, 0, 0, 0, 2, 2, 4, 62, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-07', '', 1, 0, 0, 0, 2, 2, 4, 62, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-08', '', 1, 0, 0, 0, 2, 2, 4, 62, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-09', '', 1, 0, 0, 0, 2, 2, 4, 62, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-10', '', 1, 0, 0, 0, 2, 2, 4, 62, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-11', '', 1, 0, 0, 0, 2, 2, 4, 62, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-12', '', 1, 0, 0, 0, 2, 2, 4, 62, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-13', '', 1, 0, 0, 0, 2, 2, 4, 62, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-62-14', '', 1, 0, 0, 0, 2, 2, 4, 62, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-01', '', 1, 0, 0, 0, 2, 2, 4, 63, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-02', '', 1, 0, 0, 0, 2, 2, 4, 63, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-03', '', 1, 0, 0, 0, 2, 2, 4, 63, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-04', '', 1, 0, 0, 0, 2, 2, 4, 63, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-05', '', 1, 0, 0, 0, 2, 2, 4, 63, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-06', '', 1, 0, 0, 0, 2, 2, 4, 63, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-07', '', 1, 0, 0, 0, 2, 2, 4, 63, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-08', '', 1, 0, 0, 0, 2, 2, 4, 63, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-09', '', 1, 0, 0, 0, 2, 2, 4, 63, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-10', '', 1, 0, 0, 0, 2, 2, 4, 63, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-11', '', 1, 0, 0, 0, 2, 2, 4, 63, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-12', '', 1, 0, 0, 0, 2, 2, 4, 63, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-13', '', 1, 0, 0, 0, 2, 2, 4, 63, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-63-14', '', 1, 0, 0, 0, 2, 2, 4, 63, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-01', '', 1, 0, 0, 0, 2, 2, 4, 64, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-02', '', 1, 0, 0, 0, 2, 2, 4, 64, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-03', '', 1, 0, 0, 0, 2, 2, 4, 64, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-04', '', 1, 0, 0, 0, 2, 2, 4, 64, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-05', '', 1, 0, 0, 0, 2, 2, 4, 64, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-06', '', 1, 0, 0, 0, 2, 2, 4, 64, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-07', '', 1, 0, 0, 0, 2, 2, 4, 64, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-08', '', 1, 0, 0, 0, 2, 2, 4, 64, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-09', '', 1, 0, 0, 0, 2, 2, 4, 64, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-10', '', 1, 0, 0, 0, 2, 2, 4, 64, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-11', '', 1, 0, 0, 0, 2, 2, 4, 64, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-12', '', 1, 0, 0, 0, 2, 2, 4, 64, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-13', '', 1, 0, 0, 0, 2, 2, 4, 64, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-64-14', '', 1, 0, 0, 0, 2, 2, 4, 64, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-01', '', 1, 0, 0, 0, 2, 2, 4, 65, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-02', '', 1, 0, 0, 0, 2, 2, 4, 65, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-03', '', 1, 0, 0, 0, 2, 2, 4, 65, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-04', '', 1, 0, 0, 0, 2, 2, 4, 65, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-05', '', 1, 0, 0, 0, 2, 2, 4, 65, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-06', '', 1, 0, 0, 0, 2, 2, 4, 65, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-07', '', 1, 0, 0, 0, 2, 2, 4, 65, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-08', '', 1, 0, 0, 0, 2, 2, 4, 65, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-09', '', 1, 0, 0, 0, 2, 2, 4, 65, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-10', '', 1, 0, 0, 0, 2, 2, 4, 65, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-11', '', 1, 0, 0, 0, 2, 2, 4, 65, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-12', '', 1, 0, 0, 0, 2, 2, 4, 65, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-13', '', 1, 0, 0, 0, 2, 2, 4, 65, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-65-14', '', 1, 0, 0, 0, 2, 2, 4, 65, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-01', '', 1, 0, 0, 0, 2, 2, 4, 66, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-02', '', 1, 0, 0, 0, 2, 2, 4, 66, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-03', '', 1, 0, 0, 0, 2, 2, 4, 66, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-04', '', 1, 0, 0, 0, 2, 2, 4, 66, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-05', '', 1, 0, 0, 0, 2, 2, 4, 66, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-06', '', 1, 0, 0, 0, 2, 2, 4, 66, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-07', '', 1, 0, 0, 0, 2, 2, 4, 66, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-08', '', 1, 0, 0, 0, 2, 2, 4, 66, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-09', '', 1, 0, 0, 0, 2, 2, 4, 66, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-10', '', 1, 0, 0, 0, 2, 2, 4, 66, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-11', '', 1, 0, 0, 0, 2, 2, 4, 66, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-12', '', 1, 0, 0, 0, 2, 2, 4, 66, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-13', '', 1, 0, 0, 0, 2, 2, 4, 66, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-66-14', '', 1, 0, 0, 0, 2, 2, 4, 66, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-01', '', 1, 0, 0, 0, 2, 2, 4, 67, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-02', '', 1, 0, 0, 0, 2, 2, 4, 67, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-03', '', 1, 0, 0, 0, 2, 2, 4, 67, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-04', '', 1, 0, 0, 0, 2, 2, 4, 67, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-05', '', 1, 0, 0, 0, 2, 2, 4, 67, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-06', '', 1, 0, 0, 0, 2, 2, 4, 67, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-07', '', 1, 0, 0, 0, 2, 2, 4, 67, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-08', '', 1, 0, 0, 0, 2, 2, 4, 67, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-09', '', 1, 0, 0, 0, 2, 2, 4, 67, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-10', '', 1, 0, 0, 0, 2, 2, 4, 67, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-11', '', 1, 0, 0, 0, 2, 2, 4, 67, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-12', '', 1, 0, 0, 0, 2, 2, 4, 67, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-13', '', 1, 0, 0, 0, 2, 2, 4, 67, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-67-14', '', 1, 0, 0, 0, 2, 2, 4, 67, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-01', '', 1, 0, 0, 0, 2, 2, 4, 68, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-02', '', 1, 0, 0, 0, 2, 2, 4, 68, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-03', '', 1, 0, 0, 0, 2, 2, 4, 68, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-04', '', 1, 0, 0, 0, 2, 2, 4, 68, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-05', '', 1, 0, 0, 0, 2, 2, 4, 68, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-06', '', 1, 0, 0, 0, 2, 2, 4, 68, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-07', '', 1, 0, 0, 0, 2, 2, 4, 68, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-08', '', 1, 0, 0, 0, 2, 2, 4, 68, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-09', '', 1, 0, 0, 0, 2, 2, 4, 68, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-10', '', 1, 0, 0, 0, 2, 2, 4, 68, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-11', '', 1, 0, 0, 0, 2, 2, 4, 68, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-12', '', 1, 0, 0, 0, 2, 2, 4, 68, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-13', '', 1, 0, 0, 0, 2, 2, 4, 68, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-68-14', '', 1, 0, 0, 0, 2, 2, 4, 68, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-01', '', 1, 0, 0, 0, 2, 2, 4, 69, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-02', '', 1, 0, 0, 0, 2, 2, 4, 69, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-03', '', 1, 0, 0, 0, 2, 2, 4, 69, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-04', '', 1, 0, 0, 0, 2, 2, 4, 69, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-05', '', 1, 0, 0, 0, 2, 2, 4, 69, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-06', '', 1, 0, 0, 0, 2, 2, 4, 69, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-07', '', 1, 0, 0, 0, 2, 2, 4, 69, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-08', '', 1, 0, 0, 0, 2, 2, 4, 69, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-09', '', 1, 0, 0, 0, 2, 2, 4, 69, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-10', '', 1, 0, 0, 0, 2, 2, 4, 69, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-11', '', 1, 0, 0, 0, 2, 2, 4, 69, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-12', '', 1, 0, 0, 0, 2, 2, 4, 69, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-13', '', 1, 0, 0, 0, 2, 2, 4, 69, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-69-14', '', 1, 0, 0, 0, 2, 2, 4, 69, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-01', '', 1, 0, 0, 0, 2, 2, 4, 70, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-02', '', 1, 0, 0, 0, 2, 2, 4, 70, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-03', '', 1, 0, 0, 0, 2, 2, 4, 70, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-04', '', 1, 0, 0, 0, 2, 2, 4, 70, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-05', '', 1, 0, 0, 0, 2, 2, 4, 70, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-06', '', 1, 0, 0, 0, 2, 2, 4, 70, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-07', '', 1, 0, 0, 0, 2, 2, 4, 70, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-08', '', 1, 0, 0, 0, 2, 2, 4, 70, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-09', '', 1, 0, 0, 0, 2, 2, 4, 70, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-10', '', 1, 0, 0, 0, 2, 2, 4, 70, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-11', '', 1, 0, 0, 0, 2, 2, 4, 70, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-12', '', 1, 0, 0, 0, 2, 2, 4, 70, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-13', '', 1, 0, 0, 0, 2, 2, 4, 70, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-70-14', '', 1, 0, 0, 0, 2, 2, 4, 70, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-01', '', 1, 0, 0, 0, 2, 2, 4, 71, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-02', '', 1, 0, 0, 0, 2, 2, 4, 71, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-03', '', 1, 0, 0, 0, 2, 2, 4, 71, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-04', '', 1, 0, 0, 0, 2, 2, 4, 71, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-05', '', 1, 0, 0, 0, 2, 2, 4, 71, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-06', '', 1, 0, 0, 0, 2, 2, 4, 71, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-07', '', 1, 0, 0, 0, 2, 2, 4, 71, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-08', '', 1, 0, 0, 0, 2, 2, 4, 71, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-09', '', 1, 0, 0, 0, 2, 2, 4, 71, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-10', '', 1, 0, 0, 0, 2, 2, 4, 71, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-11', '', 1, 0, 0, 0, 2, 2, 4, 71, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-12', '', 1, 0, 0, 0, 2, 2, 4, 71, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-13', '', 1, 0, 0, 0, 2, 2, 4, 71, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-71-14', '', 1, 0, 0, 0, 2, 2, 4, 71, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-01', '', 1, 0, 0, 0, 2, 2, 4, 72, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-02', '', 1, 0, 0, 0, 2, 2, 4, 72, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-03', '', 1, 0, 0, 0, 2, 2, 4, 72, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-04', '', 1, 0, 0, 0, 2, 2, 4, 72, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-05', '', 1, 0, 0, 0, 2, 2, 4, 72, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-06', '', 1, 0, 0, 0, 2, 2, 4, 72, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-07', '', 1, 0, 0, 0, 2, 2, 4, 72, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-08', '', 1, 0, 0, 0, 2, 2, 4, 72, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-09', '', 1, 0, 0, 0, 2, 2, 4, 72, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-10', '', 1, 0, 0, 0, 2, 2, 4, 72, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-11', '', 1, 0, 0, 0, 2, 2, 4, 72, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-12', '', 1, 0, 0, 0, 2, 2, 4, 72, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-13', '', 1, 0, 0, 0, 2, 2, 4, 72, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-72-14', '', 1, 0, 0, 0, 2, 2, 4, 72, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-01', '', 1, 0, 0, 0, 2, 2, 4, 73, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-02', '', 1, 0, 0, 0, 2, 2, 4, 73, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-03', '', 1, 0, 0, 0, 2, 2, 4, 73, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-04', '', 1, 0, 0, 0, 2, 2, 4, 73, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-05', '', 1, 0, 0, 0, 2, 2, 4, 73, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-06', '', 1, 0, 0, 0, 2, 2, 4, 73, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-07', '', 1, 0, 0, 0, 2, 2, 4, 73, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-08', '', 1, 0, 0, 0, 2, 2, 4, 73, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-09', '', 1, 0, 0, 0, 2, 2, 4, 73, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-10', '', 1, 0, 0, 0, 2, 2, 4, 73, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-11', '', 1, 0, 0, 0, 2, 2, 4, 73, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-12', '', 1, 0, 0, 0, 2, 2, 4, 73, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-13', '', 1, 0, 0, 0, 2, 2, 4, 73, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-73-14', '', 1, 0, 0, 0, 2, 2, 4, 73, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-01', '', 1, 0, 0, 0, 2, 2, 4, 74, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-02', '', 1, 0, 0, 0, 2, 2, 4, 74, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-03', '', 1, 0, 0, 0, 2, 2, 4, 74, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-04', '', 1, 0, 0, 0, 2, 2, 4, 74, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-05', '', 1, 0, 0, 0, 2, 2, 4, 74, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-06', '', 1, 0, 0, 0, 2, 2, 4, 74, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-07', '', 1, 0, 0, 0, 2, 2, 4, 74, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-08', '', 1, 0, 0, 0, 2, 2, 4, 74, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-09', '', 1, 0, 0, 0, 2, 2, 4, 74, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-10', '', 1, 0, 0, 0, 2, 2, 4, 74, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-11', '', 1, 0, 0, 0, 2, 2, 4, 74, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-12', '', 1, 0, 0, 0, 2, 2, 4, 74, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-13', '', 1, 0, 0, 0, 2, 2, 4, 74, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A4-74-14', '', 1, 0, 0, 0, 2, 2, 4, 74, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-01', '', 1, 0, 0, 0, 3, 3, 5, 1, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-02', '', 1, 0, 0, 0, 3, 3, 5, 1, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-03', '', 1, 0, 0, 0, 3, 3, 5, 1, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-04', '', 1, 0, 0, 0, 3, 3, 5, 1, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-05', '', 1, 0, 0, 0, 3, 3, 5, 1, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-06', '', 1, 0, 0, 0, 3, 3, 5, 1, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-07', '', 1, 0, 0, 0, 3, 3, 5, 1, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-08', '', 1, 0, 0, 0, 3, 3, 5, 1, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-09', '', 1, 0, 0, 0, 3, 3, 5, 1, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-10', '', 1, 0, 0, 0, 3, 3, 5, 1, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-11', '', 1, 0, 0, 0, 3, 3, 5, 1, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-12', '', 1, 0, 0, 0, 3, 3, 5, 1, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-13', '', 1, 0, 0, 0, 3, 3, 5, 1, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-01-14', '', 1, 0, 0, 0, 3, 3, 5, 1, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-01', '', 1, 0, 0, 0, 3, 3, 5, 2, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-02', '', 1, 0, 0, 0, 3, 3, 5, 2, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-03', '', 1, 0, 0, 0, 3, 3, 5, 2, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-04', '', 1, 0, 0, 0, 3, 3, 5, 2, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-05', '', 1, 0, 0, 0, 3, 3, 5, 2, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-06', '', 1, 0, 0, 0, 3, 3, 5, 2, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-07', '', 1, 0, 0, 0, 3, 3, 5, 2, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-08', '', 1, 0, 0, 0, 3, 3, 5, 2, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-09', '', 1, 0, 0, 0, 3, 3, 5, 2, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-10', '', 1, 0, 0, 0, 3, 3, 5, 2, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-11', '', 1, 0, 0, 0, 3, 3, 5, 2, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-12', '', 1, 0, 0, 0, 3, 3, 5, 2, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-13', '', 1, 0, 0, 0, 3, 3, 5, 2, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-02-14', '', 1, 0, 0, 0, 3, 3, 5, 2, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-01', '', 1, 0, 0, 0, 3, 3, 5, 3, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-02', '', 1, 0, 0, 0, 3, 3, 5, 3, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-03', '', 1, 0, 0, 0, 3, 3, 5, 3, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-04', '', 1, 0, 0, 0, 3, 3, 5, 3, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-05', '', 1, 0, 0, 0, 3, 3, 5, 3, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-06', '', 1, 0, 0, 0, 3, 3, 5, 3, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-07', '', 1, 0, 0, 0, 3, 3, 5, 3, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-08', '', 1, 0, 0, 0, 3, 3, 5, 3, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-09', '', 1, 0, 0, 0, 3, 3, 5, 3, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-10', '', 1, 0, 0, 0, 3, 3, 5, 3, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-11', '', 1, 0, 0, 0, 3, 3, 5, 3, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-12', '', 1, 0, 0, 0, 3, 3, 5, 3, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-13', '', 1, 0, 0, 0, 3, 3, 5, 3, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-03-14', '', 1, 0, 0, 0, 3, 3, 5, 3, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-01', '', 1, 0, 0, 0, 3, 3, 5, 4, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-02', '', 1, 0, 0, 0, 3, 3, 5, 4, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-03', '', 1, 0, 0, 0, 3, 3, 5, 4, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-04', '', 1, 0, 0, 0, 3, 3, 5, 4, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-05', '', 1, 0, 0, 0, 3, 3, 5, 4, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-06', '', 1, 0, 0, 0, 3, 3, 5, 4, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-07', '', 1, 0, 0, 0, 3, 3, 5, 4, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-08', '', 1, 0, 0, 0, 3, 3, 5, 4, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-09', '', 1, 0, 0, 0, 3, 3, 5, 4, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-10', '', 1, 0, 0, 0, 3, 3, 5, 4, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-11', '', 1, 0, 0, 0, 3, 3, 5, 4, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-12', '', 1, 0, 0, 0, 3, 3, 5, 4, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-13', '', 1, 0, 0, 0, 3, 3, 5, 4, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-04-14', '', 1, 0, 0, 0, 3, 3, 5, 4, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-01', '', 1, 0, 0, 0, 3, 3, 5, 5, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-02', '', 1, 0, 0, 0, 3, 3, 5, 5, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-03', '', 1, 0, 0, 0, 3, 3, 5, 5, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-04', '', 1, 0, 0, 0, 3, 3, 5, 5, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-05', '', 1, 0, 0, 0, 3, 3, 5, 5, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-06', '', 1, 0, 0, 0, 3, 3, 5, 5, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-07', '', 1, 0, 0, 0, 3, 3, 5, 5, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-08', '', 1, 0, 0, 0, 3, 3, 5, 5, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-09', '', 1, 0, 0, 0, 3, 3, 5, 5, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-10', '', 1, 0, 0, 0, 3, 3, 5, 5, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-11', '', 1, 0, 0, 0, 3, 3, 5, 5, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-12', '', 1, 0, 0, 0, 3, 3, 5, 5, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-13', '', 1, 0, 0, 0, 3, 3, 5, 5, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-05-14', '', 1, 0, 0, 0, 3, 3, 5, 5, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-01', '', 1, 0, 0, 0, 3, 3, 5, 6, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-02', '', 1, 0, 0, 0, 3, 3, 5, 6, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-03', '', 1, 0, 0, 0, 3, 3, 5, 6, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-04', '', 1, 0, 0, 0, 3, 3, 5, 6, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-05', '', 1, 0, 0, 0, 3, 3, 5, 6, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-06', '', 1, 0, 0, 0, 3, 3, 5, 6, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-07', '', 1, 0, 0, 0, 3, 3, 5, 6, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-08', '', 1, 0, 0, 0, 3, 3, 5, 6, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-09', '', 1, 0, 0, 0, 3, 3, 5, 6, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-10', '', 1, 0, 0, 0, 3, 3, 5, 6, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-11', '', 1, 0, 0, 0, 3, 3, 5, 6, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-12', '', 1, 0, 0, 0, 3, 3, 5, 6, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-13', '', 1, 0, 0, 0, 3, 3, 5, 6, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-06-14', '', 1, 0, 0, 0, 3, 3, 5, 6, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-01', '', 1, 0, 0, 0, 3, 3, 5, 7, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-02', '', 1, 0, 0, 0, 3, 3, 5, 7, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-03', '', 1, 0, 0, 0, 3, 3, 5, 7, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-04', '', 1, 0, 0, 0, 3, 3, 5, 7, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-05', '', 1, 0, 0, 0, 3, 3, 5, 7, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-06', '', 1, 0, 0, 0, 3, 3, 5, 7, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-07', '', 1, 0, 0, 0, 3, 3, 5, 7, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-08', '', 1, 0, 0, 0, 3, 3, 5, 7, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-09', '', 1, 0, 0, 0, 3, 3, 5, 7, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-10', '', 1, 0, 0, 0, 3, 3, 5, 7, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-11', '', 1, 0, 0, 0, 3, 3, 5, 7, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-12', '', 1, 0, 0, 0, 3, 3, 5, 7, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-13', '', 1, 0, 0, 0, 3, 3, 5, 7, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-07-14', '', 1, 0, 0, 0, 3, 3, 5, 7, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-01', '', 1, 0, 0, 0, 3, 3, 5, 8, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-02', '', 1, 0, 0, 0, 3, 3, 5, 8, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-03', '', 1, 0, 0, 0, 3, 3, 5, 8, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-04', '', 1, 0, 0, 0, 3, 3, 5, 8, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-05', '', 1, 0, 0, 0, 3, 3, 5, 8, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-06', '', 1, 0, 0, 0, 3, 3, 5, 8, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-07', '', 1, 0, 0, 0, 3, 3, 5, 8, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-08', '', 1, 0, 0, 0, 3, 3, 5, 8, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-09', '', 1, 0, 0, 0, 3, 3, 5, 8, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-10', '', 1, 0, 0, 0, 3, 3, 5, 8, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-11', '', 1, 0, 0, 0, 3, 3, 5, 8, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-12', '', 1, 0, 0, 0, 3, 3, 5, 8, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-13', '', 1, 0, 0, 0, 3, 3, 5, 8, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-08-14', '', 1, 0, 0, 0, 3, 3, 5, 8, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-01', '', 1, 0, 0, 0, 3, 3, 5, 9, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-02', '', 1, 0, 0, 0, 3, 3, 5, 9, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-03', '', 1, 0, 0, 0, 3, 3, 5, 9, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-04', '', 1, 0, 0, 0, 3, 3, 5, 9, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-05', '', 1, 0, 0, 0, 3, 3, 5, 9, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-06', '', 1, 0, 0, 0, 3, 3, 5, 9, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-07', '', 1, 0, 0, 0, 3, 3, 5, 9, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-08', '', 1, 0, 0, 0, 3, 3, 5, 9, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-09', '', 1, 0, 0, 0, 3, 3, 5, 9, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-10', '', 1, 0, 0, 0, 3, 3, 5, 9, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-11', '', 1, 0, 0, 0, 3, 3, 5, 9, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-12', '', 1, 0, 0, 0, 3, 3, 5, 9, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-13', '', 1, 0, 0, 0, 3, 3, 5, 9, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-09-14', '', 1, 0, 0, 0, 3, 3, 5, 9, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-01', '', 1, 0, 0, 0, 3, 3, 5, 10, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-02', '', 1, 0, 0, 0, 3, 3, 5, 10, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-03', '', 1, 0, 0, 0, 3, 3, 5, 10, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-04', '', 1, 0, 0, 0, 3, 3, 5, 10, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-05', '', 1, 0, 0, 0, 3, 3, 5, 10, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-06', '', 1, 0, 0, 0, 3, 3, 5, 10, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-07', '', 1, 0, 0, 0, 3, 3, 5, 10, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-08', '', 1, 0, 0, 0, 3, 3, 5, 10, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-09', '', 1, 0, 0, 0, 3, 3, 5, 10, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-10', '', 1, 0, 0, 0, 3, 3, 5, 10, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-11', '', 1, 0, 0, 0, 3, 3, 5, 10, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-12', '', 1, 0, 0, 0, 3, 3, 5, 10, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-13', '', 1, 0, 0, 0, 3, 3, 5, 10, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-10-14', '', 1, 0, 0, 0, 3, 3, 5, 10, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-01', '', 1, 0, 0, 0, 3, 3, 5, 11, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-02', '', 1, 0, 0, 0, 3, 3, 5, 11, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-03', '', 1, 0, 0, 0, 3, 3, 5, 11, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-04', '', 1, 0, 0, 0, 3, 3, 5, 11, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-05', '', 1, 0, 0, 0, 3, 3, 5, 11, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-06', '', 1, 0, 0, 0, 3, 3, 5, 11, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-07', '', 1, 0, 0, 0, 3, 3, 5, 11, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-08', '', 1, 0, 0, 0, 3, 3, 5, 11, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-09', '', 1, 0, 0, 0, 3, 3, 5, 11, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-10', '', 1, 0, 0, 0, 3, 3, 5, 11, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-11', '', 1, 0, 0, 0, 3, 3, 5, 11, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-12', '', 1, 0, 0, 0, 3, 3, 5, 11, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-13', '', 1, 0, 0, 0, 3, 3, 5, 11, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-11-14', '', 1, 0, 0, 0, 3, 3, 5, 11, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-01', '', 1, 0, 0, 0, 3, 3, 5, 12, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-02', '', 1, 0, 0, 0, 3, 3, 5, 12, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-03', '', 1, 0, 0, 0, 3, 3, 5, 12, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-04', '', 1, 0, 0, 0, 3, 3, 5, 12, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-05', '', 1, 0, 0, 0, 3, 3, 5, 12, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-06', '', 1, 0, 0, 0, 3, 3, 5, 12, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-07', '', 1, 0, 0, 0, 3, 3, 5, 12, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-08', '', 1, 0, 0, 0, 3, 3, 5, 12, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-09', '', 1, 0, 0, 0, 3, 3, 5, 12, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-10', '', 1, 0, 0, 0, 3, 3, 5, 12, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-11', '', 1, 0, 0, 0, 3, 3, 5, 12, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-12', '', 1, 0, 0, 0, 3, 3, 5, 12, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-13', '', 1, 0, 0, 0, 3, 3, 5, 12, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-12-14', '', 1, 0, 0, 0, 3, 3, 5, 12, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-01', '', 1, 0, 0, 0, 3, 3, 5, 13, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-02', '', 1, 0, 0, 0, 3, 3, 5, 13, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-03', '', 1, 0, 0, 0, 3, 3, 5, 13, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-04', '', 1, 0, 0, 0, 3, 3, 5, 13, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-05', '', 1, 0, 0, 0, 3, 3, 5, 13, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-06', '', 1, 0, 0, 0, 3, 3, 5, 13, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-07', '', 1, 0, 0, 0, 3, 3, 5, 13, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-08', '', 1, 0, 0, 0, 3, 3, 5, 13, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-09', '', 1, 0, 0, 0, 3, 3, 5, 13, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-10', '', 1, 0, 0, 0, 3, 3, 5, 13, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-11', '', 1, 0, 0, 0, 3, 3, 5, 13, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-12', '', 1, 0, 0, 0, 3, 3, 5, 13, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-13', '', 1, 0, 0, 0, 3, 3, 5, 13, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-13-14', '', 1, 0, 0, 0, 3, 3, 5, 13, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-01', '', 1, 0, 0, 0, 3, 3, 5, 14, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-02', '', 1, 0, 0, 0, 3, 3, 5, 14, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-03', '', 1, 0, 0, 0, 3, 3, 5, 14, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-04', '', 1, 0, 0, 0, 3, 3, 5, 14, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-05', '', 1, 0, 0, 0, 3, 3, 5, 14, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-06', '', 1, 0, 0, 0, 3, 3, 5, 14, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-07', '', 1, 0, 0, 0, 3, 3, 5, 14, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-08', '', 1, 0, 0, 0, 3, 3, 5, 14, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-09', '', 1, 0, 0, 0, 3, 3, 5, 14, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-10', '', 1, 0, 0, 0, 3, 3, 5, 14, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-11', '', 1, 0, 0, 0, 3, 3, 5, 14, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-12', '', 1, 0, 0, 0, 3, 3, 5, 14, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-13', '', 1, 0, 0, 0, 3, 3, 5, 14, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-14-14', '', 1, 0, 0, 0, 3, 3, 5, 14, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-01', '', 1, 0, 0, 0, 3, 3, 5, 15, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-02', '', 1, 0, 0, 0, 3, 3, 5, 15, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-03', '', 1, 0, 0, 0, 3, 3, 5, 15, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-04', '', 1, 0, 0, 0, 3, 3, 5, 15, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-05', '', 1, 0, 0, 0, 3, 3, 5, 15, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-06', '', 1, 0, 0, 0, 3, 3, 5, 15, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-07', '', 1, 0, 0, 0, 3, 3, 5, 15, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-08', '', 1, 0, 0, 0, 3, 3, 5, 15, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-09', '', 1, 0, 0, 0, 3, 3, 5, 15, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-10', '', 1, 0, 0, 0, 3, 3, 5, 15, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-11', '', 1, 0, 0, 0, 3, 3, 5, 15, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-12', '', 1, 0, 0, 0, 3, 3, 5, 15, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-13', '', 1, 0, 0, 0, 3, 3, 5, 15, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-15-14', '', 1, 0, 0, 0, 3, 3, 5, 15, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-01', '', 1, 0, 0, 0, 3, 3, 5, 16, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-02', '', 1, 0, 0, 0, 3, 3, 5, 16, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-03', '', 1, 0, 0, 0, 3, 3, 5, 16, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-04', '', 1, 0, 0, 0, 3, 3, 5, 16, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-05', '', 1, 0, 0, 0, 3, 3, 5, 16, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-06', '', 1, 0, 0, 0, 3, 3, 5, 16, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-07', '', 1, 0, 0, 0, 3, 3, 5, 16, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-08', '', 1, 0, 0, 0, 3, 3, 5, 16, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-09', '', 1, 0, 0, 0, 3, 3, 5, 16, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-10', '', 1, 0, 0, 0, 3, 3, 5, 16, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-11', '', 1, 0, 0, 0, 3, 3, 5, 16, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-12', '', 1, 0, 0, 0, 3, 3, 5, 16, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-13', '', 1, 0, 0, 0, 3, 3, 5, 16, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-16-14', '', 1, 0, 0, 0, 3, 3, 5, 16, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-01', '', 1, 0, 0, 0, 3, 3, 5, 17, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-02', '', 1, 0, 0, 0, 3, 3, 5, 17, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-03', '', 1, 0, 0, 0, 3, 3, 5, 17, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-04', '', 1, 0, 0, 0, 3, 3, 5, 17, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-05', '', 1, 0, 0, 0, 3, 3, 5, 17, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-06', '', 1, 0, 0, 0, 3, 3, 5, 17, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-07', '', 1, 0, 0, 0, 3, 3, 5, 17, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-08', '', 1, 0, 0, 0, 3, 3, 5, 17, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-09', '', 1, 0, 0, 0, 3, 3, 5, 17, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-10', '', 1, 0, 0, 0, 3, 3, 5, 17, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-11', '', 1, 0, 0, 0, 3, 3, 5, 17, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-12', '', 1, 0, 0, 0, 3, 3, 5, 17, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-13', '', 1, 0, 0, 0, 3, 3, 5, 17, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-17-14', '', 1, 0, 0, 0, 3, 3, 5, 17, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-01', '', 1, 0, 0, 0, 3, 3, 5, 18, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-02', '', 1, 0, 0, 0, 3, 3, 5, 18, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-03', '', 1, 0, 0, 0, 3, 3, 5, 18, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-04', '', 1, 0, 0, 0, 3, 3, 5, 18, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-05', '', 1, 0, 0, 0, 3, 3, 5, 18, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-06', '', 1, 0, 0, 0, 3, 3, 5, 18, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-07', '', 1, 0, 0, 0, 3, 3, 5, 18, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-08', '', 1, 0, 0, 0, 3, 3, 5, 18, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-09', '', 1, 0, 0, 0, 3, 3, 5, 18, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-10', '', 1, 0, 0, 0, 3, 3, 5, 18, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-11', '', 1, 0, 0, 0, 3, 3, 5, 18, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-12', '', 1, 0, 0, 0, 3, 3, 5, 18, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-13', '', 1, 0, 0, 0, 3, 3, 5, 18, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-18-14', '', 1, 0, 0, 0, 3, 3, 5, 18, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-01', '', 1, 0, 0, 0, 3, 3, 5, 19, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-02', '', 1, 0, 0, 0, 3, 3, 5, 19, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-03', '', 1, 0, 0, 0, 3, 3, 5, 19, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-04', '', 1, 0, 0, 0, 3, 3, 5, 19, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-05', '', 1, 0, 0, 0, 3, 3, 5, 19, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-06', '', 1, 0, 0, 0, 3, 3, 5, 19, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-07', '', 1, 0, 0, 0, 3, 3, 5, 19, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-08', '', 1, 0, 0, 0, 3, 3, 5, 19, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-09', '', 1, 0, 0, 0, 3, 3, 5, 19, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-10', '', 1, 0, 0, 0, 3, 3, 5, 19, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-11', '', 1, 0, 0, 0, 3, 3, 5, 19, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-12', '', 1, 0, 0, 0, 3, 3, 5, 19, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-13', '', 1, 0, 0, 0, 3, 3, 5, 19, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-19-14', '', 1, 0, 0, 0, 3, 3, 5, 19, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-01', '', 1, 0, 0, 0, 3, 3, 5, 20, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-02', '', 1, 0, 0, 0, 3, 3, 5, 20, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-03', '', 1, 0, 0, 0, 3, 3, 5, 20, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-04', '', 1, 0, 0, 0, 3, 3, 5, 20, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-05', '', 1, 0, 0, 0, 3, 3, 5, 20, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-06', '', 1, 0, 0, 0, 3, 3, 5, 20, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-07', '', 1, 0, 0, 0, 3, 3, 5, 20, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-08', '', 1, 0, 0, 0, 3, 3, 5, 20, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-09', '', 1, 0, 0, 0, 3, 3, 5, 20, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-10', '', 1, 0, 0, 0, 3, 3, 5, 20, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-11', '', 1, 0, 0, 0, 3, 3, 5, 20, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-12', '', 1, 0, 0, 0, 3, 3, 5, 20, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-13', '', 1, 0, 0, 0, 3, 3, 5, 20, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-20-14', '', 1, 0, 0, 0, 3, 3, 5, 20, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-01', '', 1, 0, 0, 0, 3, 3, 5, 21, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-02', '', 1, 0, 0, 0, 3, 3, 5, 21, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-03', '', 1, 0, 0, 0, 3, 3, 5, 21, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-04', '', 1, 0, 0, 0, 3, 3, 5, 21, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-05', '', 1, 0, 0, 0, 3, 3, 5, 21, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-06', '', 1, 0, 0, 0, 3, 3, 5, 21, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-07', '', 1, 0, 0, 0, 3, 3, 5, 21, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-08', '', 1, 0, 0, 0, 3, 3, 5, 21, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-09', '', 1, 0, 0, 0, 3, 3, 5, 21, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-10', '', 1, 0, 0, 0, 3, 3, 5, 21, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-11', '', 1, 0, 0, 0, 3, 3, 5, 21, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-12', '', 1, 0, 0, 0, 3, 3, 5, 21, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-13', '', 1, 0, 0, 0, 3, 3, 5, 21, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-21-14', '', 1, 0, 0, 0, 3, 3, 5, 21, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-01', '', 1, 0, 0, 0, 3, 3, 5, 22, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-02', '', 1, 0, 0, 0, 3, 3, 5, 22, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-03', '', 1, 0, 0, 0, 3, 3, 5, 22, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-04', '', 1, 0, 0, 0, 3, 3, 5, 22, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-05', '', 1, 0, 0, 0, 3, 3, 5, 22, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-06', '', 1, 0, 0, 0, 3, 3, 5, 22, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-07', '', 1, 0, 0, 0, 3, 3, 5, 22, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-08', '', 1, 0, 0, 0, 3, 3, 5, 22, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-09', '', 1, 0, 0, 0, 3, 3, 5, 22, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-10', '', 1, 0, 0, 0, 3, 3, 5, 22, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-11', '', 1, 0, 0, 0, 3, 3, 5, 22, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-12', '', 1, 0, 0, 0, 3, 3, 5, 22, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-13', '', 1, 0, 0, 0, 3, 3, 5, 22, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-22-14', '', 1, 0, 0, 0, 3, 3, 5, 22, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-01', '', 1, 0, 0, 0, 3, 3, 5, 23, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-02', '', 1, 0, 0, 0, 3, 3, 5, 23, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-03', '', 1, 0, 0, 0, 3, 3, 5, 23, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-04', '', 1, 0, 0, 0, 3, 3, 5, 23, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-05', '', 1, 0, 0, 0, 3, 3, 5, 23, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-06', '', 1, 0, 0, 0, 3, 3, 5, 23, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-07', '', 1, 0, 0, 0, 3, 3, 5, 23, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-08', '', 1, 0, 0, 0, 3, 3, 5, 23, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-09', '', 1, 0, 0, 0, 3, 3, 5, 23, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-10', '', 1, 0, 0, 0, 3, 3, 5, 23, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-11', '', 1, 0, 0, 0, 3, 3, 5, 23, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-12', '', 1, 0, 0, 0, 3, 3, 5, 23, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-13', '', 1, 0, 0, 0, 3, 3, 5, 23, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-23-14', '', 1, 0, 0, 0, 3, 3, 5, 23, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-01', '', 1, 0, 0, 0, 3, 3, 5, 24, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-02', '', 1, 0, 0, 0, 3, 3, 5, 24, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-03', '', 1, 0, 0, 0, 3, 3, 5, 24, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-04', '', 1, 0, 0, 0, 3, 3, 5, 24, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-05', '', 1, 0, 0, 0, 3, 3, 5, 24, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-06', '', 1, 0, 0, 0, 3, 3, 5, 24, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-07', '', 1, 0, 0, 0, 3, 3, 5, 24, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-08', '', 1, 0, 0, 0, 3, 3, 5, 24, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-09', '', 1, 0, 0, 0, 3, 3, 5, 24, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-10', '', 1, 0, 0, 0, 3, 3, 5, 24, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-11', '', 1, 0, 0, 0, 3, 3, 5, 24, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-12', '', 1, 0, 0, 0, 3, 3, 5, 24, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-13', '', 1, 0, 0, 0, 3, 3, 5, 24, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-24-14', '', 1, 0, 0, 0, 3, 3, 5, 24, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-01', '', 1, 0, 0, 0, 3, 3, 5, 25, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-02', '', 1, 0, 0, 0, 3, 3, 5, 25, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-03', '', 1, 0, 0, 0, 3, 3, 5, 25, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-04', '', 1, 0, 0, 0, 3, 3, 5, 25, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-05', '', 1, 0, 0, 0, 3, 3, 5, 25, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-06', '', 1, 0, 0, 0, 3, 3, 5, 25, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-07', '', 1, 0, 0, 0, 3, 3, 5, 25, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-08', '', 1, 0, 0, 0, 3, 3, 5, 25, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-09', '', 1, 0, 0, 0, 3, 3, 5, 25, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-10', '', 1, 0, 0, 0, 3, 3, 5, 25, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-11', '', 1, 0, 0, 0, 3, 3, 5, 25, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-12', '', 1, 0, 0, 0, 3, 3, 5, 25, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-13', '', 1, 0, 0, 0, 3, 3, 5, 25, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-25-14', '', 1, 0, 0, 0, 3, 3, 5, 25, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-01', '', 1, 0, 0, 0, 3, 3, 5, 26, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-02', '', 1, 0, 0, 0, 3, 3, 5, 26, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-03', '', 1, 0, 0, 0, 3, 3, 5, 26, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-04', '', 1, 0, 0, 0, 3, 3, 5, 26, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-05', '', 1, 0, 0, 0, 3, 3, 5, 26, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-06', '', 1, 0, 0, 0, 3, 3, 5, 26, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-07', '', 1, 0, 0, 0, 3, 3, 5, 26, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-08', '', 1, 0, 0, 0, 3, 3, 5, 26, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-09', '', 1, 0, 0, 0, 3, 3, 5, 26, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-10', '', 1, 0, 0, 0, 3, 3, 5, 26, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-11', '', 1, 0, 0, 0, 3, 3, 5, 26, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-12', '', 1, 0, 0, 0, 3, 3, 5, 26, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-13', '', 1, 0, 0, 0, 3, 3, 5, 26, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-26-14', '', 1, 0, 0, 0, 3, 3, 5, 26, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-01', '', 1, 0, 0, 0, 3, 3, 5, 27, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-02', '', 1, 0, 0, 0, 3, 3, 5, 27, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-03', '', 1, 0, 0, 0, 3, 3, 5, 27, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-04', '', 1, 0, 0, 0, 3, 3, 5, 27, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-05', '', 1, 0, 0, 0, 3, 3, 5, 27, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-06', '', 1, 0, 0, 0, 3, 3, 5, 27, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-07', '', 1, 0, 0, 0, 3, 3, 5, 27, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-08', '', 1, 0, 0, 0, 3, 3, 5, 27, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-09', '', 1, 0, 0, 0, 3, 3, 5, 27, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-10', '', 1, 0, 0, 0, 3, 3, 5, 27, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-11', '', 1, 0, 0, 0, 3, 3, 5, 27, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-12', '', 1, 0, 0, 0, 3, 3, 5, 27, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-13', '', 1, 0, 0, 0, 3, 3, 5, 27, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-27-14', '', 1, 0, 0, 0, 3, 3, 5, 27, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-01', '', 1, 0, 0, 0, 3, 3, 5, 28, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-02', '', 1, 0, 0, 0, 3, 3, 5, 28, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-03', '', 1, 0, 0, 0, 3, 3, 5, 28, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-04', '', 1, 0, 0, 0, 3, 3, 5, 28, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-05', '', 1, 0, 0, 0, 3, 3, 5, 28, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-06', '', 1, 0, 0, 0, 3, 3, 5, 28, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-07', '', 1, 0, 0, 0, 3, 3, 5, 28, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-08', '', 1, 0, 0, 0, 3, 3, 5, 28, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-09', '', 1, 0, 0, 0, 3, 3, 5, 28, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-10', '', 1, 0, 0, 0, 3, 3, 5, 28, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-11', '', 1, 0, 0, 0, 3, 3, 5, 28, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-12', '', 1, 0, 0, 0, 3, 3, 5, 28, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-13', '', 1, 0, 0, 0, 3, 3, 5, 28, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-28-14', '', 1, 0, 0, 0, 3, 3, 5, 28, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-01', '', 1, 0, 0, 0, 3, 3, 5, 29, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-02', '', 1, 0, 0, 0, 3, 3, 5, 29, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-03', '', 1, 0, 0, 0, 3, 3, 5, 29, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-04', '', 1, 0, 0, 0, 3, 3, 5, 29, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-05', '', 1, 0, 0, 0, 3, 3, 5, 29, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-06', '', 1, 0, 0, 0, 3, 3, 5, 29, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-07', '', 1, 0, 0, 0, 3, 3, 5, 29, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-08', '', 1, 0, 0, 0, 3, 3, 5, 29, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-09', '', 1, 0, 0, 0, 3, 3, 5, 29, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-10', '', 1, 0, 0, 0, 3, 3, 5, 29, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-11', '', 1, 0, 0, 0, 3, 3, 5, 29, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-12', '', 1, 0, 0, 0, 3, 3, 5, 29, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-13', '', 1, 0, 0, 0, 3, 3, 5, 29, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-29-14', '', 1, 0, 0, 0, 3, 3, 5, 29, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-01', '', 1, 0, 0, 0, 3, 3, 5, 30, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-02', '', 1, 0, 0, 0, 3, 3, 5, 30, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-03', '', 1, 0, 0, 0, 3, 3, 5, 30, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-04', '', 1, 0, 0, 0, 3, 3, 5, 30, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-05', '', 1, 0, 0, 0, 3, 3, 5, 30, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-06', '', 1, 0, 0, 0, 3, 3, 5, 30, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-07', '', 1, 0, 0, 0, 3, 3, 5, 30, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-08', '', 1, 0, 0, 0, 3, 3, 5, 30, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-09', '', 1, 0, 0, 0, 3, 3, 5, 30, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-10', '', 1, 0, 0, 0, 3, 3, 5, 30, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-11', '', 1, 0, 0, 0, 3, 3, 5, 30, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-12', '', 1, 0, 0, 0, 3, 3, 5, 30, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-13', '', 1, 0, 0, 0, 3, 3, 5, 30, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-30-14', '', 1, 0, 0, 0, 3, 3, 5, 30, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-01', '', 1, 0, 0, 0, 3, 3, 5, 31, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-02', '', 1, 0, 0, 0, 3, 3, 5, 31, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-03', '', 1, 0, 0, 0, 3, 3, 5, 31, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-04', '', 1, 0, 0, 0, 3, 3, 5, 31, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-05', '', 1, 0, 0, 0, 3, 3, 5, 31, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-06', '', 1, 0, 0, 0, 3, 3, 5, 31, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-07', '', 1, 0, 0, 0, 3, 3, 5, 31, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-08', '', 1, 0, 0, 0, 3, 3, 5, 31, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-09', '', 1, 0, 0, 0, 3, 3, 5, 31, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-10', '', 1, 0, 0, 0, 3, 3, 5, 31, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-11', '', 1, 0, 0, 0, 3, 3, 5, 31, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-12', '', 1, 0, 0, 0, 3, 3, 5, 31, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-13', '', 1, 0, 0, 0, 3, 3, 5, 31, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-31-14', '', 1, 0, 0, 0, 3, 3, 5, 31, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-01', '', 1, 0, 0, 0, 3, 3, 5, 32, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-02', '', 1, 0, 0, 0, 3, 3, 5, 32, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-03', '', 1, 0, 0, 0, 3, 3, 5, 32, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-04', '', 1, 0, 0, 0, 3, 3, 5, 32, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-05', '', 1, 0, 0, 0, 3, 3, 5, 32, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-06', '', 1, 0, 0, 0, 3, 3, 5, 32, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-07', '', 1, 0, 0, 0, 3, 3, 5, 32, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-08', '', 1, 0, 0, 0, 3, 3, 5, 32, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-09', '', 1, 0, 0, 0, 3, 3, 5, 32, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-10', '', 1, 0, 0, 0, 3, 3, 5, 32, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-11', '', 1, 0, 0, 0, 3, 3, 5, 32, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-12', '', 1, 0, 0, 0, 3, 3, 5, 32, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-13', '', 1, 0, 0, 0, 3, 3, 5, 32, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-32-14', '', 1, 0, 0, 0, 3, 3, 5, 32, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-01', '', 1, 0, 0, 0, 3, 3, 5, 33, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-02', '', 1, 0, 0, 0, 3, 3, 5, 33, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-03', '', 1, 0, 0, 0, 3, 3, 5, 33, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-04', '', 1, 0, 0, 0, 3, 3, 5, 33, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-05', '', 1, 0, 0, 0, 3, 3, 5, 33, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-06', '', 1, 0, 0, 0, 3, 3, 5, 33, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-07', '', 1, 0, 0, 0, 3, 3, 5, 33, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-08', '', 1, 0, 0, 0, 3, 3, 5, 33, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-09', '', 1, 0, 0, 0, 3, 3, 5, 33, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-10', '', 1, 0, 0, 0, 3, 3, 5, 33, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-11', '', 1, 0, 0, 0, 3, 3, 5, 33, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-12', '', 1, 0, 0, 0, 3, 3, 5, 33, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-13', '', 1, 0, 0, 0, 3, 3, 5, 33, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-33-14', '', 1, 0, 0, 0, 3, 3, 5, 33, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-01', '', 1, 0, 0, 0, 3, 3, 5, 34, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-02', '', 1, 0, 0, 0, 3, 3, 5, 34, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-03', '', 1, 0, 0, 0, 3, 3, 5, 34, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-04', '', 1, 0, 0, 0, 3, 3, 5, 34, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-05', '', 1, 0, 0, 0, 3, 3, 5, 34, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-06', '', 1, 0, 0, 0, 3, 3, 5, 34, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-07', '', 1, 0, 0, 0, 3, 3, 5, 34, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-08', '', 1, 0, 0, 0, 3, 3, 5, 34, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-09', '', 1, 0, 0, 0, 3, 3, 5, 34, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-10', '', 1, 0, 0, 0, 3, 3, 5, 34, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-11', '', 1, 0, 0, 0, 3, 3, 5, 34, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-12', '', 1, 0, 0, 0, 3, 3, 5, 34, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-13', '', 1, 0, 0, 0, 3, 3, 5, 34, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-34-14', '', 1, 0, 0, 0, 3, 3, 5, 34, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-01', '', 1, 0, 0, 0, 3, 3, 5, 35, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-02', '', 1, 0, 0, 0, 3, 3, 5, 35, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-03', '', 1, 0, 0, 0, 3, 3, 5, 35, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-04', '', 1, 0, 0, 0, 3, 3, 5, 35, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-05', '', 1, 0, 0, 0, 3, 3, 5, 35, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-06', '', 1, 0, 0, 0, 3, 3, 5, 35, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-07', '', 1, 0, 0, 0, 3, 3, 5, 35, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-08', '', 1, 0, 0, 0, 3, 3, 5, 35, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-09', '', 1, 0, 0, 0, 3, 3, 5, 35, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-10', '', 1, 0, 0, 0, 3, 3, 5, 35, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-11', '', 1, 0, 0, 0, 3, 3, 5, 35, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-12', '', 1, 0, 0, 0, 3, 3, 5, 35, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-13', '', 1, 0, 0, 0, 3, 3, 5, 35, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-35-14', '', 1, 0, 0, 0, 3, 3, 5, 35, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-01', '', 1, 0, 0, 0, 3, 3, 5, 36, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-02', '', 1, 0, 0, 0, 3, 3, 5, 36, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-03', '', 1, 0, 0, 0, 3, 3, 5, 36, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-04', '', 1, 0, 0, 0, 3, 3, 5, 36, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-05', '', 1, 0, 0, 0, 3, 3, 5, 36, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-06', '', 1, 0, 0, 0, 3, 3, 5, 36, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-07', '', 1, 0, 0, 0, 3, 3, 5, 36, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-08', '', 1, 0, 0, 0, 3, 3, 5, 36, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-09', '', 1, 0, 0, 0, 3, 3, 5, 36, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-10', '', 1, 0, 0, 0, 3, 3, 5, 36, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-11', '', 1, 0, 0, 0, 3, 3, 5, 36, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-12', '', 1, 0, 0, 0, 3, 3, 5, 36, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-13', '', 1, 0, 0, 0, 3, 3, 5, 36, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-36-14', '', 1, 0, 0, 0, 3, 3, 5, 36, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-01', '', 1, 0, 0, 0, 3, 3, 5, 37, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-02', '', 1, 0, 0, 0, 3, 3, 5, 37, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-03', '', 1, 0, 0, 0, 3, 3, 5, 37, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-04', '', 1, 0, 0, 0, 3, 3, 5, 37, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-05', '', 1, 0, 0, 0, 3, 3, 5, 37, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-06', '', 1, 0, 0, 0, 3, 3, 5, 37, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-07', '', 1, 0, 0, 0, 3, 3, 5, 37, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-08', '', 1, 0, 0, 0, 3, 3, 5, 37, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-09', '', 1, 0, 0, 0, 3, 3, 5, 37, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-10', '', 1, 0, 0, 0, 3, 3, 5, 37, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-11', '', 1, 0, 0, 0, 3, 3, 5, 37, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-12', '', 1, 0, 0, 0, 3, 3, 5, 37, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-13', '', 1, 0, 0, 0, 3, 3, 5, 37, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-37-14', '', 1, 0, 0, 0, 3, 3, 5, 37, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-01', '', 1, 0, 0, 0, 3, 3, 5, 38, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-02', '', 1, 0, 0, 0, 3, 3, 5, 38, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-03', '', 1, 0, 0, 0, 3, 3, 5, 38, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-04', '', 1, 0, 0, 0, 3, 3, 5, 38, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-05', '', 1, 0, 0, 0, 3, 3, 5, 38, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-06', '', 1, 0, 0, 0, 3, 3, 5, 38, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-07', '', 1, 0, 0, 0, 3, 3, 5, 38, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-08', '', 1, 0, 0, 0, 3, 3, 5, 38, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-09', '', 1, 0, 0, 0, 3, 3, 5, 38, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-10', '', 1, 0, 0, 0, 3, 3, 5, 38, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-11', '', 1, 0, 0, 0, 3, 3, 5, 38, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-12', '', 1, 0, 0, 0, 3, 3, 5, 38, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-13', '', 1, 0, 0, 0, 3, 3, 5, 38, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-38-14', '', 1, 0, 0, 0, 3, 3, 5, 38, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-01', '', 1, 0, 0, 0, 3, 3, 5, 39, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-02', '', 1, 0, 0, 0, 3, 3, 5, 39, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-03', '', 1, 0, 0, 0, 3, 3, 5, 39, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-04', '', 1, 0, 0, 0, 3, 3, 5, 39, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-05', '', 1, 0, 0, 0, 3, 3, 5, 39, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-06', '', 1, 0, 0, 0, 3, 3, 5, 39, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-07', '', 1, 0, 0, 0, 3, 3, 5, 39, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-08', '', 1, 0, 0, 0, 3, 3, 5, 39, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-09', '', 1, 0, 0, 0, 3, 3, 5, 39, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-10', '', 1, 0, 0, 0, 3, 3, 5, 39, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-11', '', 1, 0, 0, 0, 3, 3, 5, 39, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-12', '', 1, 0, 0, 0, 3, 3, 5, 39, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-13', '', 1, 0, 0, 0, 3, 3, 5, 39, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-39-14', '', 1, 0, 0, 0, 3, 3, 5, 39, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-01', '', 1, 0, 0, 0, 3, 3, 5, 40, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-02', '', 1, 0, 0, 0, 3, 3, 5, 40, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-03', '', 1, 0, 0, 0, 3, 3, 5, 40, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-04', '', 1, 0, 0, 0, 3, 3, 5, 40, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-05', '', 1, 0, 0, 0, 3, 3, 5, 40, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-06', '', 1, 0, 0, 0, 3, 3, 5, 40, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-07', '', 1, 0, 0, 0, 3, 3, 5, 40, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-08', '', 1, 0, 0, 0, 3, 3, 5, 40, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-09', '', 1, 0, 0, 0, 3, 3, 5, 40, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-10', '', 1, 0, 0, 0, 3, 3, 5, 40, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-11', '', 1, 0, 0, 0, 3, 3, 5, 40, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-12', '', 1, 0, 0, 0, 3, 3, 5, 40, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-13', '', 1, 0, 0, 0, 3, 3, 5, 40, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-40-14', '', 1, 0, 0, 0, 3, 3, 5, 40, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-01', '', 1, 0, 0, 0, 3, 3, 5, 41, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-02', '', 1, 0, 0, 0, 3, 3, 5, 41, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-03', '', 1, 0, 0, 0, 3, 3, 5, 41, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-04', '', 1, 0, 0, 0, 3, 3, 5, 41, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-05', '', 1, 0, 0, 0, 3, 3, 5, 41, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-06', '', 1, 0, 0, 0, 3, 3, 5, 41, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-07', '', 1, 0, 0, 0, 3, 3, 5, 41, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-08', '', 1, 0, 0, 0, 3, 3, 5, 41, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-09', '', 1, 0, 0, 0, 3, 3, 5, 41, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-10', '', 1, 0, 0, 0, 3, 3, 5, 41, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-11', '', 1, 0, 0, 0, 3, 3, 5, 41, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-12', '', 1, 0, 0, 0, 3, 3, 5, 41, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-13', '', 1, 0, 0, 0, 3, 3, 5, 41, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-41-14', '', 1, 0, 0, 0, 3, 3, 5, 41, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-01', '', 1, 0, 0, 0, 3, 3, 5, 42, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-02', '', 1, 0, 0, 0, 3, 3, 5, 42, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-03', '', 1, 0, 0, 0, 3, 3, 5, 42, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-04', '', 1, 0, 0, 0, 3, 3, 5, 42, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-05', '', 1, 0, 0, 0, 3, 3, 5, 42, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-06', '', 1, 0, 0, 0, 3, 3, 5, 42, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-07', '', 1, 0, 0, 0, 3, 3, 5, 42, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-08', '', 1, 0, 0, 0, 3, 3, 5, 42, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-09', '', 1, 0, 0, 0, 3, 3, 5, 42, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-10', '', 1, 0, 0, 0, 3, 3, 5, 42, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-11', '', 1, 0, 0, 0, 3, 3, 5, 42, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-12', '', 1, 0, 0, 0, 3, 3, 5, 42, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-13', '', 1, 0, 0, 0, 3, 3, 5, 42, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-42-14', '', 1, 0, 0, 0, 3, 3, 5, 42, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-01', '', 1, 0, 0, 0, 3, 3, 5, 43, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-02', '', 1, 0, 0, 0, 3, 3, 5, 43, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-03', '', 1, 0, 0, 0, 3, 3, 5, 43, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-04', '', 1, 0, 0, 0, 3, 3, 5, 43, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-05', '', 1, 0, 0, 0, 3, 3, 5, 43, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-06', '', 1, 0, 0, 0, 3, 3, 5, 43, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-07', '', 1, 0, 0, 0, 3, 3, 5, 43, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-08', '', 1, 0, 0, 0, 3, 3, 5, 43, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-09', '', 1, 0, 0, 0, 3, 3, 5, 43, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-10', '', 1, 0, 0, 0, 3, 3, 5, 43, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-11', '', 1, 0, 0, 0, 3, 3, 5, 43, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-12', '', 1, 0, 0, 0, 3, 3, 5, 43, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-13', '', 1, 0, 0, 0, 3, 3, 5, 43, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-43-14', '', 1, 0, 0, 0, 3, 3, 5, 43, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-01', '', 1, 0, 0, 0, 3, 3, 5, 44, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-02', '', 1, 0, 0, 0, 3, 3, 5, 44, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-03', '', 1, 0, 0, 0, 3, 3, 5, 44, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-04', '', 1, 0, 0, 0, 3, 3, 5, 44, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-05', '', 1, 0, 0, 0, 3, 3, 5, 44, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-06', '', 1, 0, 0, 0, 3, 3, 5, 44, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-07', '', 1, 0, 0, 0, 3, 3, 5, 44, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-08', '', 1, 0, 0, 0, 3, 3, 5, 44, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-09', '', 1, 0, 0, 0, 3, 3, 5, 44, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-10', '', 1, 0, 0, 0, 3, 3, 5, 44, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-11', '', 1, 0, 0, 0, 3, 3, 5, 44, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-12', '', 1, 0, 0, 0, 3, 3, 5, 44, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-13', '', 1, 0, 0, 0, 3, 3, 5, 44, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-44-14', '', 1, 0, 0, 0, 3, 3, 5, 44, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-01', '', 1, 0, 0, 0, 3, 3, 5, 45, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-02', '', 1, 0, 0, 0, 3, 3, 5, 45, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-03', '', 1, 0, 0, 0, 3, 3, 5, 45, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-04', '', 1, 0, 0, 0, 3, 3, 5, 45, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-05', '', 1, 0, 0, 0, 3, 3, 5, 45, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-06', '', 1, 0, 0, 0, 3, 3, 5, 45, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-07', '', 1, 0, 0, 0, 3, 3, 5, 45, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-08', '', 1, 0, 0, 0, 3, 3, 5, 45, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-09', '', 1, 0, 0, 0, 3, 3, 5, 45, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-10', '', 1, 0, 0, 0, 3, 3, 5, 45, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-11', '', 1, 0, 0, 0, 3, 3, 5, 45, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-12', '', 1, 0, 0, 0, 3, 3, 5, 45, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-13', '', 1, 0, 0, 0, 3, 3, 5, 45, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-45-14', '', 1, 0, 0, 0, 3, 3, 5, 45, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-01', '', 1, 0, 0, 0, 3, 3, 5, 46, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-02', '', 1, 0, 0, 0, 3, 3, 5, 46, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-03', '', 1, 0, 0, 0, 3, 3, 5, 46, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-04', '', 1, 0, 0, 0, 3, 3, 5, 46, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-05', '', 1, 0, 0, 0, 3, 3, 5, 46, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-06', '', 1, 0, 0, 0, 3, 3, 5, 46, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-07', '', 1, 0, 0, 0, 3, 3, 5, 46, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-08', '', 1, 0, 0, 0, 3, 3, 5, 46, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-09', '', 1, 0, 0, 0, 3, 3, 5, 46, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-10', '', 1, 0, 0, 0, 3, 3, 5, 46, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-11', '', 1, 0, 0, 0, 3, 3, 5, 46, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-12', '', 1, 0, 0, 0, 3, 3, 5, 46, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-13', '', 1, 0, 0, 0, 3, 3, 5, 46, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-46-14', '', 1, 0, 0, 0, 3, 3, 5, 46, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-01', '', 1, 0, 0, 0, 3, 3, 5, 47, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-02', '', 1, 0, 0, 0, 3, 3, 5, 47, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-03', '', 1, 0, 0, 0, 3, 3, 5, 47, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-04', '', 1, 0, 0, 0, 3, 3, 5, 47, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-05', '', 1, 0, 0, 0, 3, 3, 5, 47, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-06', '', 1, 0, 0, 0, 3, 3, 5, 47, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-07', '', 1, 0, 0, 0, 3, 3, 5, 47, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-08', '', 1, 0, 0, 0, 3, 3, 5, 47, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-09', '', 1, 0, 0, 0, 3, 3, 5, 47, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-10', '', 1, 0, 0, 0, 3, 3, 5, 47, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-11', '', 1, 0, 0, 0, 3, 3, 5, 47, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-12', '', 1, 0, 0, 0, 3, 3, 5, 47, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-13', '', 1, 0, 0, 0, 3, 3, 5, 47, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-47-14', '', 1, 0, 0, 0, 3, 3, 5, 47, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-01', '', 1, 0, 0, 0, 3, 3, 5, 48, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-02', '', 1, 0, 0, 0, 3, 3, 5, 48, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-03', '', 1, 0, 0, 0, 3, 3, 5, 48, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-04', '', 1, 0, 0, 0, 3, 3, 5, 48, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-05', '', 1, 0, 0, 0, 3, 3, 5, 48, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-06', '', 1, 0, 0, 0, 3, 3, 5, 48, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-07', '', 1, 0, 0, 0, 3, 3, 5, 48, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-08', '', 1, 0, 0, 0, 3, 3, 5, 48, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-09', '', 1, 0, 0, 0, 3, 3, 5, 48, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-10', '', 1, 0, 0, 0, 3, 3, 5, 48, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-11', '', 1, 0, 0, 0, 3, 3, 5, 48, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-12', '', 1, 0, 0, 0, 3, 3, 5, 48, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-13', '', 1, 0, 0, 0, 3, 3, 5, 48, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-48-14', '', 1, 0, 0, 0, 3, 3, 5, 48, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-01', '', 1, 0, 0, 0, 3, 3, 5, 49, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-02', '', 1, 0, 0, 0, 3, 3, 5, 49, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-03', '', 1, 0, 0, 0, 3, 3, 5, 49, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-04', '', 1, 0, 0, 0, 3, 3, 5, 49, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-05', '', 1, 0, 0, 0, 3, 3, 5, 49, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-06', '', 1, 0, 0, 0, 3, 3, 5, 49, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-07', '', 1, 0, 0, 0, 3, 3, 5, 49, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-08', '', 1, 0, 0, 0, 3, 3, 5, 49, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-09', '', 1, 0, 0, 0, 3, 3, 5, 49, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-10', '', 1, 0, 0, 0, 3, 3, 5, 49, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-11', '', 1, 0, 0, 0, 3, 3, 5, 49, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-12', '', 1, 0, 0, 0, 3, 3, 5, 49, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-13', '', 1, 0, 0, 0, 3, 3, 5, 49, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-49-14', '', 1, 0, 0, 0, 3, 3, 5, 49, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-01', '', 1, 0, 0, 0, 3, 3, 5, 50, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-02', '', 1, 0, 0, 0, 3, 3, 5, 50, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-03', '', 1, 0, 0, 0, 3, 3, 5, 50, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-04', '', 1, 0, 0, 0, 3, 3, 5, 50, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-05', '', 1, 0, 0, 0, 3, 3, 5, 50, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-06', '', 1, 0, 0, 0, 3, 3, 5, 50, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-07', '', 1, 0, 0, 0, 3, 3, 5, 50, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-08', '', 1, 0, 0, 0, 3, 3, 5, 50, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-09', '', 1, 0, 0, 0, 3, 3, 5, 50, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-10', '', 1, 0, 0, 0, 3, 3, 5, 50, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-11', '', 1, 0, 0, 0, 3, 3, 5, 50, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-12', '', 1, 0, 0, 0, 3, 3, 5, 50, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-13', '', 1, 0, 0, 0, 3, 3, 5, 50, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-50-14', '', 1, 0, 0, 0, 3, 3, 5, 50, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-01', '', 1, 0, 0, 0, 3, 3, 5, 51, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-02', '', 1, 0, 0, 0, 3, 3, 5, 51, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-03', '', 1, 0, 0, 0, 3, 3, 5, 51, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-04', '', 1, 0, 0, 0, 3, 3, 5, 51, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-05', '', 1, 0, 0, 0, 3, 3, 5, 51, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-06', '', 1, 0, 0, 0, 3, 3, 5, 51, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-07', '', 1, 0, 0, 0, 3, 3, 5, 51, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-08', '', 1, 0, 0, 0, 3, 3, 5, 51, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-09', '', 1, 0, 0, 0, 3, 3, 5, 51, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-10', '', 1, 0, 0, 0, 3, 3, 5, 51, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-11', '', 1, 0, 0, 0, 3, 3, 5, 51, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-12', '', 1, 0, 0, 0, 3, 3, 5, 51, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-13', '', 1, 0, 0, 0, 3, 3, 5, 51, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-51-14', '', 1, 0, 0, 0, 3, 3, 5, 51, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-01', '', 1, 0, 0, 0, 3, 3, 5, 52, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-02', '', 1, 0, 0, 0, 3, 3, 5, 52, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-03', '', 1, 0, 0, 0, 3, 3, 5, 52, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-04', '', 1, 0, 0, 0, 3, 3, 5, 52, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-05', '', 1, 0, 0, 0, 3, 3, 5, 52, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-06', '', 1, 0, 0, 0, 3, 3, 5, 52, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-07', '', 1, 0, 0, 0, 3, 3, 5, 52, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-08', '', 1, 0, 0, 0, 3, 3, 5, 52, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-09', '', 1, 0, 0, 0, 3, 3, 5, 52, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-10', '', 1, 0, 0, 0, 3, 3, 5, 52, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-11', '', 1, 0, 0, 0, 3, 3, 5, 52, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-12', '', 1, 0, 0, 0, 3, 3, 5, 52, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-13', '', 1, 0, 0, 0, 3, 3, 5, 52, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-52-14', '', 1, 0, 0, 0, 3, 3, 5, 52, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-01', '', 1, 0, 0, 0, 3, 3, 5, 53, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-02', '', 1, 0, 0, 0, 3, 3, 5, 53, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-03', '', 1, 0, 0, 0, 3, 3, 5, 53, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-04', '', 1, 0, 0, 0, 3, 3, 5, 53, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-05', '', 1, 0, 0, 0, 3, 3, 5, 53, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-06', '', 1, 0, 0, 0, 3, 3, 5, 53, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-07', '', 1, 0, 0, 0, 3, 3, 5, 53, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-08', '', 1, 0, 0, 0, 3, 3, 5, 53, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-09', '', 1, 0, 0, 0, 3, 3, 5, 53, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-10', '', 1, 0, 0, 0, 3, 3, 5, 53, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-11', '', 1, 0, 0, 0, 3, 3, 5, 53, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-12', '', 1, 0, 0, 0, 3, 3, 5, 53, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-13', '', 1, 0, 0, 0, 3, 3, 5, 53, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-53-14', '', 1, 0, 0, 0, 3, 3, 5, 53, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-01', '', 1, 0, 0, 0, 3, 3, 5, 54, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-02', '', 1, 0, 0, 0, 3, 3, 5, 54, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-03', '', 1, 0, 0, 0, 3, 3, 5, 54, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-04', '', 1, 0, 0, 0, 3, 3, 5, 54, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-05', '', 1, 0, 0, 0, 3, 3, 5, 54, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-06', '', 1, 0, 0, 0, 3, 3, 5, 54, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-07', '', 1, 0, 0, 0, 3, 3, 5, 54, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-08', '', 1, 0, 0, 0, 3, 3, 5, 54, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-09', '', 1, 0, 0, 0, 3, 3, 5, 54, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-10', '', 1, 0, 0, 0, 3, 3, 5, 54, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-11', '', 1, 0, 0, 0, 3, 3, 5, 54, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-12', '', 1, 0, 0, 0, 3, 3, 5, 54, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-13', '', 1, 0, 0, 0, 3, 3, 5, 54, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-54-14', '', 1, 0, 0, 0, 3, 3, 5, 54, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-01', '', 1, 0, 0, 0, 3, 3, 5, 55, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-02', '', 1, 0, 0, 0, 3, 3, 5, 55, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-03', '', 1, 0, 0, 0, 3, 3, 5, 55, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-04', '', 1, 0, 0, 0, 3, 3, 5, 55, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-05', '', 1, 0, 0, 0, 3, 3, 5, 55, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-06', '', 1, 0, 0, 0, 3, 3, 5, 55, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-07', '', 1, 0, 0, 0, 3, 3, 5, 55, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-08', '', 1, 0, 0, 0, 3, 3, 5, 55, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-09', '', 1, 0, 0, 0, 3, 3, 5, 55, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-10', '', 1, 0, 0, 0, 3, 3, 5, 55, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-11', '', 1, 0, 0, 0, 3, 3, 5, 55, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-12', '', 1, 0, 0, 0, 3, 3, 5, 55, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-13', '', 1, 0, 0, 0, 3, 3, 5, 55, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-55-14', '', 1, 0, 0, 0, 3, 3, 5, 55, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-01', '', 1, 0, 0, 0, 3, 3, 5, 56, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-02', '', 1, 0, 0, 0, 3, 3, 5, 56, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-03', '', 1, 0, 0, 0, 3, 3, 5, 56, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-04', '', 1, 0, 0, 0, 3, 3, 5, 56, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-05', '', 1, 0, 0, 0, 3, 3, 5, 56, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-06', '', 1, 0, 0, 0, 3, 3, 5, 56, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-07', '', 1, 0, 0, 0, 3, 3, 5, 56, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-08', '', 1, 0, 0, 0, 3, 3, 5, 56, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-09', '', 1, 0, 0, 0, 3, 3, 5, 56, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-10', '', 1, 0, 0, 0, 3, 3, 5, 56, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-11', '', 1, 0, 0, 0, 3, 3, 5, 56, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-12', '', 1, 0, 0, 0, 3, 3, 5, 56, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-13', '', 1, 0, 0, 0, 3, 3, 5, 56, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-56-14', '', 1, 0, 0, 0, 3, 3, 5, 56, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-01', '', 1, 0, 0, 0, 3, 3, 5, 57, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-02', '', 1, 0, 0, 0, 3, 3, 5, 57, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-03', '', 1, 0, 0, 0, 3, 3, 5, 57, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-04', '', 1, 0, 0, 0, 3, 3, 5, 57, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-05', '', 1, 0, 0, 0, 3, 3, 5, 57, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-06', '', 1, 0, 0, 0, 3, 3, 5, 57, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-07', '', 1, 0, 0, 0, 3, 3, 5, 57, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-08', '', 1, 0, 0, 0, 3, 3, 5, 57, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-09', '', 1, 0, 0, 0, 3, 3, 5, 57, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-10', '', 1, 0, 0, 0, 3, 3, 5, 57, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-11', '', 1, 0, 0, 0, 3, 3, 5, 57, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-12', '', 1, 0, 0, 0, 3, 3, 5, 57, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-13', '', 1, 0, 0, 0, 3, 3, 5, 57, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-57-14', '', 1, 0, 0, 0, 3, 3, 5, 57, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-01', '', 1, 0, 0, 0, 3, 3, 5, 58, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-02', '', 1, 0, 0, 0, 3, 3, 5, 58, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-03', '', 1, 0, 0, 0, 3, 3, 5, 58, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-04', '', 1, 0, 0, 0, 3, 3, 5, 58, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-05', '', 1, 0, 0, 0, 3, 3, 5, 58, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-06', '', 1, 0, 0, 0, 3, 3, 5, 58, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-07', '', 1, 0, 0, 0, 3, 3, 5, 58, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-08', '', 1, 0, 0, 0, 3, 3, 5, 58, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-09', '', 1, 0, 0, 0, 3, 3, 5, 58, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-10', '', 1, 0, 0, 0, 3, 3, 5, 58, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-11', '', 1, 0, 0, 0, 3, 3, 5, 58, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-12', '', 1, 0, 0, 0, 3, 3, 5, 58, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-13', '', 1, 0, 0, 0, 3, 3, 5, 58, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-58-14', '', 1, 0, 0, 0, 3, 3, 5, 58, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-01', '', 1, 0, 0, 0, 3, 3, 5, 59, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-02', '', 1, 0, 0, 0, 3, 3, 5, 59, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-03', '', 1, 0, 0, 0, 3, 3, 5, 59, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-04', '', 1, 0, 0, 0, 3, 3, 5, 59, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-05', '', 1, 0, 0, 0, 3, 3, 5, 59, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-06', '', 1, 0, 0, 0, 3, 3, 5, 59, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-07', '', 1, 0, 0, 0, 3, 3, 5, 59, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-08', '', 1, 0, 0, 0, 3, 3, 5, 59, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-09', '', 1, 0, 0, 0, 3, 3, 5, 59, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-10', '', 1, 0, 0, 0, 3, 3, 5, 59, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-11', '', 1, 0, 0, 0, 3, 3, 5, 59, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-12', '', 1, 0, 0, 0, 3, 3, 5, 59, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-13', '', 1, 0, 0, 0, 3, 3, 5, 59, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-59-14', '', 1, 0, 0, 0, 3, 3, 5, 59, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-01', '', 1, 0, 0, 0, 3, 3, 5, 60, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-02', '', 1, 0, 0, 0, 3, 3, 5, 60, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-03', '', 1, 0, 0, 0, 3, 3, 5, 60, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-04', '', 1, 0, 0, 0, 3, 3, 5, 60, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-05', '', 1, 0, 0, 0, 3, 3, 5, 60, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-06', '', 1, 0, 0, 0, 3, 3, 5, 60, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-07', '', 1, 0, 0, 0, 3, 3, 5, 60, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-08', '', 1, 0, 0, 0, 3, 3, 5, 60, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-09', '', 1, 0, 0, 0, 3, 3, 5, 60, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-10', '', 1, 0, 0, 0, 3, 3, 5, 60, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-11', '', 1, 0, 0, 0, 3, 3, 5, 60, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-12', '', 1, 0, 0, 0, 3, 3, 5, 60, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-13', '', 1, 0, 0, 0, 3, 3, 5, 60, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-60-14', '', 1, 0, 0, 0, 3, 3, 5, 60, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-01', '', 1, 0, 0, 0, 3, 3, 5, 61, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-02', '', 1, 0, 0, 0, 3, 3, 5, 61, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-03', '', 1, 0, 0, 0, 3, 3, 5, 61, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-04', '', 1, 0, 0, 0, 3, 3, 5, 61, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-05', '', 1, 0, 0, 0, 3, 3, 5, 61, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-06', '', 1, 0, 0, 0, 3, 3, 5, 61, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-07', '', 1, 0, 0, 0, 3, 3, 5, 61, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-08', '', 1, 0, 0, 0, 3, 3, 5, 61, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-09', '', 1, 0, 0, 0, 3, 3, 5, 61, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-10', '', 1, 0, 0, 0, 3, 3, 5, 61, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-11', '', 1, 0, 0, 0, 3, 3, 5, 61, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-12', '', 1, 0, 0, 0, 3, 3, 5, 61, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-13', '', 1, 0, 0, 0, 3, 3, 5, 61, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-61-14', '', 1, 0, 0, 0, 3, 3, 5, 61, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-01', '', 1, 0, 0, 0, 3, 3, 5, 62, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-02', '', 1, 0, 0, 0, 3, 3, 5, 62, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-03', '', 1, 0, 0, 0, 3, 3, 5, 62, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-04', '', 1, 0, 0, 0, 3, 3, 5, 62, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-05', '', 1, 0, 0, 0, 3, 3, 5, 62, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-06', '', 1, 0, 0, 0, 3, 3, 5, 62, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-07', '', 1, 0, 0, 0, 3, 3, 5, 62, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-08', '', 1, 0, 0, 0, 3, 3, 5, 62, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-09', '', 1, 0, 0, 0, 3, 3, 5, 62, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-10', '', 1, 0, 0, 0, 3, 3, 5, 62, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-11', '', 1, 0, 0, 0, 3, 3, 5, 62, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-12', '', 1, 0, 0, 0, 3, 3, 5, 62, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-13', '', 1, 0, 0, 0, 3, 3, 5, 62, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-62-14', '', 1, 0, 0, 0, 3, 3, 5, 62, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-01', '', 1, 0, 0, 0, 3, 3, 5, 63, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-02', '', 1, 0, 0, 0, 3, 3, 5, 63, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-03', '', 1, 0, 0, 0, 3, 3, 5, 63, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-04', '', 1, 0, 0, 0, 3, 3, 5, 63, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-05', '', 1, 0, 0, 0, 3, 3, 5, 63, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-06', '', 1, 0, 0, 0, 3, 3, 5, 63, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-07', '', 1, 0, 0, 0, 3, 3, 5, 63, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-08', '', 1, 0, 0, 0, 3, 3, 5, 63, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-09', '', 1, 0, 0, 0, 3, 3, 5, 63, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-10', '', 1, 0, 0, 0, 3, 3, 5, 63, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-11', '', 1, 0, 0, 0, 3, 3, 5, 63, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-12', '', 1, 0, 0, 0, 3, 3, 5, 63, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-13', '', 1, 0, 0, 0, 3, 3, 5, 63, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-63-14', '', 1, 0, 0, 0, 3, 3, 5, 63, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-01', '', 1, 0, 0, 0, 3, 3, 5, 64, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-02', '', 1, 0, 0, 0, 3, 3, 5, 64, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-03', '', 1, 0, 0, 0, 3, 3, 5, 64, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-04', '', 1, 0, 0, 0, 3, 3, 5, 64, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-05', '', 1, 0, 0, 0, 3, 3, 5, 64, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-06', '', 1, 0, 0, 0, 3, 3, 5, 64, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-07', '', 1, 0, 0, 0, 3, 3, 5, 64, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-08', '', 1, 0, 0, 0, 3, 3, 5, 64, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-09', '', 1, 0, 0, 0, 3, 3, 5, 64, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-10', '', 1, 0, 0, 0, 3, 3, 5, 64, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-11', '', 1, 0, 0, 0, 3, 3, 5, 64, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-12', '', 1, 0, 0, 0, 3, 3, 5, 64, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-13', '', 1, 0, 0, 0, 3, 3, 5, 64, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-64-14', '', 1, 0, 0, 0, 3, 3, 5, 64, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-01', '', 1, 0, 0, 0, 3, 3, 5, 65, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-02', '', 1, 0, 0, 0, 3, 3, 5, 65, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-03', '', 1, 0, 0, 0, 3, 3, 5, 65, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-04', '', 1, 0, 0, 0, 3, 3, 5, 65, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-05', '', 1, 0, 0, 0, 3, 3, 5, 65, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-06', '', 1, 0, 0, 0, 3, 3, 5, 65, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-07', '', 1, 0, 0, 0, 3, 3, 5, 65, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-08', '', 1, 0, 0, 0, 3, 3, 5, 65, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-09', '', 1, 0, 0, 0, 3, 3, 5, 65, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-10', '', 1, 0, 0, 0, 3, 3, 5, 65, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-11', '', 1, 0, 0, 0, 3, 3, 5, 65, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-12', '', 1, 0, 0, 0, 3, 3, 5, 65, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-13', '', 1, 0, 0, 0, 3, 3, 5, 65, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-65-14', '', 1, 0, 0, 0, 3, 3, 5, 65, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-01', '', 1, 0, 0, 0, 3, 3, 5, 66, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-02', '', 1, 0, 0, 0, 3, 3, 5, 66, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-03', '', 1, 0, 0, 0, 3, 3, 5, 66, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-04', '', 1, 0, 0, 0, 3, 3, 5, 66, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-05', '', 1, 0, 0, 0, 3, 3, 5, 66, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-06', '', 1, 0, 0, 0, 3, 3, 5, 66, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-07', '', 1, 0, 0, 0, 3, 3, 5, 66, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-08', '', 1, 0, 0, 0, 3, 3, 5, 66, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-09', '', 1, 0, 0, 0, 3, 3, 5, 66, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-10', '', 1, 0, 0, 0, 3, 3, 5, 66, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-11', '', 1, 0, 0, 0, 3, 3, 5, 66, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-12', '', 1, 0, 0, 0, 3, 3, 5, 66, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-13', '', 1, 0, 0, 0, 3, 3, 5, 66, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-66-14', '', 1, 0, 0, 0, 3, 3, 5, 66, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-01', '', 1, 0, 0, 0, 3, 3, 5, 67, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-02', '', 1, 0, 0, 0, 3, 3, 5, 67, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-03', '', 1, 0, 0, 0, 3, 3, 5, 67, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-04', '', 1, 0, 0, 0, 3, 3, 5, 67, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-05', '', 1, 0, 0, 0, 3, 3, 5, 67, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-06', '', 1, 0, 0, 0, 3, 3, 5, 67, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-07', '', 1, 0, 0, 0, 3, 3, 5, 67, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-08', '', 1, 0, 0, 0, 3, 3, 5, 67, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-09', '', 1, 0, 0, 0, 3, 3, 5, 67, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-10', '', 1, 0, 0, 0, 3, 3, 5, 67, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-11', '', 1, 0, 0, 0, 3, 3, 5, 67, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-12', '', 1, 0, 0, 0, 3, 3, 5, 67, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-13', '', 1, 0, 0, 0, 3, 3, 5, 67, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-67-14', '', 1, 0, 0, 0, 3, 3, 5, 67, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-01', '', 1, 0, 0, 0, 3, 3, 5, 68, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-02', '', 1, 0, 0, 0, 3, 3, 5, 68, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-03', '', 1, 0, 0, 0, 3, 3, 5, 68, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-04', '', 1, 0, 0, 0, 3, 3, 5, 68, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-05', '', 1, 0, 0, 0, 3, 3, 5, 68, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-06', '', 1, 0, 0, 0, 3, 3, 5, 68, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-07', '', 1, 0, 0, 0, 3, 3, 5, 68, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-08', '', 1, 0, 0, 0, 3, 3, 5, 68, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-09', '', 1, 0, 0, 0, 3, 3, 5, 68, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-10', '', 1, 0, 0, 0, 3, 3, 5, 68, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-11', '', 1, 0, 0, 0, 3, 3, 5, 68, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-12', '', 1, 0, 0, 0, 3, 3, 5, 68, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-13', '', 1, 0, 0, 0, 3, 3, 5, 68, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-68-14', '', 1, 0, 0, 0, 3, 3, 5, 68, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-01', '', 1, 0, 0, 0, 3, 3, 5, 69, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-02', '', 1, 0, 0, 0, 3, 3, 5, 69, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-03', '', 1, 0, 0, 0, 3, 3, 5, 69, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-04', '', 1, 0, 0, 0, 3, 3, 5, 69, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-05', '', 1, 0, 0, 0, 3, 3, 5, 69, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-06', '', 1, 0, 0, 0, 3, 3, 5, 69, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-07', '', 1, 0, 0, 0, 3, 3, 5, 69, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-08', '', 1, 0, 0, 0, 3, 3, 5, 69, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-09', '', 1, 0, 0, 0, 3, 3, 5, 69, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-10', '', 1, 0, 0, 0, 3, 3, 5, 69, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-11', '', 1, 0, 0, 0, 3, 3, 5, 69, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-12', '', 1, 0, 0, 0, 3, 3, 5, 69, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-13', '', 1, 0, 0, 0, 3, 3, 5, 69, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-69-14', '', 1, 0, 0, 0, 3, 3, 5, 69, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-01', '', 1, 0, 0, 0, 3, 3, 5, 70, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-02', '', 1, 0, 0, 0, 3, 3, 5, 70, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-03', '', 1, 0, 0, 0, 3, 3, 5, 70, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-04', '', 1, 0, 0, 0, 3, 3, 5, 70, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-05', '', 1, 0, 0, 0, 3, 3, 5, 70, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-06', '', 1, 0, 0, 0, 3, 3, 5, 70, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-07', '', 1, 0, 0, 0, 3, 3, 5, 70, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-08', '', 1, 0, 0, 0, 3, 3, 5, 70, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-09', '', 1, 0, 0, 0, 3, 3, 5, 70, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-10', '', 1, 0, 0, 0, 3, 3, 5, 70, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-11', '', 1, 0, 0, 0, 3, 3, 5, 70, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-12', '', 1, 0, 0, 0, 3, 3, 5, 70, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-13', '', 1, 0, 0, 0, 3, 3, 5, 70, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-70-14', '', 1, 0, 0, 0, 3, 3, 5, 70, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-01', '', 1, 0, 0, 0, 3, 3, 5, 71, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-02', '', 1, 0, 0, 0, 3, 3, 5, 71, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-03', '', 1, 0, 0, 0, 3, 3, 5, 71, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-04', '', 1, 0, 0, 0, 3, 3, 5, 71, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-05', '', 1, 0, 0, 0, 3, 3, 5, 71, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-06', '', 1, 0, 0, 0, 3, 3, 5, 71, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-07', '', 1, 0, 0, 0, 3, 3, 5, 71, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-08', '', 1, 0, 0, 0, 3, 3, 5, 71, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-09', '', 1, 0, 0, 0, 3, 3, 5, 71, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-10', '', 1, 0, 0, 0, 3, 3, 5, 71, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-11', '', 1, 0, 0, 0, 3, 3, 5, 71, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-12', '', 1, 0, 0, 0, 3, 3, 5, 71, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-13', '', 1, 0, 0, 0, 3, 3, 5, 71, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-71-14', '', 1, 0, 0, 0, 3, 3, 5, 71, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-01', '', 1, 0, 0, 0, 3, 3, 5, 72, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-02', '', 1, 0, 0, 0, 3, 3, 5, 72, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-03', '', 1, 0, 0, 0, 3, 3, 5, 72, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-04', '', 1, 0, 0, 0, 3, 3, 5, 72, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-05', '', 1, 0, 0, 0, 3, 3, 5, 72, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-06', '', 1, 0, 0, 0, 3, 3, 5, 72, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-07', '', 1, 0, 0, 0, 3, 3, 5, 72, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-08', '', 1, 0, 0, 0, 3, 3, 5, 72, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-09', '', 1, 0, 0, 0, 3, 3, 5, 72, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-10', '', 1, 0, 0, 0, 3, 3, 5, 72, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-11', '', 1, 0, 0, 0, 3, 3, 5, 72, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-12', '', 1, 0, 0, 0, 3, 3, 5, 72, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-13', '', 1, 0, 0, 0, 3, 3, 5, 72, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-72-14', '', 1, 0, 0, 0, 3, 3, 5, 72, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-01', '', 1, 0, 0, 0, 3, 3, 5, 73, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-02', '', 1, 0, 0, 0, 3, 3, 5, 73, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-03', '', 1, 0, 0, 0, 3, 3, 5, 73, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-04', '', 1, 0, 0, 0, 3, 3, 5, 73, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-05', '', 1, 0, 0, 0, 3, 3, 5, 73, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-06', '', 1, 0, 0, 0, 3, 3, 5, 73, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-07', '', 1, 0, 0, 0, 3, 3, 5, 73, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-08', '', 1, 0, 0, 0, 3, 3, 5, 73, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-09', '', 1, 0, 0, 0, 3, 3, 5, 73, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-10', '', 1, 0, 0, 0, 3, 3, 5, 73, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-11', '', 1, 0, 0, 0, 3, 3, 5, 73, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-12', '', 1, 0, 0, 0, 3, 3, 5, 73, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-13', '', 1, 0, 0, 0, 3, 3, 5, 73, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-73-14', '', 1, 0, 0, 0, 3, 3, 5, 73, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-01', '', 1, 0, 0, 0, 3, 3, 5, 74, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-02', '', 1, 0, 0, 0, 3, 3, 5, 74, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-03', '', 1, 0, 0, 0, 3, 3, 5, 74, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-04', '', 1, 0, 0, 0, 3, 3, 5, 74, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-05', '', 1, 0, 0, 0, 3, 3, 5, 74, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-06', '', 1, 0, 0, 0, 3, 3, 5, 74, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-07', '', 1, 0, 0, 0, 3, 3, 5, 74, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-08', '', 1, 0, 0, 0, 3, 3, 5, 74, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-09', '', 1, 0, 0, 0, 3, 3, 5, 74, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-10', '', 1, 0, 0, 0, 3, 3, 5, 74, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-11', '', 1, 0, 0, 0, 3, 3, 5, 74, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-12', '', 1, 0, 0, 0, 3, 3, 5, 74, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-13', '', 1, 0, 0, 0, 3, 3, 5, 74, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A5-74-14', '', 1, 0, 0, 0, 3, 3, 5, 74, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-01', '', 1, 0, 0, 0, 3, 3, 6, 1, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-02', '', 1, 0, 0, 0, 3, 3, 6, 1, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-03', '', 1, 0, 0, 0, 3, 3, 6, 1, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-04', '', 1, 0, 0, 0, 3, 3, 6, 1, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-05', '', 1, 0, 0, 0, 3, 3, 6, 1, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-06', '', 1, 0, 0, 0, 3, 3, 6, 1, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-07', '', 1, 0, 0, 0, 3, 3, 6, 1, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-08', '', 1, 0, 0, 0, 3, 3, 6, 1, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-09', '', 1, 0, 0, 0, 3, 3, 6, 1, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-10', '', 1, 0, 0, 0, 3, 3, 6, 1, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-11', '', 1, 0, 0, 0, 3, 3, 6, 1, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-12', '', 1, 0, 0, 0, 3, 3, 6, 1, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-13', '', 1, 0, 0, 0, 3, 3, 6, 1, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-01-14', '', 1, 0, 0, 0, 3, 3, 6, 1, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-01', '', 1, 0, 0, 0, 3, 3, 6, 2, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-02', '', 1, 0, 0, 0, 3, 3, 6, 2, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-03', '', 1, 0, 0, 0, 3, 3, 6, 2, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-04', '', 1, 0, 0, 0, 3, 3, 6, 2, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-05', '', 1, 0, 0, 0, 3, 3, 6, 2, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-06', '', 1, 0, 0, 0, 3, 3, 6, 2, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-07', '', 1, 0, 0, 0, 3, 3, 6, 2, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-08', '', 1, 0, 0, 0, 3, 3, 6, 2, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-09', '', 1, 0, 0, 0, 3, 3, 6, 2, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-10', '', 1, 0, 0, 0, 3, 3, 6, 2, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-11', '', 1, 0, 0, 0, 3, 3, 6, 2, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-12', '', 1, 0, 0, 0, 3, 3, 6, 2, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-13', '', 1, 0, 0, 0, 3, 3, 6, 2, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-02-14', '', 1, 0, 0, 0, 3, 3, 6, 2, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-01', '', 1, 0, 0, 0, 3, 3, 6, 3, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-02', '', 1, 0, 0, 0, 3, 3, 6, 3, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-03', '', 1, 0, 0, 0, 3, 3, 6, 3, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-04', '', 1, 0, 0, 0, 3, 3, 6, 3, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-05', '', 1, 0, 0, 0, 3, 3, 6, 3, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-06', '', 1, 0, 0, 0, 3, 3, 6, 3, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-07', '', 1, 0, 0, 0, 3, 3, 6, 3, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-08', '', 1, 0, 0, 0, 3, 3, 6, 3, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-09', '', 1, 0, 0, 0, 3, 3, 6, 3, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-10', '', 1, 0, 0, 0, 3, 3, 6, 3, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-11', '', 1, 0, 0, 0, 3, 3, 6, 3, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-12', '', 1, 0, 0, 0, 3, 3, 6, 3, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-13', '', 1, 0, 0, 0, 3, 3, 6, 3, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-03-14', '', 1, 0, 0, 0, 3, 3, 6, 3, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-01', '', 1, 0, 0, 0, 3, 3, 6, 4, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-02', '', 1, 0, 0, 0, 3, 3, 6, 4, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-03', '', 1, 0, 0, 0, 3, 3, 6, 4, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-04', '', 1, 0, 0, 0, 3, 3, 6, 4, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-05', '', 1, 0, 0, 0, 3, 3, 6, 4, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-06', '', 1, 0, 0, 0, 3, 3, 6, 4, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-07', '', 1, 0, 0, 0, 3, 3, 6, 4, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-08', '', 1, 0, 0, 0, 3, 3, 6, 4, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-09', '', 1, 0, 0, 0, 3, 3, 6, 4, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-10', '', 1, 0, 0, 0, 3, 3, 6, 4, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-11', '', 1, 0, 0, 0, 3, 3, 6, 4, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-12', '', 1, 0, 0, 0, 3, 3, 6, 4, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-13', '', 1, 0, 0, 0, 3, 3, 6, 4, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-04-14', '', 1, 0, 0, 0, 3, 3, 6, 4, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-01', '', 1, 0, 0, 0, 3, 3, 6, 5, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-02', '', 1, 0, 0, 0, 3, 3, 6, 5, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-03', '', 1, 0, 0, 0, 3, 3, 6, 5, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-04', '', 1, 0, 0, 0, 3, 3, 6, 5, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-05', '', 1, 0, 0, 0, 3, 3, 6, 5, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-06', '', 1, 0, 0, 0, 3, 3, 6, 5, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-07', '', 1, 0, 0, 0, 3, 3, 6, 5, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-08', '', 1, 0, 0, 0, 3, 3, 6, 5, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-09', '', 1, 0, 0, 0, 3, 3, 6, 5, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-10', '', 1, 0, 0, 0, 3, 3, 6, 5, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-11', '', 1, 0, 0, 0, 3, 3, 6, 5, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-12', '', 1, 0, 0, 0, 3, 3, 6, 5, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-13', '', 1, 0, 0, 0, 3, 3, 6, 5, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-05-14', '', 1, 0, 0, 0, 3, 3, 6, 5, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-01', '', 1, 0, 0, 0, 3, 3, 6, 6, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-02', '', 1, 0, 0, 0, 3, 3, 6, 6, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-03', '', 1, 0, 0, 0, 3, 3, 6, 6, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-04', '', 1, 0, 0, 0, 3, 3, 6, 6, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-05', '', 1, 0, 0, 0, 3, 3, 6, 6, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-06', '', 1, 0, 0, 0, 3, 3, 6, 6, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-07', '', 1, 0, 0, 0, 3, 3, 6, 6, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-08', '', 1, 0, 0, 0, 3, 3, 6, 6, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-09', '', 1, 0, 0, 0, 3, 3, 6, 6, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-10', '', 1, 0, 0, 0, 3, 3, 6, 6, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-11', '', 1, 0, 0, 0, 3, 3, 6, 6, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-12', '', 1, 0, 0, 0, 3, 3, 6, 6, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-13', '', 1, 0, 0, 0, 3, 3, 6, 6, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-06-14', '', 1, 0, 0, 0, 3, 3, 6, 6, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-01', '', 1, 0, 0, 0, 3, 3, 6, 7, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-02', '', 1, 0, 0, 0, 3, 3, 6, 7, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-03', '', 1, 0, 0, 0, 3, 3, 6, 7, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-04', '', 1, 0, 0, 0, 3, 3, 6, 7, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-05', '', 1, 0, 0, 0, 3, 3, 6, 7, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-06', '', 1, 0, 0, 0, 3, 3, 6, 7, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-07', '', 1, 0, 0, 0, 3, 3, 6, 7, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-08', '', 1, 0, 0, 0, 3, 3, 6, 7, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-09', '', 1, 0, 0, 0, 3, 3, 6, 7, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-10', '', 1, 0, 0, 0, 3, 3, 6, 7, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-11', '', 1, 0, 0, 0, 3, 3, 6, 7, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-12', '', 1, 0, 0, 0, 3, 3, 6, 7, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-13', '', 1, 0, 0, 0, 3, 3, 6, 7, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-07-14', '', 1, 0, 0, 0, 3, 3, 6, 7, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-01', '', 1, 0, 0, 0, 3, 3, 6, 8, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-02', '', 1, 0, 0, 0, 3, 3, 6, 8, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-03', '', 1, 0, 0, 0, 3, 3, 6, 8, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-04', '', 1, 0, 0, 0, 3, 3, 6, 8, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-05', '', 1, 0, 0, 0, 3, 3, 6, 8, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-06', '', 1, 0, 0, 0, 3, 3, 6, 8, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-07', '', 1, 0, 0, 0, 3, 3, 6, 8, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-08', '', 1, 0, 0, 0, 3, 3, 6, 8, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-09', '', 1, 0, 0, 0, 3, 3, 6, 8, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-10', '', 1, 0, 0, 0, 3, 3, 6, 8, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-11', '', 1, 0, 0, 0, 3, 3, 6, 8, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-12', '', 1, 0, 0, 0, 3, 3, 6, 8, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-13', '', 1, 0, 0, 0, 3, 3, 6, 8, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-08-14', '', 1, 0, 0, 0, 3, 3, 6, 8, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-01', '', 1, 0, 0, 0, 3, 3, 6, 9, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-02', '', 1, 0, 0, 0, 3, 3, 6, 9, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-03', '', 1, 0, 0, 0, 3, 3, 6, 9, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-04', '', 1, 0, 0, 0, 3, 3, 6, 9, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-05', '', 1, 0, 0, 0, 3, 3, 6, 9, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-06', '', 1, 0, 0, 0, 3, 3, 6, 9, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-07', '', 1, 0, 0, 0, 3, 3, 6, 9, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-08', '', 1, 0, 0, 0, 3, 3, 6, 9, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-09', '', 1, 0, 0, 0, 3, 3, 6, 9, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-10', '', 1, 0, 0, 0, 3, 3, 6, 9, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-11', '', 1, 0, 0, 0, 3, 3, 6, 9, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-12', '', 1, 0, 0, 0, 3, 3, 6, 9, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-13', '', 1, 0, 0, 0, 3, 3, 6, 9, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-09-14', '', 1, 0, 0, 0, 3, 3, 6, 9, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-01', '', 1, 0, 0, 0, 3, 3, 6, 10, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-02', '', 1, 0, 0, 0, 3, 3, 6, 10, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-03', '', 1, 0, 0, 0, 3, 3, 6, 10, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-04', '', 1, 0, 0, 0, 3, 3, 6, 10, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-05', '', 1, 0, 0, 0, 3, 3, 6, 10, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-06', '', 1, 0, 0, 0, 3, 3, 6, 10, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-07', '', 1, 0, 0, 0, 3, 3, 6, 10, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-08', '', 1, 0, 0, 0, 3, 3, 6, 10, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-09', '', 1, 0, 0, 0, 3, 3, 6, 10, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-10', '', 1, 0, 0, 0, 3, 3, 6, 10, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-11', '', 1, 0, 0, 0, 3, 3, 6, 10, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-12', '', 1, 0, 0, 0, 3, 3, 6, 10, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-13', '', 1, 0, 0, 0, 3, 3, 6, 10, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-10-14', '', 1, 0, 0, 0, 3, 3, 6, 10, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-01', '', 1, 0, 0, 0, 3, 3, 6, 11, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-02', '', 1, 0, 0, 0, 3, 3, 6, 11, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-03', '', 1, 0, 0, 0, 3, 3, 6, 11, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-04', '', 1, 0, 0, 0, 3, 3, 6, 11, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-05', '', 1, 0, 0, 0, 3, 3, 6, 11, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-06', '', 1, 0, 0, 0, 3, 3, 6, 11, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-07', '', 1, 0, 0, 0, 3, 3, 6, 11, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-08', '', 1, 0, 0, 0, 3, 3, 6, 11, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-09', '', 1, 0, 0, 0, 3, 3, 6, 11, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-10', '', 1, 0, 0, 0, 3, 3, 6, 11, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-11', '', 1, 0, 0, 0, 3, 3, 6, 11, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-12', '', 1, 0, 0, 0, 3, 3, 6, 11, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-13', '', 1, 0, 0, 0, 3, 3, 6, 11, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-11-14', '', 1, 0, 0, 0, 3, 3, 6, 11, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-01', '', 1, 0, 0, 0, 3, 3, 6, 12, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-02', '', 1, 0, 0, 0, 3, 3, 6, 12, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-03', '', 1, 0, 0, 0, 3, 3, 6, 12, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-04', '', 1, 0, 0, 0, 3, 3, 6, 12, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-05', '', 1, 0, 0, 0, 3, 3, 6, 12, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-06', '', 1, 0, 0, 0, 3, 3, 6, 12, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-07', '', 1, 0, 0, 0, 3, 3, 6, 12, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-08', '', 1, 0, 0, 0, 3, 3, 6, 12, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-09', '', 1, 0, 0, 0, 3, 3, 6, 12, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-10', '', 1, 0, 0, 0, 3, 3, 6, 12, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-11', '', 1, 0, 0, 0, 3, 3, 6, 12, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-12', '', 1, 0, 0, 0, 3, 3, 6, 12, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-13', '', 1, 0, 0, 0, 3, 3, 6, 12, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-12-14', '', 1, 0, 0, 0, 3, 3, 6, 12, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-01', '', 1, 0, 0, 0, 3, 3, 6, 13, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-02', '', 1, 0, 0, 0, 3, 3, 6, 13, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-03', '', 1, 0, 0, 0, 3, 3, 6, 13, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-04', '', 1, 0, 0, 0, 3, 3, 6, 13, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-05', '', 1, 0, 0, 0, 3, 3, 6, 13, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-06', '', 1, 0, 0, 0, 3, 3, 6, 13, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-07', '', 1, 0, 0, 0, 3, 3, 6, 13, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-08', '', 1, 0, 0, 0, 3, 3, 6, 13, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-09', '', 1, 0, 0, 0, 3, 3, 6, 13, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-10', '', 1, 0, 0, 0, 3, 3, 6, 13, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-11', '', 1, 0, 0, 0, 3, 3, 6, 13, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-12', '', 1, 0, 0, 0, 3, 3, 6, 13, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-13', '', 1, 0, 0, 0, 3, 3, 6, 13, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-13-14', '', 1, 0, 0, 0, 3, 3, 6, 13, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-01', '', 1, 0, 0, 0, 3, 3, 6, 14, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-02', '', 1, 0, 0, 0, 3, 3, 6, 14, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-03', '', 1, 0, 0, 0, 3, 3, 6, 14, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-04', '', 1, 0, 0, 0, 3, 3, 6, 14, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-05', '', 1, 0, 0, 0, 3, 3, 6, 14, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-06', '', 1, 0, 0, 0, 3, 3, 6, 14, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-07', '', 1, 0, 0, 0, 3, 3, 6, 14, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-08', '', 1, 0, 0, 0, 3, 3, 6, 14, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-09', '', 1, 0, 0, 0, 3, 3, 6, 14, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-10', '', 1, 0, 0, 0, 3, 3, 6, 14, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-11', '', 1, 0, 0, 0, 3, 3, 6, 14, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-12', '', 1, 0, 0, 0, 3, 3, 6, 14, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-13', '', 1, 0, 0, 0, 3, 3, 6, 14, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-14-14', '', 1, 0, 0, 0, 3, 3, 6, 14, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-01', '', 1, 0, 0, 0, 3, 3, 6, 15, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-02', '', 1, 0, 0, 0, 3, 3, 6, 15, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-03', '', 1, 0, 0, 0, 3, 3, 6, 15, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-04', '', 1, 0, 0, 0, 3, 3, 6, 15, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-05', '', 1, 0, 0, 0, 3, 3, 6, 15, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-06', '', 1, 0, 0, 0, 3, 3, 6, 15, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-07', '', 1, 0, 0, 0, 3, 3, 6, 15, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-08', '', 1, 0, 0, 0, 3, 3, 6, 15, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-09', '', 1, 0, 0, 0, 3, 3, 6, 15, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-10', '', 1, 0, 0, 0, 3, 3, 6, 15, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-11', '', 1, 0, 0, 0, 3, 3, 6, 15, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-12', '', 1, 0, 0, 0, 3, 3, 6, 15, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-13', '', 1, 0, 0, 0, 3, 3, 6, 15, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-15-14', '', 1, 0, 0, 0, 3, 3, 6, 15, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-01', '', 1, 0, 0, 0, 3, 3, 6, 16, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-02', '', 1, 0, 0, 0, 3, 3, 6, 16, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-03', '', 1, 0, 0, 0, 3, 3, 6, 16, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-04', '', 1, 0, 0, 0, 3, 3, 6, 16, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-05', '', 1, 0, 0, 0, 3, 3, 6, 16, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-06', '', 1, 0, 0, 0, 3, 3, 6, 16, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-07', '', 1, 0, 0, 0, 3, 3, 6, 16, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-08', '', 1, 0, 0, 0, 3, 3, 6, 16, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-09', '', 1, 0, 0, 0, 3, 3, 6, 16, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-10', '', 1, 0, 0, 0, 3, 3, 6, 16, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-11', '', 1, 0, 0, 0, 3, 3, 6, 16, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-12', '', 1, 0, 0, 0, 3, 3, 6, 16, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-13', '', 1, 0, 0, 0, 3, 3, 6, 16, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-16-14', '', 1, 0, 0, 0, 3, 3, 6, 16, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-01', '', 1, 0, 0, 0, 3, 3, 6, 17, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-02', '', 1, 0, 0, 0, 3, 3, 6, 17, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-03', '', 1, 0, 0, 0, 3, 3, 6, 17, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-04', '', 1, 0, 0, 0, 3, 3, 6, 17, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-05', '', 1, 0, 0, 0, 3, 3, 6, 17, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-06', '', 1, 0, 0, 0, 3, 3, 6, 17, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-07', '', 1, 0, 0, 0, 3, 3, 6, 17, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-08', '', 1, 0, 0, 0, 3, 3, 6, 17, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-09', '', 1, 0, 0, 0, 3, 3, 6, 17, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-10', '', 1, 0, 0, 0, 3, 3, 6, 17, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-11', '', 1, 0, 0, 0, 3, 3, 6, 17, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-12', '', 1, 0, 0, 0, 3, 3, 6, 17, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-13', '', 1, 0, 0, 0, 3, 3, 6, 17, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-17-14', '', 1, 0, 0, 0, 3, 3, 6, 17, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-01', '', 1, 0, 0, 0, 3, 3, 6, 18, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-02', '', 1, 0, 0, 0, 3, 3, 6, 18, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-03', '', 1, 0, 0, 0, 3, 3, 6, 18, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-04', '', 1, 0, 0, 0, 3, 3, 6, 18, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-05', '', 1, 0, 0, 0, 3, 3, 6, 18, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-06', '', 1, 0, 0, 0, 3, 3, 6, 18, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-07', '', 1, 0, 0, 0, 3, 3, 6, 18, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-08', '', 1, 0, 0, 0, 3, 3, 6, 18, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-09', '', 1, 0, 0, 0, 3, 3, 6, 18, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-10', '', 1, 0, 0, 0, 3, 3, 6, 18, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-11', '', 1, 0, 0, 0, 3, 3, 6, 18, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-12', '', 1, 0, 0, 0, 3, 3, 6, 18, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-13', '', 1, 0, 0, 0, 3, 3, 6, 18, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-18-14', '', 1, 0, 0, 0, 3, 3, 6, 18, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-01', '', 1, 0, 0, 0, 3, 3, 6, 19, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-02', '', 1, 0, 0, 0, 3, 3, 6, 19, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-03', '', 1, 0, 0, 0, 3, 3, 6, 19, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-04', '', 1, 0, 0, 0, 3, 3, 6, 19, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-05', '', 1, 0, 0, 0, 3, 3, 6, 19, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-06', '', 1, 0, 0, 0, 3, 3, 6, 19, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-07', '', 1, 0, 0, 0, 3, 3, 6, 19, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-08', '', 1, 0, 0, 0, 3, 3, 6, 19, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-09', '', 1, 0, 0, 0, 3, 3, 6, 19, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-10', '', 1, 0, 0, 0, 3, 3, 6, 19, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-11', '', 1, 0, 0, 0, 3, 3, 6, 19, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-12', '', 1, 0, 0, 0, 3, 3, 6, 19, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-13', '', 1, 0, 0, 0, 3, 3, 6, 19, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-19-14', '', 1, 0, 0, 0, 3, 3, 6, 19, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-01', '', 1, 0, 0, 0, 3, 3, 6, 20, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-02', '', 1, 0, 0, 0, 3, 3, 6, 20, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-03', '', 1, 0, 0, 0, 3, 3, 6, 20, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-04', '', 1, 0, 0, 0, 3, 3, 6, 20, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-05', '', 1, 0, 0, 0, 3, 3, 6, 20, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-06', '', 1, 0, 0, 0, 3, 3, 6, 20, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-07', '', 1, 0, 0, 0, 3, 3, 6, 20, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-08', '', 1, 0, 0, 0, 3, 3, 6, 20, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-09', '', 1, 0, 0, 0, 3, 3, 6, 20, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-10', '', 1, 0, 0, 0, 3, 3, 6, 20, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-11', '', 1, 0, 0, 0, 3, 3, 6, 20, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-12', '', 1, 0, 0, 0, 3, 3, 6, 20, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-13', '', 1, 0, 0, 0, 3, 3, 6, 20, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-20-14', '', 1, 0, 0, 0, 3, 3, 6, 20, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-01', '', 1, 0, 0, 0, 3, 3, 6, 21, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-02', '', 1, 0, 0, 0, 3, 3, 6, 21, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-03', '', 1, 0, 0, 0, 3, 3, 6, 21, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-04', '', 1, 0, 0, 0, 3, 3, 6, 21, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-05', '', 1, 0, 0, 0, 3, 3, 6, 21, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-06', '', 1, 0, 0, 0, 3, 3, 6, 21, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-07', '', 1, 0, 0, 0, 3, 3, 6, 21, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-08', '', 1, 0, 0, 0, 3, 3, 6, 21, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-09', '', 1, 0, 0, 0, 3, 3, 6, 21, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-10', '', 1, 0, 0, 0, 3, 3, 6, 21, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-11', '', 1, 0, 0, 0, 3, 3, 6, 21, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-12', '', 1, 0, 0, 0, 3, 3, 6, 21, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-13', '', 1, 0, 0, 0, 3, 3, 6, 21, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-21-14', '', 1, 0, 0, 0, 3, 3, 6, 21, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-01', '', 1, 0, 0, 0, 3, 3, 6, 22, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-02', '', 1, 0, 0, 0, 3, 3, 6, 22, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-03', '', 1, 0, 0, 0, 3, 3, 6, 22, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-04', '', 1, 0, 0, 0, 3, 3, 6, 22, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-05', '', 1, 0, 0, 0, 3, 3, 6, 22, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-06', '', 1, 0, 0, 0, 3, 3, 6, 22, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-07', '', 1, 0, 0, 0, 3, 3, 6, 22, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-08', '', 1, 0, 0, 0, 3, 3, 6, 22, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-09', '', 1, 0, 0, 0, 3, 3, 6, 22, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-10', '', 1, 0, 0, 0, 3, 3, 6, 22, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-11', '', 1, 0, 0, 0, 3, 3, 6, 22, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-12', '', 1, 0, 0, 0, 3, 3, 6, 22, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-13', '', 1, 0, 0, 0, 3, 3, 6, 22, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-22-14', '', 1, 0, 0, 0, 3, 3, 6, 22, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-01', '', 1, 0, 0, 0, 3, 3, 6, 23, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-02', '', 1, 0, 0, 0, 3, 3, 6, 23, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-03', '', 1, 0, 0, 0, 3, 3, 6, 23, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-04', '', 1, 0, 0, 0, 3, 3, 6, 23, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-05', '', 1, 0, 0, 0, 3, 3, 6, 23, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-06', '', 1, 0, 0, 0, 3, 3, 6, 23, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-07', '', 1, 0, 0, 0, 3, 3, 6, 23, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-08', '', 1, 0, 0, 0, 3, 3, 6, 23, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-09', '', 1, 0, 0, 0, 3, 3, 6, 23, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-10', '', 1, 0, 0, 0, 3, 3, 6, 23, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-11', '', 1, 0, 0, 0, 3, 3, 6, 23, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-12', '', 1, 0, 0, 0, 3, 3, 6, 23, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-13', '', 1, 0, 0, 0, 3, 3, 6, 23, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-23-14', '', 1, 0, 0, 0, 3, 3, 6, 23, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-01', '', 1, 0, 0, 0, 3, 3, 6, 24, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-02', '', 1, 0, 0, 0, 3, 3, 6, 24, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-03', '', 1, 0, 0, 0, 3, 3, 6, 24, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-04', '', 1, 0, 0, 0, 3, 3, 6, 24, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-05', '', 1, 0, 0, 0, 3, 3, 6, 24, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-06', '', 1, 0, 0, 0, 3, 3, 6, 24, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-07', '', 1, 0, 0, 0, 3, 3, 6, 24, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-08', '', 1, 0, 0, 0, 3, 3, 6, 24, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-09', '', 1, 0, 0, 0, 3, 3, 6, 24, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-10', '', 1, 0, 0, 0, 3, 3, 6, 24, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-11', '', 1, 0, 0, 0, 3, 3, 6, 24, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-12', '', 1, 0, 0, 0, 3, 3, 6, 24, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-13', '', 1, 0, 0, 0, 3, 3, 6, 24, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-24-14', '', 1, 0, 0, 0, 3, 3, 6, 24, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-01', '', 1, 0, 0, 0, 3, 3, 6, 25, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-02', '', 1, 0, 0, 0, 3, 3, 6, 25, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-03', '', 1, 0, 0, 0, 3, 3, 6, 25, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-04', '', 1, 0, 0, 0, 3, 3, 6, 25, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-05', '', 1, 0, 0, 0, 3, 3, 6, 25, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-06', '', 1, 0, 0, 0, 3, 3, 6, 25, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-07', '', 1, 0, 0, 0, 3, 3, 6, 25, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-08', '', 1, 0, 0, 0, 3, 3, 6, 25, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-09', '', 1, 0, 0, 0, 3, 3, 6, 25, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-10', '', 1, 0, 0, 0, 3, 3, 6, 25, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-11', '', 1, 0, 0, 0, 3, 3, 6, 25, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-12', '', 1, 0, 0, 0, 3, 3, 6, 25, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-13', '', 1, 0, 0, 0, 3, 3, 6, 25, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-25-14', '', 1, 0, 0, 0, 3, 3, 6, 25, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-01', '', 1, 0, 0, 0, 3, 3, 6, 26, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-02', '', 1, 0, 0, 0, 3, 3, 6, 26, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-03', '', 1, 0, 0, 0, 3, 3, 6, 26, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-04', '', 1, 0, 0, 0, 3, 3, 6, 26, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-05', '', 1, 0, 0, 0, 3, 3, 6, 26, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-06', '', 1, 0, 0, 0, 3, 3, 6, 26, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-07', '', 1, 0, 0, 0, 3, 3, 6, 26, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-08', '', 1, 0, 0, 0, 3, 3, 6, 26, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-09', '', 1, 0, 0, 0, 3, 3, 6, 26, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-10', '', 1, 0, 0, 0, 3, 3, 6, 26, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-11', '', 1, 0, 0, 0, 3, 3, 6, 26, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-12', '', 1, 0, 0, 0, 3, 3, 6, 26, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-13', '', 1, 0, 0, 0, 3, 3, 6, 26, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-26-14', '', 1, 0, 0, 0, 3, 3, 6, 26, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-01', '', 1, 0, 0, 0, 3, 3, 6, 27, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-02', '', 1, 0, 0, 0, 3, 3, 6, 27, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-03', '', 1, 0, 0, 0, 3, 3, 6, 27, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-04', '', 1, 0, 0, 0, 3, 3, 6, 27, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-05', '', 1, 0, 0, 0, 3, 3, 6, 27, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-06', '', 1, 0, 0, 0, 3, 3, 6, 27, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-07', '', 1, 0, 0, 0, 3, 3, 6, 27, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-08', '', 1, 0, 0, 0, 3, 3, 6, 27, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-09', '', 1, 0, 0, 0, 3, 3, 6, 27, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-10', '', 1, 0, 0, 0, 3, 3, 6, 27, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-11', '', 1, 0, 0, 0, 3, 3, 6, 27, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-12', '', 1, 0, 0, 0, 3, 3, 6, 27, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-13', '', 1, 0, 0, 0, 3, 3, 6, 27, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-27-14', '', 1, 0, 0, 0, 3, 3, 6, 27, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-01', '', 1, 0, 0, 0, 3, 3, 6, 28, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-02', '', 1, 0, 0, 0, 3, 3, 6, 28, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-03', '', 1, 0, 0, 0, 3, 3, 6, 28, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-04', '', 1, 0, 0, 0, 3, 3, 6, 28, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-05', '', 1, 0, 0, 0, 3, 3, 6, 28, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-06', '', 1, 0, 0, 0, 3, 3, 6, 28, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-07', '', 1, 0, 0, 0, 3, 3, 6, 28, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-08', '', 1, 0, 0, 0, 3, 3, 6, 28, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-09', '', 1, 0, 0, 0, 3, 3, 6, 28, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-10', '', 1, 0, 0, 0, 3, 3, 6, 28, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-11', '', 1, 0, 0, 0, 3, 3, 6, 28, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-12', '', 1, 0, 0, 0, 3, 3, 6, 28, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-13', '', 1, 0, 0, 0, 3, 3, 6, 28, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-28-14', '', 1, 0, 0, 0, 3, 3, 6, 28, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-01', '', 1, 0, 0, 0, 3, 3, 6, 29, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-02', '', 1, 0, 0, 0, 3, 3, 6, 29, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-03', '', 1, 0, 0, 0, 3, 3, 6, 29, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-04', '', 1, 0, 0, 0, 3, 3, 6, 29, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-05', '', 1, 0, 0, 0, 3, 3, 6, 29, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-06', '', 1, 0, 0, 0, 3, 3, 6, 29, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-07', '', 1, 0, 0, 0, 3, 3, 6, 29, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-08', '', 1, 0, 0, 0, 3, 3, 6, 29, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-09', '', 1, 0, 0, 0, 3, 3, 6, 29, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-10', '', 1, 0, 0, 0, 3, 3, 6, 29, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-11', '', 1, 0, 0, 0, 3, 3, 6, 29, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-12', '', 1, 0, 0, 0, 3, 3, 6, 29, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-13', '', 1, 0, 0, 0, 3, 3, 6, 29, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-29-14', '', 1, 0, 0, 0, 3, 3, 6, 29, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-01', '', 1, 0, 0, 0, 3, 3, 6, 30, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-02', '', 1, 0, 0, 0, 3, 3, 6, 30, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-03', '', 1, 0, 0, 0, 3, 3, 6, 30, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-04', '', 1, 0, 0, 0, 3, 3, 6, 30, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-05', '', 1, 0, 0, 0, 3, 3, 6, 30, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-06', '', 1, 0, 0, 0, 3, 3, 6, 30, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-07', '', 1, 0, 0, 0, 3, 3, 6, 30, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-08', '', 1, 0, 0, 0, 3, 3, 6, 30, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-09', '', 1, 0, 0, 0, 3, 3, 6, 30, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-10', '', 1, 0, 0, 0, 3, 3, 6, 30, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-11', '', 1, 0, 0, 0, 3, 3, 6, 30, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-12', '', 1, 0, 0, 0, 3, 3, 6, 30, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-13', '', 1, 0, 0, 0, 3, 3, 6, 30, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-30-14', '', 1, 0, 0, 0, 3, 3, 6, 30, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-01', '', 1, 0, 0, 0, 3, 3, 6, 31, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-02', '', 1, 0, 0, 0, 3, 3, 6, 31, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-03', '', 1, 0, 0, 0, 3, 3, 6, 31, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-04', '', 1, 0, 0, 0, 3, 3, 6, 31, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-05', '', 1, 0, 0, 0, 3, 3, 6, 31, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-06', '', 1, 0, 0, 0, 3, 3, 6, 31, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-07', '', 1, 0, 0, 0, 3, 3, 6, 31, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-08', '', 1, 0, 0, 0, 3, 3, 6, 31, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-09', '', 1, 0, 0, 0, 3, 3, 6, 31, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-10', '', 1, 0, 0, 0, 3, 3, 6, 31, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-11', '', 1, 0, 0, 0, 3, 3, 6, 31, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-12', '', 1, 0, 0, 0, 3, 3, 6, 31, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-13', '', 1, 0, 0, 0, 3, 3, 6, 31, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-31-14', '', 1, 0, 0, 0, 3, 3, 6, 31, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-01', '', 1, 0, 0, 0, 3, 3, 6, 32, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-02', '', 1, 0, 0, 0, 3, 3, 6, 32, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-03', '', 1, 0, 0, 0, 3, 3, 6, 32, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-04', '', 1, 0, 0, 0, 3, 3, 6, 32, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-05', '', 1, 0, 0, 0, 3, 3, 6, 32, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-06', '', 1, 0, 0, 0, 3, 3, 6, 32, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-07', '', 1, 0, 0, 0, 3, 3, 6, 32, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-08', '', 1, 0, 0, 0, 3, 3, 6, 32, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-09', '', 1, 0, 0, 0, 3, 3, 6, 32, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-10', '', 1, 0, 0, 0, 3, 3, 6, 32, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-11', '', 1, 0, 0, 0, 3, 3, 6, 32, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-12', '', 1, 0, 0, 0, 3, 3, 6, 32, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-13', '', 1, 0, 0, 0, 3, 3, 6, 32, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-32-14', '', 1, 0, 0, 0, 3, 3, 6, 32, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-01', '', 1, 0, 0, 0, 3, 3, 6, 33, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-02', '', 1, 0, 0, 0, 3, 3, 6, 33, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-03', '', 1, 0, 0, 0, 3, 3, 6, 33, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-04', '', 1, 0, 0, 0, 3, 3, 6, 33, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-05', '', 1, 0, 0, 0, 3, 3, 6, 33, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-06', '', 1, 0, 0, 0, 3, 3, 6, 33, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-07', '', 1, 0, 0, 0, 3, 3, 6, 33, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-08', '', 1, 0, 0, 0, 3, 3, 6, 33, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-09', '', 1, 0, 0, 0, 3, 3, 6, 33, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-10', '', 1, 0, 0, 0, 3, 3, 6, 33, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-11', '', 1, 0, 0, 0, 3, 3, 6, 33, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-12', '', 1, 0, 0, 0, 3, 3, 6, 33, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-13', '', 1, 0, 0, 0, 3, 3, 6, 33, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-33-14', '', 1, 0, 0, 0, 3, 3, 6, 33, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-01', '', 1, 0, 0, 0, 3, 3, 6, 34, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-02', '', 1, 0, 0, 0, 3, 3, 6, 34, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-03', '', 1, 0, 0, 0, 3, 3, 6, 34, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-04', '', 1, 0, 0, 0, 3, 3, 6, 34, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-05', '', 1, 0, 0, 0, 3, 3, 6, 34, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-06', '', 1, 0, 0, 0, 3, 3, 6, 34, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-07', '', 1, 0, 0, 0, 3, 3, 6, 34, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-08', '', 1, 0, 0, 0, 3, 3, 6, 34, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-09', '', 1, 0, 0, 0, 3, 3, 6, 34, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-10', '', 1, 0, 0, 0, 3, 3, 6, 34, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-11', '', 1, 0, 0, 0, 3, 3, 6, 34, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-12', '', 1, 0, 0, 0, 3, 3, 6, 34, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-13', '', 1, 0, 0, 0, 3, 3, 6, 34, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-34-14', '', 1, 0, 0, 0, 3, 3, 6, 34, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-01', '', 1, 0, 0, 0, 3, 3, 6, 35, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-02', '', 1, 0, 0, 0, 3, 3, 6, 35, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-03', '', 1, 0, 0, 0, 3, 3, 6, 35, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-04', '', 1, 0, 0, 0, 3, 3, 6, 35, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-05', '', 1, 0, 0, 0, 3, 3, 6, 35, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-06', '', 1, 0, 0, 0, 3, 3, 6, 35, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-07', '', 1, 0, 0, 0, 3, 3, 6, 35, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-08', '', 1, 0, 0, 0, 3, 3, 6, 35, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-09', '', 1, 0, 0, 0, 3, 3, 6, 35, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-10', '', 1, 0, 0, 0, 3, 3, 6, 35, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-11', '', 1, 0, 0, 0, 3, 3, 6, 35, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-12', '', 1, 0, 0, 0, 3, 3, 6, 35, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-13', '', 1, 0, 0, 0, 3, 3, 6, 35, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-35-14', '', 1, 0, 0, 0, 3, 3, 6, 35, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-01', '', 1, 0, 0, 0, 3, 3, 6, 36, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-02', '', 1, 0, 0, 0, 3, 3, 6, 36, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-03', '', 1, 0, 0, 0, 3, 3, 6, 36, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-04', '', 1, 0, 0, 0, 3, 3, 6, 36, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-05', '', 1, 0, 0, 0, 3, 3, 6, 36, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-06', '', 1, 0, 0, 0, 3, 3, 6, 36, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-07', '', 1, 0, 0, 0, 3, 3, 6, 36, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-08', '', 1, 0, 0, 0, 3, 3, 6, 36, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-09', '', 1, 0, 0, 0, 3, 3, 6, 36, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-10', '', 1, 0, 0, 0, 3, 3, 6, 36, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-11', '', 1, 0, 0, 0, 3, 3, 6, 36, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-12', '', 1, 0, 0, 0, 3, 3, 6, 36, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-13', '', 1, 0, 0, 0, 3, 3, 6, 36, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-36-14', '', 1, 0, 0, 0, 3, 3, 6, 36, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-01', '', 1, 0, 0, 0, 3, 3, 6, 37, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-02', '', 1, 0, 0, 0, 3, 3, 6, 37, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-03', '', 1, 0, 0, 0, 3, 3, 6, 37, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-04', '', 1, 0, 0, 0, 3, 3, 6, 37, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-05', '', 1, 0, 0, 0, 3, 3, 6, 37, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-06', '', 1, 0, 0, 0, 3, 3, 6, 37, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-07', '', 1, 0, 0, 0, 3, 3, 6, 37, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-08', '', 1, 0, 0, 0, 3, 3, 6, 37, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-09', '', 1, 0, 0, 0, 3, 3, 6, 37, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-10', '', 1, 0, 0, 0, 3, 3, 6, 37, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-11', '', 1, 0, 0, 0, 3, 3, 6, 37, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-12', '', 1, 0, 0, 0, 3, 3, 6, 37, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-13', '', 1, 0, 0, 0, 3, 3, 6, 37, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-37-14', '', 1, 0, 0, 0, 3, 3, 6, 37, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-01', '', 1, 0, 0, 0, 3, 3, 6, 38, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-02', '', 1, 0, 0, 0, 3, 3, 6, 38, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-03', '', 1, 0, 0, 0, 3, 3, 6, 38, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-04', '', 1, 0, 0, 0, 3, 3, 6, 38, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-05', '', 1, 0, 0, 0, 3, 3, 6, 38, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-06', '', 1, 0, 0, 0, 3, 3, 6, 38, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-07', '', 1, 0, 0, 0, 3, 3, 6, 38, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-08', '', 1, 0, 0, 0, 3, 3, 6, 38, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-09', '', 1, 0, 0, 0, 3, 3, 6, 38, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-10', '', 1, 0, 0, 0, 3, 3, 6, 38, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-11', '', 1, 0, 0, 0, 3, 3, 6, 38, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-12', '', 1, 0, 0, 0, 3, 3, 6, 38, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-13', '', 1, 0, 0, 0, 3, 3, 6, 38, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-38-14', '', 1, 0, 0, 0, 3, 3, 6, 38, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-01', '', 1, 0, 0, 0, 3, 3, 6, 39, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-02', '', 1, 0, 0, 0, 3, 3, 6, 39, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-03', '', 1, 0, 0, 0, 3, 3, 6, 39, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-04', '', 1, 0, 0, 0, 3, 3, 6, 39, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-05', '', 1, 0, 0, 0, 3, 3, 6, 39, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-06', '', 1, 0, 0, 0, 3, 3, 6, 39, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-07', '', 1, 0, 0, 0, 3, 3, 6, 39, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-08', '', 1, 0, 0, 0, 3, 3, 6, 39, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-09', '', 1, 0, 0, 0, 3, 3, 6, 39, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-10', '', 1, 0, 0, 0, 3, 3, 6, 39, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-11', '', 1, 0, 0, 0, 3, 3, 6, 39, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-12', '', 1, 0, 0, 0, 3, 3, 6, 39, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-13', '', 1, 0, 0, 0, 3, 3, 6, 39, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-39-14', '', 1, 0, 0, 0, 3, 3, 6, 39, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-01', '', 1, 0, 0, 0, 3, 3, 6, 40, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-02', '', 1, 0, 0, 0, 3, 3, 6, 40, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-03', '', 1, 0, 0, 0, 3, 3, 6, 40, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-04', '', 1, 0, 0, 0, 3, 3, 6, 40, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-05', '', 1, 0, 0, 0, 3, 3, 6, 40, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-06', '', 1, 0, 0, 0, 3, 3, 6, 40, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-07', '', 1, 0, 0, 0, 3, 3, 6, 40, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-08', '', 1, 0, 0, 0, 3, 3, 6, 40, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-09', '', 1, 0, 0, 0, 3, 3, 6, 40, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-10', '', 1, 0, 0, 0, 3, 3, 6, 40, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-11', '', 1, 0, 0, 0, 3, 3, 6, 40, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-12', '', 1, 0, 0, 0, 3, 3, 6, 40, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-13', '', 1, 0, 0, 0, 3, 3, 6, 40, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-40-14', '', 1, 0, 0, 0, 3, 3, 6, 40, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-01', '', 1, 0, 0, 0, 3, 3, 6, 41, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-02', '', 1, 0, 0, 0, 3, 3, 6, 41, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-03', '', 1, 0, 0, 0, 3, 3, 6, 41, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-04', '', 1, 0, 0, 0, 3, 3, 6, 41, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-05', '', 1, 0, 0, 0, 3, 3, 6, 41, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-06', '', 1, 0, 0, 0, 3, 3, 6, 41, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-07', '', 1, 0, 0, 0, 3, 3, 6, 41, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-08', '', 1, 0, 0, 0, 3, 3, 6, 41, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-09', '', 1, 0, 0, 0, 3, 3, 6, 41, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-10', '', 1, 0, 0, 0, 3, 3, 6, 41, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-11', '', 1, 0, 0, 0, 3, 3, 6, 41, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-12', '', 1, 0, 0, 0, 3, 3, 6, 41, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-13', '', 1, 0, 0, 0, 3, 3, 6, 41, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-41-14', '', 1, 0, 0, 0, 3, 3, 6, 41, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-01', '', 1, 0, 0, 0, 3, 3, 6, 42, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-02', '', 1, 0, 0, 0, 3, 3, 6, 42, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-03', '', 1, 0, 0, 0, 3, 3, 6, 42, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-04', '', 1, 0, 0, 0, 3, 3, 6, 42, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-05', '', 1, 0, 0, 0, 3, 3, 6, 42, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-06', '', 1, 0, 0, 0, 3, 3, 6, 42, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-07', '', 1, 0, 0, 0, 3, 3, 6, 42, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-08', '', 1, 0, 0, 0, 3, 3, 6, 42, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-09', '', 1, 0, 0, 0, 3, 3, 6, 42, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-10', '', 1, 0, 0, 0, 3, 3, 6, 42, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-11', '', 1, 0, 0, 0, 3, 3, 6, 42, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-12', '', 1, 0, 0, 0, 3, 3, 6, 42, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-13', '', 1, 0, 0, 0, 3, 3, 6, 42, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-42-14', '', 1, 0, 0, 0, 3, 3, 6, 42, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-01', '', 1, 0, 0, 0, 3, 3, 6, 43, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-02', '', 1, 0, 0, 0, 3, 3, 6, 43, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-03', '', 1, 0, 0, 0, 3, 3, 6, 43, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-04', '', 1, 0, 0, 0, 3, 3, 6, 43, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-05', '', 1, 0, 0, 0, 3, 3, 6, 43, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-06', '', 1, 0, 0, 0, 3, 3, 6, 43, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-07', '', 1, 0, 0, 0, 3, 3, 6, 43, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-08', '', 1, 0, 0, 0, 3, 3, 6, 43, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-09', '', 1, 0, 0, 0, 3, 3, 6, 43, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-10', '', 1, 0, 0, 0, 3, 3, 6, 43, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-11', '', 1, 0, 0, 0, 3, 3, 6, 43, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-12', '', 1, 0, 0, 0, 3, 3, 6, 43, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-13', '', 1, 0, 0, 0, 3, 3, 6, 43, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-43-14', '', 1, 0, 0, 0, 3, 3, 6, 43, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-01', '', 1, 0, 0, 0, 3, 3, 6, 44, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-02', '', 1, 0, 0, 0, 3, 3, 6, 44, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-03', '', 1, 0, 0, 0, 3, 3, 6, 44, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-04', '', 1, 0, 0, 0, 3, 3, 6, 44, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-05', '', 1, 0, 0, 0, 3, 3, 6, 44, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-06', '', 1, 0, 0, 0, 3, 3, 6, 44, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-07', '', 1, 0, 0, 0, 3, 3, 6, 44, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-08', '', 1, 0, 0, 0, 3, 3, 6, 44, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-09', '', 1, 0, 0, 0, 3, 3, 6, 44, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-10', '', 1, 0, 0, 0, 3, 3, 6, 44, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-11', '', 1, 0, 0, 0, 3, 3, 6, 44, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-12', '', 1, 0, 0, 0, 3, 3, 6, 44, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-13', '', 1, 0, 0, 0, 3, 3, 6, 44, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-44-14', '', 1, 0, 0, 0, 3, 3, 6, 44, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-01', '', 1, 0, 0, 0, 3, 3, 6, 45, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-02', '', 1, 0, 0, 0, 3, 3, 6, 45, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-03', '', 1, 0, 0, 0, 3, 3, 6, 45, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-04', '', 1, 0, 0, 0, 3, 3, 6, 45, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-05', '', 1, 0, 0, 0, 3, 3, 6, 45, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-06', '', 1, 0, 0, 0, 3, 3, 6, 45, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-07', '', 1, 0, 0, 0, 3, 3, 6, 45, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-08', '', 1, 0, 0, 0, 3, 3, 6, 45, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-09', '', 1, 0, 0, 0, 3, 3, 6, 45, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-10', '', 1, 0, 0, 0, 3, 3, 6, 45, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-11', '', 1, 0, 0, 0, 3, 3, 6, 45, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-12', '', 1, 0, 0, 0, 3, 3, 6, 45, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-13', '', 1, 0, 0, 0, 3, 3, 6, 45, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-45-14', '', 1, 0, 0, 0, 3, 3, 6, 45, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-01', '', 1, 0, 0, 0, 3, 3, 6, 46, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-02', '', 1, 0, 0, 0, 3, 3, 6, 46, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-03', '', 1, 0, 0, 0, 3, 3, 6, 46, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-04', '', 1, 0, 0, 0, 3, 3, 6, 46, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-05', '', 1, 0, 0, 0, 3, 3, 6, 46, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-06', '', 1, 0, 0, 0, 3, 3, 6, 46, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-07', '', 1, 0, 0, 0, 3, 3, 6, 46, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-08', '', 1, 0, 0, 0, 3, 3, 6, 46, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-09', '', 1, 0, 0, 0, 3, 3, 6, 46, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-10', '', 1, 0, 0, 0, 3, 3, 6, 46, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-11', '', 1, 0, 0, 0, 3, 3, 6, 46, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-12', '', 1, 0, 0, 0, 3, 3, 6, 46, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-13', '', 1, 0, 0, 0, 3, 3, 6, 46, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-46-14', '', 1, 0, 0, 0, 3, 3, 6, 46, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-01', '', 1, 0, 0, 0, 3, 3, 6, 47, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-02', '', 1, 0, 0, 0, 3, 3, 6, 47, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-03', '', 1, 0, 0, 0, 3, 3, 6, 47, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-04', '', 1, 0, 0, 0, 3, 3, 6, 47, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-05', '', 1, 0, 0, 0, 3, 3, 6, 47, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-06', '', 1, 0, 0, 0, 3, 3, 6, 47, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-07', '', 1, 0, 0, 0, 3, 3, 6, 47, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-08', '', 1, 0, 0, 0, 3, 3, 6, 47, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-09', '', 1, 0, 0, 0, 3, 3, 6, 47, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-10', '', 1, 0, 0, 0, 3, 3, 6, 47, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-11', '', 1, 0, 0, 0, 3, 3, 6, 47, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-12', '', 1, 0, 0, 0, 3, 3, 6, 47, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-13', '', 1, 0, 0, 0, 3, 3, 6, 47, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-47-14', '', 1, 0, 0, 0, 3, 3, 6, 47, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-01', '', 1, 0, 0, 0, 3, 3, 6, 48, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-02', '', 1, 0, 0, 0, 3, 3, 6, 48, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-03', '', 1, 0, 0, 0, 3, 3, 6, 48, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-04', '', 1, 0, 0, 0, 3, 3, 6, 48, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-05', '', 1, 0, 0, 0, 3, 3, 6, 48, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-06', '', 1, 0, 0, 0, 3, 3, 6, 48, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-07', '', 1, 0, 0, 0, 3, 3, 6, 48, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-08', '', 1, 0, 0, 0, 3, 3, 6, 48, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-09', '', 1, 0, 0, 0, 3, 3, 6, 48, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-10', '', 1, 0, 0, 0, 3, 3, 6, 48, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-11', '', 1, 0, 0, 0, 3, 3, 6, 48, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-12', '', 1, 0, 0, 0, 3, 3, 6, 48, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-13', '', 1, 0, 0, 0, 3, 3, 6, 48, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-48-14', '', 1, 0, 0, 0, 3, 3, 6, 48, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-01', '', 1, 0, 0, 0, 3, 3, 6, 49, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-02', '', 1, 0, 0, 0, 3, 3, 6, 49, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-03', '', 1, 0, 0, 0, 3, 3, 6, 49, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-04', '', 1, 0, 0, 0, 3, 3, 6, 49, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-05', '', 1, 0, 0, 0, 3, 3, 6, 49, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-06', '', 1, 0, 0, 0, 3, 3, 6, 49, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-07', '', 1, 0, 0, 0, 3, 3, 6, 49, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-08', '', 1, 0, 0, 0, 3, 3, 6, 49, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-09', '', 1, 0, 0, 0, 3, 3, 6, 49, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-10', '', 1, 0, 0, 0, 3, 3, 6, 49, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-11', '', 1, 0, 0, 0, 3, 3, 6, 49, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-12', '', 1, 0, 0, 0, 3, 3, 6, 49, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-13', '', 1, 0, 0, 0, 3, 3, 6, 49, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-49-14', '', 1, 0, 0, 0, 3, 3, 6, 49, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-01', '', 1, 0, 0, 0, 3, 3, 6, 50, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-02', '', 1, 0, 0, 0, 3, 3, 6, 50, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-03', '', 1, 0, 0, 0, 3, 3, 6, 50, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-04', '', 1, 0, 0, 0, 3, 3, 6, 50, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-05', '', 1, 0, 0, 0, 3, 3, 6, 50, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-06', '', 1, 0, 0, 0, 3, 3, 6, 50, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-07', '', 1, 0, 0, 0, 3, 3, 6, 50, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-08', '', 1, 0, 0, 0, 3, 3, 6, 50, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-09', '', 1, 0, 0, 0, 3, 3, 6, 50, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-10', '', 1, 0, 0, 0, 3, 3, 6, 50, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-11', '', 1, 0, 0, 0, 3, 3, 6, 50, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-12', '', 1, 0, 0, 0, 3, 3, 6, 50, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-13', '', 1, 0, 0, 0, 3, 3, 6, 50, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-50-14', '', 1, 0, 0, 0, 3, 3, 6, 50, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-01', '', 1, 0, 0, 0, 3, 3, 6, 51, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-02', '', 1, 0, 0, 0, 3, 3, 6, 51, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-03', '', 1, 0, 0, 0, 3, 3, 6, 51, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-04', '', 1, 0, 0, 0, 3, 3, 6, 51, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-05', '', 1, 0, 0, 0, 3, 3, 6, 51, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-06', '', 1, 0, 0, 0, 3, 3, 6, 51, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-07', '', 1, 0, 0, 0, 3, 3, 6, 51, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-08', '', 1, 0, 0, 0, 3, 3, 6, 51, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-09', '', 1, 0, 0, 0, 3, 3, 6, 51, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-10', '', 1, 0, 0, 0, 3, 3, 6, 51, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-11', '', 1, 0, 0, 0, 3, 3, 6, 51, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-12', '', 1, 0, 0, 0, 3, 3, 6, 51, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-13', '', 1, 0, 0, 0, 3, 3, 6, 51, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-51-14', '', 1, 0, 0, 0, 3, 3, 6, 51, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-01', '', 1, 0, 0, 0, 3, 3, 6, 52, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-02', '', 1, 0, 0, 0, 3, 3, 6, 52, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-03', '', 1, 0, 0, 0, 3, 3, 6, 52, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-04', '', 1, 0, 0, 0, 3, 3, 6, 52, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-05', '', 1, 0, 0, 0, 3, 3, 6, 52, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-06', '', 1, 0, 0, 0, 3, 3, 6, 52, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-07', '', 1, 0, 0, 0, 3, 3, 6, 52, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-08', '', 1, 0, 0, 0, 3, 3, 6, 52, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-09', '', 1, 0, 0, 0, 3, 3, 6, 52, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-10', '', 1, 0, 0, 0, 3, 3, 6, 52, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-11', '', 1, 0, 0, 0, 3, 3, 6, 52, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-12', '', 1, 0, 0, 0, 3, 3, 6, 52, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-13', '', 1, 0, 0, 0, 3, 3, 6, 52, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-52-14', '', 1, 0, 0, 0, 3, 3, 6, 52, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-01', '', 1, 0, 0, 0, 3, 3, 6, 53, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-02', '', 1, 0, 0, 0, 3, 3, 6, 53, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-03', '', 1, 0, 0, 0, 3, 3, 6, 53, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-04', '', 1, 0, 0, 0, 3, 3, 6, 53, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-05', '', 1, 0, 0, 0, 3, 3, 6, 53, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-06', '', 1, 0, 0, 0, 3, 3, 6, 53, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-07', '', 1, 0, 0, 0, 3, 3, 6, 53, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-08', '', 1, 0, 0, 0, 3, 3, 6, 53, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-09', '', 1, 0, 0, 0, 3, 3, 6, 53, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-10', '', 1, 0, 0, 0, 3, 3, 6, 53, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-11', '', 1, 0, 0, 0, 3, 3, 6, 53, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-12', '', 1, 0, 0, 0, 3, 3, 6, 53, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-13', '', 1, 0, 0, 0, 3, 3, 6, 53, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-53-14', '', 1, 0, 0, 0, 3, 3, 6, 53, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-01', '', 1, 0, 0, 0, 3, 3, 6, 54, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-02', '', 1, 0, 0, 0, 3, 3, 6, 54, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-03', '', 1, 0, 0, 0, 3, 3, 6, 54, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-04', '', 1, 0, 0, 0, 3, 3, 6, 54, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-05', '', 1, 0, 0, 0, 3, 3, 6, 54, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-06', '', 1, 0, 0, 0, 3, 3, 6, 54, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-07', '', 1, 0, 0, 0, 3, 3, 6, 54, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-08', '', 1, 0, 0, 0, 3, 3, 6, 54, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-09', '', 1, 0, 0, 0, 3, 3, 6, 54, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-10', '', 1, 0, 0, 0, 3, 3, 6, 54, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-11', '', 1, 0, 0, 0, 3, 3, 6, 54, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-12', '', 1, 0, 0, 0, 3, 3, 6, 54, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-13', '', 1, 0, 0, 0, 3, 3, 6, 54, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-54-14', '', 1, 0, 0, 0, 3, 3, 6, 54, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-01', '', 1, 0, 0, 0, 3, 3, 6, 55, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-02', '', 1, 0, 0, 0, 3, 3, 6, 55, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-03', '', 1, 0, 0, 0, 3, 3, 6, 55, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-04', '', 1, 0, 0, 0, 3, 3, 6, 55, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-05', '', 1, 0, 0, 0, 3, 3, 6, 55, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-06', '', 1, 0, 0, 0, 3, 3, 6, 55, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-07', '', 1, 0, 0, 0, 3, 3, 6, 55, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-08', '', 1, 0, 0, 0, 3, 3, 6, 55, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-09', '', 1, 0, 0, 0, 3, 3, 6, 55, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-10', '', 1, 0, 0, 0, 3, 3, 6, 55, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-11', '', 1, 0, 0, 0, 3, 3, 6, 55, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-12', '', 1, 0, 0, 0, 3, 3, 6, 55, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-13', '', 1, 0, 0, 0, 3, 3, 6, 55, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-55-14', '', 1, 0, 0, 0, 3, 3, 6, 55, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-01', '', 1, 0, 0, 0, 3, 3, 6, 56, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-02', '', 1, 0, 0, 0, 3, 3, 6, 56, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-03', '', 1, 0, 0, 0, 3, 3, 6, 56, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-04', '', 1, 0, 0, 0, 3, 3, 6, 56, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-05', '', 1, 0, 0, 0, 3, 3, 6, 56, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-06', '', 1, 0, 0, 0, 3, 3, 6, 56, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-07', '', 1, 0, 0, 0, 3, 3, 6, 56, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-08', '', 1, 0, 0, 0, 3, 3, 6, 56, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-09', '', 1, 0, 0, 0, 3, 3, 6, 56, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-10', '', 1, 0, 0, 0, 3, 3, 6, 56, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-11', '', 1, 0, 0, 0, 3, 3, 6, 56, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-12', '', 1, 0, 0, 0, 3, 3, 6, 56, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-13', '', 1, 0, 0, 0, 3, 3, 6, 56, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-56-14', '', 1, 0, 0, 0, 3, 3, 6, 56, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-01', '', 1, 0, 0, 0, 3, 3, 6, 57, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-02', '', 1, 0, 0, 0, 3, 3, 6, 57, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-03', '', 1, 0, 0, 0, 3, 3, 6, 57, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-04', '', 1, 0, 0, 0, 3, 3, 6, 57, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-05', '', 1, 0, 0, 0, 3, 3, 6, 57, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-06', '', 1, 0, 0, 0, 3, 3, 6, 57, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-07', '', 1, 0, 0, 0, 3, 3, 6, 57, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-08', '', 1, 0, 0, 0, 3, 3, 6, 57, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-09', '', 1, 0, 0, 0, 3, 3, 6, 57, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-10', '', 1, 0, 0, 0, 3, 3, 6, 57, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-11', '', 1, 0, 0, 0, 3, 3, 6, 57, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-12', '', 1, 0, 0, 0, 3, 3, 6, 57, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-13', '', 1, 0, 0, 0, 3, 3, 6, 57, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-57-14', '', 1, 0, 0, 0, 3, 3, 6, 57, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-01', '', 1, 0, 0, 0, 3, 3, 6, 58, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-02', '', 1, 0, 0, 0, 3, 3, 6, 58, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-03', '', 1, 0, 0, 0, 3, 3, 6, 58, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-04', '', 1, 0, 0, 0, 3, 3, 6, 58, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-05', '', 1, 0, 0, 0, 3, 3, 6, 58, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-06', '', 1, 0, 0, 0, 3, 3, 6, 58, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-07', '', 1, 0, 0, 0, 3, 3, 6, 58, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-08', '', 1, 0, 0, 0, 3, 3, 6, 58, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-09', '', 1, 0, 0, 0, 3, 3, 6, 58, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-10', '', 1, 0, 0, 0, 3, 3, 6, 58, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-11', '', 1, 0, 0, 0, 3, 3, 6, 58, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-12', '', 1, 0, 0, 0, 3, 3, 6, 58, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-13', '', 1, 0, 0, 0, 3, 3, 6, 58, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-58-14', '', 1, 0, 0, 0, 3, 3, 6, 58, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-01', '', 1, 0, 0, 0, 3, 3, 6, 59, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-02', '', 1, 0, 0, 0, 3, 3, 6, 59, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-03', '', 1, 0, 0, 0, 3, 3, 6, 59, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-04', '', 1, 0, 0, 0, 3, 3, 6, 59, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-05', '', 1, 0, 0, 0, 3, 3, 6, 59, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-06', '', 1, 0, 0, 0, 3, 3, 6, 59, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-07', '', 1, 0, 0, 0, 3, 3, 6, 59, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-08', '', 1, 0, 0, 0, 3, 3, 6, 59, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-09', '', 1, 0, 0, 0, 3, 3, 6, 59, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-10', '', 1, 0, 0, 0, 3, 3, 6, 59, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-11', '', 1, 0, 0, 0, 3, 3, 6, 59, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-12', '', 1, 0, 0, 0, 3, 3, 6, 59, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-13', '', 1, 0, 0, 0, 3, 3, 6, 59, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-59-14', '', 1, 0, 0, 0, 3, 3, 6, 59, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-01', '', 1, 0, 0, 0, 3, 3, 6, 60, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-02', '', 1, 0, 0, 0, 3, 3, 6, 60, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-03', '', 1, 0, 0, 0, 3, 3, 6, 60, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-04', '', 1, 0, 0, 0, 3, 3, 6, 60, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-05', '', 1, 0, 0, 0, 3, 3, 6, 60, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-06', '', 1, 0, 0, 0, 3, 3, 6, 60, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-07', '', 1, 0, 0, 0, 3, 3, 6, 60, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-08', '', 1, 0, 0, 0, 3, 3, 6, 60, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-09', '', 1, 0, 0, 0, 3, 3, 6, 60, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-10', '', 1, 0, 0, 0, 3, 3, 6, 60, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-11', '', 1, 0, 0, 0, 3, 3, 6, 60, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-12', '', 1, 0, 0, 0, 3, 3, 6, 60, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-13', '', 1, 0, 0, 0, 3, 3, 6, 60, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-60-14', '', 1, 0, 0, 0, 3, 3, 6, 60, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-01', '', 1, 0, 0, 0, 3, 3, 6, 61, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-02', '', 1, 0, 0, 0, 3, 3, 6, 61, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-03', '', 1, 0, 0, 0, 3, 3, 6, 61, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-04', '', 1, 0, 0, 0, 3, 3, 6, 61, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-05', '', 1, 0, 0, 0, 3, 3, 6, 61, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-06', '', 1, 0, 0, 0, 3, 3, 6, 61, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-07', '', 1, 0, 0, 0, 3, 3, 6, 61, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-08', '', 1, 0, 0, 0, 3, 3, 6, 61, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-09', '', 1, 0, 0, 0, 3, 3, 6, 61, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-10', '', 1, 0, 0, 0, 3, 3, 6, 61, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-11', '', 1, 0, 0, 0, 3, 3, 6, 61, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-12', '', 1, 0, 0, 0, 3, 3, 6, 61, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-13', '', 1, 0, 0, 0, 3, 3, 6, 61, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-61-14', '', 1, 0, 0, 0, 3, 3, 6, 61, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-01', '', 1, 0, 0, 0, 3, 3, 6, 62, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-02', '', 1, 0, 0, 0, 3, 3, 6, 62, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-03', '', 1, 0, 0, 0, 3, 3, 6, 62, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-04', '', 1, 0, 0, 0, 3, 3, 6, 62, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-05', '', 1, 0, 0, 0, 3, 3, 6, 62, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-06', '', 1, 0, 0, 0, 3, 3, 6, 62, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-07', '', 1, 0, 0, 0, 3, 3, 6, 62, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-08', '', 1, 0, 0, 0, 3, 3, 6, 62, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-09', '', 1, 0, 0, 0, 3, 3, 6, 62, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-10', '', 1, 0, 0, 0, 3, 3, 6, 62, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-11', '', 1, 0, 0, 0, 3, 3, 6, 62, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-12', '', 1, 0, 0, 0, 3, 3, 6, 62, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-13', '', 1, 0, 0, 0, 3, 3, 6, 62, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-62-14', '', 1, 0, 0, 0, 3, 3, 6, 62, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-01', '', 1, 0, 0, 0, 3, 3, 6, 63, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-02', '', 1, 0, 0, 0, 3, 3, 6, 63, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-03', '', 1, 0, 0, 0, 3, 3, 6, 63, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-04', '', 1, 0, 0, 0, 3, 3, 6, 63, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-05', '', 1, 0, 0, 0, 3, 3, 6, 63, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-06', '', 1, 0, 0, 0, 3, 3, 6, 63, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-07', '', 1, 0, 0, 0, 3, 3, 6, 63, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-08', '', 1, 0, 0, 0, 3, 3, 6, 63, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-09', '', 1, 0, 0, 0, 3, 3, 6, 63, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-10', '', 1, 0, 0, 0, 3, 3, 6, 63, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-11', '', 1, 0, 0, 0, 3, 3, 6, 63, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-12', '', 1, 0, 0, 0, 3, 3, 6, 63, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-13', '', 1, 0, 0, 0, 3, 3, 6, 63, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-63-14', '', 1, 0, 0, 0, 3, 3, 6, 63, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-01', '', 1, 0, 0, 0, 3, 3, 6, 64, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-02', '', 1, 0, 0, 0, 3, 3, 6, 64, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-03', '', 1, 0, 0, 0, 3, 3, 6, 64, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-04', '', 1, 0, 0, 0, 3, 3, 6, 64, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-05', '', 1, 0, 0, 0, 3, 3, 6, 64, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-06', '', 1, 0, 0, 0, 3, 3, 6, 64, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-07', '', 1, 0, 0, 0, 3, 3, 6, 64, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-08', '', 1, 0, 0, 0, 3, 3, 6, 64, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-09', '', 1, 0, 0, 0, 3, 3, 6, 64, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-10', '', 1, 0, 0, 0, 3, 3, 6, 64, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-11', '', 1, 0, 0, 0, 3, 3, 6, 64, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-12', '', 1, 0, 0, 0, 3, 3, 6, 64, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-13', '', 1, 0, 0, 0, 3, 3, 6, 64, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-64-14', '', 1, 0, 0, 0, 3, 3, 6, 64, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-01', '', 1, 0, 0, 0, 3, 3, 6, 65, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-02', '', 1, 0, 0, 0, 3, 3, 6, 65, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-03', '', 1, 0, 0, 0, 3, 3, 6, 65, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-04', '', 1, 0, 0, 0, 3, 3, 6, 65, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-05', '', 1, 0, 0, 0, 3, 3, 6, 65, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-06', '', 1, 0, 0, 0, 3, 3, 6, 65, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-07', '', 1, 0, 0, 0, 3, 3, 6, 65, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-08', '', 1, 0, 0, 0, 3, 3, 6, 65, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-09', '', 1, 0, 0, 0, 3, 3, 6, 65, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-10', '', 1, 0, 0, 0, 3, 3, 6, 65, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-11', '', 1, 0, 0, 0, 3, 3, 6, 65, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-12', '', 1, 0, 0, 0, 3, 3, 6, 65, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-13', '', 1, 0, 0, 0, 3, 3, 6, 65, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-65-14', '', 1, 0, 0, 0, 3, 3, 6, 65, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-01', '', 1, 0, 0, 0, 3, 3, 6, 66, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-02', '', 1, 0, 0, 0, 3, 3, 6, 66, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-03', '', 1, 0, 0, 0, 3, 3, 6, 66, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-04', '', 1, 0, 0, 0, 3, 3, 6, 66, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-05', '', 1, 0, 0, 0, 3, 3, 6, 66, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-06', '', 1, 0, 0, 0, 3, 3, 6, 66, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-07', '', 1, 0, 0, 0, 3, 3, 6, 66, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-08', '', 1, 0, 0, 0, 3, 3, 6, 66, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-09', '', 1, 0, 0, 0, 3, 3, 6, 66, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-10', '', 1, 0, 0, 0, 3, 3, 6, 66, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-11', '', 1, 0, 0, 0, 3, 3, 6, 66, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-12', '', 1, 0, 0, 0, 3, 3, 6, 66, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-13', '', 1, 0, 0, 0, 3, 3, 6, 66, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-66-14', '', 1, 0, 0, 0, 3, 3, 6, 66, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-01', '', 1, 0, 0, 0, 3, 3, 6, 67, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-02', '', 1, 0, 0, 0, 3, 3, 6, 67, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-03', '', 1, 0, 0, 0, 3, 3, 6, 67, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-04', '', 1, 0, 0, 0, 3, 3, 6, 67, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-05', '', 1, 0, 0, 0, 3, 3, 6, 67, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-06', '', 1, 0, 0, 0, 3, 3, 6, 67, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-07', '', 1, 0, 0, 0, 3, 3, 6, 67, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-08', '', 1, 0, 0, 0, 3, 3, 6, 67, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-09', '', 1, 0, 0, 0, 3, 3, 6, 67, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-10', '', 1, 0, 0, 0, 3, 3, 6, 67, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-11', '', 1, 0, 0, 0, 3, 3, 6, 67, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-12', '', 1, 0, 0, 0, 3, 3, 6, 67, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-13', '', 1, 0, 0, 0, 3, 3, 6, 67, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-67-14', '', 1, 0, 0, 0, 3, 3, 6, 67, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-01', '', 1, 0, 0, 0, 3, 3, 6, 68, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-02', '', 1, 0, 0, 0, 3, 3, 6, 68, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-03', '', 1, 0, 0, 0, 3, 3, 6, 68, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-04', '', 1, 0, 0, 0, 3, 3, 6, 68, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-05', '', 1, 0, 0, 0, 3, 3, 6, 68, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-06', '', 1, 0, 0, 0, 3, 3, 6, 68, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-07', '', 1, 0, 0, 0, 3, 3, 6, 68, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-08', '', 1, 0, 0, 0, 3, 3, 6, 68, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-09', '', 1, 0, 0, 0, 3, 3, 6, 68, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-10', '', 1, 0, 0, 0, 3, 3, 6, 68, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-11', '', 1, 0, 0, 0, 3, 3, 6, 68, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-12', '', 1, 0, 0, 0, 3, 3, 6, 68, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-13', '', 1, 0, 0, 0, 3, 3, 6, 68, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-68-14', '', 1, 0, 0, 0, 3, 3, 6, 68, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-01', '', 1, 0, 0, 0, 3, 3, 6, 69, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-02', '', 1, 0, 0, 0, 3, 3, 6, 69, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-03', '', 1, 0, 0, 0, 3, 3, 6, 69, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-04', '', 1, 0, 0, 0, 3, 3, 6, 69, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-05', '', 1, 0, 0, 0, 3, 3, 6, 69, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-06', '', 1, 0, 0, 0, 3, 3, 6, 69, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-07', '', 1, 0, 0, 0, 3, 3, 6, 69, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-08', '', 1, 0, 0, 0, 3, 3, 6, 69, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-09', '', 1, 0, 0, 0, 3, 3, 6, 69, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-10', '', 1, 0, 0, 0, 3, 3, 6, 69, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-11', '', 1, 0, 0, 0, 3, 3, 6, 69, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-12', '', 1, 0, 0, 0, 3, 3, 6, 69, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-13', '', 1, 0, 0, 0, 3, 3, 6, 69, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-69-14', '', 1, 0, 0, 0, 3, 3, 6, 69, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-01', '', 1, 0, 0, 0, 3, 3, 6, 70, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-02', '', 1, 0, 0, 0, 3, 3, 6, 70, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-03', '', 1, 0, 0, 0, 3, 3, 6, 70, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-04', '', 1, 0, 0, 0, 3, 3, 6, 70, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-05', '', 1, 0, 0, 0, 3, 3, 6, 70, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-06', '', 1, 0, 0, 0, 3, 3, 6, 70, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-07', '', 1, 0, 0, 0, 3, 3, 6, 70, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-08', '', 1, 0, 0, 0, 3, 3, 6, 70, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-09', '', 1, 0, 0, 0, 3, 3, 6, 70, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-10', '', 1, 0, 0, 0, 3, 3, 6, 70, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-11', '', 1, 0, 0, 0, 3, 3, 6, 70, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-12', '', 1, 0, 0, 0, 3, 3, 6, 70, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-13', '', 1, 0, 0, 0, 3, 3, 6, 70, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-70-14', '', 1, 0, 0, 0, 3, 3, 6, 70, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-01', '', 1, 0, 0, 0, 3, 3, 6, 71, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-02', '', 1, 0, 0, 0, 3, 3, 6, 71, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-03', '', 1, 0, 0, 0, 3, 3, 6, 71, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-04', '', 1, 0, 0, 0, 3, 3, 6, 71, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-05', '', 1, 0, 0, 0, 3, 3, 6, 71, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-06', '', 1, 0, 0, 0, 3, 3, 6, 71, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-07', '', 1, 0, 0, 0, 3, 3, 6, 71, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-08', '', 1, 0, 0, 0, 3, 3, 6, 71, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-09', '', 1, 0, 0, 0, 3, 3, 6, 71, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-10', '', 1, 0, 0, 0, 3, 3, 6, 71, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-11', '', 1, 0, 0, 0, 3, 3, 6, 71, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-12', '', 1, 0, 0, 0, 3, 3, 6, 71, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-13', '', 1, 0, 0, 0, 3, 3, 6, 71, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-71-14', '', 1, 0, 0, 0, 3, 3, 6, 71, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-01', '', 1, 0, 0, 0, 3, 3, 6, 72, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-02', '', 1, 0, 0, 0, 3, 3, 6, 72, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-03', '', 1, 0, 0, 0, 3, 3, 6, 72, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-04', '', 1, 0, 0, 0, 3, 3, 6, 72, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-05', '', 1, 0, 0, 0, 3, 3, 6, 72, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-06', '', 1, 0, 0, 0, 3, 3, 6, 72, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-07', '', 1, 0, 0, 0, 3, 3, 6, 72, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-08', '', 1, 0, 0, 0, 3, 3, 6, 72, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-09', '', 1, 0, 0, 0, 3, 3, 6, 72, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-10', '', 1, 0, 0, 0, 3, 3, 6, 72, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-11', '', 1, 0, 0, 0, 3, 3, 6, 72, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-12', '', 1, 0, 0, 0, 3, 3, 6, 72, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-13', '', 1, 0, 0, 0, 3, 3, 6, 72, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-72-14', '', 1, 0, 0, 0, 3, 3, 6, 72, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-01', '', 1, 0, 0, 0, 3, 3, 6, 73, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-02', '', 1, 0, 0, 0, 3, 3, 6, 73, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-03', '', 1, 0, 0, 0, 3, 3, 6, 73, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-04', '', 1, 0, 0, 0, 3, 3, 6, 73, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-05', '', 1, 0, 0, 0, 3, 3, 6, 73, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-06', '', 1, 0, 0, 0, 3, 3, 6, 73, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-07', '', 1, 0, 0, 0, 3, 3, 6, 73, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-08', '', 1, 0, 0, 0, 3, 3, 6, 73, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-09', '', 1, 0, 0, 0, 3, 3, 6, 73, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-10', '', 1, 0, 0, 0, 3, 3, 6, 73, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-11', '', 1, 0, 0, 0, 3, 3, 6, 73, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-12', '', 1, 0, 0, 0, 3, 3, 6, 73, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-13', '', 1, 0, 0, 0, 3, 3, 6, 73, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-73-14', '', 1, 0, 0, 0, 3, 3, 6, 73, 14, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-01', '', 1, 0, 0, 0, 3, 3, 6, 74, 1, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-02', '', 1, 0, 0, 0, 3, 3, 6, 74, 2, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-03', '', 1, 0, 0, 0, 3, 3, 6, 74, 3, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-04', '', 1, 0, 0, 0, 3, 3, 6, 74, 4, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-05', '', 1, 0, 0, 0, 3, 3, 6, 74, 5, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-06', '', 1, 0, 0, 0, 3, 3, 6, 74, 6, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-07', '', 1, 0, 0, 0, 3, 3, 6, 74, 7, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-08', '', 1, 0, 0, 0, 3, 3, 6, 74, 8, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-09', '', 1, 0, 0, 0, 3, 3, 6, 74, 9, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-10', '', 1, 0, 0, 0, 3, 3, 6, 74, 10, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-11', '', 1, 0, 0, 0, 3, 3, 6, 74, 11, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-12', '', 1, 0, 0, 0, 3, 3, 6, 74, 12, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-13', '', 1, 0, 0, 0, 3, 3, 6, 74, 13, 1, '', 1, ''); +INSERT INTO `t_app_location` VALUES ('A6-74-14', '', 1, 0, 0, 0, 3, 3, 6, 74, 14, 1, '', 1, ''); + +-- ---------------------------- +-- Table structure for t_app_outs +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_outs`; +CREATE TABLE `t_app_outs` ( + `task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'id', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '料号', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '载具号', + `need_num` int NOT NULL COMMENT '需求数量', + `distribute_num` int NULL DEFAULT NULL COMMENT '分配数量', + `pick_num` int NULL DEFAULT NULL COMMENT '已拣数量', + `out_type` int NOT NULL COMMENT '出库类型', + `destination` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '终点', + `user_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '呼叫用户', + `reason` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '原因', + `request_time` datetime NULL DEFAULT NULL COMMENT '请求时间', + `work_order` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '工单号-缺料必须', + `order_no` varbinary(255) NULL DEFAULT NULL COMMENT '客户工单号', + `special_stock` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '特殊库存(E,K\r\n,Q)', + `special_stock_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'so单号与供应商编号,出库指定SO号或者供应商编号出库', + `special_stock_item_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '特殊库存item号', + `batch_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '批次号', + `picking_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '拣选类型', + `wave_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `unit` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + PRIMARY KEY (`task_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_outs +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_app_outs_record +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_outs_record`; +CREATE TABLE `t_app_outs_record` ( + `task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'id', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '料号', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '载具号', + `need_num` int NOT NULL COMMENT '需求数量', + `distribute_num` int NULL DEFAULT NULL COMMENT '分配数量', + `pick_num` int NULL DEFAULT NULL COMMENT '已拣数量', + `out_type` int NOT NULL COMMENT '出库类型', + `destination` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '终点', + `user_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '呼叫用户', + `reason` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `request_time` datetime NULL DEFAULT NULL COMMENT '请求时间', + `work_order` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '工单号-缺料必须', + PRIMARY KEY (`task_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_outs_record +-- ---------------------------- +INSERT INTO `t_app_outs_record` VALUES ('1', '159753', NULL, 20, 20, 20, 9, 'P1', '管理员', 'SYSTEM', '2025-08-06 10:21:58', NULL); +INSERT INTO `t_app_outs_record` VALUES ('1747795156436010000', '9X8256', '', 1, 0, 0, 9, 'P1', '管理员', '少K', '2025-05-21 10:39:16', NULL); +INSERT INTO `t_app_outs_record` VALUES ('1755497972349010000', '6060', NULL, 70, 70, 70, 9, 'P1', '管理员', NULL, '2025-08-18 14:19:32', ''); +INSERT INTO `t_app_outs_record` VALUES ('1755499080502010000', '159753', NULL, 123, 123, 123, 9, 'P1', '管理员', NULL, '2025-08-18 14:38:01', ''); +INSERT INTO `t_app_outs_record` VALUES ('1755653111916010000', '6060', NULL, 10000, 10000, 10000, 9, 'P1', '管理员', NULL, '2025-08-20 09:25:12', ''); +INSERT INTO `t_app_outs_record` VALUES ('1756860921399010000', '4070', NULL, 20, 20, 20, 9, 'P1', '管理员', NULL, '2025-09-03 08:55:21', ''); +INSERT INTO `t_app_outs_record` VALUES ('1756904089125010000', '6060', NULL, 1000, 1000, 1000, 9, 'P1', '管理员', NULL, '2025-09-03 20:54:49', ''); +INSERT INTO `t_app_outs_record` VALUES ('1756904224039010000', '6060', NULL, 2000, 2000, 233912, 9, 'P3', '管理员', NULL, '2025-09-03 20:57:04', ''); +INSERT INTO `t_app_outs_record` VALUES ('1756908159565010000', '6060', NULL, 200, 200, 200, 9, 'P1', '管理员', NULL, '2025-09-03 22:02:40', ''); +INSERT INTO `t_app_outs_record` VALUES ('1756908280877010000', '6060', NULL, 1600, 1600, 1600, 9, 'P1', '管理员', NULL, '2025-09-03 22:04:41', ''); +INSERT INTO `t_app_outs_record` VALUES ('1756911228397010000', '159753', NULL, 120, 120, 120, 9, 'P1', '管理员', NULL, '2025-09-03 22:53:48', ''); +INSERT INTO `t_app_outs_record` VALUES ('1757389730541010000', 'SJPS019088881-1', NULL, 1, 1, 1, 9, 'P1', '管理员', NULL, '2025-09-09 11:48:51', ''); +INSERT INTO `t_app_outs_record` VALUES ('1965999968567812098', 'SZLH011070271', NULL, 2, 2, 2, 9, 'P1', '管理员', 'SYSTEM', '2025-09-11 12:44:54', '1'); +INSERT INTO `t_app_outs_record` VALUES ('1965999973080883201', 'SZLH011070271', NULL, 2, 2, 2, 9, 'P2', '管理员', 'SYSTEM', '2025-09-11 12:44:55', NULL); +INSERT INTO `t_app_outs_record` VALUES ('1967495139676475394', 'TCQY019015011-1', NULL, 1, 1, 1, 9, 'P1', '管理员', 'SYSTEM', '2025-09-15 15:46:10', NULL); +INSERT INTO `t_app_outs_record` VALUES ('2', '6060', NULL, 30, 30, 30, 9, 'P1', '管理员', 'SYSTEM', '2025-08-06 10:21:58', NULL); + +-- ---------------------------- +-- Table structure for t_app_pick_plan +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_pick_plan`; +CREATE TABLE `t_app_pick_plan` ( + `plan_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键', + `stand_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料号', + `plan_pick_qty` int NOT NULL COMMENT '计划拣选数量', + `pick_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '拣选类型', + `work_index` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工作序号/出库单号', + PRIMARY KEY (`plan_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_pick_plan +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_app_pick_task +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_pick_task`; +CREATE TABLE `t_app_pick_task` ( + `pick_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '拣选任务号', + `pick_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '拣选终点', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `pick_status` int NOT NULL COMMENT '任务状态', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `send_time` datetime NULL DEFAULT NULL COMMENT '下发时间', + `arrive_time` datetime NULL DEFAULT NULL COMMENT '到达时间', + `leave_time` datetime NULL DEFAULT NULL COMMENT '离开时间', + `pick_type` int NULL DEFAULT NULL COMMENT '区分拣选和盘点', + PRIMARY KEY (`pick_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_pick_task +-- ---------------------------- +INSERT INTO `t_app_pick_task` VALUES ('1758445607474010002', 'P13', 'BASR202509060036', 3, '2025-09-21 17:06:47', '2025-09-21 17:07:35', '2025-09-21 17:08:20', NULL, 1); +INSERT INTO `t_app_pick_task` VALUES ('1758445607475010002', 'P16', 'BASR202509060042', 3, '2025-09-21 17:06:47', '2025-09-21 17:07:38', '2025-09-21 17:07:56', NULL, 1); +INSERT INTO `t_app_pick_task` VALUES ('1758445654474010002', 'P11', 'BASR202509060038', 0, '2025-09-21 17:07:34', NULL, NULL, NULL, 1); +INSERT INTO `t_app_pick_task` VALUES ('1758445657474010002', 'P12', 'BASR202509060040', 3, '2025-09-21 17:07:37', '2025-09-21 17:09:04', '2025-09-21 17:09:16', NULL, 1); +INSERT INTO `t_app_pick_task` VALUES ('1758445742685010002', 'P11', 'BASR202509060039', 3, '2025-09-21 17:09:03', '2025-09-21 17:10:17', '2025-09-21 17:11:17', NULL, 1); + +-- ---------------------------- +-- Table structure for t_app_pick_task_bak +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_pick_task_bak`; +CREATE TABLE `t_app_pick_task_bak` ( + `pick_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '拣选任务号', + `pick_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '拣选终点', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `pick_status` int NOT NULL COMMENT '任务状态', + `create_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `send_time` datetime NULL DEFAULT NULL COMMENT '下发时间', + `arrive_time` datetime NULL DEFAULT NULL COMMENT '到达时间', + `leave_time` datetime NULL DEFAULT NULL COMMENT '离开时间', + PRIMARY KEY (`pick_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_pick_task_bak +-- ---------------------------- +INSERT INTO `t_app_pick_task_bak` VALUES ('1742626925411010000', 'P3', 'ASRS-0371', 4, '2025-03-22 15:02:05', '2025-03-22 15:02:47', '2025-03-22 15:03:29', '2025-03-22 15:04:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742626948412010002', 'P3', 'ASRS-0362', 4, '2025-03-22 15:02:28', '2025-03-22 15:03:15', '2025-03-22 15:04:28', '2025-03-22 15:04:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742626970410010002', 'P3', 'ASRS-0270', 4, '2025-03-22 15:02:50', '2025-03-22 15:03:43', '2025-03-22 15:04:51', '2025-03-22 15:05:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742626995409010002', 'P3', 'ASRS-0348', 4, '2025-03-22 15:03:15', '2025-03-22 15:04:08', '2025-03-22 15:05:15', '2025-03-22 15:06:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742627023413010000', 'P3', 'ASRS-0347', 4, '2025-03-22 15:03:43', '2025-03-22 15:04:36', '2025-03-22 15:06:27', '2025-03-22 15:06:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742627048411010002', 'P3', 'ASRS-0378', 4, '2025-03-22 15:04:08', '2025-03-22 15:04:59', '2025-03-22 15:06:56', '2025-03-22 15:07:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742627319410010002', 'P3', 'ASRS-0348', 4, '2025-03-22 15:08:39', '2025-03-22 15:09:21', '2025-03-22 15:10:03', '2025-03-22 15:10:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742627343410010002', 'P3', 'ASRS-0347', 4, '2025-03-22 15:09:03', '2025-03-22 15:09:44', '2025-03-22 15:10:35', '2025-03-22 15:11:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775438409010002', 'P3', 'ASRS-0315', 4, '2025-03-24 08:17:18', '2025-03-24 08:18:07', '2025-03-24 08:18:44', '2025-03-24 08:24:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775438409010005', 'P3', 'ASRS-0332', 4, '2025-03-24 08:17:18', '2025-03-24 08:18:05', '2025-03-24 08:24:58', '2025-03-24 08:25:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775485408010002', 'P3', 'ASRS-0313', 4, '2025-03-24 08:18:05', '2025-03-24 08:18:59', '2025-03-24 08:25:33', '2025-03-24 08:25:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775487416010002', 'P3', 'ASRS-0350', 4, '2025-03-24 08:18:07', '2025-03-24 08:19:01', '2025-03-24 08:25:05', '2025-03-24 08:25:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775539420010002', 'P3', 'ASRS-0304', 4, '2025-03-24 08:18:59', '2025-03-24 08:19:50', '2025-03-24 08:30:14', '2025-03-24 08:34:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775541422010003', 'P3', 'ASRS-0334', 4, '2025-03-24 08:19:01', '2025-03-24 08:19:54', '2025-03-24 08:26:28', '2025-03-24 08:30:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775590420010002', 'P3', 'ASRS-0302', 4, '2025-03-24 08:19:50', '2025-03-24 08:20:45', '2025-03-24 08:25:58', '2025-03-24 08:26:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775645407010002', 'P3', 'ASRS-0388', 4, '2025-03-24 08:20:45', '2025-03-24 08:21:41', '2025-03-24 08:34:29', '2025-03-24 08:34:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742775892409010000', 'P3', 'ASRS-0520', 4, '2025-03-24 08:24:52', '2025-03-24 08:25:45', '2025-03-24 08:35:01', '2025-03-24 08:35:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776528410010002', 'P3', 'ASRS-0324', 4, '2025-03-24 08:35:28', '2025-03-24 08:36:36', '2025-03-24 08:37:18', '2025-03-24 08:38:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776528410010005', 'P3', 'ASRS-0329', 4, '2025-03-24 08:35:28', '2025-03-24 08:36:58', '2025-03-24 08:38:11', '2025-03-24 08:38:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776596408010002', 'P3', 'ASRS-0340', 4, '2025-03-24 08:36:36', '2025-03-24 08:37:56', '2025-03-24 08:39:00', '2025-03-24 08:39:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776618409010002', 'P3', 'ASRS-0305', 4, '2025-03-24 08:36:58', '2025-03-24 08:37:49', '2025-03-24 08:38:34', '2025-03-24 08:38:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776676422010003', 'P3', 'ASRS-1027', 4, '2025-03-24 08:37:56', '2025-03-24 08:38:50', '2025-03-24 08:39:32', '2025-03-24 08:40:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776838408010000', 'P3', 'ASRS-0306', 4, '2025-03-24 08:40:38', '2025-03-24 08:41:26', '2025-03-24 08:46:22', '2025-03-24 08:47:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776838408010003', 'P3', 'ASRS-0314', 4, '2025-03-24 08:40:38', '2025-03-24 08:41:24', '2025-03-24 08:42:02', '2025-03-24 08:46:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776884415010002', 'P3', 'ASRS-0392', 4, '2025-03-24 08:41:24', '2025-03-24 08:42:17', '2025-03-24 08:47:42', '2025-03-24 08:48:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776886409010002', 'P3', 'ASRS-0333', 4, '2025-03-24 08:41:26', '2025-03-24 08:42:44', '2025-03-24 08:48:19', '2025-03-24 08:49:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742776964408010002', 'P3', 'ASRS-1902', 4, '2025-03-24 08:42:44', '2025-03-24 08:43:37', '2025-03-24 08:50:43', '2025-03-24 08:51:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777017415010002', 'P3', 'ASRS-1526', 4, '2025-03-24 08:43:37', '2025-03-24 08:44:30', '2025-03-24 08:49:54', '2025-03-24 08:50:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777483406010002', 'P3', 'ASRS-0330', 4, '2025-03-24 08:51:23', '2025-03-24 08:52:09', '2025-03-24 08:52:51', '2025-03-24 08:54:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777529406010002', 'P3', 'ASRS-0328', 4, '2025-03-24 08:52:09', '2025-03-24 08:53:29', '2025-03-24 08:54:34', '2025-03-24 08:54:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777698407010002', 'P3', 'ASRS-1529', 4, '2025-03-24 08:54:58', '2025-03-24 08:55:42', '2025-03-24 08:56:24', '2025-03-24 08:57:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777838421010002', 'P3', 'ASRS-0316', 4, '2025-03-24 08:57:18', '2025-03-24 08:58:03', '2025-03-24 08:58:42', '2025-03-24 08:58:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777883407010002', 'P3', 'ASRS-0331', 4, '2025-03-24 08:58:03', '2025-03-24 08:58:54', '2025-03-24 08:59:34', '2025-03-24 09:00:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742777934407010002', 'P3', 'ASRS-0338', 4, '2025-03-24 08:58:54', '2025-03-24 08:59:45', '2025-03-24 09:00:25', '2025-03-24 09:00:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778038407010002', 'P3', 'ASRS-0327', 4, '2025-03-24 09:00:38', '2025-03-24 09:01:22', '2025-03-24 09:02:01', '2025-03-24 09:02:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778038407010005', 'P3', 'ASRS-0274', 4, '2025-03-24 09:00:38', '2025-03-24 09:01:24', '2025-03-24 09:02:43', '2025-03-24 09:02:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778178407010002', 'P3', 'ASRS-0528', 4, '2025-03-24 09:02:58', '2025-03-24 09:03:43', '2025-03-24 09:04:22', '2025-03-24 09:04:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778357408010002', 'P3', 'ASRS-0528', 4, '2025-03-24 09:05:57', '2025-03-24 09:06:39', '2025-03-24 09:07:21', '2025-03-24 09:07:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778448406010002', 'P3', 'ASRS-1524', 4, '2025-03-24 09:07:28', '2025-03-24 09:08:15', '2025-03-24 09:08:55', '2025-03-24 09:09:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778495406010002', 'P3', 'ASRS-0522', 4, '2025-03-24 09:08:15', '2025-03-24 09:09:09', '2025-03-24 09:09:48', '2025-03-24 09:10:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778603408010002', 'P3', 'ASRS-0303', 4, '2025-03-24 09:10:03', '2025-03-24 09:10:54', '2025-03-24 09:11:33', '2025-03-24 09:11:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778808407010002', 'P3', 'ASRS-0315', 4, '2025-03-24 09:13:28', '2025-03-24 09:14:23', '2025-03-24 09:17:11', '2025-03-24 09:18:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778808407010005', 'P3', 'ASRS-0332', 4, '2025-03-24 09:13:28', '2025-03-24 09:14:12', '2025-03-24 09:14:51', '2025-03-24 09:17:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778852415010002', 'P3', 'ASRS-0313', 4, '2025-03-24 09:14:12', '2025-03-24 09:15:04', '2025-03-24 09:18:08', '2025-03-24 09:18:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778863410010000', 'P3', 'ASRS-0304', 4, '2025-03-24 09:14:23', '2025-03-24 09:15:18', '2025-03-24 09:18:38', '2025-03-24 09:19:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778904420010002', 'P3', 'ASRS-0388', 4, '2025-03-24 09:15:04', '2025-03-24 09:15:58', '2025-03-24 09:20:41', '2025-03-24 09:22:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778918410010002', 'P3', 'ASRS-0302', 4, '2025-03-24 09:15:18', '2025-03-24 09:16:10', '2025-03-24 09:19:20', '2025-03-24 09:19:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742778970411010001', 'P3', 'ASRS-0350', 4, '2025-03-24 09:16:10', '2025-03-24 09:17:05', '2025-03-24 09:20:03', '2025-03-24 09:20:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779025411010001', 'P3', 'ASRS-0520', 4, '2025-03-24 09:17:05', '2025-03-24 09:17:57', '2025-03-24 09:22:35', '2025-03-24 09:23:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779077410010002', 'P3', 'ASRS-0334', 4, '2025-03-24 09:17:57', '2025-03-24 09:19:19', '2025-03-24 09:23:08', '2025-03-24 09:24:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779157407010002', 'P3', 'ASRS-0315', 4, '2025-03-24 09:19:17', '2025-03-24 09:19:59', '2025-03-24 09:24:50', '2025-03-24 09:28:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779708407010002', 'P3', 'ASRS-0324', 4, '2025-03-24 09:28:28', '2025-03-24 09:29:16', '2025-03-24 09:31:31', '2025-03-24 09:32:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779708407010005', 'P3', 'ASRS-0329', 4, '2025-03-24 09:28:28', '2025-03-24 09:29:14', '2025-03-24 09:29:53', '2025-03-24 09:31:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779754410010002', 'P3', 'ASRS-0340', 4, '2025-03-24 09:29:14', '2025-03-24 09:30:04', '2025-03-24 09:32:14', '2025-03-24 09:32:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779756407010002', 'P3', 'ASRS-0305', 4, '2025-03-24 09:29:16', '2025-03-24 09:30:37', '2025-03-24 09:32:41', '2025-03-24 09:33:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779837410010002', 'P3', 'ASRS-1027', 4, '2025-03-24 09:30:37', '2025-03-24 09:31:32', '2025-03-24 09:33:16', '2025-03-24 09:42:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742779892407010002', 'P3', 'ASRS-1529', 4, '2025-03-24 09:31:32', '2025-03-24 09:32:26', '2025-03-24 09:42:20', '2025-03-24 09:43:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742780276446010001', 'P2', 'ASRS-0301', 4, '2025-03-24 09:37:56', '2025-03-24 09:38:43', '2025-03-24 09:39:32', '2025-03-24 09:40:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742780298433010002', 'P2', 'ASRS-0274', 4, '2025-03-24 09:38:18', '2025-03-24 09:39:01', '2025-03-24 09:40:39', '2025-03-24 09:41:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742780613408010002', 'P3', 'ASRS-1027', 4, '2025-03-24 09:43:33', '2025-03-24 09:45:04', '2025-03-24 09:45:46', '2025-03-24 09:50:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781018410010000', 'P3', 'ASRS-0306', 4, '2025-03-24 09:50:18', '2025-03-24 09:51:12', '2025-03-24 09:52:56', '2025-03-24 09:55:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781018411010002', 'P3', 'ASRS-0392', 4, '2025-03-24 09:50:18', '2025-03-24 09:51:02', '2025-03-24 09:51:41', '2025-03-24 09:52:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781062415010002', 'P3', 'ASRS-1526', 4, '2025-03-24 09:51:02', '2025-03-24 09:51:55', '2025-03-24 09:55:10', '2025-03-24 09:58:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781072409010002', 'P3', 'ASRS-0333', 4, '2025-03-24 09:51:12', '2025-03-24 09:52:30', '2025-03-24 09:58:14', '2025-03-24 09:58:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781150415010002', 'P3', 'ASRS-0314', 4, '2025-03-24 09:52:30', '2025-03-24 09:53:21', '2025-03-24 09:59:01', '2025-03-24 09:59:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781201409010002', 'P3', 'ASRS-1902', 4, '2025-03-24 09:53:21', '2025-03-24 09:54:14', '2025-03-24 09:59:47', '2025-03-24 10:00:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781254419010002', 'P3', 'ASRS-0528', 4, '2025-03-24 09:54:14', '2025-03-24 09:55:35', '2025-03-24 10:00:36', '2025-03-24 10:01:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781703408010002', 'P3', 'ASRS-0330', 4, '2025-03-24 10:01:43', '2025-03-24 10:02:31', '2025-03-24 10:04:33', '2025-03-24 10:04:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781703408010005', 'P3', 'ASRS-0328', 4, '2025-03-24 10:01:43', '2025-03-24 10:02:34', '2025-03-24 10:03:13', '2025-03-24 10:04:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781898408010002', 'P3', 'ASRS-0316', 4, '2025-03-24 10:04:58', '2025-03-24 10:05:46', '2025-03-24 10:07:38', '2025-03-24 10:08:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781898409010002', 'P3', 'ASRS-0338', 4, '2025-03-24 10:04:58', '2025-03-24 10:05:50', '2025-03-24 10:06:29', '2025-03-24 10:07:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742781946410010002', 'P3', 'ASRS-0331', 4, '2025-03-24 10:05:46', '2025-03-24 10:07:07', '2025-03-24 10:08:17', '2025-03-24 10:09:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782026438010001', 'P3', 'ASRS-0339', 4, '2025-03-24 10:07:06', '2025-03-24 10:07:59', '2025-03-24 10:10:02', '2025-03-24 10:11:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782265407010002', 'P3', 'ASRS-0327', 4, '2025-03-24 10:11:05', '2025-03-24 10:12:33', '2025-03-24 10:13:39', '2025-03-24 10:14:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782265408010002', 'P3', 'ASRS-0348', 4, '2025-03-24 10:11:05', '2025-03-24 10:11:48', '2025-03-24 10:12:27', '2025-03-24 10:13:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782478408010001', 'P3', 'ASRS-0337', 4, '2025-03-24 10:14:38', '2025-03-24 10:15:31', '2025-03-24 10:16:13', '2025-03-24 10:16:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782593407010002', 'P3', 'ASRS-1524', 4, '2025-03-24 10:16:33', '2025-03-24 10:17:22', '2025-03-24 10:18:49', '2025-03-24 10:19:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782593407010005', 'P3', 'ASRS-0522', 4, '2025-03-24 10:16:33', '2025-03-24 10:17:20', '2025-03-24 10:17:59', '2025-03-24 10:18:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742782753415010001', 'P3', 'ASRS-0303', 4, '2025-03-24 10:19:13', '2025-03-24 10:20:01', '2025-03-24 10:20:43', '2025-03-24 10:21:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742789876415010002', 'P2', 'ASRS-0376', 4, '2025-03-24 12:17:56', '2025-03-24 12:18:41', '2025-03-24 12:19:27', '2025-03-24 12:19:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742789905412010002', 'P2', 'ASRS-0364', 4, '2025-03-24 12:18:25', '2025-03-24 12:19:11', '2025-03-24 12:20:00', '2025-03-24 12:20:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794048408010002', 'P3', 'ASRS-0271', 4, '2025-03-24 13:27:28', '2025-03-24 13:28:12', '2025-03-24 13:29:48', '2025-03-24 13:30:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794048409010002', 'P3', 'ASRS-0350', 4, '2025-03-24 13:27:28', '2025-03-24 13:28:19', '2025-03-24 13:29:12', '2025-03-24 13:29:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794223407010002', 'P3', 'ASRS-0298', 4, '2025-03-24 13:30:23', '2025-03-24 13:31:41', '2025-03-24 13:33:04', '2025-03-24 13:33:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794223407010005', 'P3', 'ASRS-0386', 4, '2025-03-24 13:30:23', '2025-03-24 13:31:17', '2025-03-24 13:31:55', '2025-03-24 13:32:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794478407010002', 'P3', 'ASRS-0271', 4, '2025-03-24 13:34:38', '2025-03-24 13:35:33', '2025-03-24 13:36:40', '2025-03-24 13:37:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794478407010005', 'P3', 'ASRS-0350', 4, '2025-03-24 13:34:38', '2025-03-24 13:35:24', '2025-03-24 13:36:07', '2025-03-24 13:36:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794638408010002', 'P3', 'ASRS-0298', 4, '2025-03-24 13:37:18', '2025-03-24 13:38:09', '2025-03-24 13:38:48', '2025-03-24 13:39:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794638408010005', 'P3', 'ASRS-0386', 4, '2025-03-24 13:37:18', '2025-03-24 13:38:34', '2025-03-24 13:39:34', '2025-03-24 13:40:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794913409010002', 'P3', 'ASRS-0271', 4, '2025-03-24 13:41:53', '2025-03-24 13:42:33', '2025-03-24 13:43:12', '2025-03-24 13:44:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742794913409010005', 'P3', 'ASRS-0350', 4, '2025-03-24 13:41:53', '2025-03-24 13:42:38', '2025-03-24 13:44:10', '2025-03-24 13:44:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795093411010000', 'P3', 'ASRS-0298', 4, '2025-03-24 13:44:53', '2025-03-24 13:46:04', '2025-03-24 13:46:46', '2025-03-24 13:47:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795164407010002', 'P3', 'ASRS-0386', 4, '2025-03-24 13:46:04', '2025-03-24 13:46:58', '2025-03-24 13:47:40', '2025-03-24 13:48:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795333406010002', 'P3', 'ASRS-0271', 4, '2025-03-24 13:48:53', '2025-03-24 13:50:22', '2025-03-24 13:51:14', '2025-03-24 13:51:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795333406010005', 'P3', 'ASRS-0350', 4, '2025-03-24 13:48:53', '2025-03-24 13:49:33', '2025-03-24 13:50:12', '2025-03-24 13:51:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795503408010002', 'P3', 'ASRS-0298', 4, '2025-03-24 13:51:43', '2025-03-24 13:52:37', '2025-03-24 13:53:19', '2025-03-24 13:54:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795557407010002', 'P3', 'ASRS-0386', 4, '2025-03-24 13:52:37', '2025-03-24 13:53:54', '2025-03-24 13:54:36', '2025-03-24 13:55:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742795798409010002', 'P3', 'ASRS-0350', 4, '2025-03-24 13:56:38', '2025-03-24 13:57:28', '2025-03-24 13:58:10', '2025-03-24 14:05:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742796358406010002', 'P3', 'ASRS-0386', 4, '2025-03-24 14:05:58', '2025-03-24 14:06:52', '2025-03-24 14:07:34', '2025-03-24 14:12:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742863606632010000', 'P3', 'ASRS-0350', 4, '2025-03-25 08:46:47', '2025-03-25 08:48:19', '2025-03-25 08:49:02', '2025-03-25 08:51:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742863881609010000', 'P3', 'ASRS-0386', 4, '2025-03-25 08:51:22', '2025-03-25 08:52:15', '2025-03-25 08:52:57', '2025-03-25 08:53:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864041608010002', 'P3', 'ASRS-0271', 4, '2025-03-25 08:54:02', '2025-03-25 08:54:41', '2025-03-25 08:55:20', '2025-03-25 08:55:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864041608010005', 'P3', 'ASRS-0350', 4, '2025-03-25 08:54:02', '2025-03-25 08:55:21', '2025-03-25 08:56:03', '2025-03-25 08:56:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864196610010002', 'P3', 'ASRS-0298', 4, '2025-03-25 08:56:37', '2025-03-25 08:57:49', '2025-03-25 08:58:30', '2025-03-25 08:58:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864268608010002', 'P3', 'ASRS-0386', 4, '2025-03-25 08:57:49', '2025-03-25 08:58:42', '2025-03-25 08:59:24', '2025-03-25 08:59:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864466608010002', 'P3', 'ASRS-0271', 4, '2025-03-25 09:01:07', '2025-03-25 09:01:59', '2025-03-25 09:02:48', '2025-03-25 09:03:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864466608010005', 'P3', 'ASRS-0350', 4, '2025-03-25 09:01:07', '2025-03-25 09:01:48', '2025-03-25 09:02:26', '2025-03-25 09:02:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864591614010002', 'P3', 'ASRS-0298', 4, '2025-03-25 09:03:12', '2025-03-25 09:04:05', '2025-03-25 09:04:47', '2025-03-25 09:05:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864644607010002', 'P3', 'ASRS-0386', 4, '2025-03-25 09:04:05', '2025-03-25 09:05:22', '2025-03-25 09:06:04', '2025-03-25 09:06:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864851603010002', 'P3', 'ASRS-0271', 4, '2025-03-25 09:07:32', '2025-03-25 09:08:11', '2025-03-25 09:08:50', '2025-03-25 09:09:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864851603010005', 'P3', 'ASRS-0350', 4, '2025-03-25 09:07:32', '2025-03-25 09:08:35', '2025-03-25 09:09:26', '2025-03-25 09:09:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742864991607010002', 'P3', 'ASRS-0298', 4, '2025-03-25 09:09:52', '2025-03-25 09:10:45', '2025-03-25 09:11:27', '2025-03-25 09:12:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742865044621010001', 'P3', 'ASRS-0386', 4, '2025-03-25 09:10:45', '2025-03-25 09:12:02', '2025-03-25 09:12:47', '2025-03-25 09:13:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742865962606010002', 'P3', 'ASRS-1531', 4, '2025-03-25 09:26:03', '2025-03-25 09:26:44', '2025-03-25 09:27:26', '2025-03-25 09:27:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742866003612010005', 'P2', 'ASRS-1180', 4, '2025-03-25 09:26:44', '2025-03-25 09:27:28', '2025-03-25 09:28:14', '2025-03-25 09:28:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742866106606010002', 'P3', 'ASRS-0271', 4, '2025-03-25 09:28:27', '2025-03-25 09:29:45', '2025-03-25 09:30:27', '2025-03-25 09:30:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742866106607010002', 'P3', 'ASRS-0350', 4, '2025-03-25 09:28:27', '2025-03-25 09:29:17', '2025-03-25 09:29:56', '2025-03-25 09:30:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742866251612010002', 'P3', 'ASRS-1531', 4, '2025-03-25 09:30:52', '2025-03-25 09:31:45', '2025-03-25 09:32:27', '2025-03-25 09:33:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742866615607010002', 'P3', 'ASRS-0298', 4, '2025-03-25 09:36:56', '2025-03-25 09:37:37', '2025-03-25 09:38:19', '2025-03-25 09:39:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742866946607010002', 'P3', 'ASRS-0386', 4, '2025-03-25 09:42:27', '2025-03-25 09:43:08', '2025-03-25 09:43:50', '2025-03-25 09:44:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867256606010002', 'P3', 'ASRS-0304', 4, '2025-03-25 09:47:37', '2025-03-25 09:48:22', '2025-03-25 09:49:00', '2025-03-25 09:49:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867256606010005', 'P3', 'ASRS-0340', 4, '2025-03-25 09:47:37', '2025-03-25 09:48:25', '2025-03-25 09:50:01', '2025-03-25 09:50:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867301606010002', 'P3', 'ASRS-0299', 4, '2025-03-25 09:48:22', '2025-03-25 09:49:15', '2025-03-25 09:50:25', '2025-03-25 09:50:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867354607010002', 'P3', 'ASRS-0250', 4, '2025-03-25 09:49:15', '2025-03-25 09:50:08', '2025-03-25 09:51:00', '2025-03-25 09:51:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867491607010002', 'P3', 'ASRS-0297', 4, '2025-03-25 09:51:32', '2025-03-25 09:53:04', '2025-03-25 09:54:26', '2025-03-25 09:54:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867491607010005', 'P3', 'ASRS-1189', 4, '2025-03-25 09:51:32', '2025-03-25 09:52:17', '2025-03-25 09:52:56', '2025-03-25 09:54:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867686603010002', 'P3', 'ASRS-0340', 4, '2025-03-25 09:54:47', '2025-03-25 09:55:31', '2025-03-25 09:56:10', '2025-03-25 09:56:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742867686603010005', 'P3', 'ASRS-1531', 4, '2025-03-25 09:54:47', '2025-03-25 09:55:39', '2025-03-25 09:56:58', '2025-03-25 09:57:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742868202612010002', 'P2', 'ASRS-1529', 4, '2025-03-25 10:03:23', '2025-03-25 10:04:08', '2025-03-25 10:04:54', '2025-03-25 10:08:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742868778614010002', 'P2', 'ASRS-0303', 4, '2025-03-25 10:12:59', '2025-03-25 10:13:45', '2025-03-25 10:14:34', '2025-03-25 10:14:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742868944623010002', 'P2', 'ASRS-0329', 4, '2025-03-25 10:15:45', '2025-03-25 10:16:35', '2025-03-25 10:17:24', '2025-03-25 10:17:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742868994609010002', 'P2', 'ASRS-0331', 4, '2025-03-25 10:16:35', '2025-03-25 10:17:27', '2025-03-25 10:18:16', '2025-03-25 10:18:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869006611010000', 'P2', 'ASRS-0330', 4, '2025-03-25 10:16:47', '2025-03-25 10:17:39', '2025-03-25 10:18:33', '2025-03-25 10:18:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869046614010002', 'P2', 'ASRS-0328', 4, '2025-03-25 10:17:27', '2025-03-25 10:18:20', '2025-03-25 10:19:10', '2025-03-25 10:20:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869058612010002', 'P2', 'ASRS-0273', 4, '2025-03-25 10:17:39', '2025-03-25 10:18:29', '2025-03-25 10:20:50', '2025-03-25 10:21:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869099613010002', 'P2', 'ASRS-0327', 4, '2025-03-25 10:18:20', '2025-03-25 10:19:15', '2025-03-25 10:21:17', '2025-03-25 10:21:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869327614010002', 'P2', 'ASRS-0272', 4, '2025-03-25 10:22:08', '2025-03-25 10:22:59', '2025-03-25 10:23:47', '2025-03-25 10:24:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869378610010002', 'P2', 'ASRS-0314', 4, '2025-03-25 10:22:59', '2025-03-25 10:23:51', '2025-03-25 10:24:39', '2025-03-25 10:25:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742869430610010002', 'P2', 'ASRS-0302', 4, '2025-03-25 10:23:51', '2025-03-25 10:24:42', '2025-03-25 10:25:31', '2025-03-25 10:25:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742879817614010002', 'P3', 'ASRS-0341', 4, '2025-03-25 13:16:58', '2025-03-25 13:17:45', '2025-03-25 13:18:23', '2025-03-25 13:18:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742879830615010002', 'P3', 'ASRS-0346', 4, '2025-03-25 13:17:11', '2025-03-25 13:24:43', '2025-03-25 13:25:26', '2025-03-25 13:26:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742882916609010002', 'P3', 'ASRS-0315', 4, '2025-03-25 14:08:37', '2025-03-25 14:09:23', '2025-03-25 14:14:02', '2025-03-25 14:14:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742882916610010002', 'P3', 'ASRS-0520', 4, '2025-03-25 14:08:37', '2025-03-25 14:09:21', '2025-03-25 14:10:00', '2025-03-25 14:13:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742882962607010002', 'P3', 'ASRS-0332', 4, '2025-03-25 14:09:23', '2025-03-25 14:10:15', '2025-03-25 14:14:25', '2025-03-25 14:14:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883014608010000', 'P3', 'ASRS-0313', 4, '2025-03-25 14:10:15', '2025-03-25 14:11:09', '2025-03-25 14:14:36', '2025-03-25 14:14:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883068616010002', 'P3', 'ASRS-0304', 4, '2025-03-25 14:11:09', '2025-03-25 14:12:03', '2025-03-25 14:15:15', '2025-03-25 14:15:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883122607010002', 'P3', 'ASRS-0334', 4, '2025-03-25 14:12:03', '2025-03-25 14:12:58', '2025-03-25 14:14:51', '2025-03-25 14:15:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883331609010001', 'P3', 'ASRS-0388', 4, '2025-03-25 14:15:32', '2025-03-25 14:16:44', '2025-03-25 14:17:26', '2025-03-25 14:17:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883403613010002', 'P3', 'ASRS-1436', 4, '2025-03-25 14:16:44', '2025-03-25 14:18:04', '2025-03-25 14:18:46', '2025-03-25 14:19:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883483612010002', 'P3', 'ASRS-0350', 4, '2025-03-25 14:18:04', '2025-03-25 14:18:56', '2025-03-25 14:19:39', '2025-03-25 14:19:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883535607010002', 'P3', 'ASRS-0334', 4, '2025-03-25 14:18:56', '2025-03-25 14:20:16', '2025-03-25 14:20:58', '2025-03-25 14:21:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883676607010002', 'P3', 'ASRS-0305', 4, '2025-03-25 14:21:17', '2025-03-25 14:22:04', '2025-03-25 14:22:42', '2025-03-25 14:22:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883676607010005', 'P3', 'ASRS-0340', 4, '2025-03-25 14:21:17', '2025-03-25 14:22:02', '2025-03-25 14:22:59', '2025-03-25 14:23:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883721609010002', 'P3', 'ASRS-1027', 4, '2025-03-25 14:22:02', '2025-03-25 14:23:23', '2025-03-25 14:24:05', '2025-03-25 14:24:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883802609010002', 'P3', 'ASRS-1032', 4, '2025-03-25 14:23:23', '2025-03-25 14:24:15', '2025-03-25 14:24:58', '2025-03-25 14:25:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883911609010002', 'P3', 'ASRS-0324', 4, '2025-03-25 14:25:12', '2025-03-25 14:26:21', '2025-03-25 14:27:00', '2025-03-25 14:27:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883911609010005', 'P3', 'ASRS-0392', 4, '2025-03-25 14:25:12', '2025-03-25 14:25:59', '2025-03-25 14:26:41', '2025-03-25 14:26:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883958608010002', 'P3', 'ASRS-1526', 4, '2025-03-25 14:25:59', '2025-03-25 14:27:16', '2025-03-25 14:28:09', '2025-03-25 14:28:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742883980606010002', 'P3', 'ASRS-0333', 4, '2025-03-25 14:26:21', '2025-03-25 14:27:14', '2025-03-25 14:27:52', '2025-03-25 14:28:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884033607010002', 'P3', 'ASRS-1902', 4, '2025-03-25 14:27:14', '2025-03-25 14:28:06', '2025-03-25 14:28:45', '2025-03-25 14:29:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884035608010002', 'P3', 'ASRS-1529', 4, '2025-03-25 14:27:16', '2025-03-25 14:28:10', '2025-03-25 14:29:07', '2025-03-25 14:29:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884085610010001', 'P3', 'ASRS-1027', 4, '2025-03-25 14:28:06', '2025-03-25 14:29:22', '2025-03-25 14:30:01', '2025-03-25 14:30:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884089608010002', 'P3', 'ASRS-0528', 4, '2025-03-25 14:28:10', '2025-03-25 14:29:30', '2025-03-25 14:30:19', '2025-03-25 14:30:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884236607010000', 'P3', 'ASRS-0306', 4, '2025-03-25 14:30:37', '2025-03-25 14:31:37', '2025-03-25 14:32:26', '2025-03-25 14:32:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884236607010003', 'P3', 'ASRS-0316', 4, '2025-03-25 14:30:37', '2025-03-25 14:31:27', '2025-03-25 14:32:06', '2025-03-25 14:32:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884286606010002', 'P3', 'ASRS-1221', 4, '2025-03-25 14:31:27', '2025-03-25 14:32:44', '2025-03-25 14:33:23', '2025-03-25 14:33:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884296607010002', 'P3', 'ASRS-0338', 4, '2025-03-25 14:31:37', '2025-03-25 14:32:57', '2025-03-25 14:33:48', '2025-03-25 14:33:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884441609010001', 'P3', 'ASRS-0519', 4, '2025-03-25 14:34:02', '2025-03-25 14:34:47', '2025-03-25 14:35:25', '2025-03-25 14:35:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884441609010004', 'P3', 'ASRS-1025', 4, '2025-03-25 14:34:02', '2025-03-25 14:34:45', '2025-03-25 14:35:41', '2025-03-25 14:35:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884556607010002', 'P3', 'ASRS-0318', 4, '2025-03-25 14:35:57', '2025-03-25 14:36:42', '2025-03-25 14:37:24', '2025-03-25 14:37:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884601607010001', 'P3', 'ASRS-1031', 4, '2025-03-25 14:36:42', '2025-03-25 14:37:57', '2025-03-25 14:38:39', '2025-03-25 14:38:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884726607010002', 'P3', 'ASRS-0337', 4, '2025-03-25 14:38:47', '2025-03-25 14:39:38', '2025-03-25 14:40:39', '2025-03-25 14:40:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884726607010005', 'P3', 'ASRS-1524', 4, '2025-03-25 14:38:47', '2025-03-25 14:39:30', '2025-03-25 14:40:09', '2025-03-25 14:40:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884851607010002', 'P3', 'ASRS-1088', 4, '2025-03-25 14:40:52', '2025-03-25 14:41:37', '2025-03-25 14:42:15', '2025-03-25 14:42:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742884851607010005', 'P3', 'ASRS-0522', 4, '2025-03-25 14:40:52', '2025-03-25 14:41:42', '2025-03-25 14:42:38', '2025-03-25 14:42:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885081606010002', 'P3', 'ASRS-0315', 4, '2025-03-25 14:44:42', '2025-03-25 14:45:28', '2025-03-25 14:46:07', '2025-03-25 14:46:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885081606010005', 'P3', 'ASRS-0332', 4, '2025-03-25 14:44:42', '2025-03-25 14:45:30', '2025-03-25 14:47:00', '2025-03-25 14:47:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885127611010001', 'P3', 'ASRS-0313', 4, '2025-03-25 14:45:28', '2025-03-25 14:46:19', '2025-03-25 14:47:25', '2025-03-25 14:47:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885129608010002', 'P3', 'ASRS-0388', 4, '2025-03-25 14:45:30', '2025-03-25 14:46:24', '2025-03-25 14:47:51', '2025-03-25 14:48:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885178611010002', 'P3', 'ASRS-0304', 4, '2025-03-25 14:46:19', '2025-03-25 14:47:11', '2025-03-25 14:48:26', '2025-03-25 14:49:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885183609010002', 'P3', 'ASRS-0520', 4, '2025-03-25 14:46:24', '2025-03-25 14:47:16', '2025-03-25 14:49:08', '2025-03-25 14:49:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885230609010001', 'P3', 'ASRS-1900', 4, '2025-03-25 14:47:11', '2025-03-25 14:48:04', '2025-03-25 14:49:31', '2025-03-25 14:49:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885235609010001', 'P3', 'ASRS-0334', 4, '2025-03-25 14:47:16', '2025-03-25 14:48:11', '2025-03-25 14:49:57', '2025-03-25 14:50:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885446608010001', 'P3', 'ASRS-1436', 4, '2025-03-25 14:50:47', '2025-03-25 14:51:33', '2025-03-25 14:52:12', '2025-03-25 14:53:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885446608010004', 'P3', 'ASRS-0350', 4, '2025-03-25 14:50:47', '2025-03-25 14:52:15', '2025-03-25 14:53:07', '2025-03-25 14:53:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885534609010002', 'P3', 'ASRS-0384', 4, '2025-03-25 14:52:15', '2025-03-25 14:53:09', '2025-03-25 14:53:51', '2025-03-25 14:54:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885588608010002', 'P3', 'ASRS-1027', 4, '2025-03-25 14:53:09', '2025-03-25 14:54:01', '2025-03-25 14:54:44', '2025-03-25 14:55:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885736610010002', 'P3', 'ASRS-0324', 4, '2025-03-25 14:55:37', '2025-03-25 14:56:24', '2025-03-25 14:57:03', '2025-03-25 14:57:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885736610010005', 'P3', 'ASRS-0305', 4, '2025-03-25 14:55:37', '2025-03-25 14:57:40', '2025-03-25 14:58:46', '2025-03-25 14:59:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885783610010002', 'P3', 'ASRS-0340', 4, '2025-03-25 14:56:24', '2025-03-25 14:57:42', '2025-03-25 14:58:21', '2025-03-25 14:58:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885859607010002', 'P3', 'ASRS-0392', 4, '2025-03-25 14:57:40', '2025-03-25 14:58:35', '2025-03-25 15:00:21', '2025-03-25 15:00:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885861610010002', 'P3', 'ASRS-0336', 4, '2025-03-25 14:57:42', '2025-03-25 14:58:37', '2025-03-25 14:59:14', '2025-03-25 15:00:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885914609010002', 'P3', 'ASRS-0517', 4, '2025-03-25 14:58:35', '2025-03-25 14:59:52', '2025-03-25 15:01:20', '2025-03-25 15:02:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885916609010002', 'P3', 'ASRS-1027', 4, '2025-03-25 14:58:37', '2025-03-25 14:59:30', '2025-03-25 15:00:59', '2025-03-25 15:01:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742885969610010002', 'P3', 'ASRS-1529', 4, '2025-03-25 14:59:30', '2025-03-25 15:00:48', '2025-03-25 15:02:36', '2025-03-25 15:03:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886201607010002', 'P3', 'ASRS-0318', 4, '2025-03-25 15:03:22', '2025-03-25 15:04:19', '2025-03-25 15:05:01', '2025-03-25 15:05:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886201607010005', 'P3', 'ASRS-0383', 4, '2025-03-25 15:03:22', '2025-03-25 15:04:35', '2025-03-25 15:05:27', '2025-03-25 15:05:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886258608010002', 'P3', 'ASRS-0523', 4, '2025-03-25 15:04:19', '2025-03-25 15:05:40', '2025-03-25 15:06:23', '2025-03-25 15:07:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886339633010000', 'P2', 'ASRS-1261', 4, '2025-03-25 15:05:40', '2025-03-25 15:06:35', '2025-03-25 15:07:24', '2025-03-25 15:07:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886441608010002', 'P3', 'ASRS-0317', 4, '2025-03-25 15:07:22', '2025-03-25 15:08:08', '2025-03-25 15:09:22', '2025-03-25 15:11:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886441608010005', 'P3', 'ASRS-1025', 4, '2025-03-25 15:07:22', '2025-03-25 15:08:10', '2025-03-25 15:08:47', '2025-03-25 15:09:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886487610010001', 'P3', 'ASRS-1902', 4, '2025-03-25 15:08:08', '2025-03-25 15:09:27', '2025-03-25 15:12:24', '2025-03-25 15:13:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886489607010002', 'P3', 'ASRS-0528', 4, '2025-03-25 15:08:10', '2025-03-25 15:09:01', '2025-03-25 15:11:44', '2025-03-25 15:12:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886566609010001', 'P3', 'ASRS-1221', 4, '2025-03-25 15:09:27', '2025-03-25 15:10:20', '2025-03-25 15:13:09', '2025-03-25 15:13:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886619609010002', 'P3', 'ASRS-0519', 4, '2025-03-25 15:10:20', '2025-03-25 15:11:36', '2025-03-25 15:13:42', '2025-03-25 15:13:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886695609010001', 'P3', 'ASRS-0527', 4, '2025-03-25 15:11:36', '2025-03-25 15:12:29', '2025-03-25 15:13:58', '2025-03-25 15:14:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886866606010002', 'P3', 'ASRS-0306', 4, '2025-03-25 15:14:27', '2025-03-25 15:15:40', '2025-03-25 15:16:36', '2025-03-25 15:16:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886866606010005', 'P3', 'ASRS-0316', 4, '2025-03-25 15:14:27', '2025-03-25 15:15:14', '2025-03-25 15:15:56', '2025-03-25 15:16:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742886939606010002', 'P3', 'ASRS-0338', 4, '2025-03-25 15:15:40', '2025-03-25 15:16:31', '2025-03-25 15:17:10', '2025-03-25 15:17:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887051607010002', 'P3', 'ASRS-1031', 4, '2025-03-25 15:17:32', '2025-03-25 15:18:42', '2025-03-25 15:19:21', '2025-03-25 15:20:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887426610010001', 'P3', 'ASRS-0315', 4, '2025-03-25 15:23:47', '2025-03-25 15:24:32', '2025-03-25 15:25:14', '2025-03-25 15:26:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887426610010004', 'P3', 'ASRS-0332', 4, '2025-03-25 15:23:47', '2025-03-25 15:24:39', '2025-03-25 15:26:05', '2025-03-25 15:26:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887471610010002', 'P3', 'ASRS-0313', 4, '2025-03-25 15:24:32', '2025-03-25 15:25:25', '2025-03-25 15:26:24', '2025-03-25 15:26:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887478609010002', 'P3', 'ASRS-0388', 4, '2025-03-25 15:24:39', '2025-03-25 15:25:30', '2025-03-25 15:26:42', '2025-03-25 15:26:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887524608010002', 'P3', 'ASRS-0304', 4, '2025-03-25 15:25:25', '2025-03-25 15:26:19', '2025-03-25 15:27:20', '2025-03-25 15:27:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887529609010002', 'P3', 'ASRS-0520', 4, '2025-03-25 15:25:30', '2025-03-25 15:26:22', '2025-03-25 15:27:02', '2025-03-25 15:27:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887578610010002', 'P3', 'ASRS-1900', 4, '2025-03-25 15:26:19', '2025-03-25 15:27:14', '2025-03-25 15:29:11', '2025-03-25 15:30:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887581609010002', 'P3', 'ASRS-0334', 4, '2025-03-25 15:26:22', '2025-03-25 15:27:16', '2025-03-25 15:27:54', '2025-03-25 15:29:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887801609010002', 'P3', 'ASRS-1436', 4, '2025-03-25 15:30:02', '2025-03-25 15:31:27', '2025-03-25 15:32:09', '2025-03-25 15:33:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887801609010005', 'P3', 'ASRS-0350', 4, '2025-03-25 15:30:02', '2025-03-25 15:30:49', '2025-03-25 15:31:28', '2025-03-25 15:31:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887886608010002', 'P3', 'ASRS-0384', 4, '2025-03-25 15:31:27', '2025-03-25 15:32:20', '2025-03-25 15:33:09', '2025-03-25 15:33:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742887939607010002', 'P3', 'ASRS-1027', 4, '2025-03-25 15:32:20', '2025-03-25 15:33:15', '2025-03-25 15:33:57', '2025-03-25 15:34:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888071609010002', 'P3', 'ASRS-0324', 4, '2025-03-25 15:34:32', '2025-03-25 15:35:48', '2025-03-25 15:36:30', '2025-03-25 15:36:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888071609010005', 'P3', 'ASRS-0392', 4, '2025-03-25 15:34:32', '2025-03-25 15:35:17', '2025-03-25 15:35:56', '2025-03-25 15:36:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888116608010002', 'P3', 'ASRS-0340', 4, '2025-03-25 15:35:17', '2025-03-25 15:36:37', '2025-03-25 15:37:16', '2025-03-25 15:37:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888147608010002', 'P3', 'ASRS-0305', 4, '2025-03-25 15:35:48', '2025-03-25 15:36:42', '2025-03-25 15:37:34', '2025-03-25 15:37:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888196609010002', 'P3', 'ASRS-1245', 4, '2025-03-25 15:36:37', '2025-03-25 15:37:31', '2025-03-25 15:38:10', '2025-03-25 15:38:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888201610010000', 'P3', 'ASRS-0336', 4, '2025-03-25 15:36:42', '2025-03-25 15:37:36', '2025-03-25 15:38:58', '2025-03-25 15:39:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888250609010002', 'P3', 'ASRS-1027', 4, '2025-03-25 15:37:31', '2025-03-25 15:38:51', '2025-03-25 15:40:01', '2025-03-25 15:40:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888255609010002', 'P3', 'ASRS-1529', 4, '2025-03-25 15:37:36', '2025-03-25 15:38:53', '2025-03-25 15:40:19', '2025-03-25 15:40:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888431608010002', 'P3', 'ASRS-0318', 4, '2025-03-25 15:40:32', '2025-03-25 15:42:07', '2025-03-25 15:43:32', '2025-03-25 15:43:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888431608010005', 'P3', 'ASRS-0383', 4, '2025-03-25 15:40:32', '2025-03-25 15:41:19', '2025-03-25 15:41:58', '2025-03-25 15:42:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888526609010000', 'P3', 'ASRS-0523', 4, '2025-03-25 15:42:07', '2025-03-25 15:43:27', '2025-03-25 15:44:09', '2025-03-25 15:44:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888691606010002', 'P3', 'ASRS-0317', 4, '2025-03-25 15:44:52', '2025-03-25 15:45:48', '2025-03-25 15:46:44', '2025-03-25 15:46:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888691607010002', 'P3', 'ASRS-1221', 4, '2025-03-25 15:44:52', '2025-03-25 15:45:39', '2025-03-25 15:46:18', '2025-03-25 15:46:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888738607010002', 'P3', 'ASRS-0528', 4, '2025-03-25 15:45:39', '2025-03-25 15:46:29', '2025-03-25 15:47:08', '2025-03-25 15:47:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888747608010002', 'P3', 'ASRS-1902', 4, '2025-03-25 15:45:48', '2025-03-25 15:46:43', '2025-03-25 15:47:49', '2025-03-25 15:48:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888802608010002', 'P3', 'ASRS-0519', 4, '2025-03-25 15:46:43', '2025-03-25 15:47:36', '2025-03-25 15:48:19', '2025-03-25 15:48:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888855609010002', 'P3', 'ASRS-1025', 4, '2025-03-25 15:47:36', '2025-03-25 15:48:53', '2025-03-25 15:49:35', '2025-03-25 15:49:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742888932608010002', 'P3', 'ASRS-0527', 4, '2025-03-25 15:48:53', '2025-03-25 15:50:11', '2025-03-25 15:50:53', '2025-03-25 15:51:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742889081607010002', 'P3', 'ASRS-0306', 4, '2025-03-25 15:51:22', '2025-03-25 15:52:10', '2025-03-25 15:52:47', '2025-03-25 15:52:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742889081607010005', 'P3', 'ASRS-0316', 4, '2025-03-25 15:51:22', '2025-03-25 15:52:08', '2025-03-25 15:53:01', '2025-03-25 15:53:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742889127609010001', 'P3', 'ASRS-0338', 4, '2025-03-25 15:52:08', '2025-03-25 15:53:25', '2025-03-25 15:54:08', '2025-03-25 15:54:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742889266608010002', 'P3', 'ASRS-1031', 4, '2025-03-25 15:54:27', '2025-03-25 15:55:13', '2025-03-25 15:55:55', '2025-03-25 15:56:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742889386607010002', 'P3', 'ASRS-1683', 4, '2025-03-25 15:56:27', '2025-03-25 15:57:12', '2025-03-25 15:57:51', '2025-03-25 15:58:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954086610010002', 'P3', 'ASRS-1907', 4, '2025-03-26 09:54:47', '2025-03-26 09:55:43', '2025-03-26 12:04:27', '2025-03-26 12:05:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954086614010002', 'P3', 'ASRS-1436', 4, '2025-03-26 09:54:47', '2025-03-26 09:55:41', '2025-03-26 09:56:19', '2025-03-26 12:04:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954140609010002', 'P3', 'ASRS-0351', 4, '2025-03-26 09:55:41', '2025-03-26 09:56:34', '2025-03-26 12:05:25', '2025-03-26 12:05:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954142615010002', 'P3', 'ASRS-0350', 4, '2025-03-26 09:55:43', '2025-03-26 09:56:42', '2025-03-26 12:05:56', '2025-03-26 12:06:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954193606010002', 'P3', 'ASRS-1900', 4, '2025-03-26 09:56:34', '2025-03-26 09:57:26', '2025-03-26 12:06:45', '2025-03-26 12:07:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954201608010002', 'P3', 'ASRS-0336', 4, '2025-03-26 09:56:42', '2025-03-26 09:57:43', '2025-03-26 12:07:55', '2025-03-26 12:08:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954245609010001', 'P3', 'ASRS-1027', 4, '2025-03-26 09:57:26', '2025-03-26 09:58:20', '2025-03-26 12:06:22', '2025-03-26 12:06:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742954262608010002', 'P3', 'ASRS-1899', 4, '2025-03-26 09:57:43', '2025-03-26 09:58:41', '2025-03-26 12:08:48', '2025-03-26 12:09:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742958533641010001', 'P2', 'asrs-1392', 4, '2025-03-26 11:08:54', '2025-03-26 11:10:29', '2025-03-26 11:11:18', '2025-03-26 11:11:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742961862609010000', 'P3', 'ASRS-0520', 4, '2025-03-26 12:04:23', '2025-03-26 12:05:21', '2025-03-26 12:08:20', '2025-03-26 12:08:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742961920616010000', 'P3', 'ASRS-0384', 4, '2025-03-26 12:05:21', '2025-03-26 12:06:41', '2025-03-26 12:09:18', '2025-03-26 12:09:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962181607010002', 'P3', 'ASRS-0335', 4, '2025-03-26 12:09:42', '2025-03-26 12:10:57', '2025-03-26 12:14:35', '2025-03-26 12:18:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962181607010005', 'P3', 'ASRS-0284', 4, '2025-03-26 12:09:42', '2025-03-26 12:10:28', '2025-03-26 12:11:06', '2025-03-26 12:14:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962227609010002', 'P3', 'ASRS-0244', 4, '2025-03-26 12:10:28', '2025-03-26 12:11:46', '2025-03-26 12:18:33', '2025-03-26 12:19:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962256610010002', 'P3', 'ASRS-1026', 4, '2025-03-26 12:10:57', '2025-03-26 12:12:22', '2025-03-26 12:19:12', '2025-03-26 12:19:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962305608010002', 'P3', 'asrs-1443', 4, '2025-03-26 12:11:46', '2025-03-26 12:12:38', '2025-03-26 12:19:40', '2025-03-26 12:20:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962341609010001', 'P3', 'ASRS-0528', 4, '2025-03-26 12:12:22', '2025-03-26 12:13:22', '2025-03-26 12:20:23', '2025-03-26 12:21:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962906608010002', 'P3', 'ASRS-0324', 4, '2025-03-26 12:21:47', '2025-03-26 12:22:32', '2025-03-26 12:23:11', '2025-03-26 12:28:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962906609010002', 'P3', 'ASRS-0521', 4, '2025-03-26 12:21:47', '2025-03-26 12:22:35', '2025-03-26 12:28:54', '2025-03-26 12:29:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962951608010002', 'P3', 'ASRS-1027', 4, '2025-03-26 12:22:32', '2025-03-26 12:23:23', '2025-03-26 12:29:48', '2025-03-26 12:30:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742962954609010002', 'P3', 'ASRS-1900', 4, '2025-03-26 12:22:35', '2025-03-26 12:24:00', '2025-03-26 12:30:41', '2025-03-26 12:31:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742963039612010002', 'P3', 'ASRS-1189', 4, '2025-03-26 12:24:00', '2025-03-26 12:24:56', '2025-03-26 12:31:06', '2025-03-26 12:31:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742963095610010002', 'P3', 'ASRS-0334', 4, '2025-03-26 12:24:56', '2025-03-26 12:25:56', '2025-03-26 12:31:54', '2025-03-26 12:33:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742963155608010002', 'P3', 'ASRS-0384', 4, '2025-03-26 12:25:56', '2025-03-26 12:26:56', '2025-03-26 12:33:24', '2025-03-26 12:33:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742963621608010002', 'P3', 'ASRS-1713', 4, '2025-03-26 12:33:42', '2025-03-26 12:34:38', '2025-03-26 12:39:18', '2025-03-26 12:40:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742963621608010005', 'P3', 'ASRS-1249', 4, '2025-03-26 12:33:42', '2025-03-26 12:34:34', '2025-03-26 12:35:12', '2025-03-26 12:39:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742963673609010002', 'P3', 'ASRS-0385', 4, '2025-03-26 12:34:34', '2025-03-26 12:35:27', '2025-03-26 12:40:05', '2025-03-26 12:40:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964031608010002', 'P3', 'ASRS-1023', 4, '2025-03-26 12:40:32', '2025-03-26 12:41:39', '2025-03-26 12:42:21', '2025-03-26 12:44:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964098608010002', 'P3', 'ASRS-0270', 4, '2025-03-26 12:41:39', '2025-03-26 12:43:00', '2025-03-26 12:44:24', '2025-03-26 12:45:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964336607010002', 'P3', 'ASRS-0545', 4, '2025-03-26 12:45:37', '2025-03-26 12:47:07', '2025-03-26 12:50:04', '2025-03-26 12:51:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964336607010005', 'P3', 'ASRS-0525', 4, '2025-03-26 12:45:37', '2025-03-26 12:46:30', '2025-03-26 12:47:09', '2025-03-26 12:49:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964426609010002', 'P3', 'ASRS-1528', 4, '2025-03-26 12:47:07', '2025-03-26 12:48:28', '2025-03-26 12:51:50', '2025-03-26 12:52:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964507608010000', 'P3', 'ASRS-1026', 4, '2025-03-26 12:48:28', '2025-03-26 12:49:24', '2025-03-26 12:52:49', '2025-03-26 12:54:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742964563609010002', 'P3', 'ASRS-0342', 4, '2025-03-26 12:49:24', '2025-03-26 12:50:21', '2025-03-26 12:54:12', '2025-03-26 12:54:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742965542610010002', 'P3', 'ASRS-0385', 4, '2025-03-26 13:05:43', '2025-03-26 13:06:23', '2025-03-26 13:07:01', '2025-03-26 13:07:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742965981607010002', 'P3', 'ASRS-0315', 4, '2025-03-26 13:13:02', '2025-03-26 13:13:49', '2025-03-26 13:15:08', '2025-03-26 13:15:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742965981607010005', 'P3', 'ASRS-0332', 4, '2025-03-26 13:13:02', '2025-03-26 13:13:53', '2025-03-26 13:14:32', '2025-03-26 13:15:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966028607010001', 'P3', 'ASRS-0313', 4, '2025-03-26 13:13:49', '2025-03-26 13:14:46', '2025-03-26 13:16:02', '2025-03-26 13:16:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966032608010002', 'P3', 'ASRS-0304', 4, '2025-03-26 13:13:53', '2025-03-26 13:14:44', '2025-03-26 13:15:41', '2025-03-26 13:15:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966083609010001', 'P3', 'ASRS-0388', 4, '2025-03-26 13:14:44', '2025-03-26 13:15:37', '2025-03-26 13:16:19', '2025-03-26 13:16:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966085608010002', 'P3', 'ASRS-0350', 4, '2025-03-26 13:14:46', '2025-03-26 13:15:43', '2025-03-26 13:16:48', '2025-03-26 13:17:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966142610010002', 'P3', 'ASRS-0520', 4, '2025-03-26 13:15:43', '2025-03-26 13:17:07', '2025-03-26 13:17:48', '2025-03-26 13:18:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966226608010000', 'P3', 'ASRS-0334', 4, '2025-03-26 13:17:07', '2025-03-26 13:18:29', '2025-03-26 13:19:10', '2025-03-26 13:19:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966308607010002', 'P3', 'ASRS-1436', 4, '2025-03-26 13:18:29', '2025-03-26 13:19:48', '2025-03-26 13:20:30', '2025-03-26 13:20:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966441607010002', 'P3', 'ASRS-0324', 4, '2025-03-26 13:20:42', '2025-03-26 13:21:31', '2025-03-26 13:22:13', '2025-03-26 13:22:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966441608010002', 'P3', 'ASRS-0305', 4, '2025-03-26 13:20:42', '2025-03-26 13:21:43', '2025-03-26 13:22:46', '2025-03-26 13:22:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966490607010000', 'P3', 'ASRS-0340', 4, '2025-03-26 13:21:31', '2025-03-26 13:22:53', '2025-03-26 13:23:35', '2025-03-26 13:23:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966572606010002', 'P3', 'ASRS-1027', 4, '2025-03-26 13:22:53', '2025-03-26 13:23:53', '2025-03-26 13:24:35', '2025-03-26 13:25:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966632609010002', 'P3', 'ASRS-1529', 4, '2025-03-26 13:23:53', '2025-03-26 13:25:16', '2025-03-26 13:25:58', '2025-03-26 13:27:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966715608010002', 'P3', 'ASRS-1032', 4, '2025-03-26 13:25:16', '2025-03-26 13:26:11', '2025-03-26 13:27:35', '2025-03-26 13:28:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966896605010002', 'P3', 'ASRS-0306', 4, '2025-03-26 13:28:17', '2025-03-26 13:29:41', '2025-03-26 13:30:42', '2025-03-26 13:30:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966896605010005', 'P3', 'ASRS-1902', 4, '2025-03-26 13:28:17', '2025-03-26 13:29:05', '2025-03-26 13:29:42', '2025-03-26 13:30:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966944607010002', 'P3', 'ASRS-1526', 4, '2025-03-26 13:29:05', '2025-03-26 13:30:23', '2025-03-26 13:31:05', '2025-03-26 13:31:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742966980606010002', 'P3', 'ASRS-0333', 4, '2025-03-26 13:29:41', '2025-03-26 13:30:37', '2025-03-26 13:31:27', '2025-03-26 13:31:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967036607010002', 'P3', 'ASRS-0392', 4, '2025-03-26 13:30:37', '2025-03-26 13:31:34', '2025-03-26 13:32:15', '2025-03-26 13:32:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967093606010002', 'P3', 'ASRS-1221', 4, '2025-03-26 13:31:34', '2025-03-26 13:32:51', '2025-03-26 13:33:32', '2025-03-26 13:34:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967170607010002', 'P3', 'ASRS-0528', 4, '2025-03-26 13:32:51', '2025-03-26 13:34:11', '2025-03-26 13:35:01', '2025-03-26 13:35:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967331608010002', 'P3', 'ASRS-0519', 4, '2025-03-26 13:35:32', '2025-03-26 13:37:08', '2025-03-26 13:37:49', '2025-03-26 13:38:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967331608010005', 'P3', 'ASRS-1025', 4, '2025-03-26 13:35:32', '2025-03-26 13:36:19', '2025-03-26 13:36:57', '2025-03-26 13:37:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967491608010002', 'P3', 'ASRS-0316', 4, '2025-03-26 13:38:12', '2025-03-26 13:38:58', '2025-03-26 13:39:37', '2025-03-26 13:40:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967491608010005', 'P3', 'ASRS-1031', 4, '2025-03-26 13:38:12', '2025-03-26 13:39:38', '2025-03-26 13:40:20', '2025-03-26 13:40:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967537607010002', 'P3', 'ASRS-0338', 4, '2025-03-26 13:38:58', '2025-03-26 13:40:19', '2025-03-26 13:40:57', '2025-03-26 13:41:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967711606010002', 'P3', 'ASRS-0337', 4, '2025-03-26 13:41:52', '2025-03-26 13:42:36', '2025-03-26 13:43:15', '2025-03-26 13:43:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967711607010002', 'P3', 'ASRS-0501', 4, '2025-03-26 13:41:52', '2025-03-26 13:42:39', '2025-03-26 13:43:37', '2025-03-26 13:44:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967871607010002', 'P3', 'ASRS-1524', 4, '2025-03-26 13:44:32', '2025-03-26 13:45:49', '2025-03-26 13:46:30', '2025-03-26 13:46:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742967871607010005', 'P3', 'ASRS-0522', 4, '2025-03-26 13:44:32', '2025-03-26 13:45:23', '2025-03-26 13:46:02', '2025-03-26 13:46:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968006607010002', 'P3', 'ASRS-1088', 4, '2025-03-26 13:46:47', '2025-03-26 13:47:42', '2025-03-26 13:48:24', '2025-03-26 13:49:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968276607010002', 'P3', 'ASRS-1907', 4, '2025-03-26 13:51:17', '2025-03-26 13:52:05', '2025-03-26 13:52:44', '2025-03-26 13:54:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968276608010002', 'P3', 'ASRS-0351', 4, '2025-03-26 13:51:17', '2025-03-26 13:52:07', '2025-03-26 13:54:41', '2025-03-26 13:54:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968324608010002', 'P3', 'ASRS-0350', 4, '2025-03-26 13:52:05', '2025-03-26 13:52:58', '2025-03-26 13:54:58', '2025-03-26 13:55:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968326608010002', 'P3', 'ASRS-1900', 4, '2025-03-26 13:52:07', '2025-03-26 13:53:05', '2025-03-26 13:55:25', '2025-03-26 13:55:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968377610010002', 'P3', 'ASRS-0336', 4, '2025-03-26 13:52:58', '2025-03-26 13:53:50', '2025-03-26 13:56:21', '2025-03-26 13:56:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968384610010002', 'P3', 'ASRS-0520', 4, '2025-03-26 13:53:05', '2025-03-26 13:54:04', '2025-03-26 13:55:49', '2025-03-26 13:56:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968429611010002', 'P3', 'ASRS-1899', 4, '2025-03-26 13:53:50', '2025-03-26 13:54:44', '2025-03-26 13:56:09', '2025-03-26 13:56:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968443608010000', 'P3', 'ASRS-0384', 4, '2025-03-26 13:54:04', '2025-03-26 13:55:02', '2025-03-26 13:56:37', '2025-03-26 13:56:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968501608010002', 'P3', 'ASRS-1027', 4, '2025-03-26 13:55:02', '2025-03-26 13:56:02', '2025-03-26 13:56:45', '2025-03-26 13:56:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968561611010000', 'P3', 'ASRS-1436', 4, '2025-03-26 13:56:02', '2025-03-26 13:57:25', '2025-03-26 13:58:06', '2025-03-26 13:58:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968706606010002', 'P3', 'ASRS-0324', 4, '2025-03-26 13:58:27', '2025-03-26 13:59:38', '2025-03-26 14:00:20', '2025-03-26 14:00:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968706606010005', 'P3', 'ASRS-1900', 4, '2025-03-26 13:58:27', '2025-03-26 13:59:21', '2025-03-26 13:59:59', '2025-03-26 14:00:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968760607010002', 'P3', 'ASRS-0334', 4, '2025-03-26 13:59:21', '2025-03-26 14:00:35', '2025-03-26 14:01:14', '2025-03-26 14:01:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968777606010002', 'P3', 'ASRS-0521', 4, '2025-03-26 13:59:38', '2025-03-26 14:01:01', '2025-03-26 14:01:59', '2025-03-26 14:02:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968834609010002', 'P3', 'ASRS-1027', 4, '2025-03-26 14:00:35', '2025-03-26 14:01:29', '2025-03-26 14:02:25', '2025-03-26 14:02:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968860608010002', 'P3', 'ASRS-1189', 4, '2025-03-26 14:01:01', '2025-03-26 14:02:25', '2025-03-26 14:03:07', '2025-03-26 14:03:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742968944606010002', 'P3', 'ASRS-0384', 4, '2025-03-26 14:02:25', '2025-03-26 14:03:47', '2025-03-26 14:04:29', '2025-03-26 14:04:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969091606010002', 'P3', 'ASRS-0335', 4, '2025-03-26 14:04:52', '2025-03-26 14:06:02', '2025-03-26 14:07:04', '2025-03-26 14:07:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969091606010005', 'P3', 'ASRS-0244', 4, '2025-03-26 14:04:52', '2025-03-26 14:05:46', '2025-03-26 14:06:25', '2025-03-26 14:06:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969145610010002', 'P3', 'ASRS-0528', 4, '2025-03-26 14:05:46', '2025-03-26 14:07:03', '2025-03-26 14:07:42', '2025-03-26 14:07:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969161607010002', 'P3', 'ASRS-1026', 4, '2025-03-26 14:06:02', '2025-03-26 14:06:59', '2025-03-26 14:08:04', '2025-03-26 14:08:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969218608010002', 'P3', 'ASRS-0284', 4, '2025-03-26 14:06:59', '2025-03-26 14:07:59', '2025-03-26 14:08:48', '2025-03-26 14:08:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969222608010001', 'P3', 'asrs-1443', 4, '2025-03-26 14:07:03', '2025-03-26 14:07:54', '2025-03-26 14:08:33', '2025-03-26 14:08:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969336609010002', 'P3', 'ASRS-0349', 4, '2025-03-26 14:08:57', '2025-03-26 14:10:06', '2025-03-26 14:10:45', '2025-03-26 14:10:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969336609010005', 'P3', 'ASRS-1713', 4, '2025-03-26 14:08:57', '2025-03-26 14:10:15', '2025-03-26 14:11:04', '2025-03-26 14:11:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969414607010001', 'P3', 'ASRS-1249', 4, '2025-03-26 14:10:15', '2025-03-26 14:11:14', '2025-03-26 14:11:56', '2025-03-26 14:12:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969473608010000', 'P3', 'ASRS-0385', 4, '2025-03-26 14:11:14', '2025-03-26 14:12:11', '2025-03-26 14:12:53', '2025-03-26 14:14:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969691608010002', 'P3', 'ASRS-1023', 4, '2025-03-26 14:14:52', '2025-03-26 14:15:50', '2025-03-26 14:16:31', '2025-03-26 14:17:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969749608010001', 'P3', 'ASRS-0270', 4, '2025-03-26 14:15:50', '2025-03-26 14:16:50', '2025-03-26 14:17:32', '2025-03-26 14:17:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969871607010002', 'P3', 'ASRS-0545', 4, '2025-03-26 14:17:52', '2025-03-26 14:18:51', '2025-03-26 14:19:33', '2025-03-26 14:21:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969871607010005', 'P3', 'ASRS-1026', 4, '2025-03-26 14:17:52', '2025-03-26 14:19:06', '2025-03-26 14:21:17', '2025-03-26 14:21:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969930608010002', 'P3', 'ASRS-1528', 4, '2025-03-26 14:18:51', '2025-03-26 14:19:46', '2025-03-26 14:21:39', '2025-03-26 14:21:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969945608010002', 'P3', 'ASRS-0385', 4, '2025-03-26 14:19:06', '2025-03-26 14:20:26', '2025-03-26 14:21:58', '2025-03-26 14:22:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742969985607010002', 'P3', 'ASRS-0342', 4, '2025-03-26 14:19:46', '2025-03-26 14:20:46', '2025-03-26 14:22:09', '2025-03-26 14:22:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970045609010002', 'P3', 'ASRS-0525', 4, '2025-03-26 14:20:46', '2025-03-26 14:21:44', '2025-03-26 14:22:26', '2025-03-26 14:22:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970381608010002', 'P3', 'ASRS-1907', 4, '2025-03-26 14:26:22', '2025-03-26 14:27:20', '2025-03-26 14:28:30', '2025-03-26 14:28:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970381608010005', 'P3', 'ASRS-0351', 4, '2025-03-26 14:26:22', '2025-03-26 14:27:10', '2025-03-26 14:27:48', '2025-03-26 14:28:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970429606010002', 'P3', 'ASRS-1900', 4, '2025-03-26 14:27:10', '2025-03-26 14:28:02', '2025-03-26 14:28:53', '2025-03-26 14:29:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970439606010002', 'P3', 'ASRS-0350', 4, '2025-03-26 14:27:20', '2025-03-26 14:28:18', '2025-03-26 14:29:21', '2025-03-26 14:29:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970481608010002', 'P3', 'ASRS-1899', 4, '2025-03-26 14:28:02', '2025-03-26 14:28:53', '2025-03-26 14:29:57', '2025-03-26 14:30:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970497609010002', 'P3', 'ASRS-0336', 4, '2025-03-26 14:28:18', '2025-03-26 14:29:17', '2025-03-26 14:30:17', '2025-03-26 14:30:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970532606010002', 'P3', 'ASRS-0520', 4, '2025-03-26 14:28:53', '2025-03-26 14:29:46', '2025-03-26 14:30:37', '2025-03-26 14:30:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970556608010002', 'P3', 'ASRS-1027', 4, '2025-03-26 14:29:17', '2025-03-26 14:30:17', '2025-03-26 14:30:59', '2025-03-26 14:31:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970585607010002', 'P3', 'ASRS-0384', 4, '2025-03-26 14:29:46', '2025-03-26 14:31:05', '2025-03-26 14:31:44', '2025-03-26 14:32:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970616608010002', 'P3', 'ASRS-1436', 4, '2025-03-26 14:30:17', '2025-03-26 14:31:13', '2025-03-26 14:32:05', '2025-03-26 14:32:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970736607010002', 'P3', 'ASRS-0324', 4, '2025-03-26 14:32:17', '2025-03-26 14:33:16', '2025-03-26 14:34:26', '2025-03-26 14:34:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970736608010002', 'P3', 'ASRS-1189', 4, '2025-03-26 14:32:17', '2025-03-26 14:33:11', '2025-03-26 14:33:49', '2025-03-26 14:34:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970790607010002', 'P3', 'ASRS-1900', 4, '2025-03-26 14:33:11', '2025-03-26 14:34:29', '2025-03-26 14:35:08', '2025-03-26 14:35:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970795606010002', 'P3', 'ASRS-0521', 4, '2025-03-26 14:33:16', '2025-03-26 14:34:11', '2025-03-26 14:34:53', '2025-03-26 14:35:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742970868610010002', 'P3', 'ASRS-0334', 4, '2025-03-26 14:34:29', '2025-03-26 14:35:44', '2025-03-26 14:36:22', '2025-03-26 14:37:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742971027608010002', 'P3', 'ASRS-0384', 4, '2025-03-26 14:37:08', '2025-03-26 14:38:31', '2025-03-26 14:39:10', '2025-03-26 14:39:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742971762608010002', 'P3', 'ASRS-1027', 4, '2025-03-26 14:49:23', '2025-03-26 14:50:58', '2025-03-26 14:51:40', '2025-03-26 14:53:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972041608010002', 'P3', 'ASRS-0335', 4, '2025-03-26 14:54:02', '2025-03-26 14:54:47', '2025-03-26 14:55:26', '2025-03-26 14:56:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972041608010005', 'P3', 'ASRS-0244', 4, '2025-03-26 14:54:02', '2025-03-26 14:54:50', '2025-03-26 14:56:49', '2025-03-26 14:57:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972086607010002', 'P3', 'ASRS-1026', 4, '2025-03-26 14:54:47', '2025-03-26 14:55:39', '2025-03-26 14:56:30', '2025-03-26 14:56:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972089608010002', 'P3', 'ASRS-0528', 4, '2025-03-26 14:54:50', '2025-03-26 14:56:12', '2025-03-26 14:57:12', '2025-03-26 14:57:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972138608010002', 'P3', 'ASRS-0284', 4, '2025-03-26 14:55:39', '2025-03-26 14:56:30', '2025-03-26 14:57:37', '2025-03-26 14:57:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972171608010002', 'P3', 'asrs-1443', 4, '2025-03-26 14:56:12', '2025-03-26 14:57:08', '2025-03-26 14:57:53', '2025-03-26 14:58:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972291607010002', 'P3', 'ASRS-0349', 4, '2025-03-26 14:58:12', '2025-03-26 14:58:56', '2025-03-26 14:59:35', '2025-03-26 15:01:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972291607010005', 'P3', 'ASRS-1713', 4, '2025-03-26 14:58:12', '2025-03-26 14:59:20', '2025-03-26 15:01:31', '2025-03-26 15:01:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972335609010002', 'P3', 'ASRS-1249', 4, '2025-03-26 14:58:56', '2025-03-26 15:00:13', '2025-03-26 15:02:00', '2025-03-26 15:02:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972412608010002', 'P3', 'ASRS-0385', 4, '2025-03-26 15:00:13', '2025-03-26 15:01:03', '2025-03-26 15:02:15', '2025-03-26 15:02:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972551607010002', 'P3', 'ASRS-1030', 4, '2025-03-26 15:02:32', '2025-03-26 15:03:19', '2025-03-26 15:03:57', '2025-03-26 15:04:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972676607010002', 'P3', 'ASRS-0545', 4, '2025-03-26 15:04:37', '2025-03-26 15:05:27', '2025-03-26 15:06:03', '2025-03-26 15:07:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972676607010005', 'P3', 'ASRS-1528', 4, '2025-03-26 15:04:37', '2025-03-26 15:05:25', '2025-03-26 15:07:11', '2025-03-26 15:07:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972724608010002', 'P3', 'ASRS-0525', 4, '2025-03-26 15:05:25', '2025-03-26 15:06:24', '2025-03-26 15:07:47', '2025-03-26 15:08:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972726607010002', 'P3', 'ASRS-1026', 4, '2025-03-26 15:05:27', '2025-03-26 15:06:43', '2025-03-26 15:08:09', '2025-03-26 15:08:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972802607010002', 'P3', 'ASRS-0342', 4, '2025-03-26 15:06:43', '2025-03-26 15:07:33', '2025-03-26 15:08:35', '2025-03-26 15:08:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742972852608010002', 'P3', 'ASRS-0385', 4, '2025-03-26 15:07:33', '2025-03-26 15:08:25', '2025-03-26 15:09:04', '2025-03-26 15:09:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974211611010000', 'P3', 'ASRS-1907', 4, '2025-03-26 15:30:12', '2025-03-26 15:30:58', '2025-03-26 15:31:37', '2025-03-26 15:31:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974211611010003', 'P3', 'ASRS-0336', 4, '2025-03-26 15:30:12', '2025-03-26 15:31:02', '2025-03-26 15:32:02', '2025-03-26 15:32:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974257608010002', 'P3', 'ASRS-0350', 4, '2025-03-26 15:30:58', '2025-03-26 15:31:50', '2025-03-26 15:32:40', '2025-03-26 15:33:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974261609010002', 'P3', 'ASRS-1900', 4, '2025-03-26 15:31:02', '2025-03-26 15:32:01', '2025-03-26 15:33:07', '2025-03-26 15:33:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974309609010002', 'P3', 'ASRS-0351', 4, '2025-03-26 15:31:50', '2025-03-26 15:32:44', '2025-03-26 15:33:41', '2025-03-26 15:33:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974320607010002', 'P3', 'ASRS-1027', 4, '2025-03-26 15:32:01', '2025-03-26 15:33:00', '2025-03-26 15:33:57', '2025-03-26 15:34:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974363608010002', 'P3', 'ASRS-1899', 4, '2025-03-26 15:32:44', '2025-03-26 15:33:35', '2025-03-26 15:34:16', '2025-03-26 15:34:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974414609010001', 'P3', 'ASRS-0520', 4, '2025-03-26 15:33:35', '2025-03-26 15:34:54', '2025-03-26 15:35:33', '2025-03-26 15:35:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974493607010002', 'P3', 'ASRS-0384', 4, '2025-03-26 15:34:54', '2025-03-26 15:36:13', '2025-03-26 15:36:52', '2025-03-26 15:37:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974572608010002', 'P3', 'ASRS-1436', 4, '2025-03-26 15:36:13', '2025-03-26 15:37:30', '2025-03-26 15:38:09', '2025-03-26 15:39:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974781610010002', 'P3', 'ASRS-0324', 4, '2025-03-26 15:39:42', '2025-03-26 15:40:33', '2025-03-26 15:41:11', '2025-03-27 09:19:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974781611010002', 'P3', 'ASRS-1900', 4, '2025-03-26 15:39:42', '2025-03-26 15:40:31', '2025-03-27 09:19:56', '2025-03-27 09:20:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974830609010002', 'P3', 'ASRS-0384', 4, '2025-03-26 15:40:31', '2025-03-26 15:41:52', '2025-03-27 09:20:23', '2025-03-27 09:20:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974832609010000', 'P3', 'ASRS-0521', 4, '2025-03-26 15:40:33', '2025-03-26 15:41:24', '2025-03-27 09:20:12', '2025-03-27 09:20:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974883609010002', 'P3', 'ASRS-1189', 4, '2025-03-26 15:41:24', '2025-03-26 15:42:17', '2025-03-27 09:20:56', '2025-03-27 09:21:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974911610010002', 'P3', 'ASRS-1027', 4, '2025-03-26 15:41:52', '2025-03-26 15:42:48', '2025-03-27 09:20:35', '2025-03-27 09:20:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1742974936609010002', 'P3', 'ASRS-0334', 4, '2025-03-26 15:42:17', '2025-03-26 15:43:08', '2025-03-27 09:21:06', '2025-03-27 09:21:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743038482607010002', 'P3', 'ASRS-1900', 4, '2025-03-27 09:21:23', '2025-03-27 09:22:49', '2025-03-27 09:23:27', '2025-03-27 09:24:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743038523607010002', 'P3', 'ASRS-0521', 4, '2025-03-27 09:22:04', '2025-03-27 09:23:36', '2025-03-27 09:24:53', '2025-03-27 09:25:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743124922612010002', 'P2', 'ASRS-0271', 4, '2025-03-28 09:22:03', '2025-03-28 09:22:54', '2025-03-28 09:24:55', '2025-03-28 09:25:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743124937610010002', 'P2', 'ASRS-0299', 4, '2025-03-28 09:22:18', '2025-03-28 09:23:17', '2025-03-28 09:25:12', '2025-03-28 09:25:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743124973610010002', 'P2', 'ASRS-0297', 4, '2025-03-28 09:22:54', '2025-03-28 09:23:45', '2025-03-28 09:25:47', '2025-03-28 09:26:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743125024625010002', 'P2', 'ASRS-0250', 4, '2025-03-28 09:23:45', '2025-03-28 09:24:38', '2025-03-28 09:26:15', '2025-03-28 09:26:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743133775610010002', 'P2', 'ASRS-1528', 4, '2025-03-28 11:49:36', '2025-03-28 11:50:54', '2025-03-28 11:51:43', '2025-03-28 11:52:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743134417611010002', 'P2', 'ASRS-1268', 4, '2025-03-28 12:00:18', '2025-03-28 12:01:05', '2025-03-28 12:01:54', '2025-03-28 12:02:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743135193610010002', 'P2', 'ASRS-1528', 4, '2025-03-28 12:13:14', '2025-03-28 12:14:01', '2025-03-28 12:14:51', '2025-03-28 12:17:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142161611010006', 'P3', 'ASRS-0274', 4, '2025-03-28 14:09:22', '2025-03-28 14:10:14', '2025-03-28 14:10:51', '2025-03-28 14:11:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142633610010002', 'P2', 'ASRS-1246', 4, '2025-03-28 14:17:14', '2025-03-28 14:18:52', '2025-03-28 14:19:41', '2025-03-28 14:19:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142758609010002', 'P2', 'ASRS-0300', 4, '2025-03-28 14:19:19', '2025-03-28 14:20:10', '2025-03-28 14:20:56', '2025-03-28 14:21:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142811612010002', 'P2', 'ASRS-0248', 4, '2025-03-28 14:20:12', '2025-03-28 14:21:11', '2025-03-28 14:22:00', '2025-03-28 14:22:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142842610010002', 'P2', 'ASRS-0276', 4, '2025-03-28 14:20:43', '2025-03-28 14:21:32', '2025-03-28 14:22:19', '2025-03-28 14:22:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142883614010002', 'P2', 'ASRS-0249', 4, '2025-03-28 14:21:24', '2025-03-28 14:22:22', '2025-03-28 14:23:11', '2025-03-28 14:23:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743142905611010002', 'P2', 'ASRS-0275', 4, '2025-03-28 14:21:46', '2025-03-28 14:22:35', '2025-03-28 14:23:25', '2025-03-28 14:23:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212728610010001', 'P2', 'ASRS-0315', 4, '2025-03-29 09:45:29', '2025-03-29 09:46:14', '2025-03-29 11:53:44', '2025-03-29 11:54:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212728610010004', 'P2', 'ASRS-0332', 4, '2025-03-29 09:45:29', '2025-03-29 09:46:18', '2025-03-29 12:00:30', '2025-03-29 12:01:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212728615010001', 'P3', 'ASRS-0315', 4, '2025-03-29 09:45:29', '2025-03-29 13:13:06', '2025-03-29 13:23:10', '2025-03-29 13:25:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212728615010003', 'P3', 'ASRS-0332', 4, '2025-03-29 09:45:29', '2025-03-29 09:46:18', '2025-03-29 11:59:32', '2025-03-29 12:00:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212773610010002', 'P2', 'ASRS-0388', 4, '2025-03-29 09:46:14', '2025-03-29 09:47:06', '2025-03-29 12:01:49', '2025-03-29 12:02:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212773615010001', 'P3', 'ASRS-0388', 4, '2025-03-29 09:46:14', '2025-03-29 09:47:06', '2025-03-29 12:00:18', '2025-03-29 12:01:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212777608010002', 'P2', 'ASRS-0313', 4, '2025-03-29 09:46:18', '2025-03-29 09:47:16', '2025-03-29 11:59:44', '2025-03-29 12:00:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212777613010001', 'P3', 'ASRS-0313', 4, '2025-03-29 09:46:18', '2025-03-29 09:47:16', '2025-03-29 09:55:34', '2025-03-29 11:59:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212835608010001', 'P2', 'ASRS-0304', 4, '2025-03-29 09:47:16', '2025-03-29 09:48:14', '2025-03-29 09:49:02', '2025-03-29 11:50:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212835613010001', 'P3', 'ASRS-0304', 4, '2025-03-29 09:47:16', '2025-03-29 09:48:14', '2025-03-29 12:05:19', '2025-03-29 12:06:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212893615010001', 'P2', 'ASRS-0350', 4, '2025-03-29 09:48:14', '2025-03-29 09:49:13', '2025-03-29 11:50:47', '2025-03-29 11:51:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212952608010002', 'P2', 'ASRS-0520', 4, '2025-03-29 09:49:13', '2025-03-29 09:50:10', '2025-03-29 11:51:26', '2025-03-29 11:52:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743212952614010000', 'P3', 'ASRS-0520', 4, '2025-03-29 09:49:13', '2025-03-29 09:50:10', '2025-03-29 12:02:29', '2025-03-29 12:03:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743213009614010002', 'P2', 'ASRS-0334', 4, '2025-03-29 09:50:10', '2025-03-29 09:51:09', '2025-03-29 11:52:12', '2025-03-29 11:53:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743213009632010000', 'P3', 'ASRS-0334', 4, '2025-03-29 09:50:10', '2025-03-29 09:51:09', '2025-03-29 12:03:07', '2025-03-29 12:05:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743214506610010002', 'P3', 'ASRS-1900', 4, '2025-03-29 10:15:07', '2025-03-29 10:16:03', '2025-03-29 12:01:36', '2025-03-29 12:02:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743220242160010000', 'P2', 'ASRS-1436', 4, '2025-03-29 11:50:42', '2025-03-29 11:51:42', '2025-03-29 11:54:33', '2025-03-29 11:55:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743220955131010000', 'P2', 'ASRS-0324', 4, '2025-03-29 12:02:35', '2025-03-29 12:03:54', '2025-03-29 12:09:25', '2025-03-29 12:09:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743220955131010003', 'P2', 'ASRS-0305', 4, '2025-03-29 12:02:35', '2025-03-29 12:03:19', '2025-03-29 12:04:05', '2025-03-29 12:09:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743220999128010002', 'P2', 'ASRS-0340', 4, '2025-03-29 12:03:19', '2025-03-29 12:04:37', '2025-03-29 12:10:03', '2025-03-29 12:10:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221034127010001', 'P2', 'ASRS-1027', 4, '2025-03-29 12:03:54', '2025-03-29 12:05:16', '2025-03-29 12:10:40', '2025-03-29 12:12:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221077126010002', 'P2', 'ASRS-1032', 4, '2025-03-29 12:04:37', '2025-03-29 12:05:28', '2025-03-29 12:13:45', '2025-03-29 12:14:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221116126010001', 'P2', 'ASRS-1529', 4, '2025-03-29 12:05:16', '2025-03-29 12:06:41', '2025-03-29 12:12:57', '2025-03-29 12:13:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221690125010002', 'P2', 'ASRS-0306', 4, '2025-03-29 12:14:50', '2025-03-29 12:15:37', '2025-03-29 12:16:23', '2025-03-29 12:19:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221690126010002', 'P2', 'ASRS-0333', 4, '2025-03-29 12:14:50', '2025-03-29 12:15:40', '2025-03-29 12:19:05', '2025-03-29 12:20:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221737126010002', 'P2', 'ASRS-0392', 4, '2025-03-29 12:15:37', '2025-03-29 12:16:29', '2025-03-29 12:21:06', '2025-03-29 12:21:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221740126010002', 'P2', 'ASRS-1902', 4, '2025-03-29 12:15:40', '2025-03-29 12:17:01', '2025-03-29 12:21:48', '2025-03-29 12:22:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221821128010001', 'P2', 'ASRS-1221', 4, '2025-03-29 12:17:01', '2025-03-29 12:17:54', '2025-03-29 12:22:44', '2025-03-29 12:23:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221874128010002', 'P2', 'ASRS-1526', 4, '2025-03-29 12:17:54', '2025-03-29 12:18:51', '2025-03-29 12:23:33', '2025-03-29 12:24:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221931130010002', 'P2', 'ASRS-0528', 4, '2025-03-29 12:18:51', '2025-03-29 12:19:51', '2025-03-29 12:24:07', '2025-03-29 12:25:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743221991133010002', 'P2', 'ASRS-0551', 4, '2025-03-29 12:19:51', '2025-03-29 12:21:14', '2025-03-29 12:25:38', '2025-03-29 13:20:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743225765530010000', 'P2', 'ASRS-0551', 4, '2025-03-29 13:22:46', '2025-03-29 13:23:28', '2025-03-29 13:24:17', '2025-03-29 13:24:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743225876529010002', 'P2', 'ASRS-0519', 4, '2025-03-29 13:24:37', '2025-03-29 13:25:31', '2025-03-29 13:26:16', '2025-03-29 13:26:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743225876529010005', 'P2', 'ASRS-1025', 4, '2025-03-29 13:24:37', '2025-03-29 13:25:34', '2025-03-29 13:26:56', '2025-03-29 13:27:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743225933528010002', 'P2', 'ASRS-1034', 4, '2025-03-29 13:25:34', '2025-03-29 13:27:46', '2025-03-29 13:28:35', '2025-03-29 13:29:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743225941528010002', 'P3', 'ASRS-0350', 4, '2025-03-29 13:25:42', '2025-03-29 13:26:54', '2025-03-29 13:29:43', '2025-03-29 13:30:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743225941528010005', 'P3', 'ASRS-0384', 4, '2025-03-29 13:25:42', '2025-03-29 13:26:32', '2025-03-29 13:27:10', '2025-03-29 13:29:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226013530010001', 'P3', 'ASRS-1027', 4, '2025-03-29 13:26:54', '2025-03-29 13:28:39', '2025-03-29 13:30:49', '2025-03-29 13:31:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226118528010002', 'P3', 'ASRS-1436', 4, '2025-03-29 13:28:39', '2025-03-29 13:29:59', '2025-03-29 13:31:58', '2025-03-29 13:34:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226146530010002', 'P2', 'ASRS-1025', 4, '2025-03-29 13:29:07', '2025-03-29 13:29:47', '2025-03-29 13:30:32', '2025-03-29 13:30:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226241529010002', 'P2', 'ASRS-0316', 4, '2025-03-29 13:30:42', '2025-03-29 13:31:34', '2025-03-29 13:35:27', '2025-03-29 13:36:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226241530010002', 'P2', 'ASRS-1031', 4, '2025-03-29 13:30:42', '2025-03-29 13:31:32', '2025-03-29 13:32:17', '2025-03-29 13:35:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226293529010002', 'P2', 'ASRS-0338', 4, '2025-03-29 13:31:34', '2025-03-29 13:32:55', '2025-03-29 13:36:43', '2025-03-29 13:37:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226481527010002', 'P3', 'ASRS-0324', 4, '2025-03-29 13:34:42', '2025-03-29 13:35:28', '2025-03-29 13:36:06', '2025-03-29 13:38:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226481527010005', 'P3', 'ASRS-0305', 4, '2025-03-29 13:34:42', '2025-03-29 13:35:31', '2025-03-29 13:38:34', '2025-03-29 13:39:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226527530010002', 'P3', 'ASRS-0336', 4, '2025-03-29 13:35:28', '2025-03-29 13:36:21', '2025-03-29 13:39:28', '2025-03-29 13:40:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226530529010002', 'P3', 'ASRS-0340', 4, '2025-03-29 13:35:31', '2025-03-29 13:36:55', '2025-03-29 13:40:07', '2025-03-29 13:40:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226580528010002', 'P3', 'ASRS-1529', 4, '2025-03-29 13:36:21', '2025-03-29 13:37:37', '2025-03-29 13:40:37', '2025-03-29 13:41:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226614527010002', 'P3', 'ASRS-1245', 4, '2025-03-29 13:36:55', '2025-03-29 13:37:53', '2025-03-29 13:41:57', '2025-03-29 13:42:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226671527010002', 'P2', 'ASRS-0337', 4, '2025-03-29 13:37:52', '2025-03-29 13:40:13', '2025-03-29 13:41:49', '2025-03-29 13:43:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226671527010005', 'P2', 'ASRS-0501', 4, '2025-03-29 13:37:52', '2025-03-29 13:38:46', '2025-03-29 13:39:31', '2025-03-29 13:41:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226672530010003', 'P3', 'ASRS-1027', 4, '2025-03-29 13:37:53', '2025-03-29 13:39:19', '2025-03-29 13:42:30', '2025-03-29 13:43:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226758529010002', 'P3', 'ASRS-0551', 4, '2025-03-29 13:39:19', '2025-03-29 13:41:03', '2025-03-29 13:43:06', '2025-03-29 13:45:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226991527010002', 'P2', 'ASRS-1524', 4, '2025-03-29 13:43:12', '2025-03-29 13:44:43', '2025-03-29 13:49:27', '2025-03-29 13:49:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743226991527010005', 'P2', 'ASRS-0522', 4, '2025-03-29 13:43:12', '2025-03-29 13:44:09', '2025-03-29 13:44:58', '2025-03-29 13:49:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227106527010002', 'P3', 'ASRS-0318', 4, '2025-03-29 13:45:07', '2025-03-29 13:45:57', '2025-03-29 13:46:39', '2025-03-29 13:48:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227156528010002', 'P3', 'ASRS-0383', 4, '2025-03-29 13:45:57', '2025-03-29 13:47:15', '2025-03-29 13:48:31', '2025-03-29 13:49:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227234528010001', 'P3', 'ASRS-1268', 4, '2025-03-29 13:47:15', '2025-03-29 13:48:12', '2025-03-29 13:50:49', '2025-03-29 13:51:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227234528010004', 'P3', 'ASRS-0272', 4, '2025-03-29 13:47:15', '2025-03-29 13:47:59', '2025-03-29 13:49:39', '2025-03-29 13:50:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227396530010000', 'P2', 'ASRS-1088', 4, '2025-03-29 13:49:57', '2025-03-29 13:51:33', '2025-03-29 13:52:21', '2025-03-29 13:55:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227554528010002', 'P3', 'ASRS-1268', 4, '2025-03-29 13:52:35', '2025-03-29 13:53:16', '2025-03-29 13:53:55', '2025-03-29 13:53:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227641527010002', 'P3', 'ASRS-0317', 4, '2025-03-29 13:54:02', '2025-03-29 13:54:52', '2025-03-29 13:55:31', '2025-03-29 14:03:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227641527010005', 'P3', 'ASRS-1902', 4, '2025-03-29 13:54:02', '2025-03-29 13:54:49', '2025-03-29 14:03:55', '2025-03-29 14:07:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227688529010002', 'P3', 'ASRS-0519', 4, '2025-03-29 13:54:49', '2025-03-29 13:56:10', '2025-03-29 14:08:56', '2025-03-29 14:09:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227691527010001', 'P3', 'ASRS-1221', 4, '2025-03-29 13:54:52', '2025-03-29 13:55:45', '2025-03-29 14:07:34', '2025-03-29 14:08:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227769527010002', 'P3', 'ASRS-0528', 4, '2025-03-29 13:56:10', '2025-03-29 13:57:32', '2025-03-29 14:09:26', '2025-03-29 14:12:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227851529010002', 'P3', 'ASRS-0527', 4, '2025-03-29 13:57:32', '2025-03-29 13:58:28', '2025-03-29 14:12:54', '2025-03-29 14:13:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227871529010001', 'P2', 'ASRS-0315', 4, '2025-03-29 13:57:52', '2025-03-29 13:58:44', '2025-03-29 13:59:29', '2025-03-29 14:05:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227871529010004', 'P2', 'ASRS-0332', 4, '2025-03-29 13:57:52', '2025-03-29 13:59:19', '2025-03-29 14:05:12', '2025-03-29 14:05:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227907533010002', 'P3', 'ASRS-1034', 4, '2025-03-29 13:58:28', '2025-03-29 14:00:09', '2025-03-29 14:12:16', '2025-03-29 14:12:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227923530010002', 'P2', 'ASRS-0388', 4, '2025-03-29 13:58:44', '2025-03-29 13:59:34', '2025-03-29 14:05:46', '2025-03-29 14:06:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227958529010002', 'P2', 'ASRS-0313', 4, '2025-03-29 13:59:19', '2025-03-29 14:00:59', '2025-03-29 14:08:01', '2025-03-29 14:08:22'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743227973530010001', 'P2', 'ASRS-0350', 4, '2025-03-29 13:59:34', '2025-03-29 14:00:27', '2025-03-29 14:06:22', '2025-03-29 14:06:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228026530010000', 'P2', 'ASRS-0334', 4, '2025-03-29 14:00:27', '2025-03-29 14:01:17', '2025-03-29 14:06:50', '2025-03-29 14:07:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228058527010001', 'P2', 'ASRS-0304', 4, '2025-03-29 14:00:59', '2025-03-29 14:01:58', '2025-03-29 14:08:28', '2025-03-29 14:08:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228117527010002', 'P2', 'ASRS-0520', 4, '2025-03-29 14:01:58', '2025-03-29 14:02:58', '2025-03-29 14:08:53', '2025-03-29 14:09:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228306528010000', 'P2', 'ASRS-1436', 4, '2025-03-29 14:05:07', '2025-03-29 14:05:58', '2025-03-29 14:09:15', '2025-03-29 14:10:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228606526010002', 'P2', 'ASRS-0324', 4, '2025-03-29 14:10:07', '2025-03-29 14:11:29', '2025-03-29 14:13:00', '2025-03-29 14:13:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228606526010005', 'P2', 'ASRS-0305', 4, '2025-03-29 14:10:07', '2025-03-29 14:10:55', '2025-03-29 14:11:40', '2025-03-29 14:12:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228654530010002', 'P2', 'ASRS-0340', 4, '2025-03-29 14:10:55', '2025-03-29 14:12:13', '2025-03-29 14:13:31', '2025-03-29 14:13:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228688527010002', 'P2', 'ASRS-1032', 4, '2025-03-29 14:11:29', '2025-03-29 14:12:51', '2025-03-29 14:14:01', '2025-03-29 14:14:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228732528010002', 'P2', 'ASRS-1027', 4, '2025-03-29 14:12:13', '2025-03-29 14:13:32', '2025-03-29 14:14:48', '2025-03-29 14:15:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228770528010002', 'P2', 'ASRS-1529', 4, '2025-03-29 14:12:51', '2025-03-29 14:14:16', '2025-03-29 14:16:04', '2025-03-29 14:16:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228811527010002', 'P3', 'ASRS-0306', 4, '2025-03-29 14:13:32', '2025-03-29 14:15:04', '2025-03-29 14:24:51', '2025-03-29 14:25:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228811528010002', 'P3', 'ASRS-0338', 4, '2025-03-29 14:13:32', '2025-03-29 14:14:46', '2025-03-29 14:15:24', '2025-03-29 14:24:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743228903527010002', 'P3', 'ASRS-0316', 4, '2025-03-29 14:15:04', '2025-03-29 14:16:24', '2025-03-29 14:25:22', '2025-03-29 14:25:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229006527010001', 'P2', 'ASRS-0306', 4, '2025-03-29 14:16:47', '2025-03-29 14:16:48', '2025-03-29 14:25:33', '2025-03-29 14:26:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229006527010004', 'P2', 'ASRS-0333', 4, '2025-03-29 14:16:47', '2025-03-29 14:17:55', '2025-03-29 14:19:58', '2025-03-29 14:20:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229006527010007', 'P2', 'ASRS-1902', 4, '2025-03-29 14:16:47', '2025-03-29 14:17:46', '2025-03-29 14:18:35', '2025-03-29 14:19:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229065531010002', 'P2', 'ASRS-1526', 4, '2025-03-29 14:17:46', '2025-03-29 14:19:07', '2025-03-29 14:21:04', '2025-03-29 14:21:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229074527010002', 'P2', 'ASRS-1221', 4, '2025-03-29 14:17:55', '2025-03-29 14:18:48', '2025-03-29 14:20:29', '2025-03-29 14:20:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229146529010001', 'P2', 'ASRS-0528', 4, '2025-03-29 14:19:07', '2025-03-29 14:20:31', '2025-03-29 14:21:59', '2025-03-29 14:24:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229230531010001', 'P2', 'ASRS-0551', 4, '2025-03-29 14:20:31', '2025-03-29 14:21:52', '2025-03-29 14:24:06', '2025-03-29 14:25:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229556528010002', 'P3', 'ASRS-1031', 4, '2025-03-29 14:25:57', '2025-03-29 14:26:52', '2025-03-29 14:27:30', '2025-03-29 14:30:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229571528010002', 'P2', 'ASRS-0519', 4, '2025-03-29 14:26:12', '2025-03-29 14:26:58', '2025-03-29 14:27:47', '2025-03-29 14:28:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229617527010002', 'P2', 'ASRS-1034', 4, '2025-03-29 14:26:58', '2025-03-29 14:28:18', '2025-03-29 14:29:19', '2025-03-29 14:29:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229781526010002', 'P2', 'ASRS-0316', 4, '2025-03-29 14:29:42', '2025-03-29 14:30:43', '2025-03-29 14:32:08', '2025-03-29 14:32:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229781527010001', 'P2', 'ASRS-1031', 4, '2025-03-29 14:29:42', '2025-03-29 14:29:43', '2025-03-29 14:30:19', '2025-03-29 14:32:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229781527010004', 'P2', 'ASRS-0338', 4, '2025-03-29 14:29:42', '2025-03-29 14:31:14', '2025-03-29 14:32:39', '2025-03-29 14:33:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229806528010002', 'P3', 'ASRS-1683', 4, '2025-03-29 14:30:07', '2025-03-29 14:31:35', '2025-03-29 14:32:17', '2025-03-29 14:32:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743229996528010002', 'P2', 'ASRS-0331', 4, '2025-03-29 14:33:17', '2025-03-29 14:34:25', '2025-03-29 14:35:10', '2025-03-29 14:35:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230161528010002', 'P2', 'ASRS-0337', 4, '2025-03-29 14:36:02', '2025-03-29 14:36:50', '2025-03-29 14:39:15', '2025-03-29 14:39:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230161528010006', 'P2', 'ASRS-0501', 4, '2025-03-29 14:36:02', '2025-03-29 14:36:55', '2025-03-29 14:37:40', '2025-03-29 14:39:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230396527010002', 'P2', 'ASRS-1524', 4, '2025-03-29 14:39:57', '2025-03-29 14:41:18', '2025-03-29 14:42:07', '2025-03-29 14:42:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230477526010002', 'P2', 'ASRS-0522', 4, '2025-03-29 14:41:18', '2025-03-29 14:42:17', '2025-03-29 14:43:06', '2025-03-29 14:43:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230596528010002', 'P2', 'ASRS-1088', 4, '2025-03-29 14:43:17', '2025-03-29 14:44:19', '2025-03-29 14:45:07', '2025-03-29 14:45:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230796527010000', 'P3', 'ASRS-0271', 4, '2025-03-29 14:46:37', '2025-03-29 14:47:19', '2025-03-29 14:47:58', '2025-03-29 14:50:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230838527010002', 'P3', 'ASRS-0350', 4, '2025-03-29 14:47:19', '2025-03-29 14:48:10', '2025-03-29 14:50:58', '2025-03-29 14:52:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230866528010002', 'P2', 'ASRS-0315', 4, '2025-03-29 14:47:47', '2025-03-29 14:48:34', '2025-03-29 14:49:22', '2025-03-29 14:49:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230866528010005', 'P2', 'ASRS-0332', 4, '2025-03-29 14:47:47', '2025-03-29 14:48:55', '2025-03-29 14:49:50', '2025-03-29 14:50:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230866529010001', 'P2', 'ASRS-0350', 4, '2025-03-29 14:47:47', '2025-03-29 14:48:10', '2025-03-29 14:52:34', '2025-03-29 14:52:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230913530010002', 'P2', 'ASRS-0313', 4, '2025-03-29 14:48:34', '2025-03-29 14:49:31', '2025-03-29 14:50:20', '2025-03-29 14:50:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230934529010001', 'P2', 'ASRS-0520', 4, '2025-03-29 14:48:55', '2025-03-29 14:49:47', '2025-03-29 14:50:43', '2025-03-29 14:50:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230970529010002', 'P2', 'ASRS-0304', 4, '2025-03-29 14:49:31', '2025-03-29 14:50:31', '2025-03-29 14:51:20', '2025-03-29 14:51:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743230986529010002', 'P2', 'ASRS-0334', 4, '2025-03-29 14:49:47', '2025-03-29 14:50:37', '2025-03-29 14:51:36', '2025-03-29 14:52:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231030528010002', 'P2', 'ASRS-0388', 4, '2025-03-29 14:50:31', '2025-03-29 14:51:54', '2025-03-29 14:53:25', '2025-03-29 14:53:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231036526010002', 'P2', 'ASRS-1436', 4, '2025-03-29 14:50:37', '2025-03-29 14:51:56', '2025-03-29 14:52:52', '2025-03-29 14:53:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231141528010002', 'P3', 'ASRS-1531', 4, '2025-03-29 14:52:22', '2025-03-29 14:53:14', '2025-03-29 14:53:52', '2025-03-29 15:05:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231141528010006', 'P3', 'ASRS-0386', 4, '2025-03-29 14:52:22', '2025-03-29 14:53:12', '2025-03-29 15:06:04', '2025-03-29 15:07:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231236526010002', 'P2', 'ASRS-0324', 4, '2025-03-29 14:53:57', '2025-03-29 14:55:27', '2025-03-29 14:56:16', '2025-03-29 14:56:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231236527010002', 'P2', 'ASRS-0305', 4, '2025-03-29 14:53:57', '2025-03-29 14:55:11', '2025-03-29 14:55:57', '2025-03-29 14:56:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231310527010002', 'P2', 'ASRS-0340', 4, '2025-03-29 14:55:11', '2025-03-29 14:56:30', '2025-03-29 14:57:15', '2025-03-29 14:57:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231326527010002', 'P2', 'ASRS-1032', 4, '2025-03-29 14:55:27', '2025-03-29 14:56:48', '2025-03-29 14:57:36', '2025-03-29 14:58:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231389529010002', 'P2', 'ASRS-1027', 4, '2025-03-29 14:56:30', '2025-03-29 14:57:20', '2025-03-29 14:58:44', '2025-03-29 14:59:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231407527010002', 'P2', 'ASRS-1529', 4, '2025-03-29 14:56:48', '2025-03-29 14:58:12', '2025-03-29 14:59:16', '2025-03-29 14:59:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231576528010001', 'P2', 'ASRS-0306', 4, '2025-03-29 14:59:37', '2025-03-29 15:00:26', '2025-03-29 15:01:11', '2025-03-29 15:01:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231576528010004', 'P2', 'ASRS-1902', 4, '2025-03-29 14:59:37', '2025-03-29 15:00:45', '2025-03-29 15:01:34', '2025-03-29 15:02:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231625526010002', 'P2', 'ASRS-0333', 4, '2025-03-29 15:00:26', '2025-03-29 15:01:41', '2025-03-29 15:02:27', '2025-03-29 15:03:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231644529010002', 'P2', 'ASRS-1221', 4, '2025-03-29 15:00:45', '2025-03-29 15:02:08', '2025-03-29 15:03:06', '2025-03-29 15:03:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231700530010001', 'P2', 'ASRS-1526', 4, '2025-03-29 15:01:41', '2025-03-29 15:02:33', '2025-03-29 15:04:00', '2025-03-29 15:04:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231727528010001', 'P2', 'ASRS-0528', 4, '2025-03-29 15:02:08', '2025-03-29 15:03:28', '2025-03-29 15:04:16', '2025-03-29 15:05:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231807530010002', 'P2', 'ASRS-0331', 4, '2025-03-29 15:03:28', '2025-03-29 15:04:26', '2025-03-29 15:05:18', '2025-03-29 15:05:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743231931528010002', 'P2', 'ASRS-0519', 4, '2025-03-29 15:05:32', '2025-03-29 15:06:42', '2025-03-29 15:07:30', '2025-03-29 15:07:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232001527010002', 'P2', 'ASRS-1034', 4, '2025-03-29 15:06:42', '2025-03-29 15:08:04', '2025-03-29 15:08:52', '2025-03-29 15:09:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232141527010002', 'P2', 'ASRS-0316', 4, '2025-03-29 15:09:02', '2025-03-29 15:09:48', '2025-03-29 15:10:34', '2025-03-29 15:10:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232141528010000', 'P2', 'ASRS-1031', 4, '2025-03-29 15:09:02', '2025-03-29 15:11:09', '2025-03-29 15:11:57', '2025-03-29 15:12:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232166532010002', 'P3', 'ASRS-0271', 4, '2025-03-29 15:09:27', '2025-03-29 15:10:20', '2025-03-29 15:11:02', '2025-03-29 15:14:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232166532010005', 'P3', 'ASRS-0350', 4, '2025-03-29 15:09:27', '2025-03-29 15:10:32', '2025-03-29 15:14:08', '2025-03-29 15:15:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232268527010002', 'P2', 'ASRS-0338', 4, '2025-03-29 15:11:09', '2025-03-29 15:12:08', '2025-03-29 15:12:57', '2025-03-29 15:13:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232401527010002', 'P2', 'ASRS-0337', 4, '2025-03-29 15:13:22', '2025-03-29 15:14:21', '2025-03-29 15:16:12', '2025-03-29 15:16:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232401527010005', 'P2', 'ASRS-0501', 4, '2025-03-29 15:13:22', '2025-03-29 15:14:10', '2025-03-29 15:14:59', '2025-03-29 15:16:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232521527010002', 'P3', 'ASRS-1531', 4, '2025-03-29 15:15:22', '2025-03-29 15:16:11', '2025-03-29 15:18:16', '2025-03-29 15:20:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232521527010005', 'P3', 'ASRS-0386', 4, '2025-03-29 15:15:22', '2025-03-29 15:16:09', '2025-03-29 15:16:48', '2025-03-29 15:18:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232576526010002', 'P2', 'ASRS-1524', 4, '2025-03-29 15:16:17', '2025-03-29 15:17:34', '2025-03-29 15:18:22', '2025-03-29 15:18:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232653528010002', 'P2', 'ASRS-0522', 4, '2025-03-29 15:17:34', '2025-03-29 15:18:54', '2025-03-29 15:20:25', '2025-03-29 15:20:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743232841528010002', 'P2', 'ASRS-1088', 4, '2025-03-29 15:20:42', '2025-03-29 15:21:31', '2025-03-29 15:22:19', '2025-03-29 15:22:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743233031527010001', 'P3', 'ASRS-0271', 4, '2025-03-29 15:23:52', '2025-03-29 15:24:38', '2025-03-29 15:25:16', '2025-03-29 15:25:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743233031527010004', 'P3', 'ASRS-0350', 4, '2025-03-29 15:23:52', '2025-03-29 15:25:02', '2025-03-29 15:25:44', '2025-03-29 15:25:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743233151528010002', 'P3', 'ASRS-1531', 4, '2025-03-29 15:25:52', '2025-03-29 15:26:50', '2025-03-29 15:27:32', '2025-03-29 15:28:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743233209527010001', 'P3', 'ASRS-0386', 4, '2025-03-29 15:26:50', '2025-03-29 15:28:13', '2025-03-29 15:28:55', '2025-03-29 15:29:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743383836518010002', 'P3', 'ASRS-0271', 4, '2025-03-31 09:17:17', '2025-03-31 09:18:05', '2025-03-31 09:20:50', '2025-03-31 09:21:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743383836518010005', 'P3', 'ASRS-0350', 4, '2025-03-31 09:17:17', '2025-03-31 09:17:58', '2025-03-31 09:18:36', '2025-03-31 09:20:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743384121542010002', 'P3', 'ASRS-1531', 4, '2025-03-31 09:22:02', '2025-03-31 09:22:53', '2025-03-31 09:23:35', '2025-03-31 09:25:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743384172528010001', 'P3', 'ASRS-0386', 4, '2025-03-31 09:22:53', '2025-03-31 09:24:17', '2025-03-31 09:25:56', '2025-03-31 09:27:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743384466528010002', 'P3', 'ASRS-0350', 4, '2025-03-31 09:27:47', '2025-03-31 09:28:36', '2025-03-31 09:29:18', '2025-03-31 09:33:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743384786529010002', 'P3', 'ASRS-1531', 4, '2025-03-31 09:33:07', '2025-03-31 09:33:56', '2025-03-31 09:34:38', '2025-03-31 09:35:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395121528010002', 'P3', 'ASRS-0315', 4, '2025-03-31 12:25:22', '2025-03-31 12:26:11', '2025-03-31 12:27:42', '2025-03-31 12:28:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395121528010005', 'P3', 'ASRS-0332', 4, '2025-03-31 12:25:22', '2025-03-31 12:26:13', '2025-03-31 12:26:51', '2025-03-31 12:27:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395170527010002', 'P3', 'ASRS-0313', 4, '2025-03-31 12:26:11', '2025-03-31 12:27:08', '2025-03-31 12:28:48', '2025-03-31 12:29:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395172532010001', 'P3', 'ASRS-0304', 4, '2025-03-31 12:26:13', '2025-03-31 12:27:04', '2025-03-31 12:28:13', '2025-03-31 12:28:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395223529010002', 'P3', 'ASRS-0388', 4, '2025-03-31 12:27:04', '2025-03-31 12:27:56', '2025-03-31 12:29:22', '2025-03-31 12:29:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395227518010002', 'P3', 'ASRS-1900', 4, '2025-03-31 12:27:08', '2025-03-31 12:28:07', '2025-03-31 12:29:50', '2025-03-31 12:30:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395275527010002', 'P3', 'ASRS-0520', 4, '2025-03-31 12:27:56', '2025-03-31 12:28:47', '2025-03-31 12:30:10', '2025-03-31 12:35:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395286518010002', 'P3', 'ASRS-0334', 4, '2025-03-31 12:28:07', '2025-03-31 12:29:05', '2025-03-31 12:35:06', '2025-03-31 12:35:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395751518010002', 'P3', 'ASRS-0350', 4, '2025-03-31 12:35:52', '2025-03-31 12:37:15', '2025-03-31 12:38:12', '2025-03-31 12:38:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395751518010005', 'P3', 'ASRS-0384', 4, '2025-03-31 12:35:52', '2025-03-31 12:36:36', '2025-03-31 12:37:15', '2025-03-31 12:38:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395795529010002', 'P3', 'ASRS-1027', 4, '2025-03-31 12:36:36', '2025-03-31 12:37:51', '2025-03-31 12:38:45', '2025-03-31 12:39:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743395834538010002', 'P3', 'ASRS-1436', 4, '2025-03-31 12:37:15', '2025-03-31 12:38:11', '2025-03-31 12:39:23', '2025-03-31 12:40:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396031530010002', 'P3', 'ASRS-0324', 4, '2025-03-31 12:40:32', '2025-03-31 12:41:16', '2025-03-31 12:41:55', '2025-03-31 12:42:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396031530010005', 'P3', 'ASRS-0305', 4, '2025-03-31 12:40:32', '2025-03-31 12:41:33', '2025-03-31 12:42:21', '2025-03-31 12:42:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396075529010002', 'P3', 'ASRS-1245', 4, '2025-03-31 12:41:16', '2025-03-31 12:42:10', '2025-03-31 12:42:48', '2025-03-31 12:43:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396092518010002', 'P3', 'ASRS-0340', 4, '2025-03-31 12:41:33', '2025-03-31 12:42:55', '2025-03-31 12:43:38', '2025-03-31 12:43:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396174518010002', 'P3', 'ASRS-0336', 4, '2025-03-31 12:42:55', '2025-03-31 12:44:20', '2025-03-31 12:45:02', '2025-03-31 12:45:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396259518010002', 'P3', 'ASRS-1027', 4, '2025-03-31 12:44:20', '2025-03-31 12:45:41', '2025-03-31 12:46:24', '2025-03-31 12:46:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396340535010002', 'P3', 'ASRS-1529', 4, '2025-03-31 12:45:41', '2025-03-31 12:46:39', '2025-03-31 12:47:21', '2025-03-31 12:48:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396398518010002', 'P3', 'ASRS-0331', 4, '2025-03-31 12:46:39', '2025-03-31 12:48:02', '2025-03-31 12:48:44', '2025-03-31 12:49:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396546534010002', 'P3', 'ASRS-0318', 4, '2025-03-31 12:49:07', '2025-03-31 12:49:51', '2025-03-31 12:50:30', '2025-03-31 12:51:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396546535010002', 'P3', 'ASRS-1268', 4, '2025-03-31 12:49:07', '2025-03-31 12:50:03', '2025-03-31 12:51:10', '2025-03-31 12:52:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396590528010002', 'P3', 'ASRS-0383', 4, '2025-03-31 12:49:51', '2025-03-31 12:50:42', '2025-03-31 12:52:17', '2025-03-31 12:52:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396766528010002', 'P3', 'ASRS-0317', 4, '2025-03-31 12:52:47', '2025-03-31 12:53:35', '2025-03-31 12:55:34', '2025-03-31 12:55:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396766528010005', 'P3', 'ASRS-1902', 4, '2025-03-31 12:52:47', '2025-03-31 12:53:38', '2025-03-31 12:54:17', '2025-03-31 12:55:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396814536010002', 'P3', 'ASRS-0519', 4, '2025-03-31 12:53:35', '2025-03-31 12:54:57', '2025-03-31 12:56:48', '2025-03-31 12:57:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396817527010002', 'P3', 'ASRS-1221', 4, '2025-03-31 12:53:38', '2025-03-31 12:54:59', '2025-03-31 12:55:53', '2025-03-31 12:56:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396898537010000', 'P3', 'ASRS-0528', 4, '2025-03-31 12:54:59', '2025-03-31 12:55:51', '2025-03-31 12:57:11', '2025-03-31 12:58:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743396950528010002', 'P3', 'ASRS-0527', 4, '2025-03-31 12:55:51', '2025-03-31 12:56:44', '2025-03-31 12:58:36', '2025-03-31 12:58:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743397003518010002', 'P3', 'ASRS-1034', 4, '2025-03-31 12:56:44', '2025-03-31 12:58:03', '2025-03-31 12:59:04', '2025-03-31 13:00:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743397236528010002', 'P3', 'ASRS-0306', 4, '2025-03-31 13:00:37', '2025-03-31 13:01:24', '2025-03-31 13:02:06', '2025-03-31 13:09:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743397283518010002', 'P3', 'ASRS-0316', 4, '2025-03-31 13:01:24', '2025-03-31 13:02:48', '2025-03-31 13:09:18', '2025-03-31 13:09:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743397367529010002', 'P3', 'ASRS-0338', 4, '2025-03-31 13:02:48', '2025-03-31 13:04:12', '2025-03-31 13:09:47', '2025-03-31 13:10:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743397811540010002', 'P3', 'ASRS-0303', 4, '2025-03-31 13:10:12', '2025-03-31 13:11:29', '2025-03-31 13:12:11', '2025-03-31 13:13:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743397986518010002', 'P3', 'ASRS-1031', 4, '2025-03-31 13:13:07', '2025-03-31 13:13:51', '2025-03-31 13:14:30', '2025-03-31 13:15:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398121518010002', 'P3', 'ASRS-1683', 4, '2025-03-31 13:15:22', '2025-03-31 13:16:08', '2025-03-31 13:16:50', '2025-03-31 13:17:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398481518010002', 'P3', 'ASRS-0315', 4, '2025-03-31 13:21:22', '2025-03-31 13:22:12', '2025-03-31 13:23:06', '2025-03-31 13:23:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398481518010005', 'P3', 'ASRS-0332', 4, '2025-03-31 13:21:22', '2025-03-31 13:22:08', '2025-03-31 13:22:50', '2025-03-31 13:23:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398527529010002', 'P3', 'ASRS-0304', 4, '2025-03-31 13:22:08', '2025-03-31 13:23:07', '2025-03-31 13:24:01', '2025-03-31 13:24:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398531529010002', 'P3', 'ASRS-0313', 4, '2025-03-31 13:22:12', '2025-03-31 13:23:02', '2025-03-31 13:23:42', '2025-03-31 13:23:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398581531010002', 'P3', 'ASRS-1900', 4, '2025-03-31 13:23:02', '2025-03-31 13:23:53', '2025-03-31 13:24:32', '2025-03-31 13:24:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398586533010002', 'P3', 'ASRS-0388', 4, '2025-03-31 13:23:07', '2025-03-31 13:24:04', '2025-03-31 13:25:02', '2025-03-31 13:25:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398632531010002', 'P3', 'ASRS-0334', 4, '2025-03-31 13:23:53', '2025-03-31 13:24:45', '2025-03-31 13:25:23', '2025-03-31 13:26:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398643530010002', 'P3', 'ASRS-0520', 4, '2025-03-31 13:24:04', '2025-03-31 13:25:26', '2025-03-31 13:26:37', '2025-03-31 13:26:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398806518010002', 'P3', 'ASRS-0350', 4, '2025-03-31 13:26:47', '2025-03-31 13:27:31', '2025-03-31 13:28:10', '2025-03-31 13:29:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398806518010005', 'P3', 'ASRS-0384', 4, '2025-03-31 13:26:47', '2025-03-31 13:27:38', '2025-03-31 13:29:08', '2025-03-31 13:29:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398850529010002', 'P3', 'ASRS-1027', 4, '2025-03-31 13:27:31', '2025-03-31 13:28:47', '2025-03-31 13:29:33', '2025-03-31 13:29:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743398857529010002', 'P3', 'ASRS-1436', 4, '2025-03-31 13:27:38', '2025-03-31 13:28:59', '2025-03-31 13:29:53', '2025-03-31 13:30:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399021541010002', 'P3', 'ASRS-0324', 4, '2025-03-31 13:30:22', '2025-03-31 13:31:12', '2025-03-31 13:31:54', '2025-03-31 13:32:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399021541010005', 'P3', 'ASRS-0305', 4, '2025-03-31 13:30:22', '2025-03-31 13:31:23', '2025-03-31 13:32:06', '2025-03-31 13:32:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399071529010002', 'P3', 'ASRS-1245', 4, '2025-03-31 13:31:12', '2025-03-31 13:32:36', '2025-03-31 13:33:31', '2025-03-31 13:35:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399082529010002', 'P3', 'ASRS-0340', 4, '2025-03-31 13:31:23', '2025-03-31 13:32:38', '2025-03-31 13:33:16', '2025-03-31 13:33:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399155529010002', 'P3', 'ASRS-0336', 4, '2025-03-31 13:32:36', '2025-03-31 13:33:35', '2025-03-31 13:35:18', '2025-03-31 13:35:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399214527010002', 'P3', 'ASRS-1027', 4, '2025-03-31 13:33:35', '2025-03-31 13:34:58', '2025-03-31 13:35:40', '2025-03-31 13:35:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399297537010002', 'P3', 'ASRS-1529', 4, '2025-03-31 13:34:58', '2025-03-31 13:35:55', '2025-03-31 13:36:37', '2025-03-31 13:36:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399354530010002', 'P3', 'ASRS-0331', 4, '2025-03-31 13:35:55', '2025-03-31 13:37:16', '2025-03-31 13:37:59', '2025-03-31 13:38:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399491518010002', 'P3', 'ASRS-0318', 4, '2025-03-31 13:38:12', '2025-03-31 13:39:01', '2025-03-31 13:39:57', '2025-03-31 13:40:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399491518010005', 'P3', 'ASRS-0383', 4, '2025-03-31 13:38:12', '2025-03-31 13:38:59', '2025-03-31 13:39:38', '2025-03-31 13:39:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399540536010002', 'P3', 'ASRS-1268', 4, '2025-03-31 13:39:01', '2025-03-31 13:40:20', '2025-03-31 13:41:26', '2025-03-31 13:42:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399540536010005', 'P3', 'ASRS-0329', 4, '2025-03-31 13:39:01', '2025-03-31 13:39:54', '2025-03-31 13:40:33', '2025-03-31 13:41:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399681531010002', 'P3', 'ASRS-0317', 4, '2025-03-31 13:41:22', '2025-03-31 13:42:06', '2025-03-31 13:42:44', '2025-03-31 13:43:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399681531010005', 'P3', 'ASRS-1902', 4, '2025-03-31 13:41:22', '2025-03-31 13:42:10', '2025-03-31 13:43:26', '2025-03-31 13:43:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399725529010002', 'P3', 'ASRS-0519', 4, '2025-03-31 13:42:06', '2025-03-31 13:42:59', '2025-03-31 13:43:45', '2025-03-31 13:44:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399729536010002', 'P3', 'ASRS-1221', 4, '2025-03-31 13:42:10', '2025-03-31 13:43:33', '2025-03-31 13:44:15', '2025-03-31 13:44:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399812529010002', 'P3', 'ASRS-0527', 4, '2025-03-31 13:43:33', '2025-03-31 13:44:31', '2025-03-31 13:45:12', '2025-03-31 13:45:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399870531010001', 'P3', 'ASRS-1034', 4, '2025-03-31 13:44:31', '2025-03-31 13:45:53', '2025-03-31 13:46:36', '2025-03-31 13:46:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743399952518010002', 'P3', 'ASRS-0303', 4, '2025-03-31 13:45:53', '2025-03-31 13:47:17', '2025-03-31 13:47:58', '2025-03-31 13:48:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400096518010002', 'P3', 'ASRS-0306', 4, '2025-03-31 13:48:17', '2025-03-31 13:49:07', '2025-03-31 13:50:12', '2025-03-31 13:50:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400096518010005', 'P3', 'ASRS-0316', 4, '2025-03-31 13:48:17', '2025-03-31 13:49:03', '2025-03-31 13:49:42', '2025-03-31 13:50:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400146541010002', 'P3', 'ASRS-0338', 4, '2025-03-31 13:49:07', '2025-03-31 13:50:31', '2025-03-31 13:51:13', '2025-03-31 13:51:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400296518010002', 'P3', 'ASRS-1031', 4, '2025-03-31 13:51:37', '2025-03-31 13:52:25', '2025-03-31 13:53:06', '2025-03-31 13:53:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400406527010002', 'P3', 'ASRS-1683', 4, '2025-03-31 13:53:27', '2025-03-31 13:54:14', '2025-03-31 13:54:56', '2025-03-31 13:55:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400601542010002', 'P3', 'ASRS-0315', 4, '2025-03-31 13:56:42', '2025-03-31 13:57:26', '2025-03-31 13:58:05', '2025-03-31 13:58:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400601542010005', 'P3', 'ASRS-0332', 4, '2025-03-31 13:56:42', '2025-03-31 13:57:28', '2025-03-31 13:58:42', '2025-03-31 13:58:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400645529010001', 'P3', 'ASRS-0304', 4, '2025-03-31 13:57:26', '2025-03-31 13:58:17', '2025-03-31 13:58:57', '2025-03-31 13:59:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400647518010002', 'P3', 'ASRS-0313', 4, '2025-03-31 13:57:28', '2025-03-31 13:58:27', '2025-03-31 13:59:14', '2025-03-31 13:59:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400696531010002', 'P3', 'ASRS-0388', 4, '2025-03-31 13:58:17', '2025-03-31 13:59:08', '2025-03-31 13:59:47', '2025-03-31 13:59:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400706531010002', 'P3', 'ASRS-1900', 4, '2025-03-31 13:58:27', '2025-03-31 13:59:23', '2025-03-31 14:00:05', '2025-03-31 14:00:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400747532010002', 'P3', 'ASRS-0520', 4, '2025-03-31 13:59:08', '2025-03-31 13:59:59', '2025-03-31 14:00:38', '2025-03-31 14:00:44'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400762529010002', 'P3', 'ASRS-0334', 4, '2025-03-31 13:59:23', '2025-03-31 14:00:46', '2025-03-31 14:01:27', '2025-03-31 14:01:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400906529010001', 'P3', 'ASRS-0350', 4, '2025-03-31 14:01:47', '2025-03-31 14:02:59', '2025-03-31 14:03:47', '2025-03-31 14:04:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400906529010004', 'P3', 'ASRS-0384', 4, '2025-03-31 14:01:47', '2025-03-31 14:02:45', '2025-03-31 14:03:24', '2025-03-31 14:03:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400964528010002', 'P3', 'ASRS-1436', 4, '2025-03-31 14:02:45', '2025-03-31 14:04:00', '2025-03-31 14:04:39', '2025-03-31 14:05:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743400978529010002', 'P3', 'ASRS-1027', 4, '2025-03-31 14:02:59', '2025-03-31 14:04:23', '2025-03-31 14:05:16', '2025-03-31 14:05:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401136540010002', 'P3', 'ASRS-0324', 4, '2025-03-31 14:05:37', '2025-03-31 14:06:27', '2025-03-31 14:07:47', '2025-03-31 14:07:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401136540010005', 'P3', 'ASRS-0305', 4, '2025-03-31 14:05:37', '2025-03-31 14:06:23', '2025-03-31 14:07:02', '2025-03-31 14:07:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401182518010002', 'P3', 'ASRS-0340', 4, '2025-03-31 14:06:23', '2025-03-31 14:07:38', '2025-03-31 14:08:16', '2025-03-31 14:08:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401186539010002', 'P3', 'ASRS-1245', 4, '2025-03-31 14:06:27', '2025-03-31 14:07:52', '2025-03-31 14:08:34', '2025-03-31 14:08:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401257528010002', 'P3', 'ASRS-0336', 4, '2025-03-31 14:07:38', '2025-03-31 14:08:29', '2025-03-31 14:09:08', '2025-03-31 14:09:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401271536010002', 'P3', 'ASRS-0331', 4, '2025-03-31 14:07:52', '2025-03-31 14:08:49', '2025-03-31 14:09:31', '2025-03-31 14:09:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401308529010001', 'P3', 'ASRS-1027', 4, '2025-03-31 14:08:29', '2025-03-31 14:09:52', '2025-03-31 14:10:35', '2025-03-31 14:10:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401391518010002', 'P3', 'ASRS-1529', 4, '2025-03-31 14:09:52', '2025-03-31 14:11:11', '2025-03-31 14:11:50', '2025-03-31 14:12:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401536528010002', 'P3', 'ASRS-0318', 4, '2025-03-31 14:12:17', '2025-03-31 14:13:01', '2025-03-31 14:13:40', '2025-03-31 14:13:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401536529010002', 'P3', 'ASRS-0383', 4, '2025-03-31 14:12:17', '2025-03-31 14:13:12', '2025-03-31 14:13:57', '2025-03-31 14:14:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401580529010002', 'P3', 'ASRS-1268', 4, '2025-03-31 14:13:01', '2025-03-31 14:13:52', '2025-03-31 14:14:31', '2025-03-31 14:14:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401591530010002', 'P3', 'ASRS-0329', 4, '2025-03-31 14:13:12', '2025-03-31 14:14:36', '2025-03-31 14:15:44', '2025-03-31 14:16:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401766518010002', 'P3', 'ASRS-0364', 4, '2025-03-31 14:16:07', '2025-03-31 14:16:55', '2025-03-31 14:17:37', '2025-03-31 14:17:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401871531010001', 'P3', 'ASRS-0317', 4, '2025-03-31 14:17:52', '2025-03-31 14:18:39', '2025-03-31 14:19:37', '2025-03-31 14:19:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401871531010004', 'P3', 'ASRS-1902', 4, '2025-03-31 14:17:52', '2025-03-31 14:18:41', '2025-03-31 14:19:18', '2025-03-31 14:19:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401918529010001', 'P3', 'ASRS-1034', 4, '2025-03-31 14:18:39', '2025-03-31 14:19:59', '2025-03-31 14:20:41', '2025-03-31 14:20:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401920527010002', 'P3', 'ASRS-1221', 4, '2025-03-31 14:18:41', '2025-03-31 14:19:34', '2025-03-31 14:20:13', '2025-03-31 14:20:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401973541010001', 'P3', 'ASRS-0527', 4, '2025-03-31 14:19:34', '2025-03-31 14:20:28', '2025-03-31 14:21:06', '2025-03-31 14:21:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743401998530010002', 'P3', 'ASRS-0519', 4, '2025-03-31 14:19:59', '2025-03-31 14:20:58', '2025-03-31 14:21:40', '2025-03-31 14:21:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402057528010002', 'P3', 'ASRS-0303', 4, '2025-03-31 14:20:58', '2025-03-31 14:22:18', '2025-03-31 14:23:00', '2025-03-31 14:24:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402251540010002', 'P3', 'ASRS-0306', 4, '2025-03-31 14:24:12', '2025-03-31 14:24:56', '2025-03-31 14:25:35', '2025-03-31 14:25:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402251540010005', 'P3', 'ASRS-0316', 4, '2025-03-31 14:24:12', '2025-03-31 14:25:00', '2025-03-31 14:26:00', '2025-03-31 14:26:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402299531010002', 'P3', 'ASRS-0338', 4, '2025-03-31 14:25:00', '2025-03-31 14:26:21', '2025-03-31 14:27:03', '2025-03-31 14:27:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402446530010002', 'P3', 'ASRS-1031', 4, '2025-03-31 14:27:27', '2025-03-31 14:28:15', '2025-03-31 14:28:57', '2025-03-31 14:30:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402621527010002', 'P3', 'ASRS-1683', 4, '2025-03-31 14:30:22', '2025-03-31 14:31:09', '2025-03-31 14:31:51', '2025-03-31 14:31:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402756535010001', 'P3', 'ASRS-0315', 4, '2025-03-31 14:32:37', '2025-03-31 14:34:09', '2025-03-31 14:35:08', '2025-03-31 14:35:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402756535010004', 'P3', 'ASRS-0332', 4, '2025-03-31 14:32:37', '2025-03-31 14:33:21', '2025-03-31 14:34:00', '2025-03-31 14:34:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402800529010002', 'P3', 'ASRS-0313', 4, '2025-03-31 14:33:21', '2025-03-31 14:34:11', '2025-03-31 14:34:50', '2025-03-31 14:35:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402848529010002', 'P3', 'ASRS-0304', 4, '2025-03-31 14:34:09', '2025-03-31 14:35:07', '2025-03-31 14:35:57', '2025-03-31 14:36:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402850531010002', 'P3', 'ASRS-0334', 4, '2025-03-31 14:34:11', '2025-03-31 14:35:01', '2025-03-31 14:35:40', '2025-03-31 14:35:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743402906529010002', 'P3', 'ASRS-0520', 4, '2025-03-31 14:35:07', '2025-03-31 14:36:29', '2025-03-31 14:37:11', '2025-03-31 14:37:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403076518010002', 'P3', 'ASRS-0388', 4, '2025-03-31 14:37:57', '2025-03-31 14:38:59', '2025-03-31 14:44:00', '2025-03-31 14:44:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403076518010005', 'P3', 'ASRS-0350', 4, '2025-03-31 14:37:57', '2025-03-31 14:38:40', '2025-03-31 14:39:19', '2025-03-31 14:43:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403119528010002', 'P3', 'ASRS-0334', 4, '2025-03-31 14:38:40', '2025-03-31 14:39:30', '2025-03-31 14:44:18', '2025-03-31 14:44:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403138531010002', 'P3', 'ASRS-1436', 4, '2025-03-31 14:38:59', '2025-03-31 14:40:21', '2025-03-31 14:44:32', '2025-03-31 14:44:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403486530010002', 'P3', 'ASRS-0305', 4, '2025-03-31 14:44:47', '2025-03-31 14:46:00', '2025-03-31 14:46:42', '2025-03-31 14:47:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403559527010002', 'P3', 'ASRS-0340', 4, '2025-03-31 14:46:00', '2025-03-31 14:47:22', '2025-03-31 14:48:09', '2025-03-31 14:48:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403641518010002', 'P3', 'ASRS-1027', 4, '2025-03-31 14:47:22', '2025-03-31 14:48:21', '2025-03-31 14:49:03', '2025-03-31 14:49:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403700528010002', 'P3', 'ASRS-1032', 4, '2025-03-31 14:48:21', '2025-03-31 14:49:15', '2025-03-31 14:49:57', '2025-03-31 14:50:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403811529010002', 'P3', 'ASRS-0324', 4, '2025-03-31 14:50:12', '2025-03-31 14:50:57', '2025-03-31 14:51:36', '2025-03-31 14:51:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403811529010005', 'P3', 'ASRS-0333', 4, '2025-03-31 14:50:12', '2025-03-31 14:51:28', '2025-03-31 14:52:10', '2025-03-31 14:52:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403856518010002', 'P3', 'ASRS-0331', 4, '2025-03-31 14:50:57', '2025-03-31 14:52:17', '2025-03-31 14:52:56', '2025-03-31 14:53:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403887535010002', 'P3', 'ASRS-1902', 4, '2025-03-31 14:51:28', '2025-03-31 14:52:24', '2025-03-31 14:53:07', '2025-03-31 14:53:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403943518010002', 'P3', 'ASRS-1526', 4, '2025-03-31 14:52:24', '2025-03-31 14:53:18', '2025-03-31 14:54:00', '2025-03-31 14:54:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743403997529010001', 'P3', 'ASRS-1027', 4, '2025-03-31 14:53:18', '2025-03-31 14:54:43', '2025-03-31 14:55:24', '2025-03-31 14:55:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404082518010002', 'P3', 'ASRS-1529', 4, '2025-03-31 14:54:43', '2025-03-31 14:56:06', '2025-03-31 14:56:48', '2025-03-31 14:57:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404165528010002', 'P3', 'ASRS-0303', 4, '2025-03-31 14:56:06', '2025-03-31 14:57:29', '2025-03-31 14:58:11', '2025-03-31 14:58:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404306528010001', 'P3', 'ASRS-0306', 4, '2025-03-31 14:58:27', '2025-03-31 14:59:18', '2025-03-31 15:00:06', '2025-03-31 15:00:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404306528010004', 'P3', 'ASRS-0316', 4, '2025-03-31 14:58:27', '2025-03-31 14:59:12', '2025-03-31 14:59:51', '2025-03-31 15:00:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404357529010002', 'P3', 'ASRS-1221', 4, '2025-03-31 14:59:18', '2025-03-31 15:00:15', '2025-03-31 15:00:57', '2025-03-31 15:01:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404414518010002', 'P3', 'ASRS-0338', 4, '2025-03-31 15:00:15', '2025-03-31 15:01:36', '2025-03-31 15:02:18', '2025-03-31 15:02:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404546529010002', 'P3', 'ASRS-1034', 4, '2025-03-31 15:02:27', '2025-03-31 15:03:20', '2025-03-31 15:03:59', '2025-03-31 15:04:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404599535010002', 'P3', 'ASRS-0519', 4, '2025-03-31 15:03:20', '2025-03-31 15:04:13', '2025-03-31 15:04:52', '2025-03-31 15:06:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404811530010002', 'P3', 'ASRS-0318', 4, '2025-03-31 15:06:52', '2025-03-31 15:07:40', '2025-03-31 15:08:21', '2025-03-31 15:10:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743404859530010002', 'P3', 'ASRS-1031', 4, '2025-03-31 15:07:40', '2025-03-31 15:09:01', '2025-03-31 15:10:56', '2025-03-31 15:11:08'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405071536010002', 'P3', 'ASRS-1524', 4, '2025-03-31 15:11:12', '2025-03-31 15:12:03', '2025-03-31 15:12:42', '2025-03-31 15:13:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405071536010005', 'P3', 'ASRS-0337', 4, '2025-03-31 15:11:12', '2025-03-31 15:12:08', '2025-03-31 15:13:06', '2025-03-31 15:13:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405201533010002', 'P3', 'ASRS-0522', 4, '2025-03-31 15:13:22', '2025-03-31 15:14:09', '2025-03-31 15:14:49', '2025-03-31 15:15:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405201533010005', 'P3', 'ASRS-1088', 4, '2025-03-31 15:13:22', '2025-03-31 15:14:07', '2025-03-31 15:15:31', '2025-03-31 15:15:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405466528010002', 'P3', 'ASRS-0315', 4, '2025-03-31 15:17:47', '2025-03-31 15:18:38', '2025-03-31 15:19:30', '2025-03-31 15:19:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405466528010005', 'P3', 'ASRS-0313', 4, '2025-03-31 15:17:47', '2025-03-31 15:18:32', '2025-03-31 15:19:11', '2025-03-31 15:19:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405511531010002', 'P3', 'ASRS-0388', 4, '2025-03-31 15:18:32', '2025-03-31 15:19:22', '2025-03-31 15:20:01', '2025-03-31 15:20:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405517529010002', 'P3', 'ASRS-0332', 4, '2025-03-31 15:18:38', '2025-03-31 15:19:34', '2025-03-31 15:20:22', '2025-03-31 15:20:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405561529010002', 'P3', 'ASRS-1900', 4, '2025-03-31 15:19:22', '2025-03-31 15:20:13', '2025-03-31 15:20:51', '2025-03-31 15:21:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405573518010002', 'P3', 'ASRS-0304', 4, '2025-03-31 15:19:34', '2025-03-31 15:20:32', '2025-03-31 15:21:57', '2025-03-31 15:22:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405631531010001', 'P3', 'ASRS-0520', 4, '2025-03-31 15:20:32', '2025-03-31 15:21:57', '2025-03-31 15:22:49', '2025-03-31 15:22:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405716530010002', 'P3', 'ASRS-0334', 4, '2025-03-31 15:21:57', '2025-03-31 15:23:19', '2025-03-31 15:24:01', '2025-03-31 15:24:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405876530010002', 'P3', 'ASRS-0350', 4, '2025-03-31 15:24:37', '2025-03-31 15:25:35', '2025-03-31 15:26:41', '2025-03-31 15:27:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405876530010005', 'P3', 'ASRS-1436', 4, '2025-03-31 15:24:37', '2025-03-31 15:25:20', '2025-03-31 15:25:59', '2025-03-31 15:26:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743405934529010002', 'P3', 'ASRS-0384', 4, '2025-03-31 15:25:35', '2025-03-31 15:26:58', '2025-03-31 15:27:40', '2025-03-31 15:28:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406017518010002', 'P3', 'ASRS-1027', 4, '2025-03-31 15:26:58', '2025-03-31 15:27:53', '2025-03-31 15:28:35', '2025-03-31 15:32:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406239570010000', 'P3', 'ASRS-0301', 4, '2025-03-31 15:30:40', '2025-03-31 15:31:29', '2025-03-31 15:32:12', '2025-03-31 15:33:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406395539010000', 'P3', 'ASRS-0324', 4, '2025-03-31 15:33:16', '2025-03-31 15:34:11', '2025-03-31 15:35:05', '2025-03-31 15:35:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406395539010003', 'P3', 'ASRS-0340', 4, '2025-03-31 15:33:16', '2025-03-31 15:34:06', '2025-03-31 15:34:45', '2025-03-31 15:34:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406445529010002', 'P3', 'ASRS-0517', 4, '2025-03-31 15:34:06', '2025-03-31 15:34:58', '2025-03-31 15:35:37', '2025-03-31 15:35:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406450528010002', 'P3', 'ASRS-0305', 4, '2025-03-31 15:34:11', '2025-03-31 15:35:32', '2025-03-31 15:36:15', '2025-03-31 15:36:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406531543010002', 'P3', 'ASRS-0336', 4, '2025-03-31 15:35:32', '2025-03-31 15:36:29', '2025-03-31 15:37:12', '2025-03-31 15:37:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406588530010002', 'P3', 'ASRS-1027', 4, '2025-03-31 15:36:29', '2025-03-31 15:37:53', '2025-03-31 15:38:35', '2025-03-31 15:38:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406672528010002', 'P3', 'ASRS-1529', 4, '2025-03-31 15:37:53', '2025-03-31 15:39:11', '2025-03-31 15:39:53', '2025-03-31 15:41:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406750528010002', 'P3', 'ASRS-0359', 4, '2025-03-31 15:39:11', '2025-03-31 15:40:31', '2025-03-31 15:41:55', '2025-03-31 15:42:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406830529010002', 'P3', 'ASRS-0331', 4, '2025-03-31 15:40:31', '2025-03-31 15:41:27', '2025-03-31 15:42:54', '2025-03-31 15:43:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743406971518010002', 'P3', 'ASRS-0298', 4, '2025-03-31 15:42:52', '2025-03-31 15:43:37', '2025-03-31 15:44:15', '2025-03-31 15:44:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407086529010002', 'P3', 'ASRS-0318', 4, '2025-03-31 15:44:47', '2025-03-31 15:45:31', '2025-03-31 15:46:13', '2025-03-31 15:46:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407086529010005', 'P3', 'ASRS-0383', 4, '2025-03-31 15:44:47', '2025-03-31 15:45:35', '2025-03-31 15:46:26', '2025-03-31 15:46:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407130529010002', 'P3', 'ASRS-0329', 4, '2025-03-31 15:45:31', '2025-03-31 15:46:50', '2025-03-31 15:47:32', '2025-03-31 15:47:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407276518010002', 'P3', 'ASRS-0317', 4, '2025-03-31 15:47:57', '2025-03-31 15:48:44', '2025-03-31 15:50:07', '2025-03-31 15:50:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407276518010005', 'P3', 'ASRS-0527', 4, '2025-03-31 15:47:57', '2025-03-31 15:48:47', '2025-03-31 15:49:40', '2025-03-31 15:50:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407323529010001', 'P3', 'ASRS-1902', 4, '2025-03-31 15:48:44', '2025-03-31 15:49:34', '2025-03-31 15:50:23', '2025-03-31 15:50:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407326518010002', 'P3', 'ASRS-1034', 4, '2025-03-31 15:48:47', '2025-03-31 15:50:08', '2025-03-31 15:50:51', '2025-03-31 15:51:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407373518010002', 'P3', 'ASRS-1221', 4, '2025-03-31 15:49:34', '2025-03-31 15:50:26', '2025-03-31 15:51:11', '2025-03-31 15:51:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407407518010002', 'P3', 'ASRS-0519', 4, '2025-03-31 15:50:08', NULL, '2025-03-31 15:51:49', '2025-03-31 15:52:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407466518010002', 'P3', 'ASRS-0303', 4, '2025-03-31 15:51:07', '2025-03-31 15:52:31', '2025-03-31 15:53:12', '2025-03-31 15:53:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407636518010002', 'P3', 'ASRS-0306', 4, '2025-03-31 15:53:57', '2025-03-31 15:54:47', '2025-03-31 15:56:31', '2025-03-31 15:56:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407636518010005', 'P3', 'ASRS-0316', 4, '2025-03-31 15:53:57', '2025-03-31 15:54:41', '2025-03-31 15:55:19', '2025-03-31 15:56:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407686529010002', 'P3', 'ASRS-0338', 4, '2025-03-31 15:54:47', '2025-03-31 15:56:11', '2025-03-31 15:56:56', '2025-03-31 15:57:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743407836528010000', 'P3', 'ASRS-1031', 4, '2025-03-31 15:57:17', '2025-03-31 15:58:08', '2025-03-31 15:58:47', '2025-03-31 15:59:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408116518010002', 'P3', 'ASRS-0315', 4, '2025-03-31 16:01:57', '2025-03-31 16:02:41', '2025-03-31 16:03:20', '2025-03-31 16:05:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408116518010005', 'P3', 'ASRS-0388', 4, '2025-03-31 16:01:57', '2025-03-31 16:02:45', '2025-03-31 16:05:11', '2025-03-31 16:05:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408160529010001', 'P3', 'ASRS-0332', 4, '2025-03-31 16:02:41', '2025-03-31 16:03:32', '2025-03-31 16:05:44', '2025-03-31 16:06:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408164518010002', 'P3', 'ASRS-1900', 4, '2025-03-31 16:02:45', '2025-03-31 16:03:43', '2025-03-31 16:06:05', '2025-03-31 16:06:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408211529010002', 'P3', 'ASRS-0304', 4, '2025-03-31 16:03:32', '2025-03-31 16:04:23', '2025-03-31 16:06:45', '2025-03-31 16:06:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408222518010002', 'P3', 'ASRS-0520', 4, '2025-03-31 16:03:43', '2025-03-31 16:04:40', '2025-03-31 16:06:25', '2025-03-31 16:06:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408279539010001', 'P3', 'ASRS-0334', 4, '2025-03-31 16:04:40', '2025-03-31 16:05:38', '2025-03-31 16:06:58', '2025-03-31 16:08:36'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408337518010002', 'P3', 'ASRS-0313', 4, '2025-03-31 16:05:38', '2025-03-31 16:06:35', '2025-03-31 16:08:42', '2025-03-31 16:08:49'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408531530010002', 'P3', 'ASRS-0350', 4, '2025-03-31 16:08:52', '2025-03-31 16:09:43', '2025-04-01 08:32:25', '2025-04-01 08:32:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408531530010005', 'P3', 'ASRS-1027', 4, '2025-03-31 16:08:52', '2025-03-31 16:09:38', '2025-03-31 16:10:17', '2025-04-01 08:32:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743408582531010002', 'P3', 'ASRS-0384', 4, '2025-03-31 16:09:43', '2025-03-31 16:11:06', '2025-04-01 08:32:48', '2025-04-01 08:33:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467601518010002', 'P3', 'ASRS-0324', 4, '2025-04-01 08:33:22', '2025-04-01 08:34:47', '2025-04-01 08:39:07', '2025-04-01 08:39:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467601518010005', 'P3', 'ASRS-0340', 4, '2025-04-01 08:33:22', '2025-04-01 08:34:25', '2025-04-01 08:35:07', '2025-04-01 08:39:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467664529010002', 'P3', 'ASRS-0336', 4, '2025-04-01 08:34:25', '2025-04-01 08:35:48', '2025-04-01 08:39:45', '2025-04-01 08:39:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467686518010002', 'P3', 'ASRS-0305', 4, '2025-04-01 08:34:47', '2025-04-01 08:35:37', '2025-04-01 08:39:31', '2025-04-01 08:39:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467736518010002', 'P3', 'ASRS-0331', 4, '2025-04-01 08:35:37', '2025-04-01 08:36:28', '2025-04-01 08:40:30', '2025-04-01 08:40:41'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467747531010001', 'P3', 'ASRS-0517', 4, '2025-04-01 08:35:48', '2025-04-01 08:36:42', '2025-04-01 08:41:02', '2025-04-01 08:41:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467801530010002', 'P3', 'ASRS-1027', 4, '2025-04-01 08:36:42', '2025-04-01 08:37:37', '2025-04-01 08:40:47', '2025-04-01 08:40:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743467856518010002', 'P3', 'ASRS-0359', 4, '2025-04-01 08:37:37', '2025-04-01 08:38:33', '2025-04-01 08:39:56', '2025-04-01 08:40:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468071528010002', 'P3', 'ASRS-0318', 4, '2025-04-01 08:41:12', '2025-04-01 08:42:44', '2025-04-01 08:43:25', '2025-04-01 08:43:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468071529010002', 'P3', 'ASRS-0383', 4, '2025-04-01 08:41:12', '2025-04-01 08:42:03', '2025-04-01 08:42:41', '2025-04-01 08:42:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468163536010002', 'P3', 'ASRS-0329', 4, '2025-04-01 08:42:44', '2025-04-01 08:44:03', '2025-04-01 08:44:45', '2025-04-01 08:45:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468326529010002', 'P3', 'ASRS-0317', 4, '2025-04-01 08:45:27', '2025-04-01 08:46:11', '2025-04-01 08:46:49', '2025-04-01 08:47:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468326530010002', 'P3', 'ASRS-1902', 4, '2025-04-01 08:45:27', '2025-04-01 08:46:16', '2025-04-01 08:47:22', '2025-04-01 08:48:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468370528010002', 'P3', 'ASRS-1034', 4, '2025-04-01 08:46:11', '2025-04-01 08:47:04', '2025-04-01 08:48:10', '2025-04-01 08:48:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468375527010002', 'P3', 'ASRS-0527', 4, '2025-04-01 08:46:16', '2025-04-01 08:47:40', '2025-04-01 08:48:44', '2025-04-01 08:49:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468423531010002', 'P3', 'ASRS-0519', 4, '2025-04-01 08:47:04', '2025-04-01 08:47:57', '2025-04-01 08:49:10', '2025-04-01 08:49:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468459539010002', 'P3', 'ASRS-1221', 4, '2025-04-01 08:47:40', '2025-04-01 08:48:38', '2025-04-01 08:49:25', '2025-04-01 08:49:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468517529010002', 'P3', 'ASRS-0303', 4, '2025-04-01 08:48:38', '2025-04-01 08:50:01', '2025-04-01 08:50:43', '2025-04-01 08:51:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468666518010002', 'P3', 'ASRS-0306', 4, '2025-04-01 08:51:07', '2025-04-01 08:51:54', '2025-04-01 08:52:32', '2025-04-01 08:53:17'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468666518010005', 'P3', 'ASRS-0316', 4, '2025-04-01 08:51:07', '2025-04-01 08:52:16', '2025-04-01 08:53:22', '2025-04-01 08:53:33'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468735529010002', 'P3', 'ASRS-0338', 4, '2025-04-01 08:52:16', '2025-04-01 08:53:16', '2025-04-01 08:53:57', '2025-04-01 08:54:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743468846529010002', 'P3', 'ASRS-1031', 4, '2025-04-01 08:54:07', '2025-04-01 08:54:57', '2025-04-01 08:55:38', '2025-04-01 08:58:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469241518010002', 'P3', 'ASRS-0315', 4, '2025-04-01 09:00:42', '2025-04-01 09:01:31', '2025-04-01 09:09:26', '2025-04-01 09:09:46'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469241518010005', 'P3', 'ASRS-0388', 4, '2025-04-01 09:00:42', '2025-04-01 09:01:27', '2025-04-01 09:02:06', '2025-04-01 09:09:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469286528010001', 'P3', 'ASRS-1900', 4, '2025-04-01 09:01:27', '2025-04-01 09:02:18', '2025-04-01 09:09:51', '2025-04-01 09:09:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469290526010002', 'P3', 'ASRS-0332', 4, '2025-04-01 09:01:31', '2025-04-01 09:02:29', '2025-04-01 09:10:00', '2025-04-01 09:10:13'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469337529010002', 'P3', 'ASRS-0520', 4, '2025-04-01 09:02:18', '2025-04-01 09:03:09', '2025-04-01 09:11:14', '2025-04-01 09:11:24'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469348518010002', 'P3', 'ASRS-0304', 4, '2025-04-01 09:02:29', '2025-04-01 09:03:25', '2025-04-01 09:11:30', '2025-04-01 09:12:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469388518010002', 'P3', 'ASRS-0313', 4, '2025-04-01 09:03:09', '2025-04-01 09:04:00', '2025-04-01 09:11:00', '2025-04-01 09:11:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469404529010002', 'P3', 'ASRS-0334', 4, '2025-04-01 09:03:25', '2025-04-01 09:04:24', '2025-04-01 09:10:18', '2025-04-01 09:10:54'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469926530010002', 'P3', 'ASRS-0350', 4, '2025-04-01 09:12:07', '2025-04-01 09:13:27', '2025-04-01 09:14:40', '2025-04-01 09:15:02'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469926530010005', 'P3', 'ASRS-0384', 4, '2025-04-01 09:12:07', '2025-04-01 09:13:13', '2025-04-01 09:13:55', '2025-04-01 09:14:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743469992531010002', 'P3', 'ASRS-1027', 4, '2025-04-01 09:13:13', '2025-04-01 09:14:37', '2025-04-01 09:15:18', '2025-04-01 09:18:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470311527010002', 'P3', 'ASRS-0324', 4, '2025-04-01 09:18:32', '2025-04-01 09:19:16', '2025-04-01 09:19:54', '2025-04-01 09:20:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470311527010005', 'P3', 'ASRS-0305', 4, '2025-04-01 09:18:32', '2025-04-01 09:19:18', '2025-04-01 09:20:35', '2025-04-01 09:20:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470355542010002', 'P3', 'ASRS-1245', 4, '2025-04-01 09:19:16', '2025-04-01 09:20:07', '2025-04-01 09:20:56', '2025-04-01 09:21:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470357530010002', 'P3', 'ASRS-0340', 4, '2025-04-01 09:19:18', '2025-04-01 09:20:41', '2025-04-01 09:21:23', '2025-04-01 09:21:32'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470406530010002', 'P3', 'ASRS-0336', 4, '2025-04-01 09:20:07', '2025-04-01 09:20:58', '2025-04-01 09:21:38', '2025-04-01 09:21:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470440529010002', 'P3', 'ASRS-1027', 4, '2025-04-01 09:20:41', '2025-04-01 09:21:41', '2025-04-01 09:22:24', '2025-04-01 09:22:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470457529010002', 'P3', 'ASRS-0331', 4, '2025-04-01 09:20:58', '2025-04-01 09:21:49', '2025-04-01 09:22:57', '2025-04-01 09:23:30'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470500529010002', 'P3', 'ASRS-0359', 4, '2025-04-01 09:21:41', '2025-04-01 09:23:05', '2025-04-01 09:23:46', '2025-04-01 09:24:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470656527010002', 'P3', 'ASRS-0318', 4, '2025-04-01 09:24:17', '2025-04-01 09:25:01', '2025-04-01 09:25:40', '2025-04-01 09:26:26'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470656528010002', 'P3', 'ASRS-0383', 4, '2025-04-01 09:24:17', '2025-04-01 09:25:18', '2025-04-01 09:26:32', '2025-04-01 09:26:42'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743470717529010002', 'P3', 'ASRS-0329', 4, '2025-04-01 09:25:18', '2025-04-01 09:26:42', '2025-04-01 09:27:23', '2025-04-01 09:45:10'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743471911518010002', 'P3', 'ASRS-0317', 4, '2025-04-01 09:45:12', '2025-04-01 09:46:03', '2025-04-01 09:46:51', '2025-04-01 09:47:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743471911518010005', 'P3', 'ASRS-1902', 4, '2025-04-01 09:45:12', '2025-04-01 09:45:56', '2025-04-01 09:47:18', '2025-04-01 09:49:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743471955530010002', 'P3', 'ASRS-0527', 4, '2025-04-01 09:45:56', '2025-04-01 09:46:49', '2025-04-01 09:49:17', '2025-04-01 09:49:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743471962529010002', 'P3', 'ASRS-1034', 4, '2025-04-01 09:46:03', '2025-04-01 09:47:23', '2025-04-01 09:49:40', '2025-04-01 09:49:47'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472008518010002', 'P3', 'ASRS-1221', 4, '2025-04-01 09:46:49', '2025-04-01 09:47:42', '2025-04-01 09:49:53', '2025-04-01 09:50:06'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472042528010002', 'P3', 'ASRS-0519', 4, '2025-04-01 09:47:23', '2025-04-01 09:48:20', '2025-04-01 09:50:12', '2025-04-01 09:50:40'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472099537010002', 'P3', 'ASRS-0303', 4, '2025-04-01 09:48:20', '2025-04-01 09:49:43', '2025-04-01 09:50:45', '2025-04-01 09:50:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472261542010002', 'P3', 'ASRS-0306', 4, '2025-04-01 09:51:02', '2025-04-01 09:52:21', '2025-04-01 09:52:59', '2025-04-01 09:53:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472261542010005', 'P3', 'ASRS-0316', 4, '2025-04-01 09:51:02', '2025-04-01 09:52:32', '2025-04-01 09:53:25', '2025-04-01 09:54:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472351536010002', 'P3', 'ASRS-0338', 4, '2025-04-01 09:52:32', '2025-04-01 09:53:54', '2025-04-01 09:54:36', '2025-04-01 09:55:05'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472506518010002', 'P3', 'ASRS-1031', 4, '2025-04-01 09:55:07', '2025-04-01 09:55:57', '2025-04-01 09:56:38', '2025-04-01 09:57:57'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472681529010002', 'P3', 'ASRS-1683', 4, '2025-04-01 09:58:02', '2025-04-01 09:58:51', '2025-04-01 09:59:32', '2025-04-01 09:59:38'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472876530010002', 'P3', 'ASRS-0315', 4, '2025-04-01 10:01:17', '2025-04-01 10:02:02', '2025-04-01 10:02:40', '2025-04-01 10:03:00'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472876530010005', 'P3', 'ASRS-0304', 4, '2025-04-01 10:01:17', '2025-04-01 10:02:06', '2025-04-01 10:03:06', '2025-04-01 10:03:09'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472921529010000', 'P3', 'ASRS-0332', 4, '2025-04-01 10:02:02', '2025-04-01 10:02:52', '2025-04-01 10:03:31', '2025-04-01 10:03:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472925529010002', 'P3', 'ASRS-0388', 4, '2025-04-01 10:02:06', '2025-04-01 10:03:02', '2025-04-01 10:03:50', '2025-04-01 10:04:01'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472971529010002', 'P3', 'ASRS-0313', 4, '2025-04-01 10:02:52', '2025-04-01 10:03:44', '2025-04-01 10:04:23', '2025-04-01 10:04:31'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743472981518010002', 'P3', 'ASRS-0350', 4, '2025-04-01 10:03:02', '2025-04-01 10:03:57', '2025-04-01 10:04:39', '2025-04-01 10:04:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473036518010002', 'P3', 'ASRS-0520', 4, '2025-04-01 10:03:57', '2025-04-01 10:05:20', '2025-04-01 10:06:01', '2025-04-01 10:06:07'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473119518010002', 'P3', 'ASRS-0334', 4, '2025-04-01 10:05:20', '2025-04-01 10:06:41', '2025-04-01 10:07:23', '2025-04-01 10:07:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473266529010002', 'P3', 'ASRS-0324', 4, '2025-04-01 10:07:47', '2025-04-01 10:08:35', '2025-04-01 10:09:22', '2025-04-01 10:09:28'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473266529010005', 'P3', 'ASRS-0305', 4, '2025-04-01 10:07:47', '2025-04-01 10:08:31', '2025-04-01 10:09:10', '2025-04-01 10:09:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473310540010002', 'P3', 'ASRS-0340', 4, '2025-04-01 10:08:31', '2025-04-01 10:09:22', '2025-04-01 10:10:00', '2025-04-01 10:10:04'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473361528010002', 'P3', 'ASRS-1027', 4, '2025-04-01 10:09:22', '2025-04-01 10:10:13', '2025-04-01 10:10:51', '2025-04-01 10:11:11'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473412528010002', 'P3', 'ASRS-1032', 4, '2025-04-01 10:10:13', '2025-04-01 10:11:31', '2025-04-01 10:12:10', '2025-04-01 10:12:37'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473490529010002', 'P3', 'ASRS-0359', 4, '2025-04-01 10:11:31', '2025-04-01 10:12:22', '2025-04-01 10:13:01', '2025-04-01 10:13:21'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473606529010001', 'P3', 'ASRS-0306', 4, '2025-04-01 10:13:27', '2025-04-01 10:14:53', '2025-04-01 10:15:35', '2025-04-01 10:15:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473606529010004', 'P3', 'ASRS-0333', 4, '2025-04-01 10:13:27', '2025-04-01 10:14:20', '2025-04-01 10:14:58', '2025-04-01 10:15:14'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473659518010002', 'P3', 'ASRS-1526', 4, '2025-04-01 10:14:20', '2025-04-01 10:15:39', '2025-04-01 10:16:18', '2025-04-01 10:16:35'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473692518010002', 'P3', 'ASRS-1902', 4, '2025-04-01 10:14:53', '2025-04-01 10:15:50', '2025-04-01 10:16:41', '2025-04-01 10:16:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473738518010002', 'P3', 'ASRS-1221', 4, '2025-04-01 10:15:39', '2025-04-01 10:16:33', '2025-04-01 10:17:13', '2025-04-01 10:17:19'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473749528010002', 'P3', 'ASRS-0331', 4, '2025-04-01 10:15:50', '2025-04-01 10:16:49', '2025-04-01 10:17:31', '2025-04-01 10:17:45'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473792518010002', 'P3', 'ASRS-0303', 4, '2025-04-01 10:16:33', '2025-04-01 10:17:51', '2025-04-01 10:18:29', '2025-04-01 10:18:51'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473936518010002', 'P3', 'ASRS-1034', 4, '2025-04-01 10:18:57', '2025-04-01 10:19:58', '2025-04-01 10:20:39', '2025-04-01 10:20:55'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743473997529010002', 'P3', 'ASRS-0519', 4, '2025-04-01 10:19:58', '2025-04-01 10:21:20', '2025-04-01 10:22:02', '2025-04-01 10:22:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474156530010002', 'P3', 'ASRS-0316', 4, '2025-04-01 10:22:37', '2025-04-01 10:23:23', '2025-04-01 10:24:01', '2025-04-01 10:24:15'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474156530010005', 'P3', 'ASRS-0338', 4, '2025-04-01 10:22:37', '2025-04-01 10:23:29', '2025-04-01 10:24:21', '2025-04-01 10:24:27'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474208529010002', 'P3', 'ASRS-1031', 4, '2025-04-01 10:23:29', '2025-04-01 10:24:47', '2025-04-01 10:25:29', '2025-04-01 10:25:39'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474341529010002', 'P3', 'ASRS-0337', 4, '2025-04-01 10:25:42', '2025-04-01 10:26:27', '2025-04-01 10:27:05', '2025-04-01 10:27:25'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474386541010002', 'P3', 'ASRS-0501', 4, '2025-04-01 10:26:27', '2025-04-01 10:27:20', '2025-04-01 10:27:58', '2025-04-01 10:29:03'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474546534010002', 'P3', 'ASRS-1524', 4, '2025-04-01 10:29:07', '2025-04-01 10:29:57', '2025-04-01 10:30:39', '2025-04-01 11:40:53'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743474596529010002', 'P3', 'ASRS-0522', 4, '2025-04-01 10:29:57', '2025-04-01 10:31:18', '2025-04-01 11:40:58', '2025-04-01 11:41:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1743478876528010002', 'P3', 'ASRS-1088', 4, '2025-04-01 11:41:17', '2025-04-01 11:42:08', '2025-04-01 11:42:46', '2025-04-01 11:43:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1754450123940010001', 'CK42', '1234', 4, '2025-08-06 11:15:24', '2025-08-06 14:58:50', '2025-08-06 14:59:55', '2025-08-13 12:50:50'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1755498037983010001', 'CK43', '1234', 4, '2025-08-18 14:20:38', NULL, '2025-08-18 14:25:45', '2025-08-18 14:32:23'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1755499080886010002', 'CK43', '7788', 4, '2025-08-18 14:38:01', NULL, '2025-08-18 14:42:33', '2025-08-18 14:45:12'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1755653119307010000', 'CK43', '123', 4, '2025-08-20 09:25:19', NULL, '2025-08-20 09:41:19', '2025-08-20 10:32:52'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1755764988024010000', 'P1', '7788', 4, '2025-08-21 16:29:48', NULL, '2025-08-21 16:56:49', '2025-08-22 10:37:16'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1756904089825010000', 'P12', '123', 4, '2025-09-03 20:54:50', '2025-09-03 21:12:43', '2025-09-03 21:15:28', '2025-09-03 21:29:34'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1756904135824010002', 'P11', '123456', 4, '2025-09-03 20:55:36', NULL, '2025-09-03 21:49:00', '2025-09-03 21:55:29'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1756904224675010001', 'P18', '123', 4, '2025-09-03 20:57:05', '2025-09-03 21:12:48', '2025-09-03 21:39:07', '2025-09-03 21:42:58'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1756908159931010000', 'P12', '123', 4, '2025-09-03 22:02:40', NULL, '2025-09-03 22:03:54', '2025-09-03 22:04:43'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1756908392913010002', 'P12', '123', 4, '2025-09-03 22:06:33', NULL, '2025-09-03 22:33:52', '2025-09-03 22:47:59'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1756911228917010001', 'P12', '7788', 4, '2025-09-03 22:53:49', NULL, '2025-09-03 22:56:46', '2025-09-03 23:00:48'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1757389823894010000', 'P12', 'FS202507240030', 4, '2025-09-09 11:50:24', NULL, '2025-09-09 12:05:23', '2025-09-09 12:18:20'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1757570388462010001', 'P16', 'BASR202508210028', 4, '2025-09-11 13:59:48', NULL, '2025-09-11 14:17:20', '2025-09-11 14:18:18'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1758004632047010000', 'P12', 'BASR202508210025', 4, '2025-09-16 14:37:12', NULL, NULL, '2025-09-16 14:58:56'); +INSERT INTO `t_app_pick_task_bak` VALUES ('1758088503079010000', 'P11', 'BASR202508210008', 4, '2025-09-17 13:55:03', NULL, '2025-09-17 14:05:40', '2025-09-17 14:46:19'); + +-- ---------------------------- +-- Table structure for t_app_product +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_product`; +CREATE TABLE `t_app_product` ( + `template_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键id', + `model` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '机型', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '成品号--dbs零件号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '原材料号', + `goods_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '原材料物料描述', + `quantity_1_pair` int NOT NULL COMMENT '单套数量', + `box_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料盒号', + `quantity_of_pair` int NOT NULL COMMENT '套数', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '初次导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '初次导入用户', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + PRIMARY KEY (`template_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_product +-- ---------------------------- +INSERT INTO `t_app_product` VALUES ('1741309798649010000', 'WL-ZL50', '4T2747', '1U0322', '滑动轴承', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798654010000', 'WL-ZL50', '4T2747', '3G2683', '钢铁制塞堵', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010000', 'WL-ZL50', '4T2747', '2S4078', '橡胶密封圈', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010001', 'WL-ZL50', '4T2747', '7J7423', '阀芯', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010002', 'WL-ZL50', '4T2747', '7S8491', '钢铁弹簧', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010003', 'WL-ZL50', '4T2747', '3J7354', '橡胶密封圈', 3, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010004', 'WL-ZL50', '4T2747', '9S4182', '钢铁制塞堵', 3, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010005', 'WL-ZL50', '4T2747', '3G4135', '钢铁制塞堵', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010006', 'WL-ZL50', '4T2747', '7M8485', '橡胶密封圈', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010007', 'WL-ZL50', '4T2747', '1086428', '安全阀', 1, 'A', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010008', 'WL-ZL50', '4T2747', '4T9312', '阀座', 1, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798655010009', 'WL-ZL50', '4T2747', '1H9696', '橡胶密封圈', 1, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010000', 'WL-ZL50', '4T2747', '5P1075', '钢铁制垫圈', 4, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010001', 'WL-ZL50', '4T2747', '5S7383', '钢铁制螺栓', 2, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010002', 'WL-ZL50', '4T2747', '3385494', '阀用止动块', 2, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010003', 'WL-ZL50', '4T2747', '3G8991', '钢铁弹簧', 1, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010004', 'WL-ZL50', '4T2747', '3385495', '钢铁弹簧', 1, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010005', 'WL-ZL50', '4T2747', '4D6433', '钢铁制垫圈', 1, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010006', 'WL-ZL50', '4T2747', '7K0734', '钢铁制螺栓', 1, 'B', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010007', 'WL-ZL50', '4T2747', '0041963', '橡胶密封圈', 1, 'C', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010008', 'WL-ZL50', '4T2747', '8T9378', '钢铁制螺栓', 2, 'C', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798656010009', 'WL-ZL50', '4T2747', '8T9392', '钢铁制螺栓', 5, 'C', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010000', 'WL-ZL50', '4T2747', '3G4113', '钢铁安装盖', 1, 'C', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010001', 'WL-ZL50', '4T2747', '6V8188', '钢铁制螺母', 5, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010002', 'WL-ZL50', '4T2747', '4J0522', '橡胶密封圈', 2, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010003', 'WL-ZL50', '4T2747', '4J0523', '橡胶密封圈', 1, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010004', 'WL-ZL50', '4T2747', '3G4114', '钢铁安装板', 1, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010005', 'WL-ZL50', '4T2747', '3J5553', '纸制衬垫', 1, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010006', 'WL-ZL50', '4T2747', '8J5893', '钢铁安装盖', 1, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010007', 'WL-ZL50', '4T2747', '8T9383', '钢铁制螺栓', 2, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010008', 'WL-ZL50', '4T2747', '4D2886', '钢铁制管夹', 2, 'D', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798657010009', 'WL-ZL50', '4T2747', '3J5554', '纸制衬垫', 2, 'E', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798658010000', 'WL-ZL50', '4T2747', '8J4398', '钢铁安装盖', 2, 'E', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798658010001', 'WL-ZL50', '4T2747', '7X0272', '钢铁制螺栓', 4, 'E', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798658010002', 'WL-ZL50', '4T2747', '3J1907', '橡胶密封圈', 2, 'E', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309798658010003', 'WL-ZL50', '4T2747', '9S4191', '钢铁制塞堵', 2, 'E', 1, '2025-03-07 09:09:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309845336010000', 'WL-ZL50', '4T4936', '3385494', 'RETAINER', 4, 'A', 1, '2025-03-07 09:10:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309845336010001', 'WL-ZL50', '4T4936', '3G8991', 'SPRING', 2, 'A', 1, '2025-03-07 09:10:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309845336010002', 'WL-ZL50', '4T4936', '3385495', 'SPRING', 2, 'A', 1, '2025-03-07 09:10:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309845336010003', 'WL-ZL50', '4T4936', '4D6433', 'WASHER-HARD', 2, 'A', 1, '2025-03-07 09:10:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309845336010004', 'WL-ZL50', '4T4936', '7K0734', 'BOLT-LOCKING', 2, 'A', 1, '2025-03-07 09:10:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010000', 'QD1', '1096942', '9S8006', '塞子', 1, 'A', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010001', 'QD1', '1096942', '2M9780', '密封圈', 1, 'A', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010002', 'QD1', '1096942', '9S8003', '塞子', 2, 'A', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010003', 'QD1', '1096942', '1J9671', '密封圈', 2, 'A', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010004', 'QD1', '1096942', '5H4019', '盖子', 4, 'A', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010005', 'QD1', '1096942', '4J0520', '密封圈', 4, 'A', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010006', 'QD1', '1096942', '6204980', '定位环', 1, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010007', 'QD1', '1096942', '9T9836', '节流套', 1, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873326010008', 'QD1', '1096942', '1006211', '活塞', 1, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010000', 'QD1', '1096942', '3L3813', '销', 1, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010001', 'QD1', '1096942', '1P3706', '密封圈', 2, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010002', 'QD1', '1096942', '1081847', '弹簧', 1, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010003', 'QD1', '1096942', '6E4907', '挡圈', 1, 'B', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010004', 'QD1', '1096942', '6E4532', '盖', 1, 'C', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010005', 'QD1', '1096942', '7B7525', '螺钉', 8, 'C', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010006', 'QD1', '1096942', '6E4533', '盖', 1, 'D', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010007', 'QD1', '1096942', '5S7382', '螺栓', 16, 'D', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010008', 'QD1', '1096942', '8T4896', '垫片', 16, 'E', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010009', 'QD1', '1096942', '1P4577', '法兰', 8, 'E', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010010', 'QD1', '1096942', '1096944', '铭牌', 1, 'E', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010011', 'QD1', '1096942', '1P4577', '法兰', 4, 'F', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010012', 'QD1', '1096942', '5H4019', '盖子', 2, 'F', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010013', 'QD1', '1096942', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010014', 'QD1', '1096942', '5S7382', '螺栓', 8, 'F', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309873327010015', 'QD1', '1096942', '8T4896', '垫片', 8, 'F', 4, '2025-03-07 09:11:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888052010000', 'QD#1', '1135428', '9S8006', 'PLUG-HEX. SOCKET', 1, 'A', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010000', 'QD#1', '1135428', '2M9780', 'SEAL-O-RING (T01056.67459T09)', 1, 'A', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010001', 'QD#1', '1135428', '9S8003', 'PLUG-STOR', 2, 'A', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010002', 'QD#1', '1135428', '1J9671', 'SEAL-O RING', 2, 'A', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010003', 'QD#1', '1135428', '5H4019', 'COVER', 4, 'A', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010004', 'QD#1', '1135428', '4J0520', 'SEAL-O-RING', 4, 'A', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010005', 'QD#1', '1135428', '6204980', 'RING-RETAINING', 1, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010006', 'QD#1', '1135428', '9T9836', 'SLEEVE-ORIFICE', 1, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010007', 'QD#1', '1135428', '1006211', 'PISTON', 1, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010008', 'QD#1', '1135428', '3L3813', 'PIN', 1, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010009', 'QD#1', '1135428', '1P3706', 'SEAL-RECTANGULA', 2, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010010', 'QD#1', '1135428', '1081847', 'SPRING', 1, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010011', 'QD#1', '1135428', '6E4907', 'STOP', 1, 'B', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010012', 'QD#1', '1135428', '6E4532', 'COVER (METRIC)', 1, 'C', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010013', 'QD#1', '1135428', '7B7525', 'BOLT-SOCKET HEA', 8, 'C', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010014', 'QD#1', '1135428', '6E4533', 'COVER (METRIC)', 1, 'D', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010015', 'QD#1', '1135428', '5S7382', 'BOLT', 16, 'D', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010016', 'QD#1', '1135428', '8T4896', 'WASHER-HARD', 16, 'E', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010017', 'QD#1', '1135428', '1P4577', 'FLANGE-HALF', 8, 'E', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010018', 'QD#1', '1135428', '1145678', 'PLATE-IDENT', 1, 'E', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010019', 'QD#1', '1135428', '1P4577', '法兰', 4, 'F', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010020', 'QD#1', '1135428', '5H4019', '盖子', 2, 'F', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010021', 'QD#1', '1135428', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010022', 'QD#1', '1135428', '5S7382', '螺栓', 8, 'F', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309888053010023', 'QD#1', '1135428', '8T4896', '垫片', 8, 'F', 4, '2025-03-07 09:11:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918669010000', 'QD#1', '1135429', '9S8006', '塞子', 1, 'A', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010000', 'QD#1', '1135429', '2M9780', '密封圈', 1, 'A', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010001', 'QD#1', '1135429', '9S8003', '塞子', 2, 'A', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010002', 'QD#1', '1135429', '1J9671', '密封圈', 2, 'A', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010003', 'QD#1', '1135429', '5H4019', '盖子', 4, 'A', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010004', 'QD#1', '1135429', '4J0520', '密封圈', 4, 'A', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010005', 'QD#1', '1135429', '6204980', '定位环', 1, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010006', 'QD#1', '1135429', '9T9836', '节流套', 1, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010007', 'QD#1', '1135429', '1006211', '活塞', 1, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010008', 'QD#1', '1135429', '3L3813', '销', 1, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010009', 'QD#1', '1135429', '1P3706', '密封圈', 2, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010010', 'QD#1', '1135429', '1081847', '弹簧', 1, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010011', 'QD#1', '1135429', '6E4907', '挡圈', 1, 'B', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010012', 'QD#1', '1135429', '6E4532', '盖', 1, 'C', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010013', 'QD#1', '1135429', '7B7525', '螺钉', 8, 'C', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010014', 'QD#1', '1135429', '6E4533', '盖', 1, 'D', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010015', 'QD#1', '1135429', '5S7382', '螺栓', 16, 'D', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010016', 'QD#1', '1135429', '8T4896', '垫片', 16, 'E', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010017', 'QD#1', '1135429', '1P4577', '法兰', 8, 'E', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010018', 'QD#1', '1135429', '1145679', '铭牌', 1, 'E', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010019', 'QD#1', '1135429', '1P4577', '法兰', 4, 'F', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010020', 'QD#1', '1135429', '5H4019', '盖子', 2, 'F', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010021', 'QD#1', '1135429', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010022', 'QD#1', '1135429', '5S7382', '螺栓', 8, 'F', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309918670010023', 'QD#1', '1135429', '8T4896', '垫片', 8, 'F', 4, '2025-03-07 09:11:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961934010000', 'WL-ZL50', '2904507', '1U0322', 'BEARING-SLEEVE', 4, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010000', 'WL-ZL50', '2904507', '3G2683', 'PLUG-O-RING', 4, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010001', 'WL-ZL50', '2904507', '2S4078', 'SEAL-O-RING', 4, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010002', 'WL-ZL50', '2904507', '1U1577', 'PLUG', 1, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010003', 'WL-ZL50', '2904507', '6K6307', 'SEAL-O-RING', 1, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010004', 'WL-ZL50', '2904507', '7S8491', 'SPRING', 4, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010005', 'WL-ZL50', '2904507', '3J7354', 'SEAL-O-RING-STOR', 3, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010006', 'WL-ZL50', '2904507', '9S4182', 'PLUG-LD STOR', 3, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010007', 'WL-ZL50', '2904507', '3G4135', 'PLUG-O-RING', 1, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010008', 'WL-ZL50', '2904507', '4J0522', 'SEAL-O-RING', 1, 'A', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010009', 'WL-ZL50', '2904507', '7M8485', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010010', 'WL-ZL50', '2904507', '3K0360', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010011', 'WL-ZL50', '2904507', '9S8005', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010012', 'WL-ZL50', '2904507', '1J8960', 'SPRING', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010013', 'WL-ZL50', '2904507', '7J7423', 'VALVE', 4, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010014', 'WL-ZL50', '2904507', '1U1578', 'VALVE', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010015', 'WL-ZL50', '2904507', '4J0522', 'SEAL-O-RING', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010016', 'WL-ZL50', '2904507', '4J0523', 'SEAL-O-RING', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010017', 'WL-ZL50', '2904507', '1086428', 'VALVE GP-D RLF-A', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010018', 'WL-ZL50', '2904507', '4T4162', 'VALVE GP-D RLF-A', 1, 'B', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010019', 'WL-ZL50', '2904507', '7X2551', 'BOLT-HEX HEAD', 5, 'C', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010020', 'WL-ZL50', '2904507', '8T4223', 'WASHER-HARD', 8, 'C', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010021', 'WL-ZL50', '2904507', '6E2377', 'VALVE GP-D RLF-A', 2, 'C', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010022', 'WL-ZL50', '2904507', '1355491', 'VALVE GP-P RLF', 1, 'C', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010023', 'WL-ZL50', '2904507', '4T9312', 'HOUSING', 3, 'C', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010024', 'WL-ZL50', '2904507', '1H9696', 'SEAL-O-RING', 3, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010025', 'WL-ZL50', '2904507', '8T4182', 'BOLT-HEX HEAD', 6, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010026', 'WL-ZL50', '2904507', '5P1075', 'WASHER-HARD', 12, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010027', 'WL-ZL50', '2904507', '3385494', 'RETAINER', 6, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010028', 'WL-ZL50', '2904507', '3385495', 'SPRING', 3, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010029', 'WL-ZL50', '2904507', '3G8991', 'SPRING', 3, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010030', 'WL-ZL50', '2904507', '0041963', 'SEAL-O RING', 3, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010031', 'WL-ZL50', '2904507', '0994691', 'BOLT-HEXHEAD', 3, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010032', 'WL-ZL50', '2904507', '2906039', 'PLATE-IDENT', 1, 'D', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010033', 'WL-ZL50', '2904507', '8T4198', 'BOLT-HEX HEAD', 6, 'E', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010034', 'WL-ZL50', '2904507', '4T9311', 'HOUSING', 3, 'E', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010035', 'WL-ZL50', '2904507', '3J1907', 'SEAL-O-RING-STOR', 7, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010036', 'WL-ZL50', '2904507', '9S4191', 'PLUG-EXT HEX', 7, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010037', 'WL-ZL50', '2904507', '3J5553', 'GASKET', 2, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010038', 'WL-ZL50', '2904507', '3J5554', 'GASKET', 6, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010039', 'WL-ZL50', '2904507', '4D2886', 'CLIP', 2, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010040', 'WL-ZL50', '2904507', '8T4179', 'BOLT-HEX HEAD', 16, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010041', 'WL-ZL50', '2904507', '8J4398', 'COVER', 6, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741309961935010042', 'WL-ZL50', '2904507', '8J5893', 'COVER', 2, 'F', 1, '2025-03-07 09:12:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010000', 'WL-ZL50', '2904514', '3G2683', '螺堵', 3, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010001', 'WL-ZL50', '2904514', '2S4078', 'O型圈', 3, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010002', 'WL-ZL50', '2904514', '1U1577', '螺堵', 1, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010003', 'WL-ZL50', '2904514', '6K6307', 'O型圈', 1, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010004', 'WL-ZL50', '2904514', '9S8005', '堵头', 1, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010005', 'WL-ZL50', '2904514', '3K0360', 'O型圈', 1, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010006', 'WL-ZL50', '2904514', '1U0322', '轴承', 3, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010007', 'WL-ZL50', '2904514', '7S8491', '弹簧', 3, 'A', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010008', 'WL-ZL50', '2904514', '7J7423', '阀', 3, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010009', 'WL-ZL50', '2904514', '1J8960', '弹簧', 1, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010010', 'WL-ZL50', '2904514', '1U1578', '阀', 1, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010011', 'WL-ZL50', '2904514', '3G4117', '盖子', 1, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010012', 'WL-ZL50', '2904514', '4J0522', 'O型圈', 1, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010013', 'WL-ZL50', '2904514', '8T4192', '螺栓', 2, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010014', 'WL-ZL50', '2904514', '6E2377', '阀', 2, 'B', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010015', 'WL-ZL50', '2904514', '1355491', '阀', 1, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010016', 'WL-ZL50', '2904514', '4T9312', '盖子', 2, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010017', 'WL-ZL50', '2904514', '1H9696', 'O型圈', 2, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010018', 'WL-ZL50', '2904514', '8T4182', '螺栓', 4, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010019', 'WL-ZL50', '2904514', '5P1075', '垫圈', 4, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010020', 'WL-ZL50', '2904514', '3G8991', '弹簧', 2, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010021', 'WL-ZL50', '2904514', '3385495', '弹簧', 2, 'C', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010022', 'WL-ZL50', '2904514', '3385494', '固定器', 4, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010023', 'WL-ZL50', '2904514', '8T4198', '螺栓', 4, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010024', 'WL-ZL50', '2904514', '5P1075', '垫片', 4, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010025', 'WL-ZL50', '2904514', '0994691', '螺栓', 2, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010026', 'WL-ZL50', '2904514', '8T4223', '垫圈', 2, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010027', 'WL-ZL50', '2904514', '0041963', 'O型圈', 2, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010028', 'WL-ZL50', '2904514', '2906046', '铭牌', 1, 'D', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310003329010029', 'WL-ZL50', '2904514', '4T9311', '盖子', 2, 'E', 1, '2025-03-07 09:13:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010000', 'M3PC 单片', '3232245', '2937639', 'PLUG ', 4, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010001', 'M3PC 单片', '3232245', '3J1907', 'SEAL-O-RING-STOR', 5, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010002', 'M3PC 单片', '3232245', '9S4191', 'PLUG-LD STOR ', 5, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010003', 'M3PC 单片', '3232245', '2833462', 'SCREEN ', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010004', 'M3PC 单片', '3232245', '3K0360', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010005', 'M3PC 单片', '3232245', '9S8005', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010006', 'M3PC 单片', '3232245', '3J1907', 'SEAL-O-RING-STOR', 3, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010007', 'M3PC 单片', '3232245', '9S8004', 'PLUG-LD STOR ', 3, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010008', 'M3PC 单片', '3232245', '3757263', 'VALVE GP-D RLF-B', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010009', 'M3PC 单片', '3232245', '3054563', 'VALVE GP-SHTL -B', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010010', 'M3PC 单片', '3232245', '0963831/HE', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010011', 'M3PC 单片', '3232245', '3232246', 'PLATE-IDENT ', 1, 'A', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010012', 'M3PC 单片', '3232245', '3J5553', 'GASKET', 1, 'B', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010013', 'M3PC 单片', '3232245', '7J7366', 'GASKET', 1, 'B', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010014', 'M3PC 单片', '3232245', '7J7367', 'COVER', 1, 'B', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010015', 'M3PC 单片', '3232245', '8J5893', 'COVER', 1, 'B', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741310034558010016', 'M3PC 单片', '3232245', '8T4179', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-07 09:13:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010000', 'IMV', '3467570', '3093921', '钢铁弹簧', 1, 'B1', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010001', 'IMV', '3467570', '3093922', '钢铁弹簧', 1, 'B1', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010002', 'IMV', '3467570', '3J7354', '橡胶密封圈', 6, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010003', 'IMV', '3467570', '9S8002', '钢铁制塞堵', 6, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010004', 'IMV', '3467570', '3E6730', '橡胶密封圈', 4, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010005', 'IMV', '3467570', '4J0523', '橡胶密封圈', 1, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010006', 'IMV', '3467570', '4J9535', '橡胶密封圈', 4, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010007', 'IMV', '3467570', '3112886', '钢铁弹簧', 1, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010008', 'IMV', '3467570', '3175154', '塑料密封圈', 1, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010009', 'IMV', '3467570', '3461635', '橡胶密封圈', 1, 'B2', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010010', 'IMV', '3467570', '3K0360', '橡胶密封圈', 4, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010011', 'IMV', '3467570', '9S8005', '钢铁制塞堵', 4, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010012', 'IMV', '3467570', '5P8245', '钢铁制垫圈', 4, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010013', 'IMV', '3467570', '6J2680', '橡胶密封圈', 1, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010014', 'IMV', '3467570', '8T0269', '钢铁螺栓', 8, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010015', 'IMV', '3467570', '8T0343', '钢铁制螺栓', 16, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010016', 'IMV', '3467570', '9X8256', '钢铁制垫圈', 8, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010017', 'IMV', '3467570', '3112886', '钢铁弹簧', 1, 'B3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010018', 'IMV', '3467570', '3J1907', '橡胶密封圈', 2, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010019', 'IMV', '3467570', '9S8004', '堵头', 2, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010020', 'IMV', '3467570', '4J0528', '橡胶密封圈', 1, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010021', 'IMV', '3467570', '9X8268', '钢铁制垫圈', 8, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010022', 'IMV', '3467570', '0950705', '钢铁制螺栓', 4, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010023', 'IMV', '3467570', '0950707', '钢铁制螺栓', 4, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010024', 'IMV', '3467570', '2828827', '阀用塞堵', 3, 'B4', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010025', 'IMV', '3467570', '3J1907', '橡胶密封圈', 2, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010026', 'IMV', '3467570', '6S3002', '橡胶密封圈', 2, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010027', 'IMV', '3467570', '8T2223', '钢铁制螺栓', 8, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010028', 'IMV', '3467570', '8T4121', '钢铁制垫圈', 8, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010029', 'IMV', '3467570', '3045146', '安全阀', 1, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010030', 'IMV', '3467570', '3447392', '压力变送器', 2, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010031', 'IMV', '3467570', '4485704/HE', '橡胶密封圈', 2, 'B5', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010032', 'IMV', '3467570', '3112888', '钢铁弹簧', 3, 'B6', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010033', 'IMV', '3467570', '3461634', '钢铁止动块', 4, 'B6', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010034', 'IMV', '3467570', '3576292', '塑料垫圈', 4, 'B6', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010035', 'IMV', '3467570', '3J7354', '橡胶密封圈', 4, 'B6', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010036', 'IMV', '3467570', '4J0526', '橡胶密封圈', 4, 'B6', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010037', 'IMV', '3467570', '3112888', '钢铁弹簧', 1, 'B7', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311160428010038', 'IMV', '3467570', '3262664', '电磁换向阀', 4, 'C3', 1, '2025-03-07 09:32:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185090010000', 'IMV', '3467580', '3J7354', '橡胶密封圈', 6, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010000', 'IMV', '3467580', '9S8002', '钢铁制塞堵', 6, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010001', 'IMV', '3467580', '3E6730', '橡胶密封圈', 4, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010002', 'IMV', '3467580', '4J0523', '橡胶密封圈', 1, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010003', 'IMV', '3467580', '4J9535', '橡胶密封圈', 4, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010004', 'IMV', '3467580', '3112886', '钢铁弹簧', 1, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010005', 'IMV', '3467580', '3175154', '塑料密封圈', 1, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010006', 'IMV', '3467580', '3461635', '橡胶密封圈', 1, 'B1', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010007', 'IMV', '3467580', '3K0360', '橡胶密封圈', 4, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010008', 'IMV', '3467580', '9S8005', '钢铁制塞堵', 4, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010009', 'IMV', '3467580', '5P8245', '钢铁制垫圈', 4, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010010', 'IMV', '3467580', '6J2680', '橡胶密封圈', 1, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010011', 'IMV', '3467580', '8T0269', '钢铁螺栓', 8, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010012', 'IMV', '3467580', '8T0343', '钢铁制螺栓', 16, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010013', 'IMV', '3467580', '9X8256', '钢铁制垫圈', 8, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010014', 'IMV', '3467580', '2828827', '阀用塞堵', 2, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010015', 'IMV', '3467580', '3045146', '安全阀', 1, 'B2', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010016', 'IMV', '3467580', '3J1907', '橡胶密封圈', 2, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010017', 'IMV', '3467580', '6S3002', '橡胶密封圈', 2, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010018', 'IMV', '3467580', '8T2223', '钢铁制螺栓', 8, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010019', 'IMV', '3467580', '8T4121', '钢铁制垫圈', 8, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010020', 'IMV', '3467580', '9X8268', '钢铁制垫圈', 4, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010021', 'IMV', '3467580', '0950707', '钢铁制螺栓', 4, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010022', 'IMV', '3467580', '3447392', '压力变送器', 2, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010023', 'IMV', '3467580', '4485704/HE', '橡胶密封圈', 2, 'B3', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010024', 'IMV', '3467580', '3112888', '钢铁弹簧', 3, 'B4', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010025', 'IMV', '3467580', '3576292', '塑料垫圈', 4, 'B4', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010026', 'IMV', '3467580', '3J7354', '橡胶密封圈', 4, 'B4', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010027', 'IMV', '3467580', '4J0526', '橡胶密封圈', 4, 'B4', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010028', 'IMV', '3467580', '3461634', '钢铁止动块', 4, 'B4', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010029', 'IMV', '3467580', '3112888', '钢铁弹簧', 1, 'B5', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010030', 'IMV', '3467580', '3093921', '钢铁弹簧', 1, 'C', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010031', 'IMV', '3467580', '3093922', '钢铁弹簧', 1, 'C', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311185091010032', 'IMV', '3467580', '3262664', '电磁换向阀', 4, 'E4', 1, '2025-03-07 09:33:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010000', 'QD#1', '3662325', '9S8006', '塞子', 1, 'A', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010001', 'QD#1', '3662325', '2M9780', '密封圈', 1, 'A', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010002', 'QD#1', '3662325', '9S8003', '塞子', 2, 'A', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010003', 'QD#1', '3662325', '1J9671', '密封圈', 2, 'A', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010004', 'QD#1', '3662325', '5H4019', '盖子', 4, 'A', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010005', 'QD#1', '3662325', '4J0520', '密封圈', 4, 'A', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010006', 'QD#1', '3662325', '6204980', '定位环', 1, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010007', 'QD#1', '3662325', '9T9836', '节流套', 1, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010008', 'QD#1', '3662325', '1006211', '活塞', 1, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010009', 'QD#1', '3662325', '3L3813', '销', 1, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010010', 'QD#1', '3662325', '1P3706', '密封圈', 2, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010011', 'QD#1', '3662325', '1081847', '弹簧', 1, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010012', 'QD#1', '3662325', '6E4907', '挡圈', 1, 'B', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010013', 'QD#1', '3662325', '2343043', '盖', 1, 'C', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010014', 'QD#1', '3662325', '6V8200', '螺钉', 8, 'C', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010015', 'QD#1', '3662325', '2343451', '盖', 1, 'D', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010016', 'QD#1', '3662325', '5334159', '螺栓', 8, 'D', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010017', 'QD#1', '3662325', '5334159', '螺栓', 8, 'E', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010018', 'QD#1', '3662325', '8C3206', '法兰', 8, 'E', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010019', 'QD#1', '3662325', '2707647', '铭牌', 1, 'E', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010020', 'QD#1', '3662325', '8C3206', '法兰', 4, 'F', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010021', 'QD#1', '3662325', '5H4019', '盖子', 2, 'F', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010022', 'QD#1', '3662325', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311288028010023', 'QD#1', '3662325', '5334159', '螺栓', 8, 'F', 4, '2025-03-07 09:34:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299350010000', 'QD#1', '3833300', '9S8006', '塞子', 1, 'A', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010000', 'QD#1', '3833300', '2M9780', '密封圈', 1, 'A', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010001', 'QD#1', '3833300', '9S8003', '塞子', 2, 'A', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010002', 'QD#1', '3833300', '1J9671', '密封圈', 2, 'A', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010003', 'QD#1', '3833300', '5H4019', '盖子', 4, 'A', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010004', 'QD#1', '3833300', '4J0520', '密封圈', 4, 'A', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010005', 'QD#1', '3833300', '6204980', '定位环', 1, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010006', 'QD#1', '3833300', '9T9836', '节流套', 1, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010007', 'QD#1', '3833300', '1006211', '活塞', 1, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010008', 'QD#1', '3833300', '3L3813', '销', 1, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010009', 'QD#1', '3833300', '1P3706', '密封圈', 2, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010010', 'QD#1', '3833300', '1081847', '弹簧', 1, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010011', 'QD#1', '3833300', '6E4907', '挡圈', 1, 'B', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010012', 'QD#1', '3833300', '2343043', '盖', 1, 'C', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010013', 'QD#1', '3833300', '6V8200', '螺钉', 8, 'C', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010014', 'QD#1', '3833300', '2343451', '盖', 1, 'D', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010015', 'QD#1', '3833300', '5334159', '螺栓', 8, 'D', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010016', 'QD#1', '3833300', '5334159', '螺栓', 8, 'E', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010017', 'QD#1', '3833300', '8C3206', '法兰', 8, 'E', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010018', 'QD#1', '3833300', '2707647', '铭牌', 1, 'E', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010019', 'QD#1', '3833300', '8C3206', '法兰', 4, 'F', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010020', 'QD#1', '3833300', '5H4019', '盖子', 2, 'F', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010021', 'QD#1', '3833300', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311299351010022', 'QD#1', '3833300', '5334159', '螺栓', 8, 'F', 4, '2025-03-07 09:34:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010000', 'IMV Valve', '4270293', '3461635', '阀芯', 1, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010001', 'IMV Valve', '4270293', '3112886', '弹簧', 1, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010002', 'IMV Valve', '4270293', '3461636', '堵头', 1, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010003', 'IMV Valve', '4270293', '3175154', '挡圈', 1, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010004', 'IMV Valve', '4270293', '4J0523', 'O型圈', 1, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010005', 'IMV Valve', '4270293', '3E6730', 'O型圈', 4, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010006', 'IMV Valve', '4270293', '4J9535', 'O型圈', 4, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010007', 'IMV Valve', '4270293', '3231219', '盖板', 1, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010008', 'IMV Valve', '4270293', '9S8002', '螺堵', 6, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010009', 'IMV Valve', '4270293', '3J7354', 'O型圈', 6, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010010', 'IMV Valve', '4270293', '3K0360', 'O型圈', 4, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010011', 'IMV Valve', '4270293', '9S8005', '螺堵', 4, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010012', 'IMV Valve', '4270293', '5P8245', '垫片', 4, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010013', 'IMV Valve', '4270293', '8T0343', '螺栓', 16, 'B1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010014', 'IMV Valve', '4270293', '9X8256', '垫片', 8, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010015', 'IMV Valve', '4270293', '8T0269', '螺栓', 8, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010016', 'IMV Valve', '4270293', '6J2680', 'O型圈', 1, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010017', 'IMV Valve', '4270293', '7Y5219/HE', 'O型圈', 2, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010018', 'IMV Valve', '4270293', '6S3002', 'O型圈', 2, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010019', 'IMV Valve', '4270293', '3J1907', 'O型圈', 2, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010020', 'IMV Valve', '4270293', '3447392', '压力传感器', 2, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010021', 'IMV Valve', '4270293', '8T2223', '螺栓', 8, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010022', 'IMV Valve', '4270293', '8T4121', '垫片', 8, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010023', 'IMV Valve', '4270293', '4563792', '溢流阀', 2, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010024', 'IMV Valve', '4270293', '8T1447', '螺栓', 4, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010025', 'IMV Valve', '4270293', '9X8268', '垫片', 4, 'B2', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010026', 'IMV Valve', '4270293', '3112864', '密封圈', 4, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010027', 'IMV Valve', '4270293', '3J7354', 'O型圈', 4, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010028', 'IMV Valve', '4270293', '3576292', '挡圈', 4, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010029', 'IMV Valve', '4270293', '4J0526', 'O型圈', 4, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010030', 'IMV Valve', '4270293', '3112888', '弹簧', 4, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010031', 'IMV Valve', '4270293', '3112866', '挡圈', 8, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010032', 'IMV Valve', '4270293', '3461634', '挡圈螺栓', 4, 'B3', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010033', 'IMV Valve', '4270293', '3789425', '阀芯', 2, 'C1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010034', 'IMV Valve', '4270293', '3789426', '阀芯', 2, 'C1', 1, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010035', 'IMV Valve', '4270293', '3093911', '轴套', 4, 'C2', 2, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311327299010036', 'IMV Valve', '4270293', '3262664', '比例电磁阀', 4, 'C3', 2, '2025-03-07 09:35:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347009010000', 'QD#1', '4529472', '9S8006', '塞子', 1, 'A', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010000', 'QD#1', '4529472', '2M9780', '密封圈', 1, 'A', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010001', 'QD#1', '4529472', '9S8003', '塞子', 2, 'A', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010002', 'QD#1', '4529472', '1J9671', '密封圈', 2, 'A', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010003', 'QD#1', '4529472', '5H4019', '盖子', 4, 'A', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010004', 'QD#1', '4529472', '4J0520', '密封圈', 4, 'A', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010005', 'QD#1', '4529472', '1442894', '球形堵头', 2, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010006', 'QD#1', '4529472', '6204980', '定位环', 1, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010007', 'QD#1', '4529472', '9T9836', '节流套', 1, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010008', 'QD#1', '4529472', '1006211', '活塞', 1, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010009', 'QD#1', '4529472', '3L3813', '销', 1, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010010', 'QD#1', '4529472', '1P3706', '密封圈', 2, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010011', 'QD#1', '4529472', '1081847', '弹簧', 1, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010012', 'QD#1', '4529472', '6E4907', '挡圈', 1, 'B', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010013', 'QD#1', '4529472', '2343043', '盖', 1, 'C', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010014', 'QD#1', '4529472', '6V8200', '螺钉', 8, 'C', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010015', 'QD#1', '4529472', '2343451', '盖', 1, 'D', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010016', 'QD#1', '4529472', '8C3206', '法兰', 8, 'E', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010017', 'QD#1', '4529472', '4535972', '铭牌', 1, 'E', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010018', 'QD#1', '4529472', '2855628', '电磁阀', 1, 'F', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010019', 'QD#1', '4529472', '9S4182', '堵头', 1, 'F', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010020', 'QD#1', '4529472', '3J7354', 'o型圈', 1, 'F', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010021', 'QD1', '4529472', '8C3206', '法兰', 4, 'G', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010022', 'QD1', '4529472', '5H4019', '盖子', 2, 'G', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010023', 'QD1', '4529472', '4J0520', 'O型圈', 2, 'G', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010024', 'QD1', '4529472', '5334159', '螺栓', 8, 'G', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311347010010025', 'QD1', '4529472', '2660531', '保护套', 1, 'G', 4, '2025-03-07 09:35:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010000', 'Check Valve', '5772157', '4I3510/HE', 'SPRING', 1, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010001', 'Check Valve', '5772157', '6K6307', 'SEAL-O-RING', 1, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010002', 'Check Valve', '5772157', '6V8218', 'SEAL-ORING', 1, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010003', 'Check Valve', '5772157', '8T4121', 'WASHER-HARD', 2, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010004', 'Check Valve', '5772157', '8T4137', 'BOLT-HEX HEAD', 2, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010005', 'Check Valve', '5772157', '8T4223', 'WASHER-HARD', 4, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010006', 'Check Valve', '5772157', '8T4244', 'NUT-HEX', 1, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010007', 'Check Valve', '5772157', '8T4956', 'BOLT-HEX HEAD', 4, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010008', 'Check Valve', '5772157', '8T6759', 'PLUG-INTL HEX', 8, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010009', 'Check Valve', '5772157', '0951573/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010010', 'Check Valve', '5772157', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010011', 'Check Valve', '5772157', '0951584/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010012', 'Check Valve', '5772157', '0951601/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010013', 'Check Valve', '5772157', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010014', 'Check Valve', '5772157', '1710037/HE', 'VALVE', 1, 'B', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010015', 'Check Valve', '5772157', '2324113/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010016', 'Check Valve', '5772157', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010017', 'Check Valve', '5772157', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010018', 'Check Valve', '5772157', '3237773/HE', 'FILTER', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010019', 'Check Valve', '5772157', '4802136/HE', 'COLLAR', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010020', 'Check Valve', '5772157', '5075974/HE', 'SEAT-VALVE', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010021', 'Check Valve', '5772157', '5181324/HE', 'PLUG', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010022', 'Check Valve', '5772157', '5181325/HE', 'RETAINER-SPRING', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010023', 'Check Valve', '5772157', '5181328/HE', 'COVER-PISTON', 1, 'C', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010024', 'Check Valve', '5772157', '5181331/HE', 'SPRING-CHECK V', 1, 'D', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010025', 'Check Valve', '5772157', '5181332/HE', 'PLUG-CV STOPPER', 1, 'D', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010026', 'Check Valve', '5772157', '5181333/HE', 'COVER-CHECK V', 1, 'D', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010027', 'Check Valve', '5772157', '5536203/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010028', 'Check Valve', '5772157', '5536205/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010029', 'Check Valve', '5772157', '5181315/HE', 'VALVE-CHECK', 1, 'D', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010030', 'Check Valve', '5772157', '5496515/HE', 'SPRING-RETURN', 1, 'E', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010031', 'Check Valve', '5772157', '5674312/HE-57', 'PLATE-IDENT', 1, 'E', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741311458923010032', 'Check Valve', '5772157', '5772158/HE', 'STEM GP-VALVE', 1, 'E', 1, '2025-03-07 09:37:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373654010000', 'MG Stack', '6E3038', '3603688', '螺堵', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010000', 'MG Stack', '6E3038', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010001', 'MG Stack', '6E3038', '8T4189', '螺栓', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010002', 'MG Stack', '6E3038', '8T4224', '垫圈', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010003', 'MG Stack', '6E3038', '7S0530', '夹子', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010004', 'MG Stack', '6E3038', '6E3024', '铭牌', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010005', 'MG Stack', '6E3038', '8T4186', '螺栓', 3, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010006', 'MG Stack', '6E3038', '8T4896', '垫圈', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010007', 'MG Stack', '6E3038', '7X2546', '螺栓', 2, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010008', 'MG Stack', '6E3038', '8T6408', '螺栓', 1, 'A', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010009', 'MG Stack', '6E3038', '1010509', '密封板', 5, 'B', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010010', 'MG Stack', '6E3038', '2191891', '塑料堵头', 8, 'B', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010011', 'MG Stack', '6E3038', '2191893', '塑料堵头', 2, 'C', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741312373655010012', 'MG Stack', '6E3038', '2521631', '塑料堵头', 1, 'C', 2, '2025-03-07 09:52:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010000', 'MG Stack', '3701262', '9S8005', '螺堵', 2, 'A', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010001', 'MG Stack', '3701262', '3K0360', 'O型圈', 2, 'A', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010002', 'MG Stack', '3701262', '9S4180', '螺堵', 1, 'A', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010003', 'MG Stack', '3701262', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010004', 'MG Stack', '3701262', '2521631', '塑料螺堵', 1, 'A', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010005', 'MG Stack', '3701262', '2191893', '塑料螺堵', 2, 'A', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010006', 'MG Stack', '3701262', '8T4189', '螺栓', 1, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010007', 'MG Stack', '3701262', '8T4224', '垫圈', 1, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010008', 'MG Stack', '3701262', '7S0530', '夹子', 1, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997362010009', 'MG Stack', '3701262', '3701264', '铭牌', 1, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997364010000', 'MG Stack', '3701262', '8T6408', '螺栓', 1, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997364010001', 'MG Stack', '3701262', '8T4172', '螺栓', 3, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997364010002', 'MG Stack', '3701262', '8T4896', '垫圈', 1, 'B', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997364010003', 'MG Stack', '3701262', '7X2546', '螺栓', 2, 'C', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997364010004', 'MG Stack', '3701262', '1010509', '密封板', 6, 'C', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741314997364010005', 'MG Stack', '3701262', '2191891', '塑料螺堵', 8, 'D', 2, '2025-03-07 10:36:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010000', 'MG Stack', '5757796', '9S8005', '螺堵', 2, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010001', 'MG Stack', '5757796', '3K0360', 'O型圈', 2, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010002', 'MG Stack', '5757796', '9S4180', '螺堵', 1, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010003', 'MG Stack', '5757796', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010004', 'MG Stack', '5757796', '7S0530', '夹子', 1, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010005', 'MG Stack', '5757796', '8T4189', '螺栓', 1, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010006', 'MG Stack', '5757796', '8T4224', '垫圈', 1, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010007', 'MG Stack', '5757796', '8T4172', '螺栓', 3, 'A', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010008', 'MG Stack', '5757796', '1010509', '密封板', 6, 'B', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010009', 'MG Stack', '5757796', '5757826', '铭牌', 1, 'B', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010010', 'MG Stack', '5757796', '8T4896', '垫圈', 1, 'B', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010011', 'MG Stack', '5757796', '7X2546', '螺栓', 2, 'B', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010012', 'MG Stack', '5757796', '8T6408', '螺栓', 1, 'B', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010013', 'MG Stack', '5757796', '2191891', '塑料螺堵', 8, 'C', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010014', 'MG Stack', '5757796', '2191893', '塑料螺堵', 2, 'C', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741315048357010015', 'MG Stack', '5757796', '2521631', '塑料螺堵', 1, 'C', 2, '2025-03-07 10:37:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329687782010000', 'Diff lock valve', '3714745', '1119916/HE', '电磁阀', 1, 'A', 2, '2025-03-07 14:41:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329687782010001', 'Diff lock valve', '3714745', '3714753', '阀体', 1, 'A', 2, '2025-03-07 14:41:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329687782010002', 'Diff lock valve', '3714745', '8T0288', '螺栓', 2, 'A', 2, '2025-03-07 14:41:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329687782010003', 'Diff lock valve', '3714745', '3717958', '铭牌', 1, 'A', 2, '2025-03-07 14:41:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010000', 'selector', '1399571', '3J1907', 'O型圈', 2, 'A', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010001', 'selector', '1399571', '9S4191', '螺堵', 2, 'A', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010002', 'selector', '1399571', '2521631', '塑料螺堵', 2, 'A', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010003', 'selector', '1399571', '1083866', '堵头', 2, 'B', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010004', 'selector', '1399571', '2M9780', 'O型圈', 2, 'B', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010005', 'selector', '1399571', '1401114', '铭牌', 1, 'B', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010006', 'selector', '1399571', '7S8553', '弹簧', 1, 'B', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741329900050010007', 'selector', '1399571', '1809935', '垫片', 1, 'B', 10, '2025-03-07 14:45:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330665200010000', 'Neu', '1649613', '9T8668', '堵头', 1, 'A', 10, '2025-03-07 14:57:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330665201010000', 'Neu', '1649613', '3D2824', 'O型圈', 1, 'A', 10, '2025-03-07 14:57:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330665201010001', 'Neu', '1649613', '5F9035', '弹簧', 1, 'A', 10, '2025-03-07 14:57:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330665201010002', 'Neu', '1649613', '4475613', '唇形密封', 1, 'A', 10, '2025-03-07 14:57:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330665201010003', 'Neu', '1649613', '6J4568', '保护套', 1, 'B', 10, '2025-03-07 14:57:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330665201010004', 'Neu', '1649613', '2521631', '堵头', 3, 'B', 10, '2025-03-07 14:57:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010000', 'RCV', '5912177', '5A3604', 'BOLT-HEX SOCKET', 4, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010001', 'RCV', '5912177', '0951599/HE', 'SEAL-O-RING', 2, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010002', 'RCV', '5912177', '4533451/HE', 'WASHER-HARD', 4, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010003', 'RCV', '5912177', '4913418/HE', 'COVER-VALVE', 2, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010004', 'RCV', '5912177', '5674312/HE-77', 'PLATE-IDENT', 1, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010005', 'RCV', '5912177', '5931671/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010006', 'RCV', '5912177', '5931672/HE', 'SLEEVE-CHECK V', 1, 'A', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010007', 'RCV', '5912177', '5931673/HE', 'SPRING-CHECK V', 1, 'B', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010008', 'RCV', '5912177', '5942736/HE', 'VALVE-CHECK', 1, 'B', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010009', 'RCV', '5912177', '5942737/HE', 'SLEEVE-CHECK V', 1, 'B', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741330878468010010', 'RCV', '5912177', '5942738/HE', 'SPRING-CHECK V', 1, 'B', 1, '2025-03-07 15:01:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010000', 'Check Valve', '6036775', '8T6759', 'PLUG-INTL HEX', 8, 'A', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010001', 'Check Valve', '6036775', '8J6815', 'PLUG-NPTF', 2, 'A', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010002', 'Check Valve', '6036775', '5181315/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010003', 'Check Valve', '6036775', '5181331/HE', 'SPRING-CHECK V', 1, 'A', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010004', 'Check Valve', '6036775', '0951601/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010005', 'Check Valve', '6036775', '5181332/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010006', 'Check Valve', '6036775', '2324113/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010007', 'Check Valve', '6036775', '8T4223', 'WASHER-HARD', 4, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010008', 'Check Valve', '6036775', '8T4956', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010009', 'Check Valve', '6036775', '5181333/HE', 'COVER-CHECK V', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010010', 'Check Valve', '6036775', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010011', 'Check Valve', '6036775', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010012', 'Check Valve', '6036775', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010013', 'Check Valve', '6036775', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010014', 'Check Valve', '6036775', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010015', 'Check Valve', '6036775', '0951584/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010016', 'Check Valve', '6036775', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010017', 'Check Valve', '6036775', '0951573/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010018', 'Check Valve', '6036775', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010019', 'Check Valve', '6036775', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010020', 'Check Valve', '6036775', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010021', 'Check Valve', '6036775', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010022', 'Check Valve', '6036775', '5181317/HE', 'STEM GP-VALVE', 1, 'D', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010023', 'Check Valve', '6036775', '6K6307', 'SEAL-O-RING', 1, 'D', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010024', 'Check Valve', '6036775', '5181324/HE', 'PLUG', 1, 'D', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010025', 'Check Valve', '6036775', '5181325/HE', 'RETAINER-SPRING', 1, 'D', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010026', 'Check Valve', '6036775', '5181326/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010027', 'Check Valve', '6036775', '5181327/HE-14', '5181327/HE&5313314/HE', 1, 'D', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010028', 'Check Valve', '6036775', '6V8218', 'SEAL-ORING', 1, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010029', 'Check Valve', '6036775', '8T4121', 'WASHER-HARD', 2, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010030', 'Check Valve', '6036775', '8T4137', 'BOLT-HEX HEAD', 2, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010031', 'Check Valve', '6036775', '5181328/HE', 'COVER-PISTON', 1, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010032', 'Check Valve', '6036775', '5674312/HE-75', 'ID Plate', 1, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010033', 'Check Valve', '6036775', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010034', 'Check Valve', '6036775', '3603692', 'PLUG-HD STOR', 2, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010035', 'Check Valve', '6036775', '5536203/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741331682259010036', 'Check Valve', '6036775', '5536204/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-07 15:14:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010000', 'selector', '1U2226', '3J1907', 'O型圈', 2, 'A', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010001', 'selector', '1U2226', '3603692', '螺堵', 2, 'A', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010002', 'selector', '1U2226', '2521631', '塑料螺堵', 2, 'A', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010003', 'selector', '1U2226', '1083866', '堵头', 2, 'B', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010004', 'selector', '1U2226', '2M9780', 'O型圈', 2, 'B', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010005', 'selector', '1U2226', '1181472', '铭牌', 1, 'B', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010006', 'selector', '1U2226', '7S8553', '弹簧', 1, 'B', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741334367950010007', 'selector', '1U2226', '1809935', '垫片', 1, 'B', 10, '2025-03-07 15:59:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010000', 'MG Segment', '1242883', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010001', 'MG Segment', '1242883', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010002', 'MG Segment', '1242883', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010003', 'MG Segment', '1242883', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010004', 'MG Segment', '1242883', '3405472', '右手柄', 1, 'A', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010005', 'MG Segment', '1242883', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010006', 'MG Segment', '1242883', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010007', 'MG Segment', '1242883', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010008', 'MG Segment', '1242883', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010009', 'MG Segment', '1242883', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010010', 'MG Segment', '1242883', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010011', 'MG Segment', '1242883', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010012', 'MG Segment', '1242883', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010013', 'MG Segment', '1242883', '1063659', '活塞', 1, 'B', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010014', 'MG Segment', '1242883', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010015', 'MG Segment', '1242883', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010016', 'MG Segment', '1242883', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010017', 'MG Segment', '1242883', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010018', 'MG Segment', '1242883', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010019', 'MG Segment', '1242883', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010020', 'MG Segment', '1242883', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010021', 'MG Segment', '1242883', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010022', 'MG Segment', '1242883', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010023', 'MG Segment', '1242883', '1243330', '阀芯', 1, 'D', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010024', 'MG Segment', '1242883', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010025', 'MG Segment', '1242883', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010026', 'MG Segment', '1242883', '1118233', '弹簧', 1, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010027', 'MG Segment', '1242883', '1011978', '盖板', 1, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010028', 'MG Segment', '1242883', '8T4189', '螺栓', 2, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010029', 'MG Segment', '1242883', '8T4224', '垫片', 2, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010030', 'MG Segment', '1242883', '2227774', '溢流阀', 1, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741583336273010031', 'MG Segment', '1242883', '1242880', '铭牌', 1, 'F', 8, '2025-03-10 13:08:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010000', 'MG Segment', '1070547', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010001', 'MG Segment', '1070547', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010002', 'MG Segment', '1070547', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010003', 'MG Segment', '1070547', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010004', 'MG Segment', '1070547', '3405470', '右手柄', 1, 'A', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010005', 'MG Segment', '1070547', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010006', 'MG Segment', '1070547', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010007', 'MG Segment', '1070547', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010008', 'MG Segment', '1070547', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010009', 'MG Segment', '1070547', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010010', 'MG Segment', '1070547', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010011', 'MG Segment', '1070547', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010012', 'MG Segment', '1070547', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010013', 'MG Segment', '1070547', '1063660', '活塞', 2, 'B', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010014', 'MG Segment', '1070547', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010015', 'MG Segment', '1070547', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010016', 'MG Segment', '1070547', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010017', 'MG Segment', '1070547', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010018', 'MG Segment', '1070547', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010019', 'MG Segment', '1070547', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010020', 'MG Segment', '1070547', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010021', 'MG Segment', '1070547', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010022', 'MG Segment', '1070547', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010023', 'MG Segment', '1070547', '2213678', '阀芯', 1, 'D', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010024', 'MG Segment', '1070547', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010025', 'MG Segment', '1070547', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010026', 'MG Segment', '1070547', '1118234', '弹簧', 1, 'F', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010027', 'MG Segment', '1070547', '1011980', '盖板', 1, 'F', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010028', 'MG Segment', '1070547', '2227774', '溢流阀', 1, 'F', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010029', 'MG Segment', '1070547', '8T6869', '螺栓', 2, 'G', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010030', 'MG Segment', '1070547', '8T4224', '垫片', 2, 'G', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010031', 'MG Segment', '1070547', '1070523', '铭牌', 1, 'G', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741584916547010032', 'MG Segment', '1070547', '1084916', '制动组件', 1, 'G', 8, '2025-03-10 13:35:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010000', 'MG Segment', '1199551', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010001', 'MG Segment', '1199551', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010002', 'MG Segment', '1199551', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010003', 'MG Segment', '1199551', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010004', 'MG Segment', '1199551', '3405470', '右手柄', 1, 'A', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010005', 'MG Segment', '1199551', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010006', 'MG Segment', '1199551', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010007', 'MG Segment', '1199551', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010008', 'MG Segment', '1199551', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010009', 'MG Segment', '1199551', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010010', 'MG Segment', '1199551', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010011', 'MG Segment', '1199551', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010012', 'MG Segment', '1199551', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010013', 'MG Segment', '1199551', '1063659', '活塞', 1, 'B', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010014', 'MG Segment', '1199551', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010015', 'MG Segment', '1199551', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010016', 'MG Segment', '1199551', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010017', 'MG Segment', '1199551', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010018', 'MG Segment', '1199551', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010019', 'MG Segment', '1199551', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010020', 'MG Segment', '1199551', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010021', 'MG Segment', '1199551', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010022', 'MG Segment', '1199551', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010023', 'MG Segment', '1199551', '1024574', '阀芯', 1, 'D', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010024', 'MG Segment', '1199551', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010025', 'MG Segment', '1199551', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010026', 'MG Segment', '1199551', '1118233', '弹簧', 1, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010027', 'MG Segment', '1199551', '1011978', '盖板', 1, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010028', 'MG Segment', '1199551', '8T4189', '螺栓', 2, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010029', 'MG Segment', '1199551', '8T4224', '垫片', 2, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010030', 'MG Segment', '1199551', '1398477', '溢流阀', 1, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585215950010031', 'MG Segment', '1199551', '1199543', '铭牌', 1, 'F', 8, '2025-03-10 13:40:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010000', 'MG Segment', '1378104', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010001', 'MG Segment', '1378104', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010002', 'MG Segment', '1378104', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010003', 'MG Segment', '1378104', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010004', 'MG Segment', '1378104', '3405472', '右手柄', 1, 'A', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010005', 'MG Segment', '1378104', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010006', 'MG Segment', '1378104', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010007', 'MG Segment', '1378104', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010008', 'MG Segment', '1378104', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010009', 'MG Segment', '1378104', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010010', 'MG Segment', '1378104', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010011', 'MG Segment', '1378104', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010012', 'MG Segment', '1378104', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010013', 'MG Segment', '1378104', '1063659', '活塞', 1, 'B', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010014', 'MG Segment', '1378104', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010015', 'MG Segment', '1378104', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010016', 'MG Segment', '1378104', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010017', 'MG Segment', '1378104', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010018', 'MG Segment', '1378104', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010019', 'MG Segment', '1378104', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010020', 'MG Segment', '1378104', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010021', 'MG Segment', '1378104', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010022', 'MG Segment', '1378104', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010023', 'MG Segment', '1378104', '1024577', '阀芯', 1, 'D', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010024', 'MG Segment', '1378104', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010025', 'MG Segment', '1378104', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010026', 'MG Segment', '1378104', '1118233', '弹簧', 1, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010027', 'MG Segment', '1378104', '1011978', '盖板', 1, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010028', 'MG Segment', '1378104', '8T4189', '螺栓', 2, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010029', 'MG Segment', '1378104', '8T4224', '垫片', 2, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010030', 'MG Segment', '1378104', '1398472', '溢流阀', 2, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585299336010031', 'MG Segment', '1378104', '1379832', '铭牌', 1, 'F', 8, '2025-03-10 13:41:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010000', 'MG Segment', '3701237', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010001', 'MG Segment', '3701237', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010002', 'MG Segment', '3701237', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010003', 'MG Segment', '3701237', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010004', 'MG Segment', '3701237', '3405470', '右手柄', 1, 'A', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010005', 'MG Segment', '3701237', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010006', 'MG Segment', '3701237', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010007', 'MG Segment', '3701237', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010008', 'MG Segment', '3701237', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010009', 'MG Segment', '3701237', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010010', 'MG Segment', '3701237', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010011', 'MG Segment', '3701237', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010012', 'MG Segment', '3701237', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010013', 'MG Segment', '3701237', '1063660', '活塞', 2, 'B', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010014', 'MG Segment', '3701237', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010015', 'MG Segment', '3701237', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010016', 'MG Segment', '3701237', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010017', 'MG Segment', '3701237', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010018', 'MG Segment', '3701237', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010019', 'MG Segment', '3701237', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010020', 'MG Segment', '3701237', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010021', 'MG Segment', '3701237', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010022', 'MG Segment', '3701237', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010023', 'MG Segment', '3701237', '2213678', '阀芯', 1, 'D', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010024', 'MG Segment', '3701237', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010025', 'MG Segment', '3701237', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010026', 'MG Segment', '3701237', '1118234', '弹簧', 1, 'F', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010027', 'MG Segment', '3701237', '1011980', '盖板', 1, 'F', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010028', 'MG Segment', '3701237', '2227774', '溢流阀', 1, 'F', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010029', 'MG Segment', '3701237', '8T6869', '螺栓', 2, 'G', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010030', 'MG Segment', '3701237', '8T4224', '垫片', 2, 'G', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010031', 'MG Segment', '3701237', '3701238', '铭牌', 1, 'G', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585328528010032', 'MG Segment', '3701237', '1084916', '制动组件', 1, 'G', 8, '2025-03-10 13:42:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010000', 'MG Segment', '3701247', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010001', 'MG Segment', '3701247', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010002', 'MG Segment', '3701247', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010003', 'MG Segment', '3701247', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010004', 'MG Segment', '3701247', '3405472', '右手柄', 1, 'A', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010005', 'MG Segment', '3701247', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010006', 'MG Segment', '3701247', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010007', 'MG Segment', '3701247', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010008', 'MG Segment', '3701247', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010009', 'MG Segment', '3701247', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010010', 'MG Segment', '3701247', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010011', 'MG Segment', '3701247', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010012', 'MG Segment', '3701247', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010013', 'MG Segment', '3701247', '1063659', '活塞', 1, 'B', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010014', 'MG Segment', '3701247', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010015', 'MG Segment', '3701247', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010016', 'MG Segment', '3701247', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010017', 'MG Segment', '3701247', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010018', 'MG Segment', '3701247', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010019', 'MG Segment', '3701247', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010020', 'MG Segment', '3701247', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010021', 'MG Segment', '3701247', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010022', 'MG Segment', '3701247', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010023', 'MG Segment', '3701247', '1011149', '阀芯', 1, 'D', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010024', 'MG Segment', '3701247', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010025', 'MG Segment', '3701247', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010026', 'MG Segment', '3701247', '1118233', '弹簧', 1, 'F', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010027', 'MG Segment', '3701247', '1011978', '盖板', 1, 'F', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010028', 'MG Segment', '3701247', '8T4189', '螺栓', 2, 'F', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010029', 'MG Segment', '3701247', '8T4224', '垫片', 2, 'F', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585348789010030', 'MG Segment', '3701247', '3701248', '铭牌', 1, 'F', 8, '2025-03-10 13:42:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010000', 'MG Segment', '3701249', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010001', 'MG Segment', '3701249', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010002', 'MG Segment', '3701249', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010003', 'MG Segment', '3701249', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010004', 'MG Segment', '3701249', '3405472', '右手柄', 1, 'A', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010005', 'MG Segment', '3701249', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010006', 'MG Segment', '3701249', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010007', 'MG Segment', '3701249', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010008', 'MG Segment', '3701249', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010009', 'MG Segment', '3701249', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010010', 'MG Segment', '3701249', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010011', 'MG Segment', '3701249', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010012', 'MG Segment', '3701249', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010013', 'MG Segment', '3701249', '1063659', '活塞', 1, 'B', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010014', 'MG Segment', '3701249', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010015', 'MG Segment', '3701249', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010016', 'MG Segment', '3701249', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010017', 'MG Segment', '3701249', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010018', 'MG Segment', '3701249', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010019', 'MG Segment', '3701249', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010020', 'MG Segment', '3701249', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010021', 'MG Segment', '3701249', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010022', 'MG Segment', '3701249', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010023', 'MG Segment', '3701249', '1011154', '阀芯', 1, 'D', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010024', 'MG Segment', '3701249', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010025', 'MG Segment', '3701249', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010026', 'MG Segment', '3701249', '1118233', '弹簧', 1, 'F', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010027', 'MG Segment', '3701249', '1011978', '盖板', 1, 'F', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010028', 'MG Segment', '3701249', '8T4189', '螺栓', 2, 'F', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010029', 'MG Segment', '3701249', '8T4224', '垫片', 2, 'F', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585357595010030', 'MG Segment', '3701249', '3701250', '铭牌', 1, 'F', 8, '2025-03-10 13:42:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010000', 'MG Segment', '3701251', '9S8005', '堵头', 1, 'A', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010001', 'MG Segment', '3701251', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010002', 'MG Segment', '3701251', '9J0404', '堵头', 2, 'A', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010003', 'MG Segment', '3701251', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010004', 'MG Segment', '3701251', '3405470', '右手柄', 1, 'A', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010005', 'MG Segment', '3701251', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010006', 'MG Segment', '3701251', '6E4502', '堵头', 1, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010007', 'MG Segment', '3701251', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010008', 'MG Segment', '3701251', '6E3019', '阀', 1, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010009', 'MG Segment', '3701251', '6E5153', '弹簧', 1, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010010', 'MG Segment', '3701251', '1082187', '堵头', 1, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010011', 'MG Segment', '3701251', '5B9318', '钢球', 1, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010012', 'MG Segment', '3701251', '9J0403', '弹簧', 2, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010013', 'MG Segment', '3701251', '1063660', '活塞', 2, 'B', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010014', 'MG Segment', '3701251', '6E3007', '弹簧', 1, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010015', 'MG Segment', '3701251', '1011973', '轴承座', 4, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010016', 'MG Segment', '3701251', '8T4189', '螺栓', 2, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010017', 'MG Segment', '3701251', '8T4224', '垫片', 2, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010018', 'MG Segment', '3701251', '1027412', '弹簧', 1, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010019', 'MG Segment', '3701251', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010020', 'MG Segment', '3701251', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010021', 'MG Segment', '3701251', '1011971', '杆体', 1, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010022', 'MG Segment', '3701251', '1012480', '盖板', 1, 'C', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010023', 'MG Segment', '3701251', '2213676', '阀芯', 1, 'D', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010024', 'MG Segment', '3701251', '1011984', '阀座', 1, 'E', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010025', 'MG Segment', '3701251', '8T4138', '螺栓', 2, 'F', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010026', 'MG Segment', '3701251', '1118234', '弹簧', 1, 'F', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010027', 'MG Segment', '3701251', '1011980', '盖板', 1, 'F', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010028', 'MG Segment', '3701251', '2227774', '溢流阀', 1, 'F', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010029', 'MG Segment', '3701251', '8T6869', '螺栓', 2, 'G', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010030', 'MG Segment', '3701251', '8T4224', '垫片', 2, 'G', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010031', 'MG Segment', '3701251', '3701252', '铭牌', 1, 'G', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741585366708010032', 'MG Segment', '3701251', '1084916', '制动组件', 1, 'G', 8, '2025-03-10 13:42:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010000', 'Fenix', '4906531', '1483483', 'PLUG ', 2, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010001', 'Fenix', '4906531', '4D0514', 'PLUG-PTF ', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010002', 'Fenix', '4906531', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010003', 'Fenix', '4906531', '9S8002', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010004', 'Fenix', '4906531', '9T8685', 'VALVE ', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010005', 'Fenix', '4906531', '2N7029', 'SPRING-CONT PIN ', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010006', 'Fenix', '4906531', '3D2824', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010007', 'Fenix', '4906531', '3788543', 'PLUG ', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010008', 'Fenix', '4906531', '4812473', 'VALVE GP-P RLF-B', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010009', 'Fenix', '4906531', '4812471', 'VALVE GP-CHECK ', 1, 'A', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010010', 'Fenix', '4906531', '2608590', 'VALVE GP-SHTL -B', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010011', 'Fenix', '4906531', '7J9933', 'SEAL-O RING ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010012', 'Fenix', '4906531', '4829841', 'RING-BACKUP ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010013', 'Fenix', '4906531', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010014', 'Fenix', '4906531', '4681138', 'PLUG-RETAINER ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010015', 'Fenix', '4906531', '1483483', 'PLUG ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010016', 'Fenix', '4906531', '2Y2347', 'SEAL-O-RING ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010017', 'Fenix', '4906531', '1H1023', 'SEAL-O RING ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010018', 'Fenix', '4906531', '4908810', 'HOUSING ', 1, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010019', 'Fenix', '4906531', '4681141', 'RETAINER ', 2, 'B', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010020', 'Fenix', '4906531', '4681135', 'SPRING ', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010021', 'Fenix', '4906531', '4681145', 'BOLT-FLAT ', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010022', 'Fenix', '4906531', '3P1979', 'SEAL-O-RING ', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010023', 'Fenix', '4906531', '4681339', 'HOUSING ', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010024', 'Fenix', '4906531', '1323877/EY', 'BOLT-HEX HEAD ', 2, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010025', 'Fenix', '4906531', '9X8256', 'WASHER ', 2, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010026', 'Fenix', '4906531', '7X5315', 'COUPLING-QDISC ', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010027', 'Fenix', '4906531', '7X5308', 'CAP-DUST ', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010028', 'Fenix', '4906531', '4689932', 'MANIFOLD GP-CONT', 1, 'C', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010029', 'Fenix', '4906531', '7X2535', 'BOLT-HEX HEAD ', 2, 'D', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396499010030', 'Fenix', '4906531', '9X8256', 'WASHER ', 2, 'D', 1, '2025-03-11 15:33:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396500010000', 'Fenix', '4906531', '7X5315', 'COUPLING-QDISC ', 1, 'D', 1, '2025-03-11 15:33:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396500010001', 'Fenix', '4906531', '7X5308', 'CAP-DUST ', 1, 'D', 1, '2025-03-11 15:33:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396500010002', 'Fenix', '4906531', '5542333/HE', 'CAP-CONNECTOR ', 2, 'D', 1, '2025-03-11 15:33:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741678396500010003', 'Fenix', '4906531', '4993695', 'PLATE-IDENT ', 1, 'D', 1, '2025-03-11 15:33:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010000', 'Fenix', '6429812', '1483483', 'PLUG', 2, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010001', 'Fenix', '6429812', '9J8126', 'PLUG-NPTF', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010002', 'Fenix', '6429812', '9S8002', 'PLUG', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010003', 'Fenix', '6429812', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010004', 'Fenix', '6429812', '2608590', 'VALVE GP-HITF-B', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010005', 'Fenix', '6429812', '9T8685', 'VALVE', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010006', 'Fenix', '6429812', '2N7029', 'SPRING', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010007', 'Fenix', '6429812', '3788543', 'PLUG', 1, 'A', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010008', 'Fenix', '6429812', '3D2824', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010009', 'Fenix', '6429812', '4841390', 'PLUG AS', 2, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010010', 'Fenix', '6429812', '6293326', 'SPOLL', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010011', 'Fenix', '6429812', '4681136', 'SPRING', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010012', 'Fenix', '6429812', '4681139', 'PLUG', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010013', 'Fenix', '6429812', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010014', 'Fenix', '6429812', '7J9933', 'SEAL', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010015', 'Fenix', '6429812', '4829841', 'RING', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010016', 'Fenix', '6429812', '5Y2425/G', 'WASHER', 2, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010017', 'Fenix', '6429812', '5112163', 'VALVE', 1, 'B', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010018', 'Fenix', '6429812', '4681141', 'RETAINER', 2, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010019', 'Fenix', '6429812', '4681135', 'SPRING', 1, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010020', 'Fenix', '6429812', '4681145', 'BOLT', 1, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010021', 'Fenix', '6429812', '1483483', 'PLUG', 1, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010022', 'Fenix', '6429812', '4681339', 'HOUSING', 1, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010023', 'Fenix', '6429812', '3P1979', 'SEAL', 1, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010024', 'Fenix', '6429812', '7X7888', 'BOLT', 2, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010025', 'Fenix', '6429812', '9X8256', 'WASHER', 2, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010026', 'Fenix', '6429812', '7X5308', 'CAP', 2, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010027', 'Fenix', '6429812', '7X5315', 'COUPLING', 2, 'C', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010028', 'Fenix', '6429812', '4689932', 'MANIFOLD', 1, 'D', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010029', 'Fenix', '6429812', '7X2535', 'BOLT', 2, 'D', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010030', 'Fenix', '6429812', '9X8256', 'WASHER', 2, 'D', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010031', 'Fenix', '6429812', '6429811', 'PLATE', 1, 'D', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679130111010032', 'Fenix', '6429812', '5542333/HE', 'CAP', 2, 'D', 1, '2025-03-11 15:45:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010000', 'Fenix', '4906530', '1483483', 'PLUG ', 2, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010001', 'Fenix', '4906530', '4D0514', 'PLUG-PTF ', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010002', 'Fenix', '4906530', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010003', 'Fenix', '4906530', '9S8002', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010004', 'Fenix', '4906530', '9T8685', 'VALVE ', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010005', 'Fenix', '4906530', '2N7029', 'SPRING-CONT PIN ', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010006', 'Fenix', '4906530', '3D2824', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010007', 'Fenix', '4906530', '3788543', 'PLUG ', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010008', 'Fenix', '4906530', '4812471', 'VALVE GP-CHECK ', 2, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010009', 'Fenix', '4906530', '2608590', 'VALVE GP-SHTL -B', 1, 'A', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010010', 'Fenix', '4906530', '7J9933', 'SEAL-O RING ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010011', 'Fenix', '4906530', '4829841', 'RING-BACKUP ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010012', 'Fenix', '4906530', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010013', 'Fenix', '4906530', '4681138', 'PLUG-RETAINER ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010014', 'Fenix', '4906530', '2Y2347', 'SEAL-O-RING ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010015', 'Fenix', '4906530', '1H1023', 'SEAL-O RING ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010016', 'Fenix', '4906530', '4908810', 'HOUSING ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010017', 'Fenix', '4906530', '4681141', 'RETAINER ', 2, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010018', 'Fenix', '4906530', '4681135', 'SPRING ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010019', 'Fenix', '4906530', '4681145', 'BOLT-FLAT ', 1, 'B', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010020', 'Fenix', '4906530', '3P1979', 'SEAL-O-RING ', 1, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010021', 'Fenix', '4906530', '4681339', 'HOUSING ', 1, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010022', 'Fenix', '4906530', '1323877/EY', 'BOLT-HEX HEAD ', 2, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010023', 'Fenix', '4906530', '9X8256', 'WASHER ', 2, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010024', 'Fenix', '4906530', '7X5315', 'COUPLING-QDISC ', 1, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463200010025', 'Fenix', '4906530', '7X5308', 'CAP-DUST ', 1, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010000', 'Fenix', '4906530', '1483483', 'PLUG ', 1, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010001', 'Fenix', '4906530', '4689932', 'MANIFOLD GP-CONT', 1, 'C', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010002', 'Fenix', '4906530', '7X2535', 'BOLT-HEX HEAD ', 2, 'D', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010003', 'Fenix', '4906530', '9X8256', 'WASHER ', 2, 'D', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010004', 'Fenix', '4906530', '7X5315', 'COUPLING-QDISC ', 1, 'D', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010005', 'Fenix', '4906530', '7X5308', 'CAP-DUST ', 1, 'D', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010006', 'Fenix', '4906530', '5542333/HE', 'CAP-CONNECTOR ', 2, 'D', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010007', 'Fenix', '4906530', '4993694', 'PLATE-IDENT ', 1, 'D', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741679463202010008', 'Fenix', '4906530', '4674763', 'STEM-RIPPER LIFT', 1, 'E', 1, '2025-03-11 15:51:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010000', 'Check Valve', '5089741', '4I3510/HE', 'SPRING', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010001', 'Check Valve', '5089741', '7E4846', 'SEAL-O RING', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010002', 'Check Valve', '5089741', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010003', 'Check Valve', '5089741', '8T4244', 'NUT-HEX', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010004', 'Check Valve', '5089741', '8T6759', 'PLUG-INTL HEX', 4, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010005', 'Check Valve', '5089741', '0951573/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010006', 'Check Valve', '5089741', '0951578/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010007', 'Check Valve', '5089741', '0951584/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010008', 'Check Valve', '5089741', '0951587/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010009', 'Check Valve', '5089741', '0951786/HE', 'RING-BACK UP', 1, 'A', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010010', 'Check Valve', '5089741', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010011', 'Check Valve', '5089741', '1710037/HE', 'VALVE', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010012', 'Check Valve', '5089741', '5075972/HE', 'PLUG-CV STOPPER', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010013', 'Check Valve', '5089741', '5075973/HE', 'COVER-CHECK V', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010014', 'Check Valve', '5089741', '5075975/HE', 'BODY-VALVE', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010015', 'Check Valve', '5089741', '5075976/HE', 'ADJUSTER', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010016', 'Check Valve', '5089741', '5075983/HE', 'PLUG-STOPPER', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010017', 'Check Valve', '5089741', '5075984/HE', 'RETAINER-SPRING', 1, 'B', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010018', 'Check Valve', '5089741', '5075985/HE', 'SPRING-RETURN', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010019', 'Check Valve', '5089741', '5075987/HE', 'COVER-PISTON', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010020', 'Check Valve', '5089741', '5075988/HE', 'BOLT-FLANGE HEAD', 2, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010021', 'Check Valve', '5089741', '5075989/HE', 'BOLT-FLANGE HEAD', 4, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010022', 'Check Valve', '5089741', '3237773/HE', 'FILTER', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010023', 'Check Valve', '5089741', '4802136/HE', ' OLLAR', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010024', 'Check Valve', '5089741', '5075974/HE', 'SEAT-VALVE', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010025', 'Check Valve', '5089741', '5075986/HE-44', '5075986/HE&5373244/HE', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010026', 'Check Valve', '5089741', '5573858/HE', 'VALVE-CHECK', 1, 'C', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010027', 'Check Valve', '5089741', '5177914/HE', 'STEM GP-VALVE', 1, 'D', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010028', 'Check Valve', '5089741', '5573859/HE', 'SPRING-CHECK V', 1, 'D', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010029', 'Check Valve', '5089741', '5601780/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010030', 'Check Valve', '5089741', '5601782/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759496581010031', 'Check Valve', '5089741', '5674312/HE-41', 'PLATE-IDENT', 1, 'D', 1, '2025-03-12 14:04:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010000', 'Diff lock valve', '6209758', '3J1907', '橡胶密封圈', 9, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010001', 'Diff lock valve', '6209758', '7I2272', '钢铁螺栓', 2, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010002', 'Diff lock valve', '6209758', '1119916/HE', '电磁阀', 1, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010003', 'Diff lock valve', '6209758', '9S8004', '堵头', 9, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010004', 'Diff lock valve', '6209758', '2660531', '插座盖', 1, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010005', 'Diff lock valve', '6209758', '3676001', '钢铁制塞堵组件', 1, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010006', 'Diff lock valve', '6209758', '3884493', '止回阀', 1, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010007', 'Diff lock valve', '6209758', '5677649', '橡胶密封圈', 1, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759512344010008', 'Diff lock valve', '6209758', '6209759', 'VALVE GP', 1, 'A', 2, '2025-03-12 14:05:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010000', 'QD#1', '5585127', '9S8006', '塞子', 1, 'A', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010001', 'QD#1', '5585127', '2M9780', '密封圈', 1, 'A', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010002', 'QD#1', '5585127', '9S8003', '塞子', 2, 'A', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010003', 'QD#1', '5585127', '1J9671', '密封圈', 2, 'A', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010004', 'QD#1', '5585127', '5H4019', '盖子', 4, 'A', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010005', 'QD#1', '5585127', '4J0520', '密封圈', 4, 'A', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010006', 'QD#1', '5585127', '1442894', '球形堵头', 2, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010007', 'QD#1', '5585127', '1U1968', '定位环', 1, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010008', 'QD#1', '5585127', '5585142', '节流套', 1, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010009', 'QD#1', '5585127', '1006211', '活塞', 1, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010010', 'QD#1', '5585127', '3L3813', '销', 1, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010011', 'QD#1', '5585127', '1P3706', '密封圈', 2, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010012', 'QD#1', '5585127', '1081847', '弹簧', 1, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010013', 'QD#1', '5585127', '6E4907', '挡圈', 1, 'B', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010014', 'QD#1', '5585127', '2343043', '盖', 1, 'C', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010015', 'QD#1', '5585127', '6V8200', '螺钉', 8, 'C', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010016', 'QD#1', '5585127', '2343451', '盖', 1, 'D', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010017', 'QD#1', '5585127', '5334159', '螺栓', 16, 'D', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010018', 'QD#1', '5585127', '8C3206', '法兰', 8, 'E', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010019', 'QD#1', '5585127', '5585141', '铭牌', 1, 'E', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010020', 'QD#1', '5585127', '2855628', '电磁阀', 1, 'F', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010021', 'QD#1', '5585127', '9S4182', '堵头', 1, 'F', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010022', 'QD#1', '5585127', '3J7354', 'o型圈', 1, 'F', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010023', 'QD#1', '5585127', '8C3206', '法兰', 4, 'G', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010024', 'QD#1', '5585127', '5H4019', '盖子', 2, 'G', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010025', 'QD#1', '5585127', '4J0520', 'O型圈', 2, 'G', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010026', 'QD#1', '5585127', '2660531', '保护套', 1, 'G', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759533062010027', 'QD#1', '5585127', '5334159', '堵头', 8, 'G', 4, '2025-03-12 14:05:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010000', 'MG Stack', '1303116', '2191891', 'PLUG', 8, 'A', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010001', 'MG Stack', '1303116', '9S4180', '螺堵', 1, 'A', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010002', 'MG Stack', '1303116', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010003', 'MG Stack', '1303116', '2521631', '螺堵', 1, 'A', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010004', 'MG Stack', '1303116', '2191893', 'O型圈', 2, 'A', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010005', 'MG Stack', '1303116', '8T4189', '螺栓', 1, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010006', 'MG Stack', '1303116', '8T4224', '垫圈', 1, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010007', 'MG Stack', '1303116', '7S0530', '夹子', 1, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010008', 'MG Stack', '1303116', '1303093', '铭牌', 1, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010009', 'MG Stack', '1303116', '8T6408', '螺栓', 1, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010010', 'MG Stack', '1303116', '8T4186', '螺栓', 3, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010011', 'MG Stack', '1303116', '8T4896', '垫圈', 1, 'B', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010012', 'MG Stack', '1303116', '1010509', '密封板', 5, 'C', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759563373010013', 'MG Stack', '1303116', '7X2546', '螺栓', 2, 'C', 2, '2025-03-12 14:06:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010000', 'MG Segment', '6E3029', '9S8005', '堵头', 1, 'A', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010001', 'MG Segment', '6E3029', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010002', 'MG Segment', '6E3029', '9J0404', '堵头', 2, 'A', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010003', 'MG Segment', '6E3029', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010004', 'MG Segment', '6E3029', '3405470', '右手柄', 1, 'A', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010005', 'MG Segment', '6E3029', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010006', 'MG Segment', '6E3029', '6E4502', '堵头', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010007', 'MG Segment', '6E3029', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010008', 'MG Segment', '6E3029', '6E3019', '阀', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010009', 'MG Segment', '6E3029', '6E5153', '弹簧', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010010', 'MG Segment', '6E3029', '1082187', '堵头', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010011', 'MG Segment', '6E3029', '5B9318', '钢球', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010012', 'MG Segment', '6E3029', '9J0403', '弹簧', 2, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010013', 'MG Segment', '6E3029', '1063659', '活塞', 1, 'B', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010014', 'MG Segment', '6E3029', '6E3007', '弹簧', 1, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010015', 'MG Segment', '6E3029', '1011973', '轴承座', 4, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010016', 'MG Segment', '6E3029', '8T4189', '螺栓', 2, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010017', 'MG Segment', '6E3029', '8T4224', '垫片', 2, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010018', 'MG Segment', '6E3029', '1027412', '弹簧', 1, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010019', 'MG Segment', '6E3029', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010020', 'MG Segment', '6E3029', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010021', 'MG Segment', '6E3029', '1011971', '杆体', 1, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010022', 'MG Segment', '6E3029', '1012480', '盖板', 1, 'C', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010023', 'MG Segment', '6E3029', '1011149', '阀芯', 1, 'D', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010024', 'MG Segment', '6E3029', '1011984', '阀座', 1, 'E', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010025', 'MG Segment', '6E3029', '8T4138', '螺栓', 2, 'F', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010026', 'MG Segment', '6E3029', '1118233', '弹簧', 1, 'F', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010027', 'MG Segment', '6E3029', '1011978', '盖板', 1, 'F', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010028', 'MG Segment', '6E3029', '8T4189', '螺栓', 2, 'F', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010029', 'MG Segment', '6E3029', '8T4224', '垫片', 2, 'F', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759699518010030', 'MG Segment', '6E3029', '1070513', '铭牌', 1, 'F', 8, '2025-03-12 14:08:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010000', 'MG Segment', '6E3030', '9S8005', '堵头', 1, 'A', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010001', 'MG Segment', '6E3030', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010002', 'MG Segment', '6E3030', '9J0404', '堵头', 2, 'A', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010003', 'MG Segment', '6E3030', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010004', 'MG Segment', '6E3030', '3405470', '右手柄', 1, 'A', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010005', 'MG Segment', '6E3030', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010006', 'MG Segment', '6E3030', '6E4502', '堵头', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010007', 'MG Segment', '6E3030', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010008', 'MG Segment', '6E3030', '6E3019', '阀', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010009', 'MG Segment', '6E3030', '6E5153', '弹簧', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010010', 'MG Segment', '6E3030', '1082187', '堵头', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010011', 'MG Segment', '6E3030', '5B9318', '钢球', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010012', 'MG Segment', '6E3030', '9J0403', '弹簧', 2, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010013', 'MG Segment', '6E3030', '1063659', '活塞', 1, 'B', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010014', 'MG Segment', '6E3030', '6E3007', '弹簧', 1, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010015', 'MG Segment', '6E3030', '1011973', '轴承座', 4, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010016', 'MG Segment', '6E3030', '8T4189', '螺栓', 2, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010017', 'MG Segment', '6E3030', '8T4224', '垫片', 2, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010018', 'MG Segment', '6E3030', '1027412', '弹簧', 1, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010019', 'MG Segment', '6E3030', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010020', 'MG Segment', '6E3030', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010021', 'MG Segment', '6E3030', '1011971', '杆体', 1, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010022', 'MG Segment', '6E3030', '1012480', '盖板', 1, 'C', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010023', 'MG Segment', '6E3030', '1011154', '阀芯', 1, 'D', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010024', 'MG Segment', '6E3030', '1011984', '阀座', 1, 'E', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010025', 'MG Segment', '6E3030', '8T4138', '螺栓', 2, 'F', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010026', 'MG Segment', '6E3030', '1118233', '弹簧', 1, 'F', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010027', 'MG Segment', '6E3030', '1011978', '盖板', 1, 'F', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010028', 'MG Segment', '6E3030', '8T4189', '螺栓', 2, 'F', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010029', 'MG Segment', '6E3030', '8T4224', '垫片', 2, 'F', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759834802010030', 'MG Segment', '6E3030', '1070515', '铭牌', 1, 'F', 8, '2025-03-12 14:10:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010000', 'MG Segment', '6E3028', '9S8005', '堵头', 1, 'A', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010001', 'MG Segment', '6E3028', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010002', 'MG Segment', '6E3028', '9J0404', '堵头', 2, 'A', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010003', 'MG Segment', '6E3028', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010004', 'MG Segment', '6E3028', '3405470', '右手柄', 1, 'A', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010005', 'MG Segment', '6E3028', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010006', 'MG Segment', '6E3028', '6E4502', '堵头', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010007', 'MG Segment', '6E3028', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010008', 'MG Segment', '6E3028', '6E3019', '阀', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010009', 'MG Segment', '6E3028', '6E5153', '弹簧', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010010', 'MG Segment', '6E3028', '1082187', '堵头', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010011', 'MG Segment', '6E3028', '5B9318', '钢球', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010012', 'MG Segment', '6E3028', '9J0403', '弹簧', 2, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010013', 'MG Segment', '6E3028', '1063659', '活塞', 1, 'B', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010014', 'MG Segment', '6E3028', '6E3007', '弹簧', 1, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010015', 'MG Segment', '6E3028', '1011973', '轴承座', 4, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010016', 'MG Segment', '6E3028', '8T4189', '螺栓', 2, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010017', 'MG Segment', '6E3028', '8T4224', '垫片', 2, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010018', 'MG Segment', '6E3028', '1027412', '弹簧', 1, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010019', 'MG Segment', '6E3028', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010020', 'MG Segment', '6E3028', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010021', 'MG Segment', '6E3028', '1011971', '杆体', 1, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010022', 'MG Segment', '6E3028', '1012480', '盖板', 1, 'C', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010023', 'MG Segment', '6E3028', '1011148', '阀芯', 1, 'D', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010024', 'MG Segment', '6E3028', '1011984', '阀座', 1, 'E', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010025', 'MG Segment', '6E3028', '8T4138', '螺栓', 2, 'F', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010026', 'MG Segment', '6E3028', '1118233', '弹簧', 1, 'F', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010027', 'MG Segment', '6E3028', '1011978', '盖板', 1, 'F', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010028', 'MG Segment', '6E3028', '8T4189', '螺栓', 2, 'F', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010029', 'MG Segment', '6E3028', '8T4224', '垫片', 2, 'F', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759849594010030', 'MG Segment', '6E3028', '1070512', '铭牌', 1, 'F', 8, '2025-03-12 14:10:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010000', 'QD#1', '5385733', '2M9780', '橡胶密封圈', 1, 'A', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010001', 'QD#1', '5385733', '3603681', '钢铁制塞堵', 1, 'A', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010002', 'QD#1', '5385733', '3603678', '钢铁制塞堵', 1, 'A', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010003', 'QD#1', '5385733', '2147567', '橡胶密封圈', 1, 'A', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010004', 'QD#1', '5385733', '5H4019', '钢铁安装盖', 6, 'A', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010005', 'QD#1', '5385733', '4J0520', '橡胶密封圈', 6, 'A', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010006', 'QD#1', '5385733', '5B9318', '钢珠', 1, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010007', 'QD#1', '5385733', '4J7533', '橡胶密封圈', 1, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010008', 'QD#1', '5385733', '6E4502', '钢铁制塞堵', 1, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010009', 'QD#1', '5385733', '9J8126', '钢铁制塞堵', 1, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010010', 'QD#1', '5385733', '1P3706', '橡胶密封圈', 2, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010011', 'QD#1', '5385733', '6E4907', '阀用止动挡圈', 1, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010012', 'QD#1', '5385733', '2474579', '钢铁拉簧', 1, 'B', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010013', 'QD#1', '5385733', '2343043', '阀用盖板', 1, 'C', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010014', 'QD#1', '5385733', '6V8200', '钢铁制螺栓', 8, 'C', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010015', 'QD#1', '5385733', '2343451', '阀用盖板', 1, 'D', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010016', 'QD#1', '5385733', '8T4196', '钢铁制螺栓', 24, 'D', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010017', 'QD#1', '5385733', '8C3206', '钢铁制法兰', 12, 'E', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010018', 'QD#1', '5385733', '8T4121', '钢铁制垫圈', 24, 'E', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741759866790010019', 'QD#1', '5385733', '5385736', '铭牌', 1, 'E', 4, '2025-03-12 14:11:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474826010000', 'Check Valve', '4903958', '5A3604', 'BOLT-HEX SOCKET', 4, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474826010001', 'Check Valve', '4903958', '0951599/HE', 'SEAL-O-RING', 2, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474826010002', 'Check Valve', '4903958', '4533451/HE', 'WASHER-HARD', 4, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474826010003', 'Check Valve', '4903958', '4913418/HE', 'COVER-VALVE', 2, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474827010000', 'Check Valve', '4903958', '5674312/HE-58', 'PLATE-IDENT', 1, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474827010001', 'Check Valve', '4903958', '5931671/HE', 'VALVE-CHECK', 2, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474827010002', 'Check Valve', '4903958', '5931672/HE', 'SLEEVE-CHECK V', 2, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911474827010003', 'Check Valve', '4903958', '5931673/HE', 'SPRING-CHECK V', 2, 'A', 1, '2025-03-14 08:17:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010000', 'Check Valve', '5075967', '4I3510/HE', 'SPRING', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010001', 'Check Valve', '5075967', '7E4846', 'SEAL-O RING', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010002', 'Check Valve', '5075967', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010003', 'Check Valve', '5075967', '8J6815', 'PLUG-NPTF', 2, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010004', 'Check Valve', '5075967', '8T4244', 'NUT-HEX', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010005', 'Check Valve', '5075967', '8T6759', 'PLUG-INTL HEX', 4, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010006', 'Check Valve', '5075967', '0951573/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010007', 'Check Valve', '5075967', '0951578/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499150010008', 'Check Valve', '5075967', '0951584/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010000', 'Check Valve', '5075967', '0951587/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010001', 'Check Valve', '5075967', '0951786/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010002', 'Check Valve', '5075967', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010003', 'Check Valve', '5075967', '1710037/HE', 'VALVE', 1, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010004', 'Check Valve', '5075967', '3J1907', 'SEAL-O-RING-STOR', 2, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010005', 'Check Valve', '5075967', '3603692', 'PLUG-HD STOR', 2, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010006', 'Check Valve', '5075967', '5075986/HE-44', '5075986/HE&5373244/HE', 1, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010007', 'Check Valve', '5075967', '5573858/HE', 'VALVE-CHECK', 1, 'B', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010008', 'Check Valve', '5075967', '5075972/HE', 'PLUG-CV STOPPER', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010009', 'Check Valve', '5075967', '5075973/HE', 'COVER-CHECK V', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010010', 'Check Valve', '5075967', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010011', 'Check Valve', '5075967', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010012', 'Check Valve', '5075967', '5075977/HE', 'STEM GP-VALVE', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010013', 'Check Valve', '5075967', '5075983/HE', 'PLUG-STOPPER', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010014', 'Check Valve', '5075967', '5075984/HE', 'RETAINER-SPRING', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010015', 'Check Valve', '5075967', '5075985/HE', 'SPRING-RETURN', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010016', 'Check Valve', '5075967', '5075987/HE', 'COVER-PISTON', 1, 'C', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010017', 'Check Valve', '5075967', '5075988/HE', 'BOLT-FLANGE HEAD', 2, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010018', 'Check Valve', '5075967', '5075989/HE', 'BOLT-FLANGE HEAD', 4, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010019', 'Check Valve', '5075967', '3237773/HE', 'FILTER', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010020', 'Check Valve', '5075967', '4802136/HE', 'COLLAR', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010021', 'Check Valve', '5075967', '5075974/HE', 'SEAT-VALVE', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010022', 'Check Valve', '5075967', '5573859/HE', 'SPRING-CHECK V', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499151010023', 'Check Valve', '5075967', '5601780/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499152010000', 'Check Valve', '5075967', '5601781/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911499152010001', 'Check Valve', '5075967', '5674312/HE-67', 'PLATE-IDENT', 1, 'D', 1, '2025-03-14 08:18:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010000', 'Check Valve', '5611790', '8T6759', 'PLUG-INTL HEX', 4, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010001', 'Check Valve', '5611790', '8J6815', 'PLUG-NPTF', 2, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010002', 'Check Valve', '5611790', '5573858/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010003', 'Check Valve', '5611790', '5573859/HE', 'SPRING-CHECK V', 1, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010004', 'Check Valve', '5611790', '5075972/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010005', 'Check Valve', '5611790', '0951587/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010006', 'Check Valve', '5611790', '0951786/HE', 'RING-BACK UP', 1, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010007', 'Check Valve', '5611790', '5075989/HE', 'BOLT-FLANGE HEAD', 4, 'A', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010008', 'Check Valve', '5611790', '5075973/HE', 'COVER-CHECK V', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010009', 'Check Valve', '5611790', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010010', 'Check Valve', '5611790', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010011', 'Check Valve', '5611790', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010012', 'Check Valve', '5611790', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010013', 'Check Valve', '5611790', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010014', 'Check Valve', '5611790', '0951584/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010015', 'Check Valve', '5611790', '5075975/HE', 'BODY-VALVE', 1, 'B', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010016', 'Check Valve', '5611790', '0951573/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010017', 'Check Valve', '5611790', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010018', 'Check Valve', '5611790', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010019', 'Check Valve', '5611790', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010020', 'Check Valve', '5611790', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010021', 'Check Valve', '5611790', '5611791/HE', 'STEM GP-VALVE', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010022', 'Check Valve', '5611790', '5075984/HE', 'RETAINER-SPRING', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010023', 'Check Valve', '5611790', '5075983/HE', 'PLUG-STOPPER', 1, 'C', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010024', 'Check Valve', '5611790', '7M8485', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010025', 'Check Valve', '5611790', '5075985/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010026', 'Check Valve', '5611790', '5075986/HE-44', '5075986/HE&5373244/HE', 1, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010027', 'Check Valve', '5611790', '7E4846', 'SEAL-O RING', 1, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010028', 'Check Valve', '5611790', '5075987/HE', 'COVER-PISTON', 1, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010029', 'Check Valve', '5611790', '5075988/HE', 'BOLT-FLANGE HEAD', 2, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010030', 'Check Valve', '5611790', '5674312/HE-90', 'PLATE-IDENT', 1, 'D', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010031', 'Check Valve', '5611790', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010032', 'Check Valve', '5611790', '3603692', 'PLUG-HD STOR', 2, 'E', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010033', 'Check Valve', '5611790', '5601780/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911519581010034', 'Check Valve', '5611790', '5601781/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 08:18:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675910010000', 'Check Valve', '5181312', '8T6759', 'PLUG-INTL HEX', 8, 'A', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675910010001', 'Check Valve', '5181312', '8J6815', 'PLUG-NPTF', 2, 'A', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675910010002', 'Check Valve', '5181312', '5181315/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675910010003', 'Check Valve', '5181312', '5181331/HE', 'SPRING-CHECK V', 1, 'A', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675910010004', 'Check Valve', '5181312', '0951601/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010000', 'Check Valve', '5181312', '5181332/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010001', 'Check Valve', '5181312', '2324113/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010002', 'Check Valve', '5181312', '8T4223', 'WASHER-HARD', 4, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010003', 'Check Valve', '5181312', '8T4956', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010004', 'Check Valve', '5181312', '5181333/HE', 'COVER-CHECK V', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010005', 'Check Valve', '5181312', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010006', 'Check Valve', '5181312', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010007', 'Check Valve', '5181312', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010008', 'Check Valve', '5181312', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010009', 'Check Valve', '5181312', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010010', 'Check Valve', '5181312', '0951584/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010011', 'Check Valve', '5181312', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010012', 'Check Valve', '5181312', '0951573/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010013', 'Check Valve', '5181312', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010014', 'Check Valve', '5181312', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010015', 'Check Valve', '5181312', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675911010016', 'Check Valve', '5181312', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675912010000', 'Check Valve', '5181312', '5181317/HE', 'STEM GP-VALVE', 1, 'D', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675912010001', 'Check Valve', '5181312', '6K6307', 'SEAL-O-RING', 1, 'D', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675912010002', 'Check Valve', '5181312', '5181324/HE', 'PLUG', 1, 'D', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675912010003', 'Check Valve', '5181312', '5181325/HE', 'RETAINER-SPRING', 1, 'D', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675913010000', 'Check Valve', '5181312', '5181326/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675913010001', 'Check Valve', '5181312', '5181327/HE-14', '5181327/HE&5313314/HE', 1, 'D', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675913010002', 'Check Valve', '5181312', '6V8218', 'SEAL-ORING', 1, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675914010000', 'Check Valve', '5181312', '8T4121', 'WASHER-HARD', 2, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675914010001', 'Check Valve', '5181312', '8T4137', 'BOLT-HEX HEAD', 2, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675914010002', 'Check Valve', '5181312', '5181328/HE', 'COVER-PISTON', 1, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675914010003', 'Check Valve', '5181312', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675919010000', 'Check Valve', '5181312', '5674312/HE-12', 'PLATE-IDENT', 1, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675919010001', 'Check Valve', '5181312', '3603692', 'PLUG-HD STOR', 2, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675919010002', 'Check Valve', '5181312', '5536203/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911675919010003', 'Check Valve', '5181312', '5536204/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 08:21:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911854397010000', 'Neu', '2965662', '9T8668', '堵头', 1, 'A', 10, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911854398010000', 'Neu', '2965662', '3D2824', 'O型圈', 1, 'A', 10, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911854398010001', 'Neu', '2965662', '2935263', '弹簧', 1, 'A', 10, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911854398010002', 'Neu', '2965662', '4475613', '唇形密封', 1, 'A', 10, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911854398010003', 'Neu', '2965662', '6J4568', '保护套', 1, 'B', 10, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741911854398010004', 'Neu', '2965662', '2521631', '堵头', 3, 'B', 10, '2025-03-14 08:24:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010000', 'Check Valve', '5181337', '8T6759', 'PLUG-INTL HEX', 8, 'A', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010001', 'Check Valve', '5181337', '5181315/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010002', 'Check Valve', '5181337', '5181331/HE', 'SPRING-CHECK V', 1, 'A', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010003', 'Check Valve', '5181337', '0951601/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010004', 'Check Valve', '5181337', '5181332/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010005', 'Check Valve', '5181337', '2324113/HE', 'RING-BACK UP', 1, 'A', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010006', 'Check Valve', '5181337', '8T4223', 'WASHER-HARD', 4, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010007', 'Check Valve', '5181337', '8T4956', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010008', 'Check Valve', '5181337', '5181333/HE', 'COVER-CHECK V', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010009', 'Check Valve', '5181337', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010010', 'Check Valve', '5181337', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010011', 'Check Valve', '5181337', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010012', 'Check Valve', '5181337', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010013', 'Check Valve', '5181337', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010014', 'Check Valve', '5181337', '0951584/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010015', 'Check Valve', '5181337', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010016', 'Check Valve', '5181337', '0951573/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010017', 'Check Valve', '5181337', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010018', 'Check Valve', '5181337', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302897010019', 'Check Valve', '5181337', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010000', 'Check Valve', '5181337', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010001', 'Check Valve', '5181337', '5181340/HE', 'STEM GP-VALVE', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010002', 'Check Valve', '5181337', '6K6307', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010003', 'Check Valve', '5181337', '5181324/HE', 'PLUG', 1, 'C', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010004', 'Check Valve', '5181337', '5181325/HE', 'RETAINER-SPRING', 1, 'D', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010005', 'Check Valve', '5181337', '5181326/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010006', 'Check Valve', '5181337', '5181327/HE-14', '5181327/HE&5313314/HE', 1, 'D', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010007', 'Check Valve', '5181337', '6V8218', 'SEAL-ORING', 1, 'D', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010008', 'Check Valve', '5181337', '8T4121', 'WASHER-HARD', 2, 'E', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010009', 'Check Valve', '5181337', '8T4137', 'BOLT-HEX HEAD', 2, 'E', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010010', 'Check Valve', '5181337', '5181328/HE', 'COVER-PISTON', 1, 'E', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010011', 'Check Valve', '5181337', '5674312/HE-37', 'PLATE-IDENT', 1, 'E', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010012', 'Check Valve', '5181337', '5536203/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913302898010013', 'Check Valve', '5181337', '5536205/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 08:48:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010000', 'selector', '6E5566', '3J1907', 'O型圈', 2, 'A', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010001', 'selector', '6E5566', '9S4191', '螺堵', 2, 'A', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010002', 'selector', '6E5566', '2521631', '塑料螺堵', 2, 'A', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010003', 'selector', '6E5566', '1083866', '堵头', 2, 'B', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010004', 'selector', '6E5566', '2M9780', 'O型圈', 2, 'B', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010005', 'selector', '6E5566', '1181470', '铭牌', 1, 'B', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913323507010006', 'selector', '6E5566', '7S8553', '弹簧', 1, 'B', 10, '2025-03-14 08:48:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010000', 'Neu', '3215283', '9J0477', '堵头', 1, 'A', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010001', 'Neu', '3215283', '4K1388', 'O型圈', 1, 'A', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010002', 'Neu', '3215283', '6J4694', '堵头', 1, 'A', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010003', 'Neu', '3215283', '1J9671', 'O型圈', 1, 'A', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010004', 'Neu', '3215283', '4B9782', '钢球', 1, 'B', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010005', 'Neu', '3215283', '4H8380', '穿销', 1, 'B', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010006', 'Neu', '3215283', '1A8096', '弹簧', 1, 'B', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010007', 'Neu', '3215283', '7B8194', '弹簧', 1, 'B', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010008', 'Neu', '3215283', '4475614', '唇形密封', 1, 'B', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010009', 'Neu', '3215283', '1U3142', '保护套', 1, 'C', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010010', 'Neu', '3215283', '2521631', '堵头', 3, 'C', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010011', 'Neu', '3215283', '1J9671', 'O型圈', 1, 'C', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913356564010012', 'Neu', '3215283', '3603691', '堵头', 1, 'C', 10, '2025-03-14 08:49:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913507770010000', 'Neu', '2119696', '2119695', '堵头', 1, 'A', 10, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913507770010001', 'Neu', '2119696', '3D2824', 'O型圈', 1, 'A', 10, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913507770010002', 'Neu', '2119696', '8Y5928', '弹簧', 1, 'A', 10, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913507771010000', 'Neu', '2119696', '4475613', '唇形密封', 1, 'A', 10, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913507771010001', 'Neu', '2119696', '2260267', '保护套', 1, 'B', 10, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913507771010002', 'Neu', '2119696', '2521631', '堵头', 3, 'B', 10, '2025-03-14 08:51:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605250010000', 'QD#1', '2343042', '9S8006', '塞子', 1, 'A', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605250010001', 'QD#1', '2343042', '2M9780', '密封圈', 1, 'A', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605250010002', 'QD#1', '2343042', '9S8003', '塞子', 2, 'A', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605250010003', 'QD#1', '2343042', '1J9671', '密封圈', 2, 'A', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605250010004', 'QD#1', '2343042', '5H4019', '盖子', 4, 'A', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010000', 'QD#1', '2343042', '4J0520', '密封圈', 4, 'A', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010001', 'QD#1', '2343042', '6204980', '定位环', 1, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010002', 'QD#1', '2343042', '9T9836', '节流套', 1, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010003', 'QD#1', '2343042', '1006211', '活塞', 1, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010004', 'QD#1', '2343042', '3L3813', '销', 1, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010005', 'QD#1', '2343042', '1P3706', '密封圈', 2, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010006', 'QD#1', '2343042', '1081847', '弹簧', 1, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010007', 'QD#1', '2343042', '6E4907', '挡圈', 1, 'B', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010008', 'QD#1', '2343042', '2343043', '盖', 1, 'C', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010009', 'QD#1', '2343042', '6V8200', '螺钉', 8, 'C', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010010', 'QD#1', '2343042', '2343451', '盖', 1, 'D', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010011', 'QD#1', '2343042', '5334159', '螺栓', 8, 'D', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010012', 'QD#1', '2343042', '8C3206', '法兰', 8, 'E', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010013', 'QD#1', '2343042', '2343453', '铭牌', 1, 'E', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010014', 'QD#1', '2343042', '5334159', '堵头', 8, 'E', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010015', 'QD#1', '2343042', '8C3206', '法兰', 4, 'F', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605251010016', 'QD#1', '2343042', '5H4019', '盖子', 2, 'F', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605252010000', 'QD#1', '2343042', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913605252010001', 'QD#1', '2343042', '5334159', '螺栓', 8, 'F', 4, '2025-03-14 08:53:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626163010000', 'Check Valve', '5573856', '8T6759', 'PLUG-INTL HEX', 4, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626163010001', 'Check Valve', '5573856', '5573858/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626163010002', 'Check Valve', '5573856', '5573859/HE', 'SPRING-CHECK V', 1, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626163010003', 'Check Valve', '5573856', '0951587/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626163010004', 'Check Valve', '5573856', '5075972/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626166010000', 'Check Valve', '5573856', '0951786/HE', 'RING-BACK UP', 1, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626166010001', 'Check Valve', '5573856', '5075989/HE', 'BOLT-FLANGE HEAD', 4, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626166010002', 'Check Valve', '5573856', '5075973/HE', 'COVER-CHECK V', 1, 'A', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626167010000', 'Check Valve', '5573856', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626167010001', 'Check Valve', '5573856', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010000', 'Check Valve', '5573856', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010001', 'Check Valve', '5573856', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010002', 'Check Valve', '5573856', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010003', 'Check Valve', '5573856', '0951584/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010004', 'Check Valve', '5573856', '5075975/HE', 'BODY-VALVE', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010005', 'Check Valve', '5573856', '0951573/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010006', 'Check Valve', '5573856', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010007', 'Check Valve', '5573856', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010008', 'Check Valve', '5573856', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010009', 'Check Valve', '5573856', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010010', 'Check Valve', '5573856', '5573860/HE', 'STEM GP-VALVE', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010011', 'Check Valve', '5573856', '5075984/HE', 'RETAINER-SPRING', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626168010012', 'Check Valve', '5573856', '7M8485', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010000', 'Check Valve', '5573856', '5075983/HE', 'PLUG-STOPPER', 1, 'C', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010001', 'Check Valve', '5573856', '5075985/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010002', 'Check Valve', '5573856', '5075986/HE-44', '5075986/HE&5373244/HE', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010003', 'Check Valve', '5573856', '7E4846', 'SEAL-O RING', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010004', 'Check Valve', '5573856', '5075988/HE', 'BOLT-FLANGE HEAD', 2, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010005', 'Check Valve', '5573856', '5075987/HE', 'COVER-PISTON', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010006', 'Check Valve', '5573856', '4B4158', 'SCREW-DRIVE', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010007', 'Check Valve', '5573856', '5601780/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010008', 'Check Valve', '5573856', '5674312/HE-6', 'PLATE-IDENT', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913626169010009', 'Check Valve', '5573856', '5601782/HE', 'COVER-PORT PROTN', 1, 'D', 1, '2025-03-14 08:53:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649526010000', 'LS', '4869861', '8J6815', '节流堵头', 2, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649526010001', 'LS', '4869861', '3699151', '节流堵头', 1, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010000', 'LS', '4869861', '9S8002', '堵头', 18, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010001', 'LS', '4869861', '3J7354', 'O型圈', 18, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010002', 'LS', '4869861', '9S8006', '堵头', 1, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010003', 'LS', '4869861', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010004', 'LS', '4869861', '9S8004', '堵头', 1, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010005', 'LS', '4869861', '3J1907', 'O型圈', 1, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010006', 'LS', '4869861', '1T0936', '节流堵头', 2, 'A', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010007', 'LS', '4869861', '4T1860', '梭阀', 1, 'B', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010008', 'LS', '4869861', '5102219', '阀', 1, 'B', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010009', 'LS', '4869861', '4T4932', '阀', 1, 'B', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010010', 'LS', '4869861', '4882889', '阀', 1, 'C', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010011', 'LS', '4869861', '4925637', '阀', 1, 'C', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010012', 'LS', '4869861', '5194820', '阀', 1, 'C', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010013', 'LS', '4869861', '1411233', '阀', 1, 'C', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010014', 'LS', '4869861', '5102188', '铭牌', 1, 'C', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010015', 'LS', '4869861', '9X8267', '垫片', 2, 'D', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010016', 'LS', '4869861', '5C9553', '螺栓', 2, 'D', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010017', 'LS', '4869861', '5563719', '固定锁片', 1, 'D', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010018', 'LS', '4869861', '5554235', 'PLATE', 1, 'D', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010019', 'LS', '4869861', '5862152', 'Film', 1, 'D', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913649527010020', 'LS', '4869861', '4315624/HE', 'Film', 1, 'D', 2, '2025-03-14 08:54:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721667010000', 'QD#1', '3402788', '9S8006', '塞子', 1, 'A', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010000', 'QD#1', '3402788', '2M9780', '密封圈', 1, 'A', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010001', 'QD#1', '3402788', '9S8003', '塞子', 2, 'A', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010002', 'QD#1', '3402788', '1J9671', '密封圈', 2, 'A', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010003', 'QD#1', '3402788', '5H4019', '盖子', 4, 'A', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010004', 'QD#1', '3402788', '4J0520', '密封圈', 4, 'A', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010005', 'QD#1', '3402788', '1442894', '球形堵头', 2, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010006', 'QD#1', '3402788', '1U1968', '定位环', 1, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010007', 'QD#1', '3402788', '9T9836', '节流套', 1, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010008', 'QD#1', '3402788', '1006211', '活塞', 1, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010009', 'QD#1', '3402788', '3L3813', '销', 1, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010010', 'QD#1', '3402788', '1P3706', '密封圈', 2, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010011', 'QD#1', '3402788', '1081847', '弹簧', 1, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010012', 'QD#1', '3402788', '6E4907', '挡圈', 1, 'B', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010013', 'QD#1', '3402788', '2343043', '盖', 1, 'C', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010014', 'QD#1', '3402788', '6V8200', '螺钉', 8, 'C', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010015', 'QD#1', '3402788', '2343451', '盖', 1, 'D', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010016', 'QD#1', '3402788', '5334159', '螺栓', 16, 'D', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010017', 'QD#1', '3402788', '8C3206', '法兰', 8, 'E', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010018', 'QD#1', '3402788', '3402789', '铭牌', 1, 'E', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010019', 'QD#1', '3402788', '2855628', '电磁阀', 1, 'F', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010020', 'QD#1', '3402788', '9S4182', '堵头', 1, 'F', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010021', 'QD#1', '3402788', '3J7354', 'o型圈', 1, 'F', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010022', 'QD#1', '3402788', '8C3206', '法兰', 4, 'G', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010023', 'QD#1', '3402788', '5H4019', '盖子', 2, 'G', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010024', 'QD#1', '3402788', '4J0520', 'O型圈', 2, 'G', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010025', 'QD#1', '3402788', '5334159', '螺栓', 8, 'G', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913721668010026', 'QD#1', '3402788', '2660531', '保护套', 1, 'G', 4, '2025-03-14 08:55:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010000', 'QD#3', '9T5653', '4J7101', '衬套', 1, 'A', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010001', 'QD#3', '9T5653', '7F8268', 'O型圈', 1, 'A', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010002', 'QD#3', '9T5653', '6B0863', '垫圈', 1, 'A', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010003', 'QD#3', '9T5653', '9T5785', '铭牌', 1, 'A', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010004', 'QD#3', '9T5653', '7M1297', '弹簧', 1, 'A', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010005', 'QD#3', '9T5653', '8T9383', '螺栓', 7, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010006', 'QD#3', '9T5653', '1J8476', '盖板', 1, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010007', 'QD#3', '9T5653', '3J3712', '衬垫', 1, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010008', 'QD#3', '9T5653', '1S1476', '吊环', 1, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010009', 'QD#3', '9T5653', '7X0352', '螺栓', 2, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010010', 'QD#3', '9T5653', '6J5899', '盖板', 1, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010011', 'QD#3', '9T5653', '8T4122', '垫片', 2, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010012', 'QD#3', '9T5653', '7X0448', '螺母', 2, 'B', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010013', 'QD#3', '9T5653', '4J7316', '衬垫', 1, 'C', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913761874010014', 'QD#3', '9T5653', '4J7315', '盖板', 1, 'C', 4, '2025-03-14 08:56:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808616010000', 'QD#1', '5853920', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010000', 'QD#1', '5853920', '9S8006', 'PLUG-LD STOR', 1, 'A', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010001', 'QD#1', '5853920', '1J9671', 'SEAL-O-RING', 2, 'A', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010002', 'QD#1', '5853920', '9S8003', 'PLUG-LD STOR', 2, 'A', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010003', 'QD#1', '5853920', '5H4019', 'COVER', 6, 'A', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010004', 'QD#1', '5853920', '4J0520', 'SEAL-O-RING', 6, 'A', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010005', 'QD#1', '5853920', '6204980', 'RING-RETAINING', 1, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010006', 'QD#1', '5853920', '5086203', 'SLEEVE-ORIFICE', 1, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010007', 'QD#1', '5853920', '1006211', 'PISTON', 1, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010008', 'QD#1', '5853920', '3L3813', 'PIN', 1, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010009', 'QD#1', '5853920', '1P3706', 'SEAL-RECTANGULAR', 2, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010010', 'QD#1', '5853920', '1081847', 'SPRING', 1, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010011', 'QD#1', '5853920', '6E4907', 'STOP', 1, 'B', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010012', 'QD#1', '5853920', '2343043', 'COVER (METRIC)', 1, 'C', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010013', 'QD#1', '5853920', '1081781', 'BOLT-SOCKET HD', 8, 'C', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010014', 'QD#1', '5853920', '2343451', 'COVER (METRIC)', 1, 'D', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010015', 'QD#1', '5853920', '5334159', '钢铁制螺栓', 24, 'D', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010016', 'QD#1', '5853920', '8C3206', 'FLANGE-SPLIT', 12, 'E', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913808617010017', 'QD#1', '5853920', '5853921', 'PLATE-IDENT', 1, 'E', 4, '2025-03-14 08:56:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010000', 'QD#2', '4T4205', '4J0522', '密封o型圈', 3, 'A', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010001', 'QD#2', '4T4205', '4J5573', '密封o型圈', 1, 'A', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010002', 'QD#2', '4T4205', '3443549', '节流套', 1, 'A', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010003', 'QD#2', '4T4205', '7M1297', '弹簧', 1, 'A', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010004', 'QD#2', '4T4205', '8M2530', '螺栓', 2, 'A', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010005', 'QD#2', '4T4205', '1D4566', '螺栓', 5, 'A', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010006', 'QD#2', '4T4205', '4J0526', '密封o型圈', 1, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010007', 'QD#2', '4T4205', '4T4207', '节流螺钉', 1, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010008', 'QD#2', '4T4205', '6V1849', '盖', 1, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010009', 'QD#2', '4T4205', '4T4206', '标牌', 1, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010010', 'QD#2', '4T4205', '4J0525', 'o型圈', 1, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010011', 'QD#2', '4T4205', '8T8919', '螺栓', 2, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010012', 'QD#2', '4T4205', '5P1076', '垫片', 2, 'B', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010013', 'QD#2', '4T4205', '2D0094', '衬垫', 2, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010014', 'QD#2', '4T4205', '7J3554', '盖子', 2, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010015', 'QD#2', '4T4205', '3J5554', '衬垫', 1, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010016', 'QD#2', '4T4205', '8J4398', '盖子', 1, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010017', 'QD#2', '4T4205', '5P8167', '螺栓', 4, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010018', 'QD#2', '4T4205', '7X0272', '螺栓', 2, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010019', 'QD#2', '4T4205', '6J5899', '盖子', 1, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010020', 'QD#2', '4T4205', '7X0352', '螺栓', 1, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010021', 'QD#2', '4T4205', '7X0358', '螺栓', 1, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010022', 'QD#2', '4T4205', '7X0448', '螺母', 2, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913829708010023', 'QD#2', '4T4205', '7S0530', '吊环', 1, 'C', 4, '2025-03-14 08:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930742010000', 'WL-ZL50', '4736798', '1415497', '钢铁弹簧', 1, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010000', 'WL-ZL50', '4736798', '1415498', '钢铁弹簧', 1, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010001', 'WL-ZL50', '4736798', '1422864', '阀用止动挡圈', 1, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010002', 'WL-ZL50', '4736798', '5S6980', '钢铁簧环', 1, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010003', 'WL-ZL50', '4736798', '1883365', '钢铁弹簧', 1, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010004', 'WL-ZL50', '4736798', '1744321', '线轴', 2, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010005', 'WL-ZL50', '4736798', '1734012', '钢铁弹簧', 2, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010006', 'WL-ZL50', '4736798', '3161438', '插装阀组件', 2, 'A', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010007', 'WL-ZL50', '4736798', '3265212', '电磁线圈', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010008', 'WL-ZL50', '4736798', '1919247', '钢铁制垫圈', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010009', 'WL-ZL50', '4736798', '1982914', '钢铁制螺母', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010010', 'WL-ZL50', '4736798', '3603679', '钢铁制塞堵', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010011', 'WL-ZL50', '4736798', '3J1907', '橡胶密封圈', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010012', 'WL-ZL50', '4736798', '3676001', '钢铁制塞堵组件', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010013', 'WL-ZL50', '4736798', '4D3107', '橡胶密封圈', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010014', 'WL-ZL50', '4736798', '1H1023', '橡胶密封圈', 4, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010015', 'WL-ZL50', '4736798', '6K0806', '塑料制扎带', 2, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010016', 'WL-ZL50', '4736798', '2071617', '铭牌', 1, 'B', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010017', 'WL-ZL50', '4736798', '1267654', '钢铁制间隔垫圈', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010018', 'WL-ZL50', '4736798', '1415497', '钢铁弹簧', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010019', 'WL-ZL50', '4736798', '1415498', '钢铁弹簧', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010020', 'WL-ZL50', '4736798', '1422864', '阀用止动挡圈', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010021', 'WL-ZL50', '4736798', '5S6980', '钢铁簧环', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010022', 'WL-ZL50', '4736798', '1899807', '钢铁弹簧', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010023', 'WL-ZL50', '4736798', '2071621', '铭牌', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010024', 'WL-ZL50', '4736798', '8T6870', '钢铁制螺栓', 4, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010025', 'WL-ZL50', '4736798', '7J7423', '阀', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010026', 'WL-ZL50', '4736798', '7S8491', '钢铁弹簧', 1, 'C', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010027', 'WL-ZL50', '4736798', '1U0322', '滑动轴承', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010028', 'WL-ZL50', '4736798', '2S4078', '橡胶密封圈', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010029', 'WL-ZL50', '4736798', '9S4191', '钢铁制塞堵', 3, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010030', 'WL-ZL50', '4736798', '3J1907', '橡胶密封圈', 3, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010031', 'WL-ZL50', '4736798', '4J0522', '橡胶密封圈', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010032', 'WL-ZL50', '4736798', '4J0523', '橡胶密封圈', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010033', 'WL-ZL50', '4736798', '3209706', '堵头', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010034', 'WL-ZL50', '4736798', '9S8006', '螺堵组件', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010035', 'WL-ZL50', '4736798', '2M9780', '橡胶密封圈', 1, 'D', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010036', 'WL-ZL50', '4736798', '9S4183', '钢铁制塞堵', 1, 'E', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010037', 'WL-ZL50', '4736798', '3D2824', '橡胶密封圈', 1, 'E', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010038', 'WL-ZL50', '4736798', '7X7960', '钢铁制螺栓', 5, 'E', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010039', 'WL-ZL50', '4736798', '8T4223', '钢铁制垫圈', 10, 'E', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010040', 'WL-ZL50', '4736798', '8T4244', '钢铁制螺母', 6, 'E', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010041', 'WL-ZL50', '4736798', '3G2683', '钢铁制塞堵', 1, 'F', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010042', 'WL-ZL50', '4736798', '5337922/HO', '圆形铁板', 4, 'G', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010043', 'WL-ZL50', '4736798', '3309801', '溢流阀', 1, 'H', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010044', 'WL-ZL50', '4736798', '4710143', 'VALVEGP-RELIEF', 1, 'H', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010045', 'WL-ZL50', '4736798', '1397559', '安全阀', 1, 'I', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010046', 'WL-ZL50', '4736798', '2042124', '溢流阀', 1, 'I', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010047', 'WL-ZL50', '4736798', '4710158', '铭牌', 1, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010048', 'WL-ZL50', '4736798', '8J5893', '钢铁安装盖', 3, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010049', 'WL-ZL50', '4736798', '3J5553', '纸制衬垫', 3, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010050', 'WL-ZL50', '4736798', '8T4179', '钢铁制螺栓', 6, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010051', 'WL-ZL50', '4736798', '4D2886', '钢铁制管夹', 2, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010052', 'WL-ZL50', '4736798', '8J4398', '钢铁安装盖', 2, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010053', 'WL-ZL50', '4736798', '3J5554', '纸制衬垫', 2, 'J', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010054', 'WL-ZL50', '4736798', '8T4137', '钢铁制螺栓', 4, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010055', 'WL-ZL50', '4736798', '1488336', '钢铁制螺纹接头组件', 4, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010056', 'WL-ZL50', '4736798', '1488434', '钢铁制三通管组件', 2, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010057', 'WL-ZL50', '4736798', '1488424', '钢铁制三通管组件', 1, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010058', 'WL-ZL50', '4736798', '6V9829', '钢铁制塞堵', 2, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010059', 'WL-ZL50', '4736798', '6V3965', '取样阀', 1, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010060', 'WL-ZL50', '4736798', '2147568', '橡胶密封圈', 1, 'K', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010061', 'WL-ZL50', '4736798', '6V0852', '橡胶防尘盖', 1, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010062', 'WL-ZL50', '4736798', '1899263', '管子', 1, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010063', 'WL-ZL50', '4736798', '2172573', '管子', 1, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010064', 'WL-ZL50', '4736798', '1488368', '钢铁制螺纹弯管组件', 1, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010065', 'WL-ZL50', '4736798', '1488369', '钢铁制螺纹弯管组件', 1, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010066', 'WL-ZL50', '4736798', '1505005/S', '胶管组件', 1, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741913930743010067', 'WL-ZL50', '4736798', '2660531', '塑料塞子', 2, 'L', 3, '2025-03-14 08:58:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010000', 'Check Valve', '5772154', '8T6759', 'PLUG-INTL HEX', 8, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010001', 'Check Valve', '5772154', '8J6815', 'PLUG-NPTF', 2, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010002', 'Check Valve', '5772154', '5181315/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010003', 'Check Valve', '5772154', '0951601/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010004', 'Check Valve', '5772154', '2324113/HE', 'RING-BACK UP', 1, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010005', 'Check Valve', '5772154', '5181332/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010006', 'Check Valve', '5772154', '5181333/HE', 'COVER-CHECK V', 1, 'A', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010007', 'Check Valve', '5772154', '8T4223', 'WASHER-HARD', 4, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010008', 'Check Valve', '5772154', '8T4956', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010009', 'Check Valve', '5772154', '5181331/HE', 'SPRING-CHECK V', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010010', 'Check Valve', '5772154', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010011', 'Check Valve', '5772154', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010012', 'Check Valve', '5772154', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010013', 'Check Valve', '5772154', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010014', 'Check Valve', '5772154', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010015', 'Check Valve', '5772154', '0951584/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010016', 'Check Valve', '5772154', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010017', 'Check Valve', '5772154', '0951573/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010018', 'Check Valve', '5772154', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010019', 'Check Valve', '5772154', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010020', 'Check Valve', '5772154', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010021', 'Check Valve', '5772154', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010022', 'Check Valve', '5772154', '5772155/HE', 'STEM GP-VALVE', 1, 'C', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010023', 'Check Valve', '5772154', '5181324/HE', 'PLUG', 1, 'D', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010024', 'Check Valve', '5772154', '6K6307', 'SEAL-O-RING', 1, 'D', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010025', 'Check Valve', '5772154', '5181325/HE', 'RETAINER-SPRING', 1, 'D', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010026', 'Check Valve', '5772154', '5496515/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010027', 'Check Valve', '5772154', '5181327/HE-14', '5181327/HE&5313314/HE', 1, 'D', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010028', 'Check Valve', '5772154', '6V8218', 'SEAL-ORING', 1, 'D', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010029', 'Check Valve', '5772154', '8T4121', 'WASHER-HARD', 2, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010030', 'Check Valve', '5772154', '8T4137', 'BOLT-HEX HEAD', 2, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010031', 'Check Valve', '5772154', '5181328/HE', 'COVER-PISTON', 1, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010032', 'Check Valve', '5772154', '5674312/HE-54', 'PLATE-IDENT', 1, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010033', 'Check Valve', '5772154', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010034', 'Check Valve', '5772154', '3603692', 'PLUG-HD STOR', 2, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010035', 'Check Valve', '5772154', '5536203/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914213683010036', 'Check Valve', '5772154', '5536204/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-14 09:03:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352817010000', 'selector', '6E3078', '3J1907', 'O型圈', 2, 'A', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352817010001', 'selector', '6E3078', '9S4191', '螺堵', 2, 'A', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352818010000', 'selector', '6E3078', '2521631', '塑料螺堵', 2, 'A', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352818010001', 'selector', '6E3078', '1083866', '堵头', 2, 'B', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352818010002', 'selector', '6E3078', '2M9780', 'O型圈', 2, 'B', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352818010003', 'selector', '6E3078', '1181471', '铭牌', 1, 'B', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914352818010004', 'selector', '6E3078', '7S8553', '弹簧', 1, 'B', 10, '2025-03-14 09:05:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010000', 'MTV', '2130087', '5H8985', 'PIN-SPRING', 1, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010001', 'MTV', '2130087', '8E8439', 'DOWEL', 1, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010002', 'MTV', '2130087', '7T5101', 'ORIFICE', 1, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010003', 'MTV', '2130087', '9S8001', 'PLUG-LD STOR', 6, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010004', 'MTV', '2130087', '2385078', 'SEAL-O-RING-STOR', 6, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010005', 'MTV', '2130087', '8P7386', 'SPOOL', 2, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010006', 'MTV', '2130087', '4B9880', 'BALL', 2, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010007', 'MTV', '2130087', '4M2381', 'SPRING', 2, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010008', 'MTV', '2130087', '1S1636', 'RETAINER', 2, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010009', 'MTV', '2130087', '1S1638', 'RING-RETAINING', 2, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010010', 'MTV', '2130087', '5M2504', 'SLUG', 2, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010011', 'MTV', '2130087', '9S8008', 'PLUG-LD STOR', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010012', 'MTV', '2130087', '2385082', 'SEAL-O-RING-STOR', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010013', 'MTV', '2130087', '9W7410', 'SPRING', 1, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010014', 'MTV', '2130087', '6V3683', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010015', 'MTV', '2130087', '5J1036', 'SHIM', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010016', 'MTV', '2130087', '5J2721', 'SHIM', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010017', 'MTV', '2130087', '6J3993', 'SHIM', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010018', 'MTV', '2130087', '4M1751', 'SPACER', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010019', 'MTV', '2130087', '1305300', 'CLIP', 1, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010020', 'MTV', '2130087', '0S1618', 'BOLT', 2, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010021', 'MTV', '2130087', '9M1974', 'WASHER-HARD', 1, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010022', 'MTV', '2130087', '9S8004', 'PLUG-LD STOR', 3, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010023', 'MTV', '2130087', '2147568', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010024', 'MTV', '2130087', '6V3965', 'ADAPTER-STR', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010025', 'MTV', '2130087', '2147568', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010026', 'MTV', '2130087', '9P0683', 'SPRING', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010027', 'MTV', '2130087', '1607578', 'BODY-LOAD PISTON', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010028', 'MTV', '2130087', '9S8001', 'PLUG-LD STOR', 2, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010029', 'MTV', '2130087', '2385078', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010030', 'MTV', '2130087', '8L2777', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010031', 'MTV', '2130087', '3706345', 'ORIFICE AS.', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010032', 'MTV', '2130087', '9D7884', 'SPRING', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010033', 'MTV', '2130087', '6T0094', 'PISTON-SELECTOR', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010034', 'MTV', '2130087', '6T0093', 'PISTON-LOAD', 1, 'C', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010035', 'MTV', '2130087', '5J6153', 'SHIM', 2, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010036', 'MTV', '2130087', '8H9190', 'SHIM-CARRIER', 2, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010037', 'MTV', '2130087', '8M2932', 'SHIM', 2, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010038', 'MTV', '2130087', '7M7316', 'SPRING', 1, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010039', 'MTV', '2130087', '8E4592', 'STOP', 1, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010040', 'MTV', '2130087', '5L9018', 'BOLT-SOCKET HEAD', 2, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010041', 'MTV', '2130087', '5P0537', 'WASHER-HARD', 2, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010042', 'MTV', '2130087', '9W6964', 'VALVE AS-EXHAUST', 1, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010043', 'MTV', '2130087', '9S8003', 'PLUG-LD STOR', 1, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010044', 'MTV', '2130087', '2147567', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010045', 'MTV', '2130087', '3023813', 'VALVE GP-SOL', 1, 'D', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010046', 'MTV', '2130087', '9S8008', 'PLUG-LD STOR', 1, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010047', 'MTV', '2130087', '2385082', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010048', 'MTV', '2130087', '6V6353', 'SEAL-O-RING', 1, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010049', 'MTV', '2130087', '0S1618', 'BOLT', 4, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010050', 'MTV', '2130087', '9M1974', 'WASHER-HARD', 4, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010051', 'MTV', '2130087', '2153379', 'PLATE-IDENT', 1, 'A', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010052', 'MTV', '2130087', '5M2894', 'WASHER-HARD', 3, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010053', 'MTV', '2130087', '5F4899', 'BOLT', 3, 'E', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010054', 'MTV', '2130087', '8E8867', 'COVER', 1, 'F', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010055', 'MTV', '2130087', '8E8868', 'GASKET', 1, 'F', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010056', 'MTV', '2130087', '1552269', 'RECEPTACLE AS', 1, 'F', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010057', 'MTV', '2130087', '8T8737', 'PLUG-SEAL', 2, 'F', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010058', 'MTV', '2130087', '6V0852', 'CAP-DUST', 1, 'F', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914472830010059', 'MTV', '2130087', '6I9512', 'COVER', 1, 'G', 1, '2025-03-14 09:07:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010000', 'MG Segment', '6E3031', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010001', 'MG Segment', '6E3031', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010002', 'MG Segment', '6E3031', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010003', 'MG Segment', '6E3031', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010004', 'MG Segment', '6E3031', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010005', 'MG Segment', '6E3031', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010006', 'MG Segment', '6E3031', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010007', 'MG Segment', '6E3031', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010008', 'MG Segment', '6E3031', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010009', 'MG Segment', '6E3031', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010010', 'MG Segment', '6E3031', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010011', 'MG Segment', '6E3031', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010012', 'MG Segment', '6E3031', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010013', 'MG Segment', '6E3031', '1063660', '活塞', 2, 'B', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010014', 'MG Segment', '6E3031', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010015', 'MG Segment', '6E3031', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010016', 'MG Segment', '6E3031', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010017', 'MG Segment', '6E3031', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010018', 'MG Segment', '6E3031', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010019', 'MG Segment', '6E3031', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491561010020', 'MG Segment', '6E3031', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010000', 'MG Segment', '6E3031', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010001', 'MG Segment', '6E3031', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010002', 'MG Segment', '6E3031', '2213676', '阀芯', 1, 'D', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010003', 'MG Segment', '6E3031', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010004', 'MG Segment', '6E3031', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010005', 'MG Segment', '6E3031', '1118234', '弹簧', 1, 'F', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010006', 'MG Segment', '6E3031', '1011980', '盖板', 1, 'F', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010007', 'MG Segment', '6E3031', '2227774', '溢流阀', 1, 'F', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010008', 'MG Segment', '6E3031', '8T6869', '螺栓', 2, 'G', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010009', 'MG Segment', '6E3031', '8T4224', '垫片', 2, 'G', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010010', 'MG Segment', '6E3031', '1070516', '铭牌', 1, 'G', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914491562010011', 'MG Segment', '6E3031', '1084916', '制动组件', 1, 'G', 8, '2025-03-14 09:08:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010000', 'MG Segment', '1070545', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010001', 'MG Segment', '1070545', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010002', 'MG Segment', '1070545', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010003', 'MG Segment', '1070545', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010004', 'MG Segment', '1070545', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010005', 'MG Segment', '1070545', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010006', 'MG Segment', '1070545', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010007', 'MG Segment', '1070545', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010008', 'MG Segment', '1070545', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010009', 'MG Segment', '1070545', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010010', 'MG Segment', '1070545', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010011', 'MG Segment', '1070545', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010012', 'MG Segment', '1070545', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010013', 'MG Segment', '1070545', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010014', 'MG Segment', '1070545', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010015', 'MG Segment', '1070545', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010016', 'MG Segment', '1070545', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010017', 'MG Segment', '1070545', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010018', 'MG Segment', '1070545', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010019', 'MG Segment', '1070545', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010020', 'MG Segment', '1070545', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010021', 'MG Segment', '1070545', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010022', 'MG Segment', '1070545', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010023', 'MG Segment', '1070545', '1011148', '阀芯', 1, 'D', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010024', 'MG Segment', '1070545', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010025', 'MG Segment', '1070545', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010026', 'MG Segment', '1070545', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010027', 'MG Segment', '1070545', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010028', 'MG Segment', '1070545', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010029', 'MG Segment', '1070545', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010030', 'MG Segment', '1070545', '1398472', '溢流阀', 1, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914513401010031', 'MG Segment', '1070545', '1070522', '铭牌', 1, 'F', 8, '2025-03-14 09:08:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010000', 'QD#1', '3367287', '9S8006', '塞子', 1, 'A', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010001', 'QD#1', '3367287', '2M9780', '密封圈', 1, 'A', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010002', 'QD#1', '3367287', '9S8003', '塞子', 2, 'A', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010003', 'QD#1', '3367287', '1J9671', '密封圈', 2, 'A', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010004', 'QD#1', '3367287', '5H4019', '盖子', 4, 'A', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010005', 'QD#1', '3367287', '4J0520', '密封圈', 4, 'A', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010006', 'QD#1', '3367287', '6204980', '定位环', 1, 'B', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010007', 'QD#1', '3367287', '9T9836', '节流套', 1, 'B', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010008', 'QD#1', '3367287', '1006211', '活塞', 1, 'B', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010009', 'QD#1', '3367287', '3L3813', '销', 1, 'B', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010010', 'QD#1', '3367287', '1081847', '弹簧', 1, 'B', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010011', 'QD#1', '3367287', '6E4907', '挡圈', 1, 'B', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010012', 'QD#1', '3367287', '2343043', '盖', 1, 'C', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010013', 'QD#1', '3367287', '6V8200', '螺钉', 8, 'C', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010014', 'QD#1', '3367287', '2343451', '盖', 1, 'D', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010015', 'QD#1', '3367287', '5334159', '螺栓', 8, 'D', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010016', 'QD#1', '3367287', '5334159', '螺栓', 8, 'E', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010017', 'QD#1', '3367287', '8C3206', '法兰', 8, 'E', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010018', 'QD#1', '3367287', '3398884', '铭牌', 1, 'E', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010019', 'QD#1', '3367287', '8C3206', '法兰', 4, 'F', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010020', 'QD#1', '3367287', '5H4019', '盖子', 2, 'F', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010021', 'QD#1', '3367287', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914561168010022', 'QD#1', '3367287', '5334159', '螺栓', 8, 'F', 4, '2025-03-14 09:09:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010000', 'WL-ZL50', '2904512', '3G2683', '螺堵', 3, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010001', 'WL-ZL50', '2904512', '2S4078', 'O型圈', 3, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010002', 'WL-ZL50', '2904512', '1U1577', '螺堵', 1, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010003', 'WL-ZL50', '2904512', '6K6307', 'O型圈', 1, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010004', 'WL-ZL50', '2904512', '9S8005', '堵头', 1, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010005', 'WL-ZL50', '2904512', '3K0360', 'O型圈', 1, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010006', 'WL-ZL50', '2904512', '1U0322', '轴承', 3, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010007', 'WL-ZL50', '2904512', '7S8491', '弹簧', 3, 'A', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010008', 'WL-ZL50', '2904512', '7J7423', '阀', 3, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010009', 'WL-ZL50', '2904512', '1J8960', '弹簧', 1, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010010', 'WL-ZL50', '2904512', '1U1578', '阀', 1, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010011', 'WL-ZL50', '2904512', '3G4117', '盖子', 1, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010012', 'WL-ZL50', '2904512', '4J0522', 'O型圈', 1, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010013', 'WL-ZL50', '2904512', '8T4192', '螺栓', 2, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010014', 'WL-ZL50', '2904512', '6E2377', '阀', 2, 'B', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010015', 'WL-ZL50', '2904512', '6E6003', '阀', 1, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010016', 'WL-ZL50', '2904512', '4T9312', '盖子', 2, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010017', 'WL-ZL50', '2904512', '1H9696', 'O型圈', 2, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010018', 'WL-ZL50', '2904512', '8T4182', '螺栓', 4, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010019', 'WL-ZL50', '2904512', '5P1075', '垫圈', 4, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010020', 'WL-ZL50', '2904512', '3G8991', '弹簧', 2, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010021', 'WL-ZL50', '2904512', '3385495', '弹簧', 2, 'C', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010022', 'WL-ZL50', '2904512', '3385494', '固定器', 4, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010023', 'WL-ZL50', '2904512', '8T4198', '螺栓', 4, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010024', 'WL-ZL50', '2904512', '5P1075', '垫片', 4, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010025', 'WL-ZL50', '2904512', '0994691', '螺栓', 2, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010026', 'WL-ZL50', '2904512', '8T4223', '垫圈', 2, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010027', 'WL-ZL50', '2904512', '0041963', 'O型圈', 2, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010028', 'WL-ZL50', '2904512', '2906044', '铭牌', 1, 'D', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010029', 'WL-ZL50', '2904512', '4T9311', '盖子', 2, 'E', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010030', 'WL-ZL50', '2904512', '4D2886', '吊环', 2, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010031', 'WL-ZL50', '2904512', '3J1907', 'O型圈', 5, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010032', 'WL-ZL50', '2904512', '9S4191', '堵头', 5, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010033', 'WL-ZL50', '2904512', '3J5553', '纸垫片', 2, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010034', 'WL-ZL50', '2904512', '3J5554', '纸垫片', 4, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010035', 'WL-ZL50', '2904512', '8J4398', '盖板', 4, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010036', 'WL-ZL50', '2904512', '8J5893', '盖板', 2, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914618807010037', 'WL-ZL50', '2904512', '8T4179', '螺栓', 12, 'F', 1, '2025-03-14 09:10:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010000', 'QD#2', '4T4204', '4J0522', '密封o型圈', 3, 'A', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010001', 'QD#2', '4T4204', '4J5573', '密封o型圈', 1, 'A', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010002', 'QD#2', '4T4204', '3G5209', '节流套', 1, 'A', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010003', 'QD#2', '4T4204', '7M1297', '弹簧', 1, 'A', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010004', 'QD#2', '4T4204', '8M2530', '螺栓', 2, 'A', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010005', 'QD#2', '4T4204', '1D4566', '螺栓', 5, 'A', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010006', 'QD#2', '4T4204', '4J0526', '密封o型圈', 1, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010007', 'QD#2', '4T4204', '4T4207', '节流螺钉', 1, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010008', 'QD#2', '4T4204', '6V1849', '盖', 1, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010009', 'QD#2', '4T4204', '4T4209', '标牌', 1, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010010', 'QD#2', '4T4204', '4J0525', 'o型圈', 1, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010011', 'QD#2', '4T4204', '8T8919', '螺栓', 2, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010012', 'QD#2', '4T4204', '5P1076', '垫片', 2, 'B', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010013', 'QD#2', '4T4204', '2D0094', '衬垫', 2, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010014', 'QD#2', '4T4204', '7J3554', '盖子', 2, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010015', 'QD#2', '4T4204', '3J5554', '衬垫', 1, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010016', 'QD#2', '4T4204', '8J4398', '盖子', 1, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010017', 'QD#2', '4T4204', '5P8167', '螺栓', 4, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010018', 'QD#2', '4T4204', '7X0272', '螺栓', 2, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010019', 'QD#2', '4T4204', '6J5899', '盖子', 1, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010020', 'QD#2', '4T4204', '7X0352', '螺栓', 1, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010021', 'QD#2', '4T4204', '7X0358', '螺栓', 1, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010022', 'QD#2', '4T4204', '7X0448', '螺母', 2, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914639374010023', 'QD#2', '4T4204', '7S0530', '吊环', 1, 'C', 4, '2025-03-14 09:10:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914918926010000', 'B valve', '1260747', '1248335', 'VALVEAS-CONTROL', 1, 'A', 8, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914918926010001', 'B valve', '1260747', '6V8218', 'SEAL', 1, 'A', 8, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914918926010002', 'B valve', '1260747', '3603697', 'PLUG-LD STOR', 4, 'A', 8, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914918926010003', 'B valve', '1260747', '7M8485', 'SEAL-O-RING-STOR', 4, 'A', 8, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914918926010004', 'B valve', '1260747', '3603692', 'PLUG-LD STOR', 1, 'A', 8, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741914918926010005', 'B valve', '1260747', '3J1907', 'SEAL-O-RING-STOR', 1, 'A', 8, '2025-03-14 09:15:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010000', 'MG Stack', '1303118', '9S8005', '螺堵', 2, 'A', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010001', 'MG Stack', '1303118', '3K0360', 'O型圈', 2, 'A', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010002', 'MG Stack', '1303118', '9S4180', '螺堵', 1, 'A', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010003', 'MG Stack', '1303118', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010004', 'MG Stack', '1303118', '2521631', '塑料堵头', 1, 'A', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010005', 'MG Stack', '1303118', '2191893', '塑料堵头', 2, 'A', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010006', 'MG Stack', '1303118', '8T4189', '螺栓', 1, 'B', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010007', 'MG Stack', '1303118', '8T4224', '垫圈', 1, 'B', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010008', 'MG Stack', '1303118', '7S0530', '夹子', 1, 'B', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010009', 'MG Stack', '1303118', '1303095', '铭牌', 1, 'B', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010010', 'MG Stack', '1303118', '8T4172', '螺栓', 3, 'B', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010011', 'MG Stack', '1303118', '8T4896', '垫圈', 1, 'B', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010012', 'MG Stack', '1303118', '2191891', '塑料堵头', 8, 'C', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010013', 'MG Stack', '1303118', '7X2546', '螺栓', 2, 'C', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010014', 'MG Stack', '1303118', '1010509', '密封板', 6, 'C', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916622656010015', 'MG Stack', '1303118', '8T6408', '钢铁制螺栓', 1, 'C', 2, '2025-03-14 09:43:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010000', 'MG Segment', '6E3034', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010001', 'MG Segment', '6E3034', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010002', 'MG Segment', '6E3034', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010003', 'MG Segment', '6E3034', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010004', 'MG Segment', '6E3034', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010005', 'MG Segment', '6E3034', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010006', 'MG Segment', '6E3034', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010007', 'MG Segment', '6E3034', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010008', 'MG Segment', '6E3034', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010009', 'MG Segment', '6E3034', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010010', 'MG Segment', '6E3034', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010011', 'MG Segment', '6E3034', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010012', 'MG Segment', '6E3034', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010013', 'MG Segment', '6E3034', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010014', 'MG Segment', '6E3034', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010015', 'MG Segment', '6E3034', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010016', 'MG Segment', '6E3034', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010017', 'MG Segment', '6E3034', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010018', 'MG Segment', '6E3034', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010019', 'MG Segment', '6E3034', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010020', 'MG Segment', '6E3034', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010021', 'MG Segment', '6E3034', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010022', 'MG Segment', '6E3034', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010023', 'MG Segment', '6E3034', '1011155', '阀芯', 1, 'D', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010024', 'MG Segment', '6E3034', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010025', 'MG Segment', '6E3034', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010026', 'MG Segment', '6E3034', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010027', 'MG Segment', '6E3034', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010028', 'MG Segment', '6E3034', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010029', 'MG Segment', '6E3034', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010030', 'MG Segment', '6E3034', '1398472', '溢流阀', 1, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916645671010031', 'MG Segment', '6E3034', '1070517', '铭牌', 1, 'F', 8, '2025-03-14 09:44:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010000', 'MG Segment', '6E3036', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010001', 'MG Segment', '6E3036', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010002', 'MG Segment', '6E3036', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010003', 'MG Segment', '6E3036', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010004', 'MG Segment', '6E3036', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010005', 'MG Segment', '6E3036', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010006', 'MG Segment', '6E3036', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010007', 'MG Segment', '6E3036', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010008', 'MG Segment', '6E3036', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734577010009', 'MG Segment', '6E3036', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010000', 'MG Segment', '6E3036', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010001', 'MG Segment', '6E3036', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010002', 'MG Segment', '6E3036', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010003', 'MG Segment', '6E3036', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010004', 'MG Segment', '6E3036', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010005', 'MG Segment', '6E3036', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010006', 'MG Segment', '6E3036', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010007', 'MG Segment', '6E3036', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010008', 'MG Segment', '6E3036', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010009', 'MG Segment', '6E3036', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010010', 'MG Segment', '6E3036', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010011', 'MG Segment', '6E3036', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010012', 'MG Segment', '6E3036', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010013', 'MG Segment', '6E3036', '1024577', '阀芯', 1, 'D', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010014', 'MG Segment', '6E3036', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010015', 'MG Segment', '6E3036', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010016', 'MG Segment', '6E3036', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010017', 'MG Segment', '6E3036', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010018', 'MG Segment', '6E3036', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010019', 'MG Segment', '6E3036', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010020', 'MG Segment', '6E3036', '1398472', '溢流阀', 1, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916734578010021', 'MG Segment', '6E3036', '1070519', '铭牌', 1, 'F', 8, '2025-03-14 09:45:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010000', 'MG Segment', '1303110', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010001', 'MG Segment', '1303110', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010002', 'MG Segment', '1303110', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010003', 'MG Segment', '1303110', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010004', 'MG Segment', '1303110', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010005', 'MG Segment', '1303110', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010006', 'MG Segment', '1303110', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010007', 'MG Segment', '1303110', '4J7533', '密封O型圈', 2, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010008', 'MG Segment', '1303110', '9S4180', '堵头', 1, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010009', 'MG Segment', '1303110', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010010', 'MG Segment', '1303110', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010011', 'MG Segment', '1303110', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010012', 'MG Segment', '1303110', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010013', 'MG Segment', '1303110', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010014', 'MG Segment', '1303110', '1063660', '活塞', 2, 'B', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010015', 'MG Segment', '1303110', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010016', 'MG Segment', '1303110', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010017', 'MG Segment', '1303110', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010018', 'MG Segment', '1303110', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010019', 'MG Segment', '1303110', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010020', 'MG Segment', '1303110', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010021', 'MG Segment', '1303110', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010022', 'MG Segment', '1303110', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010023', 'MG Segment', '1303110', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010024', 'MG Segment', '1303110', '2213676', '阀芯', 1, 'D', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010025', 'MG Segment', '1303110', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010026', 'MG Segment', '1303110', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010027', 'MG Segment', '1303110', '1118234', '弹簧', 1, 'F', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010028', 'MG Segment', '1303110', '1303088', '铭牌', 1, 'F', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010029', 'MG Segment', '1303110', '1398477', '溢流阀', 1, 'F', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916763398010030', 'MG Segment', '1303110', '1303535', '制动器', 1, 'G', 8, '2025-03-14 09:46:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010000', 'MG Segment', '1199550', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010001', 'MG Segment', '1199550', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010002', 'MG Segment', '1199550', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010003', 'MG Segment', '1199550', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010004', 'MG Segment', '1199550', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010005', 'MG Segment', '1199550', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010006', 'MG Segment', '1199550', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010007', 'MG Segment', '1199550', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010008', 'MG Segment', '1199550', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010009', 'MG Segment', '1199550', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010010', 'MG Segment', '1199550', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010011', 'MG Segment', '1199550', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010012', 'MG Segment', '1199550', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010013', 'MG Segment', '1199550', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010014', 'MG Segment', '1199550', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010015', 'MG Segment', '1199550', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010016', 'MG Segment', '1199550', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010017', 'MG Segment', '1199550', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010018', 'MG Segment', '1199550', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010019', 'MG Segment', '1199550', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010020', 'MG Segment', '1199550', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010021', 'MG Segment', '1199550', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010022', 'MG Segment', '1199550', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010023', 'MG Segment', '1199550', '1011148', '阀芯', 1, 'D', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010024', 'MG Segment', '1199550', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010025', 'MG Segment', '1199550', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010026', 'MG Segment', '1199550', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010027', 'MG Segment', '1199550', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010028', 'MG Segment', '1199550', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010029', 'MG Segment', '1199550', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010030', 'MG Segment', '1199550', '1398476', '溢流阀', 1, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916777116010031', 'MG Segment', '1199550', '1199542', '铭牌', 1, 'F', 8, '2025-03-14 09:46:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010000', 'MG Stack', '5757795', '9S8005', '螺堵', 2, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010001', 'MG Stack', '5757795', '3K0360', 'O型圈', 2, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010002', 'MG Stack', '5757795', '9S4180', '螺堵', 1, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010003', 'MG Stack', '5757795', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010004', 'MG Stack', '5757795', '7S0530', '夹子', 1, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010005', 'MG Stack', '5757795', '8T4189', '螺栓', 1, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010006', 'MG Stack', '5757795', '8T4224', '垫圈', 1, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010007', 'MG Stack', '5757795', '8T4172', '螺栓', 3, 'A', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010008', 'MG Stack', '5757795', '1010509', '密封板', 6, 'B', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010009', 'MG Stack', '5757795', '5757825', '铭牌', 1, 'B', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010010', 'MG Stack', '5757795', '8T4896', '垫圈', 1, 'B', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010011', 'MG Stack', '5757795', '7X2546', '螺栓', 2, 'B', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010012', 'MG Stack', '5757795', '8T6408', '螺栓', 1, 'B', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010013', 'MG Stack', '5757795', '2191891', '塑料螺堵', 8, 'C', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010014', 'MG Stack', '5757795', '2521631', '塑料螺堵', 1, 'C', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916866204010015', 'MG Stack', '5757795', '2191893', '塑料螺堵', 2, 'D', 2, '2025-03-14 09:47:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888810010000', 'MG Segment', '5805847', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010000', 'MG Segment', '5805847', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010001', 'MG Segment', '5805847', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010002', 'MG Segment', '5805847', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010003', 'MG Segment', '5805847', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010004', 'MG Segment', '5805847', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010005', 'MG Segment', '5805847', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010006', 'MG Segment', '5805847', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010007', 'MG Segment', '5805847', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010008', 'MG Segment', '5805847', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010009', 'MG Segment', '5805847', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010010', 'MG Segment', '5805847', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010011', 'MG Segment', '5805847', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010012', 'MG Segment', '5805847', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010013', 'MG Segment', '5805847', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010014', 'MG Segment', '5805847', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010015', 'MG Segment', '5805847', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010016', 'MG Segment', '5805847', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010017', 'MG Segment', '5805847', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010018', 'MG Segment', '5805847', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010019', 'MG Segment', '5805847', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010020', 'MG Segment', '5805847', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010021', 'MG Segment', '5805847', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010022', 'MG Segment', '5805847', '1243330', '阀芯', 1, 'D', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010023', 'MG Segment', '5805847', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010024', 'MG Segment', '5805847', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010025', 'MG Segment', '5805847', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010026', 'MG Segment', '5805847', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010027', 'MG Segment', '5805847', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010028', 'MG Segment', '5805847', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010029', 'MG Segment', '5805847', '1398476', '溢流阀', 1, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916888811010030', 'MG Segment', '5805847', '5805850', '铭牌', 1, 'F', 8, '2025-03-14 09:48:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010000', 'MG Stack', '1303124', '9S8005', '螺堵', 4, 'A', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010001', 'MG Stack', '1303124', '3K0360', 'O型圈', 4, 'A', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010002', 'MG Stack', '1303124', '2191891', '堵头组件', 8, 'A', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010003', 'MG Stack', '1303124', '9S4180', '螺堵', 1, 'A', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010004', 'MG Stack', '1303124', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010005', 'MG Stack', '1303124', '2521631', '堵头组件', 1, 'A', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010006', 'MG Stack', '1303124', '2191893', '堵头组件', 2, 'A1', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010007', 'MG Stack', '1303124', '8T4189', '螺栓', 1, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010008', 'MG Stack', '1303124', '8T4224', '垫圈', 1, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010009', 'MG Stack', '1303124', '7S0530', '夹子', 1, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010010', 'MG Stack', '1303124', '1303101', '铭牌', 1, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010011', 'MG Stack', '1303124', '8T6408', '螺栓', 1, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010012', 'MG Stack', '1303124', '7X2543', '螺栓', 3, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010013', 'MG Stack', '1303124', '8T4896', '垫圈', 1, 'B', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010014', 'MG Stack', '1303124', '7X2546', '螺栓', 2, 'C', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741916973000010015', 'MG Stack', '1303124', '5615574', '密封板', 7, 'C', 2, '2025-03-14 09:49:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010000', 'MG Segment', '1303111', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010001', 'MG Segment', '1303111', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010002', 'MG Segment', '1303111', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010003', 'MG Segment', '1303111', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010004', 'MG Segment', '1303111', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010005', 'MG Segment', '1303111', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010006', 'MG Segment', '1303111', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010007', 'MG Segment', '1303111', '4J7533', '密封O型圈', 2, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010008', 'MG Segment', '1303111', '9S4180', '堵头', 1, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010009', 'MG Segment', '1303111', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010010', 'MG Segment', '1303111', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010011', 'MG Segment', '1303111', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010012', 'MG Segment', '1303111', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010013', 'MG Segment', '1303111', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010014', 'MG Segment', '1303111', '1063660', '活塞', 2, 'B', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010015', 'MG Segment', '1303111', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010016', 'MG Segment', '1303111', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010017', 'MG Segment', '1303111', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010018', 'MG Segment', '1303111', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010019', 'MG Segment', '1303111', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010020', 'MG Segment', '1303111', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010021', 'MG Segment', '1303111', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010022', 'MG Segment', '1303111', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010023', 'MG Segment', '1303111', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010024', 'MG Segment', '1303111', '2213678', '阀芯', 1, 'D', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010025', 'MG Segment', '1303111', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010026', 'MG Segment', '1303111', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010027', 'MG Segment', '1303111', '1118234', '弹簧', 1, 'F', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010028', 'MG Segment', '1303111', '1303089', '铭牌', 1, 'F', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010029', 'MG Segment', '1303111', '1398477', '溢流阀', 1, 'F', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917041034010030', 'MG Segment', '1303111', '1303535', '制动器', 1, 'G', 8, '2025-03-14 09:50:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010000', 'MG Stack', '5829209', '2191891', '塑料塞堵', 8, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010001', 'MG Stack', '5829209', '2191893', '塑料塞堵', 2, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010002', 'MG Stack', '5829209', '2521631', 'PLUG', 1, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010003', 'MG Stack', '5829209', '9S4180', 'PLUG-LD STOR', 1, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010004', 'MG Stack', '5829209', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010005', 'MG Stack', '5829209', '2147568', 'SEAL-O-RING-STOR', 2, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010006', 'MG Stack', '5829209', '9S4191', 'PLUG-EXT HEX', 2, 'A', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010007', 'MG Stack', '5829209', '8T6408', 'BOLT-HEX HEAD', 1, 'B', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010008', 'MG Stack', '5829209', '7X2546', 'BOLT-HEX HEAD', 2, 'B', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010009', 'MG Stack', '5829209', '8T4896', 'WASHER-HARD', 1, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010010', 'MG Stack', '5829209', '5850308', 'PLATE-IDENT', 1, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010011', 'MG Stack', '5829209', '7S0530', 'CLIP', 1, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010012', 'MG Stack', '5829209', '8T4189', 'BOLT-HEX HEAD', 1, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010013', 'MG Stack', '5829209', '8T4224', 'WASHER-HARD', 1, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010014', 'MG Stack', '5829209', '8T4121', 'WASHER-HARD', 3, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010015', 'MG Stack', '5829209', '8T4186', 'BOLT-HEX HEAD', 3, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917108880010016', 'MG Stack', '5829209', '2660531', 'CAP-CONNECTOR', 2, 'C', 2, '2025-03-14 09:51:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010000', 'Mg Segment', '5829211', '3K0360', 'SEAL-O-RING-STOR', 1, 'A', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010001', 'Mg Segment', '5829211', '9S8005', 'PLUG-LD STOR', 1, 'A', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010002', 'Mg Segment', '5829211', '9S4180', 'PLUG-LD STOR', 1, 'A', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010003', 'Mg Segment', '5829211', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010004', 'Mg Segment', '5829211', '9J0404', 'PLUG', 2, 'A', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010005', 'Mg Segment', '5829211', '3613549', 'MDSE AR', 2, 'A', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123060010006', 'Mg Segment', '5829211', '3405470', 'LEVER AS. (RH)', 1, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010000', 'Mg Segment', '5829211', '8M4437', 'SEAL-O RING', 2, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010001', 'Mg Segment', '5829211', '3675511', 'PLUG', 1, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010002', 'Mg Segment', '5829211', '3J7354', 'SEAL-O-RING-STOR', 1, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010003', 'Mg Segment', '5829211', '6E3019', 'VALVE', 1, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010004', 'Mg Segment', '5829211', '6E5153', 'SPRING', 1, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010005', 'Mg Segment', '5829211', '3307751', 'PLUG-PIPE', 1, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010006', 'Mg Segment', '5829211', '1063660', 'PISTON', 2, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010007', 'Mg Segment', '5829211', '9J0403', 'SPRING', 2, 'B', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010008', 'Mg Segment', '5829211', '5B9318', 'BALL', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010009', 'Mg Segment', '5829211', '6E3007', 'SPRING', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010010', 'Mg Segment', '5829211', '1011973', 'RETAINER', 4, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010011', 'Mg Segment', '5829211', '8T4189', 'BOLT-HEX HEAD', 2, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010012', 'Mg Segment', '5829211', '8T4224', 'WASHER-HARD', 2, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010013', 'Mg Segment', '5829211', '1027412', 'SPRING', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010014', 'Mg Segment', '5829211', '2K8199', 'SEAL-O RING', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010015', 'Mg Segment', '5829211', '4D9986', 'SEAL-O-RING', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010016', 'Mg Segment', '5829211', '1011971', 'LEVER', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010017', 'Mg Segment', '5829211', '1012480', 'COVER', 1, 'C', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010018', 'Mg Segment', '5829211', '2213676', 'STEM', 1, 'D', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010019', 'Mg Segment', '5829211', '1011984', 'BODY', 1, 'E', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010020', 'Mg Segment', '5829211', '8T4138', 'BOLT-HEX HEAD', 2, 'F', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010021', 'Mg Segment', '5829211', '1398477', 'VALVE GP-D RLF-', 1, 'F', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010022', 'Mg Segment', '5829211', '1118234', 'SPRING', 1, 'F', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010023', 'Mg Segment', '5829211', '1303535', 'DETENT GP-CONT', 1, 'F', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917123061010024', 'Mg Segment', '5829211', '5850312', 'PLATE-IDENT', 1, 'F', 8, '2025-03-14 09:52:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010000', 'MG Stack', '5793325', '9S4180', 'PLUG-LD STOR', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010001', 'MG Stack', '5793325', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010002', 'MG Stack', '5793325', '3K0360', 'SEAL-O-RING-STOR', 2, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010003', 'MG Stack', '5793325', '9S8005', 'PLUG-INTL HEX', 2, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010004', 'MG Stack', '5793325', '7S0530', 'CLIP', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010005', 'MG Stack', '5793325', '8T4189', 'BOLT-HEX HEAD', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010006', 'MG Stack', '5793325', '8T4224', 'WASHER-HARD', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010007', 'MG Stack', '5793325', '8T4896', 'WASHER-HARD', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010008', 'MG Stack', '5793325', '5804141', 'PLATE-IDENT', 1, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010009', 'MG Stack', '5793325', '8T4172', 'BOLT-HEX HEAD', 3, 'A', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010010', 'MG Stack', '5793325', '5615574', 'SEAL-INTEGRAL', 6, 'B', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010011', 'MG Stack', '5793325', '7X2546', 'BOLT-HEX HEAD', 2, 'B', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010012', 'MG Stack', '5793325', '8T6408', 'BOLT-HEX HEAD', 1, 'B', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010013', 'MG Stack', '5793325', '2191891', 'PLUG AS.', 8, 'B', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010014', 'MG Stack', '5793325', '2191893', 'PLUG AS.', 2, 'C', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917220299010015', 'MG Stack', '5793325', '2521631', 'PLUG AS.', 1, 'C', 2, '2025-03-14 09:53:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347765010000', 'MG Segment', '1070554', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010000', 'MG Segment', '1070554', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010001', 'MG Segment', '1070554', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010002', 'MG Segment', '1070554', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010003', 'MG Segment', '1070554', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010004', 'MG Segment', '1070554', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010005', 'MG Segment', '1070554', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010006', 'MG Segment', '1070554', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010007', 'MG Segment', '1070554', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010008', 'MG Segment', '1070554', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010009', 'MG Segment', '1070554', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010010', 'MG Segment', '1070554', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010011', 'MG Segment', '1070554', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010012', 'MG Segment', '1070554', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010013', 'MG Segment', '1070554', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010014', 'MG Segment', '1070554', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010015', 'MG Segment', '1070554', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010016', 'MG Segment', '1070554', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010017', 'MG Segment', '1070554', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010018', 'MG Segment', '1070554', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010019', 'MG Segment', '1070554', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010020', 'MG Segment', '1070554', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010021', 'MG Segment', '1070554', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010022', 'MG Segment', '1070554', '1024569', '阀芯', 1, 'D', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010023', 'MG Segment', '1070554', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010024', 'MG Segment', '1070554', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010025', 'MG Segment', '1070554', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010026', 'MG Segment', '1070554', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010027', 'MG Segment', '1070554', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010028', 'MG Segment', '1070554', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010029', 'MG Segment', '1070554', '1398472', '溢流阀', 1, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917347766010030', 'MG Segment', '1070554', '1070527', '铭牌', 1, 'F', 8, '2025-03-14 09:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010000', 'MG Segment', '1070555', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010001', 'MG Segment', '1070555', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010002', 'MG Segment', '1070555', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010003', 'MG Segment', '1070555', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010004', 'MG Segment', '1070555', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010005', 'MG Segment', '1070555', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010006', 'MG Segment', '1070555', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010007', 'MG Segment', '1070555', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010008', 'MG Segment', '1070555', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010009', 'MG Segment', '1070555', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010010', 'MG Segment', '1070555', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010011', 'MG Segment', '1070555', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010012', 'MG Segment', '1070555', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010013', 'MG Segment', '1070555', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010014', 'MG Segment', '1070555', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010015', 'MG Segment', '1070555', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010016', 'MG Segment', '1070555', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010017', 'MG Segment', '1070555', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010018', 'MG Segment', '1070555', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010019', 'MG Segment', '1070555', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010020', 'MG Segment', '1070555', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010021', 'MG Segment', '1070555', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010022', 'MG Segment', '1070555', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010023', 'MG Segment', '1070555', '2234897', '阀芯', 1, 'D', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010024', 'MG Segment', '1070555', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010025', 'MG Segment', '1070555', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010026', 'MG Segment', '1070555', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010027', 'MG Segment', '1070555', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010028', 'MG Segment', '1070555', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010029', 'MG Segment', '1070555', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917531700010030', 'MG Segment', '1070555', '1070529', '铭牌', 1, 'F', 8, '2025-03-14 09:58:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010000', 'MG Segment', '5793326', '3K0360', 'SEAL-O-RING-STOR', 1, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010001', 'MG Segment', '5793326', '9S8005', 'PLUG-INTL HEX', 1, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010002', 'MG Segment', '5793326', '9J0404', 'PLUG', 2, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010003', 'MG Segment', '5793326', '3613549', 'MDSE AR', 2, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010004', 'MG Segment', '5793326', '3405472', 'LEVER AS. (LH)', 1, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010005', 'MG Segment', '5793326', '8M4437', 'SEAL-O RING', 2, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010006', 'MG Segment', '5793326', '6E4502', 'PLUG', 1, 'A', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010007', 'MG Segment', '5793326', '4J7533', 'SEAL-O-RING-STOR', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010008', 'MG Segment', '5793326', '6E3019', 'VALVE', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010009', 'MG Segment', '5793326', '6E5153', 'SPRING', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010010', 'MG Segment', '5793326', '1082187', 'PLUG-PIPE', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010011', 'MG Segment', '5793326', '1063659', 'PISTON', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010012', 'MG Segment', '5793326', '9J0403', 'SPRING', 2, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010013', 'MG Segment', '5793326', '5B9318', 'BALL', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010014', 'MG Segment', '5793326', '6E3007', 'SPRING', 1, 'B', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010015', 'MG Segment', '5793326', '1011973', 'RETAINER', 4, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010016', 'MG Segment', '5793326', '1027412', 'SPRING', 1, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010017', 'MG Segment', '5793326', '8T4189', 'BOLT-HEX HEAD', 4, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010018', 'MG Segment', '5793326', '8T4224', 'WASHER-HARD', 4, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010019', 'MG Segment', '5793326', '2K8199', 'SEAL-O RING', 2, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010020', 'MG Segment', '5793326', '4D9986', 'SEAL-O-RING', 1, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010021', 'MG Segment', '5793326', '1011971', 'LEVER', 1, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010022', 'MG Segment', '5793326', '1012480', 'COVER', 1, 'C', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010023', 'MG Segment', '5793326', '8T4138', 'BOLT-HEX HEAD', 2, 'D', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010024', 'MG Segment', '5793326', '1011978', 'COVER', 1, 'D', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010025', 'MG Segment', '5793326', '1118233', 'SPRING', 1, 'D', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010026', 'MG Segment', '5793326', '5804142', 'PLATE-IDENT', 1, 'D', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010027', 'MG Segment', '5793326', '1398472', 'VALVE GP-D RLF-', 1, 'D', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010028', 'MG Segment', '5793326', '1011984', 'BODY', 1, 'E', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917556626010029', 'MG Segment', '5793326', '1243331', 'STEM', 1, 'F', 8, '2025-03-14 09:59:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010000', 'MG Segment', '1303115', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010001', 'MG Segment', '1303115', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010002', 'MG Segment', '1303115', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010003', 'MG Segment', '1303115', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010004', 'MG Segment', '1303115', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010005', 'MG Segment', '1303115', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010006', 'MG Segment', '1303115', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010007', 'MG Segment', '1303115', '4J7533', '密封O型圈', 2, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010008', 'MG Segment', '1303115', '9S4180', '堵头', 1, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010009', 'MG Segment', '1303115', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010010', 'MG Segment', '1303115', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010011', 'MG Segment', '1303115', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010012', 'MG Segment', '1303115', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010013', 'MG Segment', '1303115', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010014', 'MG Segment', '1303115', '1063660', '活塞', 2, 'B', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010015', 'MG Segment', '1303115', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010016', 'MG Segment', '1303115', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010017', 'MG Segment', '1303115', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010018', 'MG Segment', '1303115', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010019', 'MG Segment', '1303115', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010020', 'MG Segment', '1303115', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010021', 'MG Segment', '1303115', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010022', 'MG Segment', '1303115', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010023', 'MG Segment', '1303115', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010024', 'MG Segment', '1303115', '2213680', '阀芯', 1, 'D', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010025', 'MG Segment', '1303115', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010026', 'MG Segment', '1303115', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010027', 'MG Segment', '1303115', '1118234', '弹簧', 1, 'F', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010028', 'MG Segment', '1303115', '1303092', '铭牌', 1, 'F', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010029', 'MG Segment', '1303115', '1398477', '溢流阀', 1, 'F', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917578888010030', 'MG Segment', '1303115', '1303535', '制动器', 1, 'G', 8, '2025-03-14 09:59:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010000', 'MG Segment', '1243455', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010001', 'MG Segment', '1243455', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010002', 'MG Segment', '1243455', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010003', 'MG Segment', '1243455', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010004', 'MG Segment', '1243455', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010005', 'MG Segment', '1243455', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010006', 'MG Segment', '1243455', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010007', 'MG Segment', '1243455', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010008', 'MG Segment', '1243455', '6E3019', '阀', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010009', 'MG Segment', '1243455', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010010', 'MG Segment', '1243455', '1082187', '堵头', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010011', 'MG Segment', '1243455', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010012', 'MG Segment', '1243455', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010013', 'MG Segment', '1243455', '1063659', '活塞', 1, 'B', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010014', 'MG Segment', '1243455', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010015', 'MG Segment', '1243455', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010016', 'MG Segment', '1243455', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010017', 'MG Segment', '1243455', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010018', 'MG Segment', '1243455', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010019', 'MG Segment', '1243455', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010020', 'MG Segment', '1243455', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010021', 'MG Segment', '1243455', '1011971', '杆体', 1, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010022', 'MG Segment', '1243455', '1012480', '盖板', 1, 'C', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010023', 'MG Segment', '1243455', '1024574', '阀芯', 1, 'D', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010024', 'MG Segment', '1243455', '1011984', '阀座', 1, 'E', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010025', 'MG Segment', '1243455', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010026', 'MG Segment', '1243455', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010027', 'MG Segment', '1243455', '1011978', '盖板', 1, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010028', 'MG Segment', '1243455', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010029', 'MG Segment', '1243455', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010030', 'MG Segment', '1243455', '1398476', '溢流阀', 1, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917596399010031', 'MG Segment', '1243455', '1243454', '铭牌', 1, 'F', 8, '2025-03-14 09:59:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010000', 'MG Stack', '1303135', '2191891', '塑料塞堵', 8, 'A', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010001', 'MG Stack', '1303135', '9S4180', '螺堵', 1, 'A', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010002', 'MG Stack', '1303135', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010003', 'MG Stack', '1303135', '2521631', '塑料制塞堵组件', 1, 'A', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010004', 'MG Stack', '1303135', '2191893', '塑料塞堵', 2, 'A1', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010005', 'MG Stack', '1303135', '8T4189', '螺栓', 1, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010006', 'MG Stack', '1303135', '8T4224', '垫圈', 1, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010007', 'MG Stack', '1303135', '7S0530', '夹子', 1, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010008', 'MG Stack', '1303135', '1303109', '铭牌', 1, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010009', 'MG Stack', '1303135', '1376720', '螺栓', 1, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010010', 'MG Stack', '1303135', '8T4186', '螺栓', 3, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010011', 'MG Stack', '1303135', '8T4896', '垫圈', 1, 'B', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010012', 'MG Stack', '1303135', '5615574', '密封板', 5, 'C', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917736921010013', 'MG Stack', '1303135', '7X2546', '螺栓', 2, 'C', 2, '2025-03-14 10:02:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010000', 'MG Segment', '1070560', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010001', 'MG Segment', '1070560', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010002', 'MG Segment', '1070560', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010003', 'MG Segment', '1070560', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010004', 'MG Segment', '1070560', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010005', 'MG Segment', '1070560', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010006', 'MG Segment', '1070560', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010007', 'MG Segment', '1070560', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010008', 'MG Segment', '1070560', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010009', 'MG Segment', '1070560', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010010', 'MG Segment', '1070560', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010011', 'MG Segment', '1070560', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010012', 'MG Segment', '1070560', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010013', 'MG Segment', '1070560', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010014', 'MG Segment', '1070560', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010015', 'MG Segment', '1070560', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010016', 'MG Segment', '1070560', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010017', 'MG Segment', '1070560', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010018', 'MG Segment', '1070560', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010019', 'MG Segment', '1070560', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010020', 'MG Segment', '1070560', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010021', 'MG Segment', '1070560', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010022', 'MG Segment', '1070560', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010023', 'MG Segment', '1070560', '1024574', '阀芯', 1, 'D', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010024', 'MG Segment', '1070560', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010025', 'MG Segment', '1070560', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010026', 'MG Segment', '1070560', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010027', 'MG Segment', '1070560', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010028', 'MG Segment', '1070560', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010029', 'MG Segment', '1070560', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917752264010030', 'MG Segment', '1070560', '1070534', '铭牌', 1, 'F', 8, '2025-03-14 10:02:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010000', 'MG Segment', '1070562', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010001', 'MG Segment', '1070562', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010002', 'MG Segment', '1070562', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010003', 'MG Segment', '1070562', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010004', 'MG Segment', '1070562', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010005', 'MG Segment', '1070562', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010006', 'MG Segment', '1070562', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010007', 'MG Segment', '1070562', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010008', 'MG Segment', '1070562', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010009', 'MG Segment', '1070562', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010010', 'MG Segment', '1070562', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010011', 'MG Segment', '1070562', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010012', 'MG Segment', '1070562', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010013', 'MG Segment', '1070562', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010014', 'MG Segment', '1070562', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010015', 'MG Segment', '1070562', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010016', 'MG Segment', '1070562', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010017', 'MG Segment', '1070562', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010018', 'MG Segment', '1070562', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010019', 'MG Segment', '1070562', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010020', 'MG Segment', '1070562', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010021', 'MG Segment', '1070562', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010022', 'MG Segment', '1070562', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010023', 'MG Segment', '1070562', '1024577', '阀芯', 1, 'D', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010024', 'MG Segment', '1070562', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010025', 'MG Segment', '1070562', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010026', 'MG Segment', '1070562', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010027', 'MG Segment', '1070562', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010028', 'MG Segment', '1070562', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010029', 'MG Segment', '1070562', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917771684010030', 'MG Segment', '1070562', '1070537', '铭牌', 1, 'F', 8, '2025-03-14 10:02:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010000', 'MG Segment', '1070563', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010001', 'MG Segment', '1070563', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010002', 'MG Segment', '1070563', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010003', 'MG Segment', '1070563', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010004', 'MG Segment', '1070563', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010005', 'MG Segment', '1070563', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010006', 'MG Segment', '1070563', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010007', 'MG Segment', '1070563', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010008', 'MG Segment', '1070563', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010009', 'MG Segment', '1070563', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010010', 'MG Segment', '1070563', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010011', 'MG Segment', '1070563', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010012', 'MG Segment', '1070563', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010013', 'MG Segment', '1070563', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010014', 'MG Segment', '1070563', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010015', 'MG Segment', '1070563', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010016', 'MG Segment', '1070563', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010017', 'MG Segment', '1070563', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010018', 'MG Segment', '1070563', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010019', 'MG Segment', '1070563', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010020', 'MG Segment', '1070563', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010021', 'MG Segment', '1070563', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010022', 'MG Segment', '1070563', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010023', 'MG Segment', '1070563', '1063661', '阀芯', 1, 'D', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010024', 'MG Segment', '1070563', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010025', 'MG Segment', '1070563', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010026', 'MG Segment', '1070563', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010027', 'MG Segment', '1070563', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010028', 'MG Segment', '1070563', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010029', 'MG Segment', '1070563', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917784190010030', 'MG Segment', '1070563', '1070539', '铭牌', 1, 'F', 8, '2025-03-14 10:03:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924846010000', 'MG Segment', '1303114', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010000', 'MG Segment', '1303114', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010001', 'MG Segment', '1303114', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010002', 'MG Segment', '1303114', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010003', 'MG Segment', '1303114', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010004', 'MG Segment', '1303114', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010005', 'MG Segment', '1303114', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010006', 'MG Segment', '1303114', '4J7533', '密封O型圈', 2, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010007', 'MG Segment', '1303114', '9S4180', '堵头', 1, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010008', 'MG Segment', '1303114', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010009', 'MG Segment', '1303114', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010010', 'MG Segment', '1303114', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010011', 'MG Segment', '1303114', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010012', 'MG Segment', '1303114', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010013', 'MG Segment', '1303114', '1063660', '活塞', 2, 'B', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010014', 'MG Segment', '1303114', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010015', 'MG Segment', '1303114', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010016', 'MG Segment', '1303114', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924847010017', 'MG Segment', '1303114', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010000', 'MG Segment', '1303114', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010001', 'MG Segment', '1303114', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010002', 'MG Segment', '1303114', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010003', 'MG Segment', '1303114', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010004', 'MG Segment', '1303114', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010005', 'MG Segment', '1303114', '2213680', '阀芯', 1, 'D', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010006', 'MG Segment', '1303114', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010007', 'MG Segment', '1303114', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010008', 'MG Segment', '1303114', '1118234', '弹簧', 1, 'F', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010009', 'MG Segment', '1303114', '1303091', '铭牌', 1, 'F', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010010', 'MG Segment', '1303114', '1398477', '溢流阀', 1, 'F', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741917924848010011', 'MG Segment', '1303114', '1303535', '制动器', 1, 'G', 8, '2025-03-14 10:05:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010000', 'MG Stack', '5829206', '3K0360', 'SEAL-O-RING-STOR', 2, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010001', 'MG Stack', '5829206', '9S8005', 'PLUG-LD STOR', 2, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010002', 'MG Stack', '5829206', '9S4180', 'PLUG-LD STOR', 1, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010003', 'MG Stack', '5829206', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010004', 'MG Stack', '5829206', '2147568', 'SEAL-O-RING-STOR', 2, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010005', 'MG Stack', '5829206', '9S4191', 'PLUG-EXT HEX', 2, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010006', 'MG Stack', '5829206', '8T4896', 'WASHER-HARD', 1, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010007', 'MG Stack', '5829206', '5850315', 'PLATE-IDENT', 1, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010008', 'MG Stack', '5829206', '8T4189', 'BOLT-HEX HEAD', 1, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010009', 'MG Stack', '5829206', '7S0530', 'CLIP', 1, 'A', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010010', 'MG Stack', '5829206', '1010509', 'SEAL-INTEGRAL', 6, 'B', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010011', 'MG Stack', '5829206', '8T6408', 'BOLT-HEX HEAD', 1, 'B', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010012', 'MG Stack', '5829206', '7X2546', 'BOLT-HEX HEAD', 2, 'B', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010013', 'MG Stack', '5829206', '8T4224', 'WASHER-HARD', 1, 'C', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010014', 'MG Stack', '5829206', '8T4121', 'WASHER-HARD', 3, 'C', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010015', 'MG Stack', '5829206', '8T4172', 'BOLT-HEX HEAD', 3, 'C', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010016', 'MG Stack', '5829206', '2191891', 'PLUG AS.', 8, 'C', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010017', 'MG Stack', '5829206', '2521631', 'Plug Assembly', 1, 'C', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010018', 'MG Stack', '5829206', '2660531', 'CAP-CONNECTOR', 2, 'C', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918004704010019', 'MG Stack', '5829206', '2191893', 'PLUG AS.', 2, 'D', 2, '2025-03-14 10:06:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010000', 'MG Segment', '5829210', '3K0360', 'SEAL-O-RING-STOR', 1, 'A', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010001', 'MG Segment', '5829210', '9S8005', 'PLUG-LD STOR', 1, 'A', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010002', 'MG Segment', '5829210', '9S4180', 'PLUG-LD STOR', 1, 'A', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010003', 'MG Segment', '5829210', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010004', 'MG Segment', '5829210', '9J0404', 'PLUG', 2, 'A', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010005', 'MG Segment', '5829210', '3613549', 'MDSE AR', 2, 'A', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010006', 'MG Segment', '5829210', '3405472', 'LEVER AS. (LH)', 1, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010007', 'MG Segment', '5829210', '8M4437', 'SEAL-O RING', 2, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010008', 'MG Segment', '5829210', '3675511', 'PLUG', 1, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010009', 'MG Segment', '5829210', '3J7354', 'SEAL-O-RING-STOR', 1, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010010', 'MG Segment', '5829210', '6E3019', 'VALVE', 1, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010011', 'MG Segment', '5829210', '6E5153', 'SPRING', 1, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010012', 'MG Segment', '5829210', '3307751', 'PLUG-PIPE', 1, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010013', 'MG Segment', '5829210', '1063660', 'PISTON', 2, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010014', 'MG Segment', '5829210', '9J0403', 'SPRING', 2, 'B', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010015', 'MG Segment', '5829210', '5B9318', 'BALL', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010016', 'MG Segment', '5829210', '6E3007', 'SPRING', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010017', 'MG Segment', '5829210', '1011973', 'RETAINER', 4, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010018', 'MG Segment', '5829210', '8T4189', 'BOLT-HEX HEAD', 2, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010019', 'MG Segment', '5829210', '8T4224', 'WASHER-HARD', 2, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010020', 'MG Segment', '5829210', '1027412', 'SPRING', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010021', 'MG Segment', '5829210', '2K8199', 'SEAL-O RING', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010022', 'MG Segment', '5829210', '4D9986', 'SEAL-O-RING', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010023', 'MG Segment', '5829210', '1011971', 'LEVER', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010024', 'MG Segment', '5829210', '1012480', 'COVER', 1, 'C', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010025', 'MG Segment', '5829210', '2213676', 'STEM', 1, 'D', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010026', 'MG Segment', '5829210', '1011984', 'BODY', 1, 'E', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010027', 'MG Segment', '5829210', '8T4138', 'BOLT-HEX HEAD', 2, 'F', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010028', 'MG Segment', '5829210', '1398477', 'VALVE GP-D RLF-', 1, 'F', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010029', 'MG Segment', '5829210', '1118234', 'SPRING', 1, 'F', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010030', 'MG Segment', '5829210', '1303535', 'DETENT GP-CONT', 1, 'F', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918020511010031', 'MG Segment', '5829210', '5850311', 'PLATE-IDENT', 1, 'F', 8, '2025-03-14 10:07:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010000', 'MG Stack', '5890385', '3K0360', '橡胶密封圈', 2, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010001', 'MG Stack', '5890385', '9S8005', '钢铁制塞堵', 2, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010002', 'MG Stack', '5890385', '9S4180', '钢铁制塞堵', 1, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010003', 'MG Stack', '5890385', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010004', 'MG Stack', '5890385', '7S0530', '钢铁制管夹', 1, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010005', 'MG Stack', '5890385', '8T4189', '钢铁制螺栓', 1, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010006', 'MG Stack', '5890385', '8T4224', '钢铁制垫圈', 1, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010007', 'MG Stack', '5890385', '8T4172', '钢铁制螺栓', 3, 'A', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010008', 'MG Stack', '5890385', '1010509', '密封衬垫', 6, 'B', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010009', 'MG Stack', '5890385', '8T4896', '钢铁制垫圈', 1, 'B', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010010', 'MG Stack', '5890385', '7X2546', '钢铁制螺栓', 2, 'B', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010011', 'MG Stack', '5890385', '8T6408', '钢铁制螺栓', 1, 'B', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010012', 'MG Stack', '5890385', '2521631', '塑料制塞堵组件', 1, 'C', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010013', 'MG Stack', '5890385', '2191893', '塑料塞堵', 2, 'C', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918074528010014', 'MG Stack', '5890385', '2191891', '塑料塞堵', 8, 'D', 2, '2025-03-14 10:07:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010000', 'MG Segment', '1934431', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010001', 'MG Segment', '1934431', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010002', 'MG Segment', '1934431', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010003', 'MG Segment', '1934431', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010004', 'MG Segment', '1934431', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010005', 'MG Segment', '1934431', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010006', 'MG Segment', '1934431', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010007', 'MG Segment', '1934431', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010008', 'MG Segment', '1934431', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010009', 'MG Segment', '1934431', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010010', 'MG Segment', '1934431', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010011', 'MG Segment', '1934431', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010012', 'MG Segment', '1934431', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010013', 'MG Segment', '1934431', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010014', 'MG Segment', '1934431', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010015', 'MG Segment', '1934431', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010016', 'MG Segment', '1934431', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010017', 'MG Segment', '1934431', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010018', 'MG Segment', '1934431', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010019', 'MG Segment', '1934431', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010020', 'MG Segment', '1934431', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010021', 'MG Segment', '1934431', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010022', 'MG Segment', '1934431', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010023', 'MG Segment', '1934431', '1011148', '阀芯', 1, 'D', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010024', 'MG Segment', '1934431', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010025', 'MG Segment', '1934431', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010026', 'MG Segment', '1934431', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010027', 'MG Segment', '1934431', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010028', 'MG Segment', '1934431', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010029', 'MG Segment', '1934431', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010030', 'MG Segment', '1934431', '1398475', '溢流阀', 1, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918091325010031', 'MG Segment', '1934431', '1934430', '铭牌', 1, 'F', 8, '2025-03-14 10:08:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010000', 'HMS', '5973476', '1482557', 'PLUG', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010001', 'HMS', '5973476', '2828827', 'PLUG-EXPANSION', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010002', 'HMS', '5973476', '5973482', 'VALVE', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010003', 'HMS', '5973476', '4954349', 'SPRING ', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010004', 'HMS', '5973476', '6002074', 'COVER ', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010005', 'HMS', '5973476', '0951594/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010006', 'HMS', '5973476', '0951789/HE', 'RING BACK UP', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010007', 'HMS', '5973476', '8T4196', 'BOLT-HEX HEAD ', 4, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010008', 'HMS', '5973476', '8T4121', 'WASHER-HARD', 4, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010009', 'HMS', '5973476', '5774360', 'VALVE GP-CHECK', 1, 'A', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010010', 'HMS', '5973476', '3603692', 'PLUG-HD STOR', 4, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010011', 'HMS', '5973476', '3J1907', 'SEAL-O-RING', 4, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010012', 'HMS', '5973476', '5973483', 'PLATE-IDENT ', 1, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010013', 'HMS', '5973476', '7J7366', 'GASKET ', 1, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010014', 'HMS', '5973476', '7J7367', 'COVER ', 1, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010015', 'HMS', '5973476', '8T4179', 'BOLT-HEX HEAD ', 2, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010016', 'HMS', '5973476', '5413277/HE', 'FILM-PORT PROTN', 1, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010017', 'HMS', '5973476', '2760748', 'CAP-PLUG', 4, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741918888513010018', 'HMS', '5973476', '4D2886', 'CLIP', 1, 'B', 1, '2025-03-14 10:21:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010000', 'EH-Steering', '5013712', '6024220', 'VALVEGP-CHECK-E', 1, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010001', 'EH-Steering', '5013712', '2828827', 'PLUG', 2, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010002', 'EH-Steering', '5013712', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010003', 'EH-Steering', '5013712', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010004', 'EH-Steering', '5013712', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010005', 'EH-Steering', '5013712', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010006', 'EH-Steering', '5013712', '2976291', 'PLUGAS', 12, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010007', 'EH-Steering', '5013712', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010008', 'EH-Steering', '5013712', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010009', 'EH-Steering', '5013712', '1919247', 'WASHER', 4, 'B', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084910010010', 'EH-Steering', '5013712', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010000', 'EH-Steering', '5013712', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010001', 'EH-Steering', '5013712', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010002', 'EH-Steering', '5013712', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010003', 'EH-Steering', '5013712', '5892751', 'VALVEGP-SOL', 1, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010004', 'EH-Steering', '5013712', '4973504', 'VALVEGP-PRLF-A', 3, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010005', 'EH-Steering', '5013712', '2608590', 'VALVE GP-SHUTTLE', 1, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010006', 'EH-Steering', '5013712', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010007', 'EH-Steering', '5013712', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010008', 'EH-Steering', '5013712', '6V8653', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010009', 'EH-Steering', '5013712', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010010', 'EH-Steering', '5013712', '0951582/HE', 'SEAL-O-RING', 1, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010011', 'EH-Steering', '5013712', '4932479', 'SENSOR AS-SPOOL', 1, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010012', 'EH-Steering', '5013712', '6V8653', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010013', 'EH-Steering', '5013712', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010014', 'EH-Steering', '5013712', '3278527', 'SPRING', 1, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010015', 'EH-Steering', '5013712', '1749194', 'BOLT-FLANGE HEAD', 1, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010016', 'EH-Steering', '5013712', '4932480', 'PROBEAS-SPOOL', 1, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010017', 'EH-Steering', '5013712', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010018', 'EH-Steering', '5013712', '3J1907', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010019', 'EH-Steering', '5013712', '9S8004', 'PLUG-LD STOR', 1, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010020', 'EH-Steering', '5013712', '3676002', 'PLUG AS-HD', 1, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010021', 'EH-Steering', '5013712', '8T2396', 'BOLT-SOCKETHD', 2, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010022', 'EH-Steering', '5013712', '9X8256', 'WASHER ', 2, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084911010023', 'EH-Steering', '5013712', '5189371', 'PLATE-IDENT', 1, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010000', 'EH-Steering', '5013712', '8T8737', 'PLUG-SEAL', 8, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010001', 'EH-Steering', '5013712', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010002', 'EH-Steering', '5013712', '2305010', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010003', 'EH-Steering', '5013712', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010004', 'EH-Steering', '5013712', '2965987', 'PLUG', 3, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010005', 'EH-Steering', '5013712', '3331701', 'PLUG', 1, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010006', 'EH-Steering', '5013712', '4J0520', 'SEAL-O-RING', 2, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010007', 'EH-Steering', '5013712', '8T6466', 'BOLT-HEX HEAD', 8, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010008', 'EH-Steering', '5013712', '8T4121', 'WASHER-HARD', 8, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010009', 'EH-Steering', '5013712', '7S0530', 'CLIP', 1, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010010', 'EH-Steering', '5013712', '3267680', 'PLUG', 4, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010011', 'EH-Steering', '5013712', '7J3554', 'COVER', 2, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010012', 'EH-Steering', '5013712', '8T4137', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919084912010013', 'EH-Steering', '5013712', '2D0094', 'GASKET', 2, 'F', 1, '2025-03-14 10:24:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102003010000', 'EH-Steering', '5013711', '6024220', 'VALVEGP-CHECK-E', 1, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010000', 'EH-Steering', '5013711', '2828827', 'PLUG', 2, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010001', 'EH-Steering', '5013711', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010002', 'EH-Steering', '5013711', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010003', 'EH-Steering', '5013711', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010004', 'EH-Steering', '5013711', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010005', 'EH-Steering', '5013711', '2976291', 'PLUGAS', 12, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010006', 'EH-Steering', '5013711', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010007', 'EH-Steering', '5013711', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010008', 'EH-Steering', '5013711', '1919247', 'WASHER', 4, 'B', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010009', 'EH-Steering', '5013711', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010010', 'EH-Steering', '5013711', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010011', 'EH-Steering', '5013711', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010012', 'EH-Steering', '5013711', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010013', 'EH-Steering', '5013711', '5892751', 'VALVEGP-SOL', 1, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010014', 'EH-Steering', '5013711', '4973504', 'VALVEGP-PRLF-A', 3, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010015', 'EH-Steering', '5013711', '2608590', 'VALVE GP-SHUTTLE', 1, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010016', 'EH-Steering', '5013711', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010017', 'EH-Steering', '5013711', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010018', 'EH-Steering', '5013711', '6V8653', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010019', 'EH-Steering', '5013711', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010020', 'EH-Steering', '5013711', '0951582/HE', 'SEAL-O-RING', 1, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010021', 'EH-Steering', '5013711', '4932479', 'SENSOR AS-SPOOL', 1, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010022', 'EH-Steering', '5013711', '6V8653', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010023', 'EH-Steering', '5013711', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010024', 'EH-Steering', '5013711', '3278527', 'SPRING', 1, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102004010025', 'EH-Steering', '5013711', '1749194', 'BOLT-FLANGE HEAD', 1, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010000', 'EH-Steering', '5013711', '4932480', 'PROBEAS-SPOOL', 1, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010001', 'EH-Steering', '5013711', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010002', 'EH-Steering', '5013711', '3J1907', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010003', 'EH-Steering', '5013711', '9S8004', 'PLUG-LD STOR', 1, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010004', 'EH-Steering', '5013711', '3676002', 'PLUG AS-HD', 1, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010005', 'EH-Steering', '5013711', '8T2396', 'BOLT-SOCKETHD', 2, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010006', 'EH-Steering', '5013711', '9X8256', 'WASHER ', 2, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010007', 'EH-Steering', '5013711', '5189370', 'PLATE-IDENT', 1, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010008', 'EH-Steering', '5013711', '8T8737', 'PLUG-SEAL', 8, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010009', 'EH-Steering', '5013711', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010010', 'EH-Steering', '5013711', '2305010', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010011', 'EH-Steering', '5013711', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010012', 'EH-Steering', '5013711', '2965987', 'PLUG', 3, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010013', 'EH-Steering', '5013711', '3331701', 'PLUG', 1, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010014', 'EH-Steering', '5013711', '4J0520', 'SEAL-O-RING', 2, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010015', 'EH-Steering', '5013711', '8T6466', 'BOLT-HEX HEAD', 8, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010016', 'EH-Steering', '5013711', '8T4121', 'WASHER-HARD', 8, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010017', 'EH-Steering', '5013711', '7S0530', 'CLIP', 1, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010018', 'EH-Steering', '5013711', '3267680', 'PLUG', 4, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010019', 'EH-Steering', '5013711', '7J3554', 'COVER', 2, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010020', 'EH-Steering', '5013711', '8T4137', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919102005010021', 'EH-Steering', '5013711', '2D0094', 'GASKET', 2, 'F', 1, '2025-03-14 10:25:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010000', 'Fenix', '5702570', '3J7354', 'SEAL-O-RING-STOR', 2, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010001', 'Fenix', '5702570', '9S4182', 'PLUG-LD STOR ', 2, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010002', 'Fenix', '5702570', '5741229', 'VALVE GP-D RLF-B', 1, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010003', 'Fenix', '5702570', '2608590', 'VALVE GP-SHTL -B', 1, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010004', 'Fenix', '5702570', '6V3965', 'ADAPTER-STR ', 2, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010005', 'Fenix', '5702570', '2147568', 'SEAL-O-RING-STOR', 2, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010006', 'Fenix', '5702570', '6V0852', 'CAP-DUST ', 2, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010007', 'Fenix', '5702570', '3979397', 'VALVE GP-SOL ', 1, 'A', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010008', 'Fenix', '5702570', '2660531', 'CAP-CONNECTOR ', 1, 'B', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010009', 'Fenix', '5702570', '2965987', 'PLUG ', 5, 'B', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919361658010010', 'Fenix', '5702570', '5702568', 'PLATE-IDENT ', 1, 'B', 1, '2025-03-14 10:29:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010000', 'BRK', '1131543', '1U2643', '阀体', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010001', 'BRK', '1131543', '6V8350', 'O型圈', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010002', 'BRK', '1131543', '0336027', 'O型圈', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010003', 'BRK', '1131543', '9J8626', '阀', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010004', 'BRK', '1131543', '9N4049', '弹簧', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010005', 'BRK', '1131543', '6H2948', '销子', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010006', 'BRK', '1131543', '9S4684', '堵头', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010007', 'BRK', '1131543', '2147568', 'O型圈', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010008', 'BRK', '1131543', '1501285', '螺纹接头', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010009', 'BRK', '1131543', '1132040', '铭牌', 1, 'A', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010010', 'BRK', '1131543', '3603688', '堵头', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010011', 'BRK', '1131543', '4J7533', 'O型圈', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010012', 'BRK', '1131543', '9S8008', '堵头', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010013', 'BRK', '1131543', '2385082', 'O型圈', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010014', 'BRK', '1131543', '1K4066', '弹簧', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010015', 'BRK', '1131543', '5P4892', 'O型圈', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010016', 'BRK', '1131543', '0344160', '螺栓', 2, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010017', 'BRK', '1131543', '8T4224', '垫圈', 2, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010018', 'BRK', '1131543', '6E6305', '溢流阀', 1, 'B', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010019', 'BRK', '1131543', '1494132', '气缸', 1, 'C', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010020', 'BRK', '1131543', '3D2824', 'O型圈', 4, 'D', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010021', 'BRK', '1131543', '3603695', '螺堵', 4, 'D', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010022', 'BRK', '1131543', '3J7354', 'O型圈', 1, 'D', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010023', 'BRK', '1131543', '3603690', '螺堵', 1, 'D', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919394784010024', 'BRK', '1131543', '5M6214', '堵头', 1, 'D', 3, '2025-03-14 10:29:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010000', 'BRK', '1494133', '1U2643', '阀体', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010001', 'BRK', '1494133', '6V8350', 'O型圈', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010002', 'BRK', '1494133', '0336027', 'O型圈', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010003', 'BRK', '1494133', '9J8626', '阀', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010004', 'BRK', '1494133', '9N4049', '弹簧', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010005', 'BRK', '1494133', '6H2948', '销子', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010006', 'BRK', '1494133', '9S4684', '堵头', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010007', 'BRK', '1494133', '2147568', 'O型圈', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010008', 'BRK', '1494133', '1501285', '螺纹接头', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010009', 'BRK', '1494133', '1507244', '铭牌', 1, 'A', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010010', 'BRK', '1494133', '3603688', '堵头', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010011', 'BRK', '1494133', '4J7533', 'O型圈', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010012', 'BRK', '1494133', '9S8008', '堵头', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010013', 'BRK', '1494133', '2385082', 'O型圈', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010014', 'BRK', '1494133', '1K4066', '弹簧', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010015', 'BRK', '1494133', '5P4892', 'O型圈', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010016', 'BRK', '1494133', '0344160', '螺栓', 2, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010017', 'BRK', '1494133', '8T4224', '垫圈', 2, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010018', 'BRK', '1494133', '6E6305', '溢流阀', 1, 'B', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010019', 'BRK', '1494133', '1494132', '气缸', 1, 'C', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010020', 'BRK', '1494133', '3D2824', 'O型圈', 4, 'D', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010021', 'BRK', '1494133', '3603695', '螺堵', 4, 'D', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010022', 'BRK', '1494133', '3J7354', 'O型圈', 1, 'D', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010023', 'BRK', '1494133', '3603690', '螺堵', 1, 'D', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919445718010024', 'BRK', '1494133', '5M6214', '堵头', 1, 'D', 3, '2025-03-14 10:30:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010000', 'BRK', '5059699', '6H2948', '钢铁制榫钉', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010001', 'BRK', '5059699', '6V8350', '橡胶密封圈', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010002', 'BRK', '5059699', '9J8626', '阀芯', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010003', 'BRK', '5059699', '9N4049', '钢铁弹簧', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010004', 'BRK', '5059699', '9S4684', '钢铁制塞堵', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010005', 'BRK', '5059699', '0336027', '橡胶密封圈', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010006', 'BRK', '5059699', '2147568', '橡胶密封圈', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010007', 'BRK', '5059699', '1501285', '通气过滤器', 1, 'A', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010008', 'BRK', '5059699', '3D2824', '橡胶密封圈', 4, 'B', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010009', 'BRK', '5059699', '3603695', '钢铁制塞堵', 4, 'B', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010010', 'BRK', '5059699', '3J7354', '橡胶密封圈', 1, 'B', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010011', 'BRK', '5059699', '3603690', '钢铁制塞堵', 1, 'B', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010012', 'BRK', '5059699', '5M6214', '钢铁制塞堵', 1, 'B', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010013', 'BRK', '5059699', '4J7533', '橡胶密封圈', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010014', 'BRK', '5059699', '3603688', '钢铁制塞堵', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010015', 'BRK', '5059699', '9S8008', '钢铁制塞堵', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010016', 'BRK', '5059699', '2385082', '橡胶密封圈', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010017', 'BRK', '5059699', '1K4066', '钢铁弹簧', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010018', 'BRK', '5059699', '5P4892', '橡胶密封圈', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010019', 'BRK', '5059699', '8T4224', '钢铁制垫圈', 2, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010020', 'BRK', '5059699', '0344160', '钢铁制螺栓', 2, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010021', 'BRK', '5059699', '6E6305', '阀', 1, 'C', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919462792010022', 'BRK', '5059699', '1494132', '气压缸', 1, 'D', 3, '2025-03-14 10:31:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010000', 'EH-Steering', '5978244', '2828827', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010001', 'EH-Steering', '5978244', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010002', 'EH-Steering', '5978244', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010003', 'EH-Steering', '5978244', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010004', 'EH-Steering', '5978244', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010005', 'EH-Steering', '5978244', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010006', 'EH-Steering', '5978244', '2976291', 'PLUG', 12, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010007', 'EH-Steering', '5978244', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010008', 'EH-Steering', '5978244', '1919247', 'WASHER-SOFT', 4, 'B', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010009', 'EH-Steering', '5978244', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010010', 'EH-Steering', '5978244', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010011', 'EH-Steering', '5978244', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010012', 'EH-Steering', '5978244', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010013', 'EH-Steering', '5978244', '4951569', 'VALVE GP-SOL', 1, 'B', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010014', 'EH-Steering', '5978244', '5218459', 'PLUG-SHUTOFF', 1, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010015', 'EH-Steering', '5978244', '5979084', 'VALVE GP-P RLF-B', 2, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010016', 'EH-Steering', '5978244', '2608590', 'VALVE GP-SHTL -B', 1, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010017', 'EH-Steering', '5978244', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010018', 'EH-Steering', '5978244', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010019', 'EH-Steering', '5978244', '6V8653', 'BOLT-SOCKET HD', 4, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010020', 'EH-Steering', '5978244', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010021', 'EH-Steering', '5978244', '0951582/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010022', 'EH-Steering', '5978244', '4932479', 'SENSOR AS-SPOOL', 1, 'C', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010023', 'EH-Steering', '5978244', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010024', 'EH-Steering', '5978244', '3278527', 'SPRING', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010025', 'EH-Steering', '5978244', '1749194', 'BOLT-HEX FLG HD', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010026', 'EH-Steering', '5978244', '4932480', 'PROBE AS-SPOOL', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010027', 'EH-Steering', '5978244', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010028', 'EH-Steering', '5978244', '3J1907', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010029', 'EH-Steering', '5978244', '9S8004', 'PLUG-INTL HEX', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010030', 'EH-Steering', '5978244', '3676002', 'PLUG AS-HD STOR', 1, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010031', 'EH-Steering', '5978244', '8T2396', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010032', 'EH-Steering', '5978244', '9X8256', 'WASHER', 2, 'D', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010033', 'EH-Steering', '5978244', '6015976', 'PLATE-IDENT', 1, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010034', 'EH-Steering', '5978244', '8T8737', 'PLUG-SEAL', 8, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010035', 'EH-Steering', '5978244', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010036', 'EH-Steering', '5978244', '2305010', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010037', 'EH-Steering', '5978244', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010038', 'EH-Steering', '5978244', '2965987', 'PLUG', 3, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010039', 'EH-Steering', '5978244', '3331701', 'PLUG', 1, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010040', 'EH-Steering', '5978244', '4J0520', 'SEAL-O-RING', 2, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010041', 'EH-Steering', '5978244', '8T6466', 'BOLT-HEX HEAD', 8, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010042', 'EH-Steering', '5978244', '8T4121', 'WASHER-HARD', 8, 'E', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010043', 'EH-Steering', '5978244', '7S0530', 'CLIP', 1, 'F', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010044', 'EH-Steering', '5978244', '2385082', '橡胶密封圈', 4, 'F', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010045', 'EH-Steering', '5978244', '3603695', '堵头', 4, 'F', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010046', 'EH-Steering', '5978244', '7J3554', ' OVER', 2, 'F', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010047', 'EH-Steering', '5978244', '8T4137', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919477753010048', 'EH-Steering', '5978244', '2D0094', 'GASKET', 2, 'F', 1, '2025-03-14 10:31:18', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010000', 'ACS', '4165349', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010001', 'ACS', '4165349', '4J0523', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010002', 'ACS', '4165349', '3045114', 'SLEEVE', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010003', 'ACS', '4165349', '3175154', 'RING-BACKUP', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010004', 'ACS', '4165349', '3461626', 'SPRING', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010005', 'ACS', '4165349', '3461628', 'RETAINER', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010006', 'ACS', '4165349', '3467576', 'WASHER', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010007', 'ACS', '4165349', '3523048', 'KIT-SEAL', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919651746010008', 'ACS', '4165349', '3789423', 'STEM-CT', 1, 'A', 1, '2025-03-14 10:34:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010000', 'Brake', '9T4769', '1U2643', '阀体', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010001', 'Brake', '9T4769', '6V8350', 'O型圈', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010002', 'Brake', '9T4769', '0336027', 'O型圈', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010003', 'Brake', '9T4769', '9J8626', '阀', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010004', 'Brake', '9T4769', '9N4049', '弹簧', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010005', 'Brake', '9T4769', '6H2948', '销子', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010006', 'Brake', '9T4769', '9S4684', '堵头', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010007', 'Brake', '9T4769', '2147568', 'O型圈', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010008', 'Brake', '9T4769', '3603693', '堵头', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010009', 'Brake', '9T4769', '3K0360', 'O型圈', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010010', 'Brake', '9T4769', '1109456', '铭牌', 1, 'A', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010011', 'Brake', '9T4769', '3603688', '堵头', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010012', 'Brake', '9T4769', '4J7533', 'O型圈', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010013', 'Brake', '9T4769', '9S8008', '堵头', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010014', 'Brake', '9T4769', '3D2824', 'O型圈', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010015', 'Brake', '9T4769', '1K4066', '弹簧', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010016', 'Brake', '9T4769', '0619456', 'O型圈', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010017', 'Brake', '9T4769', '0344160', '螺栓', 2, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010018', 'Brake', '9T4769', '8T4224', '垫圈', 2, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010019', 'Brake', '9T4769', '6E6304 ', '溢流阀', 1, 'B', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010020', 'Brake', '9T4769', '9T7204', '气缸', 1, 'C', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010021', 'Brake', '9T4769', '3D2824', 'O型圈', 4, 'D', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010022', 'Brake', '9T4769', '3603695', '螺堵', 4, 'D', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010023', 'Brake', '9T4769', '3J7354', 'O型圈', 1, 'D', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010024', 'Brake', '9T4769', '3603690', '螺堵', 1, 'D', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010025', 'Brake', '9T4769', '6E4145', '保护塞子', 1, 'D', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919741471010026', 'Brake', '9T4769', '5M6214', '堵头', 1, 'D', 3, '2025-03-14 10:35:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010000', 'TRS', '6063778', '2M9780', '橡胶密封圈', 4, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010001', 'TRS', '6063778', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010002', 'TRS', '6063778', '6Y0871', '钢铁弹簧', 2, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010003', 'TRS', '6063778', '6Y4638', '钢铁制塞堵', 2, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010004', 'TRS', '6063778', '7M8485', '橡胶密封圈', 2, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010005', 'TRS', '6063778', '7T7679', '钢铁制塞堵', 4, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010006', 'TRS', '6063778', '8E1139', '钢铁弹簧', 1, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010007', 'TRS', '6063778', '8E1142', '阀芯', 1, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010008', 'TRS', '6063778', '8E1143', '阀芯', 1, 'A', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010009', 'TRS', '6063778', '7T8797', '铝制垫圈', 1, 'B', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010010', 'TRS', '6063778', '8J2283', '钢铁簧环', 1, 'B', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010011', 'TRS', '6063778', '9U9328', '钢铁弹簧', 1, 'B', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010012', 'TRS', '6063778', '9W6096', '阀芯', 6, 'B', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010013', 'TRS', '6063778', '9W8279', '阀芯', 1, 'B', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010014', 'TRS', '6063778', '1760258', '滤网接头', 1, 'B', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919772921010015', 'TRS', '6063778', '1861526', '电磁换向阀', 6, 'C', 2, '2025-03-14 10:36:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010000', 'Fenix', '5872370', '1483483', 'PLUG ', 2, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010001', 'Fenix', '5872370', '2828827', 'PLUG-EXPANSION ', 2, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010002', 'Fenix', '5872370', '9J8126', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010003', 'Fenix', '5872370', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010004', 'Fenix', '5872370', '9S8002', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010005', 'Fenix', '5872370', '9T8685', 'VALVE ', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010006', 'Fenix', '5872370', '2N7029', 'SPRING-CONT PIN ', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010007', 'Fenix', '5872370', '3D2824', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010008', 'Fenix', '5872370', '3788543', 'PLUG ', 1, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010009', 'Fenix', '5872370', '4841390', 'PLUG AS ', 2, 'A', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010010', 'Fenix', '5872370', '6293326', 'VALVE ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010011', 'Fenix', '5872370', '4681136', 'SPRING ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010012', 'Fenix', '5872370', '5Y2425/G', 'WASHER-SOFT ', 2, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010013', 'Fenix', '5872370', '7J9933', 'SEAL-O RING ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010014', 'Fenix', '5872370', '4829841', 'RING-BACKUP ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010015', 'Fenix', '5872370', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010016', 'Fenix', '5872370', '4681139', 'PLUG-RETAINER ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010017', 'Fenix', '5872370', '5010642', 'VALVE GP-RLF -A', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010018', 'Fenix', '5872370', '1483483', 'PLUG ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010019', 'Fenix', '5872370', '3P1979', 'SEAL-O-RING ', 1, 'B', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010020', 'Fenix', '5872370', '4681141', 'RETAINER ', 2, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010021', 'Fenix', '5872370', '4681135', 'SPRING ', 1, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010022', 'Fenix', '5872370', '4681145', 'BOLT-FLAT ', 1, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010023', 'Fenix', '5872370', '4681339', 'HOUSING ', 1, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010024', 'Fenix', '5872370', '7X7888', 'BOLT-HEX HEAD ', 2, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010025', 'Fenix', '5872370', '9X8256', 'WASHER ', 2, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010026', 'Fenix', '5872370', '7X5315', 'COUPLING-QDISC ', 1, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010027', 'Fenix', '5872370', '7X5308', 'CAP-DUST ', 1, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010028', 'Fenix', '5872370', '4689932', 'MANIFOLD GP-CONT', 1, 'C', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010029', 'Fenix', '5872370', '7X2535', 'BOLT-HEX HEAD ', 2, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010030', 'Fenix', '5872370', '9X8256', 'WASHER ', 2, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010031', 'Fenix', '5872370', '7X5315', 'COUPLING-QDISC ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010032', 'Fenix', '5872370', '7X5308', 'CAP-DUST ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010033', 'Fenix', '5872370', '3J1907', 'SEAL-O-RING-STOR', 3, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010034', 'Fenix', '5872370', '3603692', 'PLUG-HD STOR ', 3, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010035', 'Fenix', '5872370', '3K0360', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010036', 'Fenix', '5872370', '9S4185', 'PLUG-LD STOR ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010037', 'Fenix', '5872370', '6V3965', 'ADAPTER-STR ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010038', 'Fenix', '5872370', '2147568', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010039', 'Fenix', '5872370', '6V0852', 'CAP-DUST ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010040', 'Fenix', '5872370', '2965987', 'PLUG ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010041', 'Fenix', '5872370', '5542333/HE', 'CAP-CONNECTOR ', 2, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741919787601010042', 'Fenix', '5872370', '5872368', 'PLATE-IDENT ', 1, 'D', 1, '2025-03-14 10:36:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010000', 'MG Stack', '5887917', '3K0360', '橡胶密封圈', 2, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010001', 'MG Stack', '5887917', '9S8005', '钢铁制塞堵', 2, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010002', 'MG Stack', '5887917', '9S4180', '钢铁制塞堵', 1, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010003', 'MG Stack', '5887917', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010004', 'MG Stack', '5887917', '8T4189', '钢铁制螺栓', 1, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010005', 'MG Stack', '5887917', '8T4224', '钢铁制垫圈', 1, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010006', 'MG Stack', '5887917', '7S0530', '钢铁制管夹', 1, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010007', 'MG Stack', '5887917', '8T4896', '钢铁制垫圈', 1, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010008', 'MG Stack', '5887917', '8T4172', '钢铁制螺栓', 3, 'A', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010009', 'MG Stack', '5887917', '1010509', '密封衬垫', 6, 'B', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010010', 'MG Stack', '5887917', '7X2546', '钢铁制螺栓', 2, 'B', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010011', 'MG Stack', '5887917', '8T6408', '钢铁制螺栓', 1, 'B', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010012', 'MG Stack', '5887917', '2191891', '塑料塞堵', 6, 'C', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010013', 'MG Stack', '5887917', '2521631', '塑料制塞堵组件', 1, 'C', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920460112010014', 'MG Stack', '5887917', '2191893', '塑料塞堵', 2, 'D', 2, '2025-03-14 10:47:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010000', 'MG Segment', '1199549', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010001', 'MG Segment', '1199549', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010002', 'MG Segment', '1199549', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010003', 'MG Segment', '1199549', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010004', 'MG Segment', '1199549', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010005', 'MG Segment', '1199549', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010006', 'MG Segment', '1199549', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010007', 'MG Segment', '1199549', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010008', 'MG Segment', '1199549', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010009', 'MG Segment', '1199549', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010010', 'MG Segment', '1199549', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010011', 'MG Segment', '1199549', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010012', 'MG Segment', '1199549', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010013', 'MG Segment', '1199549', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010014', 'MG Segment', '1199549', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010015', 'MG Segment', '1199549', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010016', 'MG Segment', '1199549', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010017', 'MG Segment', '1199549', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010018', 'MG Segment', '1199549', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010019', 'MG Segment', '1199549', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010020', 'MG Segment', '1199549', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010021', 'MG Segment', '1199549', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010022', 'MG Segment', '1199549', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010023', 'MG Segment', '1199549', '1011148', '阀芯', 1, 'D', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010024', 'MG Segment', '1199549', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010025', 'MG Segment', '1199549', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010026', 'MG Segment', '1199549', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010027', 'MG Segment', '1199549', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010028', 'MG Segment', '1199549', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010029', 'MG Segment', '1199549', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010030', 'MG Segment', '1199549', '1398475', '溢流阀', 1, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920560231010031', 'MG Segment', '1199549', '1199541', '铭牌', 1, 'F', 8, '2025-03-14 10:49:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010000', 'MG Stack', '1303123', '9S8005', '钢铁制塞堵', 2, 'A', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010001', 'MG Stack', '1303123', '3K0360', '橡胶密封圈', 2, 'A', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010002', 'MG Stack', '1303123', '9S4180', '钢铁制塞堵', 1, 'A', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010003', 'MG Stack', '1303123', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010004', 'MG Stack', '1303123', '2191893', '塑料堵头', 2, 'A', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010005', 'MG Stack', '1303123', '2521631', '塑料堵头', 1, 'A', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010006', 'MG Stack', '1303123', '8T4224', '钢铁制垫圈', 1, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010007', 'MG Stack', '1303123', '8T4189', '钢铁制螺栓', 1, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010008', 'MG Stack', '1303123', '7S0530', '钢铁制管夹', 1, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010009', 'MG Stack', '1303123', '8T4172', '钢铁制螺栓', 3, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010010', 'MG Stack', '1303123', '8T4896', '钢铁制垫圈', 1, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010011', 'MG Stack', '1303123', '1303100', 'Plate', 1, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010012', 'MG Stack', '1303123', '8T6408', '钢铁制螺栓', 1, 'B', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010013', 'MG Stack', '1303123', '1010509', '密封衬垫', 6, 'C', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010014', 'MG Stack', '1303123', '7X2546', '钢铁制螺栓', 2, 'C', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920653538010015', 'MG Stack', '1303123', '2191891', '塑料堵头', 8, 'D', 2, '2025-03-14 10:50:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718934010000', 'MG Stack', '5890390', '3K0360', '橡胶密封圈', 6, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010000', 'MG Stack', '5890390', '9S8005', '钢铁制塞堵', 6, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010001', 'MG Stack', '5890390', '3603688', '钢铁制塞堵', 1, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010002', 'MG Stack', '5890390', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010003', 'MG Stack', '5890390', '7S0530', '钢铁制管夹', 1, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010004', 'MG Stack', '5890390', '8T4189', '钢铁制螺栓', 1, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010005', 'MG Stack', '5890390', '8T4224', '钢铁制垫圈', 1, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010006', 'MG Stack', '5890390', '8T6408', '钢铁制螺栓', 4, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010007', 'MG Stack', '5890390', '8T4896', '钢铁制垫圈', 1, 'A', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010008', 'MG Stack', '5890390', '5615574', '密封衬垫', 8, 'B', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010009', 'MG Stack', '5890390', '7X2546', '钢铁制螺栓', 2, 'B', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010010', 'MG Stack', '5890390', '2521631', '塑料制塞堵组件', 1, 'C', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010011', 'MG Stack', '5890390', '2191893', '塑料塞堵', 2, 'C', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920718935010012', 'MG Stack', '5890390', '2191891', '塑料塞堵', 8, 'D', 2, '2025-03-14 10:51:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010000', 'MG Segment', '1506649', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010001', 'MG Segment', '1506649', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010002', 'MG Segment', '1506649', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010003', 'MG Segment', '1506649', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010004', 'MG Segment', '1506649', '3405472', '右手柄', 1, 'A', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010005', 'MG Segment', '1506649', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010006', 'MG Segment', '1506649', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010007', 'MG Segment', '1506649', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010008', 'MG Segment', '1506649', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010009', 'MG Segment', '1506649', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010010', 'MG Segment', '1506649', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010011', 'MG Segment', '1506649', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010012', 'MG Segment', '1506649', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010013', 'MG Segment', '1506649', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010014', 'MG Segment', '1506649', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010015', 'MG Segment', '1506649', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010016', 'MG Segment', '1506649', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010017', 'MG Segment', '1506649', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010018', 'MG Segment', '1506649', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010019', 'MG Segment', '1506649', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010020', 'MG Segment', '1506649', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010021', 'MG Segment', '1506649', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010022', 'MG Segment', '1506649', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010023', 'MG Segment', '1506649', '1024578', '阀芯', 1, 'D', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010024', 'MG Segment', '1506649', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010025', 'MG Segment', '1506649', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010026', 'MG Segment', '1506649', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010027', 'MG Segment', '1506649', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010028', 'MG Segment', '1506649', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010029', 'MG Segment', '1506649', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010030', 'MG Segment', '1506649', '1398476', '溢流阀', 2, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920745208010031', 'MG Segment', '1506649', '1508006', '铭牌', 1, 'F', 8, '2025-03-14 10:52:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760170010000', 'MG Segment', '1538906', '9S8005', '堵头', 1, 'A', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010000', 'MG Segment', '1538906', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010001', 'MG Segment', '1538906', '9J0404', '堵头', 2, 'A', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010002', 'MG Segment', '1538906', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010003', 'MG Segment', '1538906', '3405470', '右手柄', 1, 'A', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010004', 'MG Segment', '1538906', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010005', 'MG Segment', '1538906', '6E4502', '堵头', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010006', 'MG Segment', '1538906', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010007', 'MG Segment', '1538906', '6E3019', '阀', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010008', 'MG Segment', '1538906', '6E5153', '弹簧', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010009', 'MG Segment', '1538906', '1082187', '堵头', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010010', 'MG Segment', '1538906', '5B9318', '钢球', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010011', 'MG Segment', '1538906', '9J0403', '弹簧', 2, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010012', 'MG Segment', '1538906', '1063659', '活塞', 1, 'B', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010013', 'MG Segment', '1538906', '6E3007', '弹簧', 1, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010014', 'MG Segment', '1538906', '1011973', '轴承座', 4, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010015', 'MG Segment', '1538906', '8T4189', '螺栓', 2, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010016', 'MG Segment', '1538906', '8T4224', '垫片', 2, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010017', 'MG Segment', '1538906', '1027412', '弹簧', 1, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010018', 'MG Segment', '1538906', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010019', 'MG Segment', '1538906', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010020', 'MG Segment', '1538906', '1011971', '杆体', 1, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010021', 'MG Segment', '1538906', '1012480', '盖板', 1, 'C', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010022', 'MG Segment', '1538906', '1024577', '阀芯', 1, 'D', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010023', 'MG Segment', '1538906', '1011984', '阀座', 1, 'E', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010024', 'MG Segment', '1538906', '8T4138', '螺栓', 2, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010025', 'MG Segment', '1538906', '1118233', '弹簧', 1, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010026', 'MG Segment', '1538906', '1011978', '盖板', 1, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010027', 'MG Segment', '1538906', '8T4189', '螺栓', 2, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010028', 'MG Segment', '1538906', '8T4224', '垫片', 2, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010029', 'MG Segment', '1538906', '1398472', '溢流阀', 2, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920760171010030', 'MG Segment', '1538906', '1540185', '铭牌', 1, 'F', 8, '2025-03-14 10:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010000', 'WL-ZL50', '2906005', '3G2683', '螺堵', 3, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010001', 'WL-ZL50', '2906005', '2S4078', 'O型圈', 3, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010002', 'WL-ZL50', '2906005', '1U1577', '螺堵', 1, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010003', 'WL-ZL50', '2906005', '6K6307', 'O型圈', 1, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010004', 'WL-ZL50', '2906005', '9S8005', '堵头', 1, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010005', 'WL-ZL50', '2906005', '3K0360', 'O型圈', 1, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010006', 'WL-ZL50', '2906005', '1U0322', '轴承', 3, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010007', 'WL-ZL50', '2906005', '7S8491', '弹簧', 3, 'A', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010008', 'WL-ZL50', '2906005', '7J7423', '阀', 3, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010009', 'WL-ZL50', '2906005', '1J8960', '弹簧', 1, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010010', 'WL-ZL50', '2906005', '1U1578', '阀', 1, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010011', 'WL-ZL50', '2906005', '3G4117', '盖子', 1, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010012', 'WL-ZL50', '2906005', '4J0522', 'O型圈', 1, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010013', 'WL-ZL50', '2906005', '8T4192', '螺栓', 2, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010014', 'WL-ZL50', '2906005', '4T4932', '阀', 1, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010015', 'WL-ZL50', '2906005', '4T4933', '阀', 1, 'B', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010016', 'WL-ZL50', '2906005', '6E6003', '阀', 1, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010017', 'WL-ZL50', '2906005', '4T9312', '盖子', 2, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010018', 'WL-ZL50', '2906005', '1H9696', 'O型圈', 2, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010019', 'WL-ZL50', '2906005', '8T4182', '螺栓', 4, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010020', 'WL-ZL50', '2906005', '5P1075', '垫圈', 4, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010021', 'WL-ZL50', '2906005', '3G8991', '弹簧', 2, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010022', 'WL-ZL50', '2906005', '3385495', '弹簧', 2, 'C', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010023', 'WL-ZL50', '2906005', '3385494', '固定器', 4, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010024', 'WL-ZL50', '2906005', '8T4198', '螺栓', 4, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010025', 'WL-ZL50', '2906005', '5P1075', '垫片', 4, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010026', 'WL-ZL50', '2906005', '0994691', '螺栓', 2, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010027', 'WL-ZL50', '2906005', '8T4223', '垫圈', 2, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010028', 'WL-ZL50', '2906005', '0041963', 'O型圈', 2, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010029', 'WL-ZL50', '2906005', '2906004', '铭牌', 1, 'D', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010030', 'WL-ZL50', '2906005', '4T9311', '盖子', 2, 'E', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010031', 'WL-ZL50', '2906005', '4D2886', '吊环', 2, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010032', 'WL-ZL50', '2906005', '3J1907', 'O型圈', 5, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010033', 'WL-ZL50', '2906005', '9S4191', '堵头', 5, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010034', 'WL-ZL50', '2906005', '3J5553', '纸垫片', 2, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010035', 'WL-ZL50', '2906005', '3J5554', '纸垫片', 4, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010036', 'WL-ZL50', '2906005', '8J4398', '盖板', 4, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010037', 'WL-ZL50', '2906005', '8J5893', '盖板', 2, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920929166010038', 'WL-ZL50', '2906005', '8T4179', '螺栓', 12, 'F', 1, '2025-03-14 10:55:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010000', 'WL-ZL50', '2011147', '3G2683', '螺堵', 3, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010001', 'WL-ZL50', '2011147', '2S4078', 'O型圈', 3, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010002', 'WL-ZL50', '2011147', '1U1577', '螺堵', 1, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010003', 'WL-ZL50', '2011147', '6K6307', 'O型圈', 1, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010004', 'WL-ZL50', '2011147', '9S8005', '堵头', 1, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010005', 'WL-ZL50', '2011147', '3K0360', 'O型圈', 1, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010006', 'WL-ZL50', '2011147', '1U0322', '轴承', 3, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010007', 'WL-ZL50', '2011147', '7S8491', '弹簧', 3, 'A', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010008', 'WL-ZL50', '2011147', '7J7423', '阀', 3, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010009', 'WL-ZL50', '2011147', '1J8960', '弹簧', 1, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010010', 'WL-ZL50', '2011147', '1U1578', '阀', 1, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010011', 'WL-ZL50', '2011147', '3G4117', '盖子', 1, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010012', 'WL-ZL50', '2011147', '4J0522', 'O型圈', 1, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010013', 'WL-ZL50', '2011147', '5P2228', '螺栓', 2, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010014', 'WL-ZL50', '2011147', '4T4162', '阀', 1, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010015', 'WL-ZL50', '2011147', '1086428', '阀', 1, 'B', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010016', 'WL-ZL50', '2011147', '2011149', '阀', 1, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010017', 'WL-ZL50', '2011147', '4T9312', '盖子', 2, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010018', 'WL-ZL50', '2011147', '1H9696', 'O型圈', 2, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010019', 'WL-ZL50', '2011147', '5S7383', '螺栓', 4, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010020', 'WL-ZL50', '2011147', '5P1075', '垫圈', 4, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010021', 'WL-ZL50', '2011147', '3G8991', '弹簧', 2, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010022', 'WL-ZL50', '2011147', '3385495', '弹簧', 2, 'C', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010023', 'WL-ZL50', '2011147', '4761915', '固定器', 4, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010024', 'WL-ZL50', '2011147', '8T9378', '螺栓', 4, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010025', 'WL-ZL50', '2011147', '5P1075', '垫片', 4, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010026', 'WL-ZL50', '2011147', '7K0734', '螺栓', 2, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010027', 'WL-ZL50', '2011147', '4D6433', '垫圈', 2, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010028', 'WL-ZL50', '2011147', '0041963', 'O型圈', 2, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010029', 'WL-ZL50', '2011147', '2011145', '铭牌', 1, 'D', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010030', 'WL-ZL50', '2011147', '4T9311', '盖子', 2, 'E', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010031', 'WL-ZL50', '2011147', '4D2886', '吊环', 2, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010032', 'WL-ZL50', '2011147', '3J1907', 'O型圈', 5, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010033', 'WL-ZL50', '2011147', '9S4191', '堵头', 5, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010034', 'WL-ZL50', '2011147', '3J5553', '纸垫片', 2, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010035', 'WL-ZL50', '2011147', '3J5554', '纸垫片', 4, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010036', 'WL-ZL50', '2011147', '8J4398', '盖板', 4, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010037', 'WL-ZL50', '2011147', '8J5893', '盖板', 2, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010038', 'WL-ZL50', '2011147', '8T9383', '螺栓', 4, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920950281010039', 'WL-ZL50', '2011147', '7X0272', '螺栓', 8, 'F', 1, '2025-03-14 10:55:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998151010000', 'IMV', '3467620', '3E6730', '橡胶密封圈', 2, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998151010001', 'IMV', '3467620', '3J1907', '橡胶密封圈', 1, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998151010002', 'IMV', '3467620', '3K0360', '橡胶密封圈', 3, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010000', 'IMV', '3467620', '9S8004', '堵头', 1, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010001', 'IMV', '3467620', '9S8005', '钢铁制塞堵', 3, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010002', 'IMV', '3467620', '2M9780', '橡胶密封圈', 8, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010003', 'IMV', '3467620', '9S8006', '钢铁制塞堵', 8, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010004', 'IMV', '3467620', '1P3708', '橡胶密封圈', 1, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010005', 'IMV', '3467620', '5P3108', '橡胶密封圈', 6, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010006', 'IMV', '3467620', '3694110', '电磁换向阀', 1, 'A1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010007', 'IMV', '3467620', '3093921', '钢铁弹簧', 1, 'B1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010008', 'IMV', '3467620', '3093922', '钢铁弹簧', 1, 'B1', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010009', 'IMV', '3467620', '3E6730', '橡胶密封圈', 4, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010010', 'IMV', '3467620', '9S8002', '钢铁制塞堵', 6, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010011', 'IMV', '3467620', '4J0523', '橡胶密封圈', 1, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010012', 'IMV', '3467620', '4J9535', '橡胶密封圈', 4, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010013', 'IMV', '3467620', '3112886', '钢铁弹簧', 1, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010014', 'IMV', '3467620', '3175154', '塑料密封圈', 1, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010015', 'IMV', '3467620', '3461635', '橡胶密封圈', 1, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010016', 'IMV', '3467620', '3J7354', '橡胶密封圈', 6, 'B2', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010017', 'IMV', '3467620', '3K0360', '橡胶密封圈', 4, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010018', 'IMV', '3467620', '9S8005', '钢铁制塞堵', 4, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010019', 'IMV', '3467620', '5P8245', '钢铁制垫圈', 4, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010020', 'IMV', '3467620', '6J2680', '橡胶密封圈', 1, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010021', 'IMV', '3467620', '8T0269', '钢铁螺栓', 8, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010022', 'IMV', '3467620', '8T0343', '钢铁制螺栓', 16, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010023', 'IMV', '3467620', '9X8256', '钢铁制垫圈', 8, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010024', 'IMV', '3467620', '3112886', '钢铁弹簧', 1, 'B3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010025', 'IMV', '3467620', '3J1907', '橡胶密封圈', 2, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010026', 'IMV', '3467620', '2828827', '阀用塞堵', 3, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010027', 'IMV', '3467620', '9S8004', '堵头', 2, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010028', 'IMV', '3467620', '4J0528', '橡胶密封圈', 1, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010029', 'IMV', '3467620', '9X8268', '钢铁制垫圈', 8, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010030', 'IMV', '3467620', '0950707', '钢铁制螺栓', 4, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010031', 'IMV', '3467620', '0950705', '钢铁制螺栓', 4, 'B4', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010032', 'IMV', '3467620', '3J1907', '橡胶密封圈', 2, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010033', 'IMV', '3467620', '6S3002', '橡胶密封圈', 2, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010034', 'IMV', '3467620', '8T2223', '钢铁制螺栓', 8, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010035', 'IMV', '3467620', '8T4121', '钢铁制垫圈', 8, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010036', 'IMV', '3467620', '3045146', '安全阀', 1, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010037', 'IMV', '3467620', '3447392', '压力变送器', 2, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010038', 'IMV', '3467620', '4485704/HE', '橡胶密封圈', 2, 'B5', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010039', 'IMV', '3467620', '3112888', '钢铁弹簧', 3, 'B6', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010040', 'IMV', '3467620', '3461634', '钢铁止动块', 4, 'B6', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010041', 'IMV', '3467620', '3576292', '塑料垫圈', 4, 'B6', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010042', 'IMV', '3467620', '3J7354', '橡胶密封圈', 4, 'B6', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010043', 'IMV', '3467620', '4J0526', '橡胶密封圈', 4, 'B6', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010044', 'IMV', '3467620', '3112888', '钢铁弹簧', 1, 'B7', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741920998152010045', 'IMV', '3467620', '3262664', '电磁换向阀', 4, 'C3', 1, '2025-03-14 10:56:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010000', 'WL-ZL50', '1167821', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010001', 'WL-ZL50', '1167821', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010002', 'WL-ZL50', '1167821', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010003', 'WL-ZL50', '1167821', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010004', 'WL-ZL50', '1167821', '2S4078', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010005', 'WL-ZL50', '1167821', '3J7354', 'SEAL-O-RING-STOR', 3, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010006', 'WL-ZL50', '1167821', '9S4182', 'PLUG-LD STOR', 3, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010007', 'WL-ZL50', '1167821', '4J0522', 'SEAL-O-RING', 2, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010008', 'WL-ZL50', '1167821', '4J0523', 'SEAL-O-RING', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010009', 'WL-ZL50', '1167821', '3G4135', 'PLUG-O-RING', 1, 'A', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010010', 'WL-ZL50', '1167821', '7M8485', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010011', 'WL-ZL50', '1167821', '4T4162', 'VALVE GP-D RLF-A', 1, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010012', 'WL-ZL50', '1167821', '4T4934', 'VALVE GP-D RLF-A', 1, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010013', 'WL-ZL50', '1167821', '4T9312', 'HOUSING', 1, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010014', 'WL-ZL50', '1167821', '1H9696', 'SEAL-O-RING', 1, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010015', 'WL-ZL50', '1167821', '5P1075', 'WASHER-HARD', 4, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010016', 'WL-ZL50', '1167821', '8T4182', 'BOLT-HEX HEAD', 2, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010017', 'WL-ZL50', '1167821', '3385494', 'RETAINER', 2, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010018', 'WL-ZL50', '1167821', '3385495', 'SPRING', 1, 'B', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010019', 'WL-ZL50', '1167821', '3G8991', 'SPRING', 1, 'C', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010020', 'WL-ZL50', '1167821', '8T4223', 'WASHER-HARD', 1, 'C', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010021', 'WL-ZL50', '1167821', '0994691', 'BOLT-LOCKING', 1, 'C', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010022', 'WL-ZL50', '1167821', '4T9311', 'HOUSING', 1, 'C', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010023', 'WL-ZL50', '1167821', '0041963', 'SEAL-O RING', 1, 'C', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010024', 'WL-ZL50', '1167821', '8T4198', 'BOLT-HEX HEAD', 2, 'C', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010025', 'WL-ZL50', '1167821', '3J1907', 'SEAL-O-RING-STOR', 2, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010026', 'WL-ZL50', '1167821', '9S4191', 'PLUG-EXT HEX', 2, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010027', 'WL-ZL50', '1167821', '3J5553', 'GASKET', 1, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010028', 'WL-ZL50', '1167821', '8J5893', 'COVER', 1, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010029', 'WL-ZL50', '1167821', '8T4179', 'BOLT-HEX HEAD', 6, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010030', 'WL-ZL50', '1167821', '4D2886', 'CLIP', 2, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010031', 'WL-ZL50', '1167821', '3J5554', 'GASKET', 2, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010032', 'WL-ZL50', '1167821', '8J4398', 'COVER', 2, 'D', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010033', 'WL-ZL50', '1167821', '7X2551', 'BOLT-HEX HEAD', 5, 'E', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010034', 'WL-ZL50', '1167821', '3G4113', 'COVER', 1, 'E', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010035', 'WL-ZL50', '1167821', '3G4114', 'COVER', 1, 'E', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010036', 'WL-ZL50', '1167821', '8T4244', 'NUT-HEX', 5, 'E', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741921014151010037', 'WL-ZL50', '1167821', '1647129', '铭牌', 1, 'E', 1, '2025-03-14 10:56:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755774010000', 'QD#1', '2270831', '9S8006', '塞子', 1, 'A', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010000', 'QD#1', '2270831', '2M9780', '密封圈', 1, 'A', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010001', 'QD#1', '2270831', '9S8003', '塞子', 2, 'A', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010002', 'QD#1', '2270831', '1J9671', '密封圈', 2, 'A', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010003', 'QD#1', '2270831', '5H4019', '盖子', 4, 'A', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010004', 'QD#1', '2270831', '4J0520', '密封圈', 4, 'A', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010005', 'QD#1', '2270831', '6204980', '定位环', 1, 'B', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010006', 'QD#1', '2270831', '9T9836', '节流套', 1, 'B', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010007', 'QD#1', '2270831', '1006211', '活塞', 1, 'B', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010008', 'QD#1', '2270831', '3L3813', '销', 1, 'B', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010009', 'QD#1', '2270831', '1081847', '弹簧', 1, 'B', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010010', 'QD#1', '2270831', '6E4907', '挡圈', 1, 'B', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010011', 'QD#1', '2270831', '2343043', '盖', 1, 'C', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010012', 'QD#1', '2270831', '6V8200', '螺钉', 8, 'C', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010013', 'QD#1', '2270831', '2343451', '盖', 1, 'D', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010014', 'QD#1', '2270831', '8C3206', '法兰', 8, 'E', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010015', 'QD#1', '2270831', '2354162', '铭牌', 1, 'E', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010016', 'QD#1', '2270831', '5334159', '螺栓', 8, 'E', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010017', 'QD#1', '2270831', '8C3206', '法兰', 4, 'F', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010018', 'QD#1', '2270831', '5H4019', '盖子', 2, 'F', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1741939755775010019', 'QD#1', '2270831', '4J0520', 'O型圈', 2, 'F', 4, '2025-03-14 16:09:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010000', 'QCT', '2176720', '2D6648', 'RING-RETAINING', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010001', 'QCT', '2176720', '1185086', 'SPRING', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010002', 'QCT', '2176720', '1185087', 'SPRING', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010003', 'QCT', '2176720', '1212051', 'SPRING', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010004', 'QCT', '2176720', '2176414', 'SPOOL-CONTROL', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010005', 'QCT', '2176720', '6V3965', 'ADAPTER-STR', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010006', 'QCT', '2176720', '2147568', 'SEAL-O-RING-STOR', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010007', 'QCT', '2176720', '4386138', 'RETAINER', 1, 'A', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010008', 'QCT', '2176720', '3C8388/S', 'PIN-ROLL', 2, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010009', 'QCT', '2176720', '5H6005', 'SEAL-O RING', 2, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010010', 'QCT', '2176720', '8T3998', 'BOLT-HEAD', 4, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010011', 'QCT', '2176720', '0304605', 'SEAL-O RING', 1, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010012', 'QCT', '2176720', '1552251', 'PLATE', 1, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010013', 'QCT', '2176720', '1771405', 'SPRING-STABLIZIN', 1, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010014', 'QCT', '2176720', '3161438', 'CARTRIDGE AS', 1, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010015', 'QCT', '2176720', '3265212', 'COIL AS', 1, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010016', 'QCT', '2176720', '3603679', 'PLUG AS-HD STOR', 2, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010017', 'QCT', '2176720', '3J1907', 'SEAL-O-RING-STOR', 2, 'B', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010018', 'QCT', '2176720', '1P3709', 'SEAL-RECTANGULAR', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010019', 'QCT', '2176720', '6K0806', 'STRAP-CABLE', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010020', 'QCT', '2176720', '6V0852', 'CAP-DUST', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010021', 'QCT', '2176720', '1919247', 'WASHER-SOFT', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010022', 'QCT', '2176720', '1982914', 'NUT-HEXAGON', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010023', 'QCT', '2176720', '2177195', 'PLATE-IDENT', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742002920319010024', 'QCT', '2176720', '2660531', 'CAP-CONNECTOR', 1, 'C', 2, '2025-03-15 09:42:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010000', 'QCT', '2451668', '3676001', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010001', 'QCT', '2451668', '3603681', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010002', 'QCT', '2451668', '1P3709', 'SEAL-RECTANGULAR', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010003', 'QCT', '2451668', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010004', 'QCT', '2451668', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010005', 'QCT', '2451668', '2S4078', 'SEAL-O-RING', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010006', 'QCT', '2451668', '4J9780', 'PLUG-NPTF(ORIFICE)', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010007', 'QCT', '2451668', '5H6005', 'SEAL-O RING', 2, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010008', 'QCT', '2451668', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010009', 'QCT', '2451668', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010010', 'QCT', '2451668', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010011', 'QCT', '2451668', '0304606', 'SEAL O RING', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010012', 'QCT', '2451668', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010013', 'QCT', '2451668', '9S8002', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010014', 'QCT', '2451668', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010015', 'QCT', '2451668', '2R1256', 'RING-RETAINING', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010016', 'QCT', '2451668', '3D4603', 'PLUG-PIPE', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010017', 'QCT', '2451668', '4H5232', 'PIN-SPRING', 3, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010018', 'QCT', '2451668', '4J0519', 'SEAL-O-RING', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010019', 'QCT', '2451668', '6E1297', 'SCREEN', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010020', 'QCT', '2451668', '6J3380', 'SPRING', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010021', 'QCT', '2451668', '6J3405', 'SEAT', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010022', 'QCT', '2451668', '6K6307', 'SEAL-O-RING', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010023', 'QCT', '2451668', '8J2379', 'VALVE', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010024', 'QCT', '2451668', '1138263', 'PISTON', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010025', 'QCT', '2451668', '1266104', 'PLUG-STOR', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010026', 'QCT', '2451668', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010027', 'QCT', '2451668', '9S4191', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010028', 'QCT', '2451668', '3676002', 'PLUG-LD STOR', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010029', 'QCT', '2451668', '4J2506', 'SEAL-O RING', 2, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010030', 'QCT', '2451668', '7D8048', 'SEAL-O RING', 2, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010031', 'QCT', '2451668', '3K0360', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010032', 'QCT', '2451668', '1P6744', 'SPRING', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010033', 'QCT', '2451668', '4J0519', 'SEAL-O-RING', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010034', 'QCT', '2451668', '5J4664', 'SPRING', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010035', 'QCT', '2451668', '7X0326', 'BOLT', 2, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010036', 'QCT', '2451668', '8T4223', 'WASHER-HARD', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010037', 'QCT', '2451668', '8J2306', 'STEM-VALVE', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010038', 'QCT', '2451668', '9S8005', 'PLUG-LD STOR', 2, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010039', 'QCT', '2451668', '4D2886', 'Clip', 1, 'C', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010040', 'QCT', '2451668', '2465773', 'PLATE-IDENT', 1, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010041', 'QCT', '2451668', '4224594', 'VALVE GP', 1, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010042', 'QCT', '2451668', '3E3882', 'EYE-Bolt', 1, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010043', 'QCT', '2451668', '6V4432', 'BOLT', 1, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010044', 'QCT', '2451668', '7X0293', 'BOLT', 2, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010045', 'QCT', '2451668', '7X0301', 'BOLT', 2, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010046', 'QCT', '2451668', '7X0339', 'BOLT', 2, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010047', 'QCT', '2451668', '9P8217', 'WASHER', 4, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010048', 'QCT', '2451668', '4168724', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010049', 'QCT', '2451668', '2D6648', 'RING-RETAINING', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010050', 'QCT', '2451668', '1185086', 'SPRING', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010051', 'QCT', '2451668', '1185087', 'SPRING', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010052', 'QCT', '2451668', '1212051', 'SPRING', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010053', 'QCT', '2451668', '2176414', 'SPOOL-CONTROL', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010054', 'QCT', '2451668', '6V3965', 'ADAPTER-STR', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010055', 'QCT', '2451668', '2147568', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010056', 'QCT', '2451668', '4386138', 'RETAINER', 2, 'E', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010057', 'QCT', '2451668', '3C8388/S', 'PIN-ROLL', 4, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010058', 'QCT', '2451668', '8T3998', 'BOLT-HEAD', 8, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010059', 'QCT', '2451668', '0304605', 'SEAL-O RING', 2, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010060', 'QCT', '2451668', '1552251', 'PLATE', 2, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010061', 'QCT', '2451668', '1771405', 'SPRING-STABLIZIN', 2, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010062', 'QCT', '2451668', '3161438', 'CARTRIDGE AS', 2, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010063', 'QCT', '2451668', '3265212', 'COIL AS', 2, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010064', 'QCT', '2451668', '3603679', 'PLUG-HD STOR', 4, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010065', 'QCT', '2451668', '3J1907', 'SEAL-O-RING-STOR', 4, 'F', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010066', 'QCT', '2451668', '1P3709', 'SEAL-RECTANGULAR', 2, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010067', 'QCT', '2451668', '5H6005', 'SEAL-O RING', 4, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010068', 'QCT', '2451668', '6K0806', 'STRAP-CABLE', 2, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010069', 'QCT', '2451668', '6V0852', 'CAP-DUST', 2, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010070', 'QCT', '2451668', '1919247', 'WASHER', 2, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010071', 'QCT', '2451668', '1982914', 'NUT-HEXAGON', 2, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010072', 'QCT', '2451668', '2177195', 'PLATE-IDENT', 2, 'G', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010073', 'QCT', '2451668', '2J2668', 'FLANGE-COVER', 4, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010074', 'QCT', '2451668', '2J5608', 'FLANGE-COVER', 1, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010075', 'QCT', '2451668', '4J0524', 'SEAL-O-RING', 4, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010076', 'QCT', '2451668', '4J0527', 'SEAL-O-RING', 1, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010077', 'QCT', '2451668', '5P2566', 'BOLT-HEX HEAD', 20, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010078', 'QCT', '2451668', '8T4223', 'WASHER-HARD', 20, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010079', 'QCT', '2451668', '2660531', 'CAP-CONNECTOR', 2, 'I', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010080', 'QCT', '2451668', '1P4579', 'FLANGE-SPLIT', 8, 'J', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742003960573010081', 'QCT', '2451668', '1P4582', 'FLANGE-SPLIT', 2, 'J', 1, '2025-03-15 09:59:21', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356835010000', 'QCT', '6I9476', '5H8985', 'PIN-SPRING', 1, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356835010001', 'QCT', '6I9476', '8E8439', 'DOWEL', 1, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356835010002', 'QCT', '6I9476', '9S8001', 'PLUG-LDSTOR', 7, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356835010003', 'QCT', '6I9476', '2385078', 'SEAL-O-RING-STOR', 7, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356835010004', 'QCT', '6I9476', '4B9880', 'BALL', 2, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356835010005', 'QCT', '6I9476', '8P7386', 'SPOOL', 1, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010000', 'QCT', '6I9476', '4M2381', 'SPRING', 2, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010001', 'QCT', '6I9476', '1S1636', 'RETAINER', 2, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010002', 'QCT', '6I9476', '1S1638', 'RING-RETAINING', 2, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010003', 'QCT', '6I9476', '6Y8049', 'SPOOL', 1, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010004', 'QCT', '6I9476', '5M2504', 'SLUG', 2, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010005', 'QCT', '6I9476', '6I9477', 'PLATE-IDENT', 1, 'A', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010006', 'QCT', '6I9476', '9S8008', 'PLUG-LDSTOR', 3, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356837010007', 'QCT', '6I9476', '2385082', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010000', 'QCT', '6I9476', '9W7410', 'SPRING', 1, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010001', 'QCT', '6I9476', '6V3683', 'SEAL-O-RING', 1, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010002', 'QCT', '6I9476', '5J2721', 'SHIM', 2, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010003', 'QCT', '6I9476', '6J3993', 'SHIM', 2, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010004', 'QCT', '6I9476', '5J1036', 'SHIM', 2, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010005', 'QCT', '6I9476', '9M1974', 'WASHER-HARD', 1, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010006', 'QCT', '6I9476', '0S1618', 'BOLT', 2, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010007', 'QCT', '6I9476', '9G9150', 'CLIP', 1, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010008', 'QCT', '6I9476', '9S8004', 'PLUG-LDSTOR', 3, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010009', 'QCT', '6I9476', '2147568', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010010', 'QCT', '6I9476', '9P0683', 'SPRING', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010011', 'QCT', '6I9476', '8L2777', 'SEAL-O-RING', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010012', 'QCT', '6I9476', '3706346', 'ORIFICEAS', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010013', 'QCT', '6I9476', '9D7884', 'SPRING', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010014', 'QCT', '6I9476', '6Y4541', 'PISTON-SELECTOR', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356838010015', 'QCT', '6I9476', '6Y4542', 'PISTON-LOAD', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356839010000', 'QCT', '6I9476', '9J1330', 'SHIM', 2, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356839010001', 'QCT', '6I9476', '2S0675', 'SPACER', 2, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356839010002', 'QCT', '6I9476', '8J4452', 'SHIM', 2, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356839010003', 'QCT', '6I9476', '6Y7267', 'SPRING', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010000', 'QCT', '6I9476', '8E6144', 'SPRING', 1, 'C', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010001', 'QCT', '6I9476', '8E4592', 'STOP', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010002', 'QCT', '6I9476', '5L9018', 'BOLT-SOCKETHEAD', 2, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010003', 'QCT', '6I9476', '0617540', 'SEAL-O-RING', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010004', 'QCT', '6I9476', '2B2695', 'BOLT', 2, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010005', 'QCT', '6I9476', '6Y4538', 'COVER', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356840010006', 'QCT', '6I9476', '9W6964', 'VALVEAS-EXHAUST', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010000', 'QCT', '6I9476', '9S8003', 'PLUG-LDSTOR', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010001', 'QCT', '6I9476', '2147567', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010002', 'QCT', '6I9476', '3023809', 'VALVEGP-SOL', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010003', 'QCT', '6I9476', '6V3965', 'ADAPTER-STR', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010004', 'QCT', '6I9476', '2147568', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010005', 'QCT', '6I9476', '8E8867', 'COVER', 1, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010006', 'QCT', '6I9476', '8E8868', 'GASKET', 1, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356841010007', 'QCT', '6I9476', '0S1618', 'BOLT', 4, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356842010000', 'QCT', '6I9476', '9M1974', 'WASHER-HARD', 4, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356845010000', 'QCT', '6I9476', '9G3695', 'PLUG-SEALING', 2, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356847010000', 'QCT', '6I9476', '7N9738', 'HOUSING-RECP', 1, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356847010001', 'QCT', '6I9476', '6V0852', 'CAP-DUST', 1, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356847010002', 'QCT', '6I9476', '5M2894', 'WASHER-HARD', 3, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356847010003', 'QCT', '6I9476', '5F4899', 'BOLT', 3, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356847010004', 'QCT', '6I9476', '6V6353', 'SEAL-O-RING', 1, 'E', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742005356847010005', 'QCT', '6I9476', '6Y4539', 'COVER', 1, 'F', 1, '2025-03-15 10:22:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410253010000', 'COMBO', '5936452', '9S8009', 'PLUG-LD STOR', 1, 'A', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010000', 'COMBO', '5936452', '4K1388', 'SEAL-O-RING-STOR', 1, 'A', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010001', 'COMBO', '5936452', '9S4189', 'PLUG-O-RING', 1, 'A', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010002', 'COMBO', '5936452', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010003', 'COMBO', '5936452', '9S4182', 'PLUG-LD STOR', 3, 'A', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010004', 'COMBO', '5936452', '3J7354', 'SEAL-O-RING-STOR', 3, 'A', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010005', 'COMBO', '5936452', '9S4183', 'PLUG-LD STOR', 1, 'B', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010006', 'COMBO', '5936452', '3D2824', 'SEAL-O-RING-STOR', 1, 'B', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010007', 'COMBO', '5936452', '6V8647', 'ADAPTER-STR', 2, 'B', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010008', 'COMBO', '5936452', '3J7354', 'SEAL-O-RING-STOR', 2, 'B', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010009', 'COMBO', '5936452', '4J5477', 'SEAL-O-RING-ORFS', 2, 'B', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010010', 'COMBO', '5936452', '3603693', 'PLUG-HD STOR', 3, 'C', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010011', 'COMBO', '5936452', '3K0360', 'SEAL-O-RING-STOR', 3, 'C', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010012', 'COMBO', '5936452', '9S8003', 'PLUG-LD STOR', 1, 'C', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010013', 'COMBO', '5936452', '1J9671', 'SEAL-O-RING', 1, 'C', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010014', 'COMBO', '5936452', '1318350', 'VALVE GP-BASIC', 1, 'C', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010015', 'COMBO', '5936452', '3K0360', 'SEAL-O-RING-STOR', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010016', 'COMBO', '5936452', '6V8398', 'SEAL-O-RING-ORFS', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010017', 'COMBO', '5936452', '1007000', 'Ring-back up', 2, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010018', 'COMBO', '5936452', '3676001', 'PLUG AS-HD STOR', 2, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010019', 'COMBO', '5936452', '3676002', 'PLUG AS-HD STOR', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010020', 'COMBO', '5936452', '3T8236', 'SPRING', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010021', 'COMBO', '5936452', '1H0337', 'VALVE', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010022', 'COMBO', '5936452', '4T1860', 'VALVE GP-SHTL -B', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010023', 'COMBO', '5936452', '8J6815', 'PLUG-NPTF', 2, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010024', 'COMBO', '5936452', '3P9498', 'PLUG-NPTF', 1, 'D', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010025', 'COMBO', '5936452', '9F6705', 'SPRING', 1, 'E', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010026', 'COMBO', '5936452', '5M2057', 'SEAL-O-RING', 1, 'E', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010027', 'COMBO', '5936452', '6V5230', 'BOLT-HEX HEAD', 2, 'E', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010028', 'COMBO', '5936452', '8M3175', 'WASHER-HARD', 2, 'E', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010029', 'COMBO', '5936452', '1006021', 'VALVE GP-RELIEF', 1, 'E1', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010030', 'COMBO', '5936452', '6E1924', 'SPRING', 1, 'E1', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010031', 'COMBO', '5936452', '6E1925', 'SPRING', 1, 'E1', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010032', 'COMBO', '5936452', '5956711', 'PLATE-IDENT', 1, 'F', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010033', 'COMBO', '5936452', '3307743', 'VALVE GP-D RLF-A', 1, 'F', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010034', 'COMBO', '5936452', '6E1923', 'TUBE AS.', 1, 'F', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010035', 'COMBO', '5936452', '8T3611', 'ADAPTER-STR', 1, 'F', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010036', 'COMBO', '5936452', '6V8400', 'SEAL-O-RING-ORFS', 1, 'F', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010037', 'COMBO', '5936452', '2S4078', 'SEAL-O-RING-STOR', 1, 'F', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010038', 'COMBO', '5936452', '6V9834', 'CAP-ORFS', 1, 'G', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010039', 'COMBO', '5936452', '4T4935', 'VALVE GP-D RLF-', 1, 'G', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010040', 'COMBO', '5936452', '2191891', 'PLUG AS.', 2, 'G', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010041', 'COMBO', '5936452', '2965987', 'PLUG', 1, 'H', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010042', 'COMBO', '5936452', '2191893', 'PLUG AS.', 4, 'H', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742007410254010043', 'COMBO', '5936452', '5796930', 'FILM-PROTECTION', 1, 'H', 4, '2025-03-15 10:56:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798106010000', 'MG Segment', '5153350', '3676003', '堵头', 1, 'A', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010000', 'MG Segment', '5153350', '9J0404', '堵头', 2, 'A', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010001', 'MG Segment', '5153350', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010002', 'MG Segment', '5153350', '3405472', '右手柄', 1, 'A', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010003', 'MG Segment', '5153350', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010004', 'MG Segment', '5153350', '3675511', '堵头', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010005', 'MG Segment', '5153350', '3J7354', '密封O型圈', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010006', 'MG Segment', '5153350', '6E3019', '阀', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010007', 'MG Segment', '5153350', '6E5153', '弹簧', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010008', 'MG Segment', '5153350', '3307751', '堵头', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010009', 'MG Segment', '5153350', '5B9318', '钢球', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010010', 'MG Segment', '5153350', '9J0403', '弹簧', 2, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010011', 'MG Segment', '5153350', '1063659', '活塞', 1, 'B', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010012', 'MG Segment', '5153350', '6E3007', '弹簧', 1, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010013', 'MG Segment', '5153350', '1011973', '轴承座', 4, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010014', 'MG Segment', '5153350', '8T4189', '螺栓', 2, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010015', 'MG Segment', '5153350', '8T4224', '垫片', 2, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010016', 'MG Segment', '5153350', '1027412', '弹簧', 1, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010017', 'MG Segment', '5153350', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010018', 'MG Segment', '5153350', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010019', 'MG Segment', '5153350', '1011971', '杆体', 1, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010020', 'MG Segment', '5153350', '1012480', '盖板', 1, 'C', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010021', 'MG Segment', '5153350', '1177892', '阀芯', 1, 'D', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010022', 'MG Segment', '5153350', '1011984', '阀座', 1, 'E', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010023', 'MG Segment', '5153350', '8T4138', '螺栓', 2, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010024', 'MG Segment', '5153350', '1118233', '弹簧', 1, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010025', 'MG Segment', '5153350', '1011978', '盖板', 1, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010026', 'MG Segment', '5153350', '8T4189', '螺栓', 2, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010027', 'MG Segment', '5153350', '8T4224', '垫片', 2, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010028', 'MG Segment', '5153350', '1398472', '溢流阀', 1, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742008798107010029', 'MG Segment', '5153350', '5153362', '铭牌', 1, 'F', 8, '2025-03-15 11:19:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010000', 'MG Segment', '1242885', '9S8005', '堵头', 1, 'A', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010001', 'MG Segment', '1242885', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010002', 'MG Segment', '1242885', '9J0404', '堵头', 2, 'A', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010003', 'MG Segment', '1242885', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010004', 'MG Segment', '1242885', '3405470', '右手柄', 1, 'A', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010005', 'MG Segment', '1242885', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010006', 'MG Segment', '1242885', '6E4502', '堵头', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010007', 'MG Segment', '1242885', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010008', 'MG Segment', '1242885', '6E3019', '阀', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010009', 'MG Segment', '1242885', '6E5153', '弹簧', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010010', 'MG Segment', '1242885', '1082187', '堵头', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010011', 'MG Segment', '1242885', '5B9318', '钢球', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010012', 'MG Segment', '1242885', '9J0403', '弹簧', 2, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010013', 'MG Segment', '1242885', '1063659', '活塞', 1, 'B', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010014', 'MG Segment', '1242885', '6E3007', '弹簧', 1, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010015', 'MG Segment', '1242885', '1011973', '轴承座', 4, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010016', 'MG Segment', '1242885', '8T4189', '螺栓', 2, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010017', 'MG Segment', '1242885', '8T4224', '垫片', 2, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010018', 'MG Segment', '1242885', '1027412', '弹簧', 1, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010019', 'MG Segment', '1242885', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010020', 'MG Segment', '1242885', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010021', 'MG Segment', '1242885', '1011971', '杆体', 1, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010022', 'MG Segment', '1242885', '1012480', '盖板', 1, 'C', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010023', 'MG Segment', '1242885', '1024574', '阀芯', 1, 'D', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010024', 'MG Segment', '1242885', '1011984', '阀座', 1, 'E', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010025', 'MG Segment', '1242885', '8T4138', '螺栓', 2, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010026', 'MG Segment', '1242885', '1118233', '弹簧', 1, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010027', 'MG Segment', '1242885', '1011978', '盖板', 1, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010028', 'MG Segment', '1242885', '8T4189', '螺栓', 2, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010029', 'MG Segment', '1242885', '8T4224', '垫片', 2, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010030', 'MG Segment', '1242885', '2227774', '溢流阀', 1, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009022213010031', 'MG Segment', '1242885', '1242882', '铭牌', 1, 'F', 8, '2025-03-15 11:23:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010000', 'B Segment', '6E5134', '6V5391', '橡胶密封圈', 2, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010001', 'B Segment', '6E5134', '5P5874', '橡胶密封圈', 1, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010002', 'B Segment', '6E5134', '4T5945', '塑料密封圈', 1, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010003', 'B Segment', '6E5134', '9H6761', '橡胶密封圈', 1, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010004', 'B Segment', '6E5134', '9T4685', '钢铁制调整垫圈', 6, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010005', 'B Segment', '6E5134', '9T4697', '橡胶护套', 1, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010006', 'B Segment', '6E5134', '9T4683', '阀用盖板', 1, 'A', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010007', 'B Segment', '6E5134', '4T2691', '阀座', 1, 'B', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010008', 'B Segment', '6E5134', '9T4684', '阀座', 1, 'C', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010009', 'B Segment', '6E5134', '4T5795', '滑动轴承', 2, 'C', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010010', 'B Segment', '6E5134', '6L5897', '钢铁制螺栓', 2, 'C', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742009644872010011', 'B Segment', '6E5134', '8T0334', '钢铁制垫圈', 2, 'C', 6, '2025-03-15 11:34:05', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010000', 'QCT', '1483530', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010001', 'QCT', '1483530', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010002', 'QCT', '1483530', '2S4078', 'SEAL-O-RING', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010003', 'QCT', '1483530', '4J9780', 'PLUG-NPTF(ORIFICE)', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010004', 'QCT', '1483530', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010005', 'QCT', '1483530', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010006', 'QCT', '1483530', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010007', 'QCT', '1483530', '8J2379', 'VALVE', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190127010008', 'QCT', '1483530', '0304606', 'SEAL O RING', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010000', 'QCT', '1483530', '9S8002', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010001', 'QCT', '1483530', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010002', 'QCT', '1483530', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010003', 'QCT', '1483530', '3603681', 'PLUG-HD STOR', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010004', 'QCT', '1483530', '3676001', 'PLUG AS-HD STOR', 4, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010005', 'QCT', '1483530', '3676002', 'PLUG AS-HD STOR', 1, 'A', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010006', 'QCT', '1483530', '1P3709', 'SEAL-RECTANGULAR', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010007', 'QCT', '1483530', '2R1256', 'RING-RETAINING', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010008', 'QCT', '1483530', '3D4603', 'PLUG-PIPE', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010009', 'QCT', '1483530', '4H5232', 'PIN-SPRING', 3, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010010', 'QCT', '1483530', '4J0519', 'SEAL-O-RING', 2, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010011', 'QCT', '1483530', '4J2506', 'SEAL-O RING', 2, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010012', 'QCT', '1483530', '5H6005', 'SEAL-O RING', 2, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010013', 'QCT', '1483530', '6E1297', 'SCREEN', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010014', 'QCT', '1483530', '6J3380', 'SPRING', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010015', 'QCT', '1483530', '6J3405', 'SEAT', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010016', 'QCT', '1483530', '6K6307', 'SEAL-O-RING', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010017', 'QCT', '1483530', '7D8048', 'SEAL-O RING', 2, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010018', 'QCT', '1483530', '8B4624', 'SHIM', 4, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010019', 'QCT', '1483530', '1138263', 'PISTON', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010020', 'QCT', '1483530', '1266104', 'PLUG-STOR', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010021', 'QCT', '1483530', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010022', 'QCT', '1483530', '9S4191', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010023', 'QCT', '1483530', '1P6744', 'SPRING', 1, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010024', 'QCT', '1483530', '4D2886', 'CLIP', 1, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010025', 'QCT', '1483530', '5J4664', 'SPRING', 1, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010026', 'QCT', '1483530', '7X0326', 'BOLT', 2, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010027', 'QCT', '1483530', '8T4223', 'WASHER-HARD', 1, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010028', 'QCT', '1483530', '8J2306', 'STEM-VALVE', 1, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010029', 'QCT', '1483530', '3K0360', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010030', 'QCT', '1483530', '9S8005', 'PLUG-LD STOR', 2, 'C', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010031', 'QCT', '1483530', '6V4432', 'BOLT', 1, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010032', 'QCT', '1483530', '7X0293', 'BOLT', 2, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010033', 'QCT', '1483530', '7X0301', 'BOLT', 2, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010034', 'QCT', '1483530', '7X0339', 'BOLT', 2, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010035', 'QCT', '1483530', '9P8217', 'WASHER', 4, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010036', 'QCT', '1483530', '1526745', 'PLATE-IDENT', 1, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010037', 'QCT', '1483530', '4224594', 'VALVE GP-RELIEF', 1, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010038', 'QCT', '1483530', '4230466', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010039', 'QCT', '1483530', '1P4579', 'FLANGE-SPLIT', 8, 'E', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010040', 'QCT', '1483530', '1P4582', 'FLANGE-SPLIT', 2, 'E', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010041', 'QCT', '1483530', '8T4223', 'WASHER-HARD', 20, 'F', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010042', 'QCT', '1483530', '2J2668', 'FLANGE-COVER', 4, 'F', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010043', 'QCT', '1483530', '2J5608', 'FLANGE-COVER', 1, 'F', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010044', 'QCT', '1483530', '4J0524', 'SEAL-O-RING', 4, 'F', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190128010045', 'QCT', '1483530', '4J0527', 'SEAL-O-RING', 1, 'F', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190129010000', 'QCT', '1483530', '5P2566', 'BOLT-HEX HEAD', 20, 'F', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190129010001', 'QCT', '1483530', '6E0630', 'VALVE', 1, 'G', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190129010002', 'QCT', '1483530', '1067683', 'ADAPTER', 1, 'G', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190129010003', 'QCT', '1483530', '1355359', 'STEM', 1, 'G', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176190129010004', 'QCT', '1483530', '1185081', 'ACTUATOR GP', 2, 'H', 1, '2025-03-17 09:49:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010000', 'QCT', '2451669', '1P3709', 'SEAL-RECTANGULAR', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010001', 'QCT', '2451669', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010002', 'QCT', '2451669', '4J9780', 'PLUG-NPTF(ORIFICE)', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010003', 'QCT', '2451669', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010004', 'QCT', '2451669', '2S4078', 'SEAL-O-RING', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010005', 'QCT', '2451669', '5H6005', 'SEAL-O RING', 2, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010006', 'QCT', '2451669', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010007', 'QCT', '2451669', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010008', 'QCT', '2451669', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010009', 'QCT', '2451669', '0304606', 'SEAL O RING', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010010', 'QCT', '2451669', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010011', 'QCT', '2451669', '9S8002', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010012', 'QCT', '2451669', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010013', 'QCT', '2451669', '3603681', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010014', 'QCT', '2451669', '3676001', 'PLUG-LD STOR', 4, 'A', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010015', 'QCT', '2451669', '4J0519', 'SEAL-O-RING', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010016', 'QCT', '2451669', '2R1256', 'RING-RETAINING', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010017', 'QCT', '2451669', '3D4603', 'PLUG-PIPE', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010018', 'QCT', '2451669', '4H5232', 'PIN-SPRING', 3, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010019', 'QCT', '2451669', '6E1297', 'SCREEN', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010020', 'QCT', '2451669', '6J3380', 'SPRING', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010021', 'QCT', '2451669', '6J3405', 'SEAT', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010022', 'QCT', '2451669', '6K6307', 'SEAL-O-RING', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010023', 'QCT', '2451669', '8J2379', 'VALVE', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010024', 'QCT', '2451669', '1138263', 'PISTON', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010025', 'QCT', '2451669', '1266104', 'PLUG-STOR', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010026', 'QCT', '2451669', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010027', 'QCT', '2451669', '9S4191', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010028', 'QCT', '2451669', '1P6744', 'SPRING', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010029', 'QCT', '2451669', '4J0519', 'SEAL-O-RING', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010030', 'QCT', '2451669', '5J4664', 'SPRING', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010031', 'QCT', '2451669', '7X0326', 'BOLT', 2, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010032', 'QCT', '2451669', '8T4223', 'WASHER-HARD', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010033', 'QCT', '2451669', '8J2306', 'STEM-VALVE', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010034', 'QCT', '2451669', '9S8005', 'PLUG-LD STOR', 2, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010035', 'QCT', '2451669', '4D2886', 'Clip', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010036', 'QCT', '2451669', '4J2506', 'SEAL-O RING', 2, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010037', 'QCT', '2451669', '7D8048', 'SEAL-O RING', 2, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010038', 'QCT', '2451669', '3K0360', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010039', 'QCT', '2451669', '3676002', 'PLUG-LD STOR', 1, 'C', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010040', 'QCT', '2451669', '6V4432', 'BOLT', 1, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010041', 'QCT', '2451669', '7X0293', 'BOLT', 2, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010042', 'QCT', '2451669', '7X0301', 'BOLT', 2, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010043', 'QCT', '2451669', '7X0339', 'BOLT', 2, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010044', 'QCT', '2451669', '9P8217', 'WASHER', 4, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010045', 'QCT', '2451669', '2465774', 'PLATE-IDENT', 1, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010046', 'QCT', '2451669', '4224594', 'VALVE GP-RELIEF(DIRECT OPERATED)-1-7 (A)', 1, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010047', 'QCT', '2451669', '4230466', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010048', 'QCT', '2451669', '3E3882', 'EYE-Bolt', 1, 'D', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010049', 'QCT', '2451669', '2D6648', 'RING-RETAINING', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010050', 'QCT', '2451669', '1185086', 'SPRING', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010051', 'QCT', '2451669', '1185087', 'SPRING', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215965010052', 'QCT', '2451669', '1212051', 'SPRING', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010000', 'QCT', '2451669', '2176414', 'SPOOL-CONTROL', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010001', 'QCT', '2451669', '6V3965', 'ADAPTER-STR', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010002', 'QCT', '2451669', '2147568', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010003', 'QCT', '2451669', '4386138', 'RETAINER', 2, 'E', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010004', 'QCT', '2451669', '3C8388/S', 'PIN-ROLL', 4, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010005', 'QCT', '2451669', '8T3998', 'BOLT-HEAD', 8, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010006', 'QCT', '2451669', '0304605', 'SEAL-O RING', 2, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010007', 'QCT', '2451669', '1552251', 'PLATE', 2, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010008', 'QCT', '2451669', '1771405', 'SPRING-STABLIZIN', 2, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010009', 'QCT', '2451669', '3161438', 'CARTRIDGE AS', 2, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010010', 'QCT', '2451669', '3265212', 'COIL AS', 2, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010011', 'QCT', '2451669', '3603679', 'PLUG-HD STOR', 4, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010012', 'QCT', '2451669', '3J1907', 'SEAL-O-RING-STOR', 4, 'F', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010013', 'QCT', '2451669', '8B4624', 'SHIM', 4, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010014', 'QCT', '2451669', '1P3709', 'SEAL-RECTANGULAR', 2, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010015', 'QCT', '2451669', '5H6005', 'SEAL-O RING', 4, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010016', 'QCT', '2451669', '6K0806', 'STRAP-CABLE', 2, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010017', 'QCT', '2451669', '6V0852', 'CAP-DUST', 2, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010018', 'QCT', '2451669', '1919247', 'WASHER', 2, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010019', 'QCT', '2451669', '1982914', 'NUT-HEXAGON', 2, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010020', 'QCT', '2451669', '2177195', 'PLATE-IDENT', 2, 'G', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010021', 'QCT', '2451669', '2J2668', 'FLANGE-COVER', 4, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010022', 'QCT', '2451669', '2J5608', 'FLANGE-COVER', 1, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010023', 'QCT', '2451669', '4J0527', 'SEAL-O-RING', 1, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010024', 'QCT', '2451669', '5P2566', 'BOLT-HEX HEAD', 20, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010025', 'QCT', '2451669', '8T4223', 'WASHER-HARD', 20, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010026', 'QCT', '2451669', '2660531', 'CAP-CONNECTOR', 2, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010027', 'QCT', '2451669', '4J0524', 'SEAL-O-RING', 4, 'I', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010028', 'QCT', '2451669', '1P4579', 'FLANGE-SPLIT', 8, 'J', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176215980010029', 'QCT', '2451669', '1P4582', 'FLANGE-SPLIT', 2, 'J', 1, '2025-03-17 09:50:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515399010000', 'MTV', '4832252', '1935463', 'SPOOL', 1, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515399010001', 'MTV', '4832252', '5M9622', 'SPACER', 1, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010000', 'MTV', '4832252', '5M9624', 'SPACER', 3, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010001', 'MTV', '4832252', '1W9860', 'SPRING', 1, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010002', 'MTV', '4832252', '8M4992', 'SEAL-O RING', 1, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010003', 'MTV', '4832252', '8M4986', 'SEAL-O-RING', 1, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010004', 'MTV', '4832252', '4M8239', 'COVER', 2, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010005', 'MTV', '4832252', '8T4136', 'BOLT-HEX HEAD', 4, 'A', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010006', 'MTV', '4832252', '3603692', 'PLUG-HD STOR', 2, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010007', 'MTV', '4832252', '2147568', 'SEAL-O-RING-STOR', 2, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010008', 'MTV', '4832252', '9S4185', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010009', 'MTV', '4832252', '2385080', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010010', 'MTV', '4832252', '4832253', 'PLATE-IDENT', 1, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010011', 'MTV', '4832252', '7J0402', 'COVER', 1, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010012', 'MTV', '4832252', '3J6933', 'GASKET', 1, 'B', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010013', 'MTV', '4832252', '8T4192', 'BOLT-HEX HEAD', 4, 'C', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010014', 'MTV', '4832252', '2378021', 'COVER', 1, 'C', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010015', 'MTV', '4832252', '8E1917', 'GASKET', 1, 'C', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010016', 'MTV', '4832252', '8T4178', 'BOLT-HEX HEAD', 3, 'C', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742176515400010017', 'MTV', '4832252', '8T4121', 'WASHER-HARD', 3, 'C', 1, '2025-03-17 09:55:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604303010000', 'Monoblock Valve', '5256758', '1T0936', 'PLUG-PIPE', 1, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010000', 'Monoblock Valve', '5256758', '7T6496', 'PLUG', 1, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010001', 'Monoblock Valve', '5256758', '1014845', 'PLUG-NPTF', 1, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010002', 'Monoblock Valve', '5256758', '1483483', 'PLUG', 7, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010003', 'Monoblock Valve', '5256758', '7J0204', 'SEAL-O-RING', 1, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010004', 'Monoblock Valve', '5256758', '9S8007', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010005', 'Monoblock Valve', '5256758', '2828827', 'PLUG', 1, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010006', 'Monoblock Valve', '5256758', '3676002', 'PLUG AS-HD STOR', 4, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010007', 'Monoblock Valve', '5256758', '3676003', 'PLUG AS-HD STOR', 2, 'A1', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010008', 'Monoblock Valve', '5256758', '9J5754', 'SPRING', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010009', 'Monoblock Valve', '5256758', '2M9780', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010010', 'Monoblock Valve', '5256758', '9S4190', 'PLUG-LD STOR', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010011', 'Monoblock Valve', '5256758', '3631613', 'BOLT', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010012', 'Monoblock Valve', '5256758', '3603681', 'PLUG-HD STOR', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010013', 'Monoblock Valve', '5256758', '6061170', 'VALVE GP-D RLF-C', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010014', 'Monoblock Valve', '5256758', '4231786', 'RETAINER', 2, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010015', 'Monoblock Valve', '5256758', '4231787', 'SPRING', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010016', 'Monoblock Valve', '5256758', '4555822', 'VALVE GP-RLF -A', 1, 'A2', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010017', 'Monoblock Valve', '5256758', '9X8256', 'WASHER', 4, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010018', 'Monoblock Valve', '5256758', '3J1907', 'SEAL-O-RING-STOR', 2, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010019', 'Monoblock Valve', '5256758', '9S8004', 'PLUG-LD STOR', 2, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010020', 'Monoblock Valve', '5256758', '2828827', 'PLUG', 9, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010021', 'Monoblock Valve', '5256758', '3884493', 'VALVE GP-CHECK', 2, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010022', 'Monoblock Valve', '5256758', '4572451', 'BOLT-HEX HEAD', 4, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010023', 'Monoblock Valve', '5256758', '6V5759', 'SEAL-O-RING', 4, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010024', 'Monoblock Valve', '5256758', '3979397', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010025', 'Monoblock Valve', '5256758', '1234750', 'VALVE-CHECK', 1, 'A4', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010026', 'Monoblock Valve', '5256758', '1488378', 'ADAPTER AS', 1, 'A4', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010027', 'Monoblock Valve', '5256758', '3J1907', 'SEAL-O-RING-STOR', 2, 'A4', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010028', 'Monoblock Valve', '5256758', '9S4191', 'PLUG-LD STOR', 2, 'A4', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010029', 'Monoblock Valve', '5256758', '2928061', 'PLUG', 5, 'A4', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010030', 'Monoblock Valve', '5256758', '3685096', 'TUBE AS.', 1, 'A4', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010031', 'Monoblock Valve', '5256758', '6J2419', 'SEAL-O RING', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010032', 'Monoblock Valve', '5256758', '8T4138', 'BOLT-HEX HEAD', 2, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010033', 'Monoblock Valve', '5256758', '3J1907', 'SEAL-O-RING-STOR', 5, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010034', 'Monoblock Valve', '5256758', '9S4191', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010035', 'Monoblock Valve', '5256758', '3J7354', 'SEAL-O-RING-STOR', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010036', 'Monoblock Valve', '5256758', '9S4182', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010037', 'Monoblock Valve', '5256758', '9S8004', 'PLUG-LD STOR', 4, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010038', 'Monoblock Valve', '5256758', '7J0204', 'SEAL-O-RING', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010039', 'Monoblock Valve', '5256758', '9S8007', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010040', 'Monoblock Valve', '5256758', '2344869', 'VALVE GP-MAKE UP', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010041', 'Monoblock Valve', '5256758', '3428997', 'VALVE GP-D RLF-A', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010042', 'Monoblock Valve', '5256758', '3632687', 'HOUSING', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010043', 'Monoblock Valve', '5256758', '3965678', 'VALVE GP-P RLF-A', 1, 'A5', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010044', 'Monoblock Valve', '5256758', '6V5393', 'SEAL-O RING', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010045', 'Monoblock Valve', '5256758', '7M8485', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010046', 'Monoblock Valve', '5256758', '9W7783', 'PLUG', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010047', 'Monoblock Valve', '5256758', '9S4191', 'PLUG-LD STOR', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010048', 'Monoblock Valve', '5256758', '3J1907', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010049', 'Monoblock Valve', '5256758', '3568547', 'SPOOL', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010050', 'Monoblock Valve', '5256758', '3568548', 'SPOOL', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010051', 'Monoblock Valve', '5256758', '3631610', 'SPRING', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010052', 'Monoblock Valve', '5256758', '4519131', 'PLUG-RETAINER', 2, 'A6', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010053', 'Monoblock Valve', '5256758', '3S9233', 'SEAL-O-RING', 1, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010054', 'Monoblock Valve', '5256758', '4J5309', '4J5309 RING', 1, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010055', 'Monoblock Valve', '5256758', '6J3134', 'SEAL-O RING', 1, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010056', 'Monoblock Valve', '5256758', '8T4138', 'BOLT-HEX HEAD', 4, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010057', 'Monoblock Valve', '5256758', '7M8485', 'SEAL-O-RING-STOR', 2, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010058', 'Monoblock Valve', '5256758', '9S4181', 'PLUG-LD STOR', 2, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010059', 'Monoblock Valve', '5256758', '3338242', 'VALVE GP-SOL', 1, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010060', 'Monoblock Valve', '5256758', '3705764', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010061', 'Monoblock Valve', '5256758', '4955303', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010062', 'Monoblock Valve', '5256758', '6V0357', 'SEAL-O RING', 1, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010063', 'Monoblock Valve', '5256758', '6V7607', 'WASHER-HARD', 1, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010064', 'Monoblock Valve', '5256758', '2404695', 'RING-BACKUP', 1, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010065', 'Monoblock Valve', '5256758', '2841010', 'Spring', 2, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010066', 'Monoblock Valve', '5256758', '2841011', 'SPRING', 2, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010067', 'Monoblock Valve', '5256758', '3594661', 'BOLT', 2, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010068', 'Monoblock Valve', '5256758', '3632697', 'RETAINER', 1, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010069', 'Monoblock Valve', '5256758', '3632698', 'STEM-VALVE', 1, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010070', 'Monoblock Valve', '5256758', '3964852', 'SEAL-O-RING', 1, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010071', 'Monoblock Valve', '5256758', '4948090', 'RETAINER', 4, 'A8', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010072', 'Monoblock Valve', '5256758', '4J5309', '4J5309 RING', 1, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010073', 'Monoblock Valve', '5256758', '6K6307', 'SEAL-O-RING', 1, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010074', 'Monoblock Valve', '5256758', '8F3469', 'SEAL-O RING', 1, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010075', 'Monoblock Valve', '5256758', '2256948', 'SEAL-O-RING', 2, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010076', 'Monoblock Valve', '5256758', '2369832', 'SPRING', 2, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010077', 'Monoblock Valve', '5256758', '3568561', 'VALVE', 2, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010078', 'Monoblock Valve', '5256758', '3632692', 'SPRING', 1, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010079', 'Monoblock Valve', '5256758', '3948568', 'PLUG-RETAINER', 1, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010080', 'Monoblock Valve', '5256758', '5200312', 'VALVE GP-P CHK', 2, 'A9', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010081', 'Monoblock Valve', '5256758', '8T4138', 'BOLT-HEX HEAD', 4, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010082', 'Monoblock Valve', '5256758', '9S4191', 'PLUG-LD STOR', 2, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010083', 'Monoblock Valve', '5256758', '3J1907', 'SEAL-O-RING-STOR', 2, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010084', 'Monoblock Valve', '5256758', '1919247', 'WASHER', 4, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010085', 'Monoblock Valve', '5256758', '1982914', 'NUT-HEXAGON', 4, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010086', 'Monoblock Valve', '5256758', '3128629', 'COIL AS', 4, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010087', 'Monoblock Valve', '5256758', '3161438', 'CARTRIDGE AS', 4, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010088', 'Monoblock Valve', '5256758', '3617213', 'Cartridge As', 4, 'A10', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010089', 'Monoblock Valve', '5256758', '9S4180', 'PLUG-LD STOR', 2, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010090', 'Monoblock Valve', '5256758', '4J7533', 'SEAL-O-RING-STOR', 2, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010091', 'Monoblock Valve', '5256758', '2778863', 'VALVE GP-SOL', 1, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010092', 'Monoblock Valve', '5256758', '5498842', 'PLUG AS', 7, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010093', 'Monoblock Valve', '5256758', '3741478', 'SPOOL-COMP', 1, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010094', 'Monoblock Valve', '5256758', '4308983', 'STEM', 1, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010095', 'Monoblock Valve', '5256758', '5256759', 'PLATE-IDENT', 1, 'A11', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010096', 'Monoblock Valve', '5256758', '3J7354', 'SEAL-O-RING-STOR', 1, 'A12', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010097', 'Monoblock Valve', '5256758', '9S4182', 'PLUG-LD STOR', 1, 'A12', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010098', 'Monoblock Valve', '5256758', '2660531', 'CAP-CONNECTOR', 7, 'A12', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010099', 'Monoblock Valve', '5256758', '2965987', 'PLUG', 3, 'A12', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010100', 'Monoblock Valve', '5256758', '6164612', 'FILM', 1, 'A12', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742187604304010101', 'Monoblock Valve', '5256758', '6164650', 'FILM', 1, 'A12', 1, '2025-03-17 13:00:04', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873028010000', 'EH-Steering', '5013713', '6024220', 'VALVEGP-CHECK-E', 1, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010000', 'EH-Steering', '5013713', '2828827', 'PLUG', 2, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010001', 'EH-Steering', '5013713', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010002', 'EH-Steering', '5013713', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010003', 'EH-Steering', '5013713', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010004', 'EH-Steering', '5013713', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010005', 'EH-Steering', '5013713', '2976291', 'PLUGAS', 12, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010006', 'EH-Steering', '5013713', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010007', 'EH-Steering', '5013713', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010008', 'EH-Steering', '5013713', '1919247', 'WASHER', 4, 'B', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010009', 'EH-Steering', '5013713', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010010', 'EH-Steering', '5013713', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010011', 'EH-Steering', '5013713', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010012', 'EH-Steering', '5013713', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010013', 'EH-Steering', '5013713', '5892751', 'VALVEGP-SOL', 1, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010014', 'EH-Steering', '5013713', '4973504', 'VALVEGP-PRLF-A', 3, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010015', 'EH-Steering', '5013713', '2608590', 'VALVE GP-SHUTTLE', 1, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010016', 'EH-Steering', '5013713', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873029010017', 'EH-Steering', '5013713', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010000', 'EH-Steering', '5013713', '6V8653', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010001', 'EH-Steering', '5013713', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010002', 'EH-Steering', '5013713', '0951582/HE', 'SEAL-O-RING', 1, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010003', 'EH-Steering', '5013713', '4932479', 'SENSOR AS-SPOOL', 1, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010004', 'EH-Steering', '5013713', '6V8653', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010005', 'EH-Steering', '5013713', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010006', 'EH-Steering', '5013713', '3278527', 'SPRING', 1, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010007', 'EH-Steering', '5013713', '1749194', 'BOLT-FLANGE HEAD', 1, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010008', 'EH-Steering', '5013713', '4932480', 'PROBEAS-SPOOL', 1, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010009', 'EH-Steering', '5013713', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010010', 'EH-Steering', '5013713', '3J1907', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010011', 'EH-Steering', '5013713', '9S8004', 'PLUG-LD STOR', 1, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010012', 'EH-Steering', '5013713', '3676002', 'PLUG AS-HD', 1, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010013', 'EH-Steering', '5013713', '8T2396', 'BOLT-SOCKETHD', 2, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010014', 'EH-Steering', '5013713', '9X8256', 'WASHER ', 2, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010015', 'EH-Steering', '5013713', '5189372', 'PLATE-IDENT', 1, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010016', 'EH-Steering', '5013713', '8T8737', 'PLUG-SEAL', 8, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010017', 'EH-Steering', '5013713', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010018', 'EH-Steering', '5013713', '2305010', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010019', 'EH-Steering', '5013713', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010020', 'EH-Steering', '5013713', '2965987', 'PLUG', 3, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010021', 'EH-Steering', '5013713', '3331701', 'PLUG', 1, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010022', 'EH-Steering', '5013713', '4J0520', 'SEAL-O-RING', 2, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010023', 'EH-Steering', '5013713', '8T6466', 'BOLT-HEX HEAD', 8, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010024', 'EH-Steering', '5013713', '8T4121', 'WASHER-HARD', 8, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010025', 'EH-Steering', '5013713', '7S0530', 'CLIP', 1, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010026', 'EH-Steering', '5013713', '3267680', 'PLUG', 4, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010027', 'EH-Steering', '5013713', '7J3554', 'COVER', 2, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010028', 'EH-Steering', '5013713', '8T4137', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742189873030010029', 'EH-Steering', '5013713', '2D0094', 'GASKET', 2, 'F', 1, '2025-03-17 13:37:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010000', 'Steering', '1275500', '9S8006', '堵头', 1, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010001', 'Steering', '1275500', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010002', 'Steering', '1275500', '9S8002', '堵头', 16, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010003', 'Steering', '1275500', '3J7354', 'O型圈', 16, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010004', 'Steering', '1275500', '2P8421', '转接头', 1, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010005', 'Steering', '1275500', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010006', 'Steering', '1275500', '9S4191', '堵头', 4, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010007', 'Steering', '1275500', '3J1907', 'O型圈', 4, 'A', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010008', 'Steering', '1275500', '1159977', '堵头', 2, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010009', 'Steering', '1275500', '3K0360', 'O型圈', 2, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010010', 'Steering', '1275500', '7M5130', '穿销', 2, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010011', 'Steering', '1275500', '9S4182', '堵头', 1, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010012', 'Steering', '1275500', '3J7354', 'O型圈', 1, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010013', 'Steering', '1275500', '8J6815', '螺塞', 2, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010014', 'Steering', '1275500', '9J9821', '底座阀', 2, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010015', 'Steering', '1275500', '4B9782', '钢球', 3, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010016', 'Steering', '1275500', '2S2596', '弹簧', 2, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010017', 'Steering', '1275500', '4F7952', 'O型圈', 1, 'B', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010018', 'Steering', '1275500', '8F9206', 'O型圈', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010019', 'Steering', '1275500', '1159976', '固定器', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010020', 'Steering', '1275500', '4B4280', '垫片', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010021', 'Steering', '1275500', '1160014', '弹簧', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010022', 'Steering', '1275500', '1070071', '固定器', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010023', 'Steering', '1275500', '6V5195', '螺栓', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010024', 'Steering', '1275500', '8T4224', '垫片', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010025', 'Steering', '1275500', '1277290', '铭牌', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010026', 'Steering', '1275500', '8T5005', '螺栓', 4, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010027', 'Steering', '1275500', '4T1860', '溢流阀', 1, 'C', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010028', 'Steering', '1275500', '1156901', '盖板', 1, 'D', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010029', 'Steering', '1275500', '1141267', '减压阀', 1, 'D', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010030', 'Steering', '1275500', '9T7419', '双向溢流阀', 1, 'D', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010031', 'Steering', '1275500', '9T7418', '溢流阀', 1, 'D', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010032', 'Steering', '1275500', '8C3206', '法兰', 8, 'E终装', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010033', 'Steering', '1275500', '5H4019', '盖板', 4, 'E终装', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010034', 'Steering', '1275500', '4J0520', '密封圈', 4, 'E终装', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010035', 'Steering', '1275500', '7S0530', '吊环', 1, 'E终装', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010036', 'Steering', '1275500', '8T4121', '垫圈', 16, 'E终装', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742196307209010037', 'Steering', '1275500', '8T4196', '螺栓', 16, 'E终装', 2, '2025-03-17 15:25:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010000', 'Steering', '1668495', '9S8006', '堵头', 1, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010001', 'Steering', '1668495', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010002', 'Steering', '1668495', '9S8002', '堵头', 16, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010003', 'Steering', '1668495', '3J7354', 'O型圈', 16, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010004', 'Steering', '1668495', '2P8421', '转接头', 1, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010005', 'Steering', '1668495', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010006', 'Steering', '1668495', '9S4191', '堵头', 4, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010007', 'Steering', '1668495', '3J1907', 'O型圈', 4, 'A', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010008', 'Steering', '1668495', '1159977', '堵头', 2, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010009', 'Steering', '1668495', '3K0360', 'O型圈', 2, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010010', 'Steering', '1668495', '7M5130', '穿销', 2, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010011', 'Steering', '1668495', '9S4182', '堵头', 1, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010012', 'Steering', '1668495', '3J7354', 'O型圈', 1, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010013', 'Steering', '1668495', '3D4603', '螺塞', 2, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010014', 'Steering', '1668495', '9J9821', '底座阀', 2, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010015', 'Steering', '1668495', '4B9782', '钢球', 3, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010016', 'Steering', '1668495', '2S2596', '弹簧', 2, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010017', 'Steering', '1668495', '4F7952', 'O型圈', 1, 'B', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010018', 'Steering', '1668495', '8F9206', 'O型圈', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010019', 'Steering', '1668495', '1159976', '固定器', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010020', 'Steering', '1668495', '4B4280', '垫片', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010021', 'Steering', '1668495', '1265484', '弹簧', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010022', 'Steering', '1668495', '1070071', '固定器', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010023', 'Steering', '1668495', '6V5195', '螺栓', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010024', 'Steering', '1668495', '8T4224', '垫片', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010025', 'Steering', '1668495', '1674019', '铭牌', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010026', 'Steering', '1668495', '8T5005', '螺栓', 4, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010027', 'Steering', '1668495', '4T1860', '溢流阀', 1, 'C', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010028', 'Steering', '1668495', '1156901', '盖板', 1, 'D', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010029', 'Steering', '1668495', '1141267', '减压阀', 1, 'D', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010030', 'Steering', '1668495', '9T7419', '双向溢流阀', 1, 'D', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010031', 'Steering', '1668495', '9T7418', '溢流阀', 1, 'D', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010032', 'Steering', '1668495', '8C3206', '法兰', 8, 'E终装', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010033', 'Steering', '1668495', '5H4019', '盖板', 4, 'E终装', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010034', 'Steering', '1668495', '4J0520', '密封圈', 4, 'E终装', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010035', 'Steering', '1668495', '7S0530', '吊环', 1, 'E终装', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010036', 'Steering', '1668495', '8T7934', '垫圈', 16, 'E终装', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197481102010037', 'Steering', '1668495', '8T4186', '螺栓', 16, 'E终装', 2, '2025-03-17 15:44:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010000', 'Steering', '4914631', '9S8006', '堵头', 1, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010001', 'Steering', '4914631', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010002', 'Steering', '4914631', '9S8002', '堵头', 16, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010003', 'Steering', '4914631', '3J7354', 'O型圈', 16, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010004', 'Steering', '4914631', '2P8421', '转接头', 1, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010005', 'Steering', '4914631', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010006', 'Steering', '4914631', '9S4191', '堵头', 4, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010007', 'Steering', '4914631', '3J1907', 'O型圈', 4, 'A', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010008', 'Steering', '4914631', '1159977', '堵头', 2, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010009', 'Steering', '4914631', '3K0360', 'O型圈', 2, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010010', 'Steering', '4914631', '7M5130', '穿销', 2, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010011', 'Steering', '4914631', '9S4182', '堵头', 1, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010012', 'Steering', '4914631', '3J7354', 'O型圈', 1, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010013', 'Steering', '4914631', '8J6815', '螺塞', 2, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010014', 'Steering', '4914631', '9J9821', '底座阀', 2, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010015', 'Steering', '4914631', '4B9782', '钢球', 3, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010016', 'Steering', '4914631', '2S2596', '弹簧', 2, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010017', 'Steering', '4914631', '4F7952', 'O型圈', 1, 'B', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010018', 'Steering', '4914631', '8F9206', 'O型圈', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010019', 'Steering', '4914631', '1159976', '固定器', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010020', 'Steering', '4914631', '4B4280', '垫片', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010021', 'Steering', '4914631', '1160014', '弹簧', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010022', 'Steering', '4914631', '1070071', '固定器', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010023', 'Steering', '4914631', '6V5195', '螺栓', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010024', 'Steering', '4914631', '8T4224', '垫片', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010025', 'Steering', '4914631', '4981612', '铭牌', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010026', 'Steering', '4914631', '8T5005', '螺栓', 4, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010027', 'Steering', '4914631', '4T1860', '溢流阀', 1, 'C', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010028', 'Steering', '4914631', '1156901', '盖板', 1, 'D', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010029', 'Steering', '4914631', '5123289', '减压阀', 1, 'D', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010030', 'Steering', '4914631', '3734539', '双向溢流阀', 1, 'D', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010031', 'Steering', '4914631', '3734540', '溢流阀', 1, 'D', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010032', 'Steering', '4914631', '8C3206', '法兰', 8, 'E终装', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010033', 'Steering', '4914631', '5H4019', '盖板', 4, 'E终装', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010034', 'Steering', '4914631', '4J0520', '密封圈', 4, 'E终装', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010035', 'Steering', '4914631', '7S0530', '吊环', 1, 'E终装', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742197533299010036', 'Steering', '4914631', '5334159', '螺栓', 16, 'E终装', 2, '2025-03-17 15:45:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742199095655010000', 'WL-ZL50', '4T2746', '3G8991', '钢铁弹簧', 2, 'A', 1, '2025-03-17 16:11:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742199095655010001', 'WL-ZL50', '4T2746', '4D6433', '钢铁制垫圈', 2, 'A', 1, '2025-03-17 16:11:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742199095655010002', 'WL-ZL50', '4T2746', '7K0734', '钢铁制螺栓', 2, 'A', 1, '2025-03-17 16:11:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742199095655010003', 'WL-ZL50', '4T2746', '3385494', '阀用止动块', 4, 'A', 1, '2025-03-17 16:11:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742199095655010004', 'WL-ZL50', '4T2746', '3385495', '钢铁弹簧', 2, 'A', 1, '2025-03-17 16:11:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109761010000', 'selector', '4758870', '3J1907', 'O型圈', 1, 'A', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010000', 'selector', '4758870', '3603692', '螺堵', 1, 'A', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010001', 'selector', '4758870', '3603690', '螺堵', 1, 'A', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010002', 'selector', '4758870', '3J7354', 'O型圈', 1, 'A', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010003', 'selector', '4758870', '2521631', '塑料螺堵', 2, 'A', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010004', 'selector', '4758870', '1083866', '堵头', 2, 'B', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010005', 'selector', '4758870', '2M9780', 'O型圈', 2, 'B', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010006', 'selector', '4758870', '4840912', '铭牌', 1, 'B', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010007', 'selector', '4758870', '7S8553', '弹簧', 1, 'B', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259109764010008', 'selector', '4758870', '1809935', '垫片', 1, 'B', 10, '2025-03-18 08:51:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010000', 'QD1', '6561250', '1442894', 'PLUG-EXPANDER   ', 3, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010001', 'QD1', '6561250', '6561245', 'STEM            ', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010002', 'QD1', '6561250', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010003', 'QD1', '6561250', '9S8006', 'PLUG-LD STOR    ', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010004', 'QD1', '6561250', '1006211', 'PISTON          ', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010005', 'QD1', '6561250', '3L3813', 'PIN             ', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010006', 'QD1', '6561250', '1J9671', 'SEAL-O-RING     ', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010007', 'QD1', '6561250', '9S8003', 'PLUG-LD STOR    ', 1, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010008', 'QD1', '6561250', '1P3706', 'SEAL-RECTANGULAR', 2, 'A', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010009', 'QD1', '6561250', '6561247', 'COVER           ', 2, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010010', 'QD1', '6561250', '4838013', 'SPRING          ', 1, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010011', 'QD1', '6561250', '6V8200', 'BOLT-SOCKET HEAD', 8, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010012', 'QD1', '6561250', '5334159', 'BOLT AS         ', 24, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010013', 'QD1', '6561250', '8C3206', 'FLANGE-SPLIT    ', 12, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010014', 'QD1', '6561250', '5H4019', 'COVER           ', 6, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010015', 'QD1', '6561250', '4J0520', 'SEAL-O-RING     ', 6, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010016', 'QD1', '6561250', '2660531', 'CAP-CONNECTOR   ', 1, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010017', 'QD1', '6561250', '6561249', 'PLATE-IDENT     ', 1, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742259591554010018', 'QD1', '6561250', '2855628', 'VALVE GP-SOL    ', 1, 'B', 1, '2025-03-18 08:59:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010000', 'MTV', '5924374', '2S1385', 'SPOOL', 1, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010001', 'MTV', '5924374', '8M2538', 'POPPET', 1, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010002', 'MTV', '5924374', '5M9548', 'SPRING', 1, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010003', 'MTV', '5924374', '8M4409', 'PETAINER', 1, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010004', 'MTV', '5924374', '7M8592', 'RING', 1, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010005', 'MTV', '5924374', '4M1751', 'SPACER', 3, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010006', 'MTV', '5924374', '5S7001', 'SPACER', 5, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010007', 'MTV', '5924374', '2S1382', 'SPRING', 1, 'A', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010008', 'MTV', '5924374', '8M4986', 'SEAL-O-RING', 2, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010009', 'MTV', '5924374', '4M8239', 'COVER', 2, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010010', 'MTV', '5924374', '8T4136', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010011', 'MTV', '5924374', '9X2027', 'WASHER-HARD', 4, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010012', 'MTV', '5924374', '9S4191', 'PLUG', 1, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010013', 'MTV', '5924374', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742261640423010014', 'MTV', '5924374', '5924989', 'PLATE', 1, 'B', 1, '2025-03-18 09:34:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010000', 'QCT', '1941465', '1P3709', 'SEAL-RECTANGULAR', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010001', 'QCT', '1941465', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010002', 'QCT', '1941465', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010003', 'QCT', '1941465', '2S4078', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010004', 'QCT', '1941465', '4J9780', 'PLUG-NPTF', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010005', 'QCT', '1941465', '5H6005', 'SEAL-O RING', 2, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010006', 'QCT', '1941465', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010007', 'QCT', '1941465', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010008', 'QCT', '1941465', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010009', 'QCT', '1941465', '0304606', 'SEAL O RING', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010010', 'QCT', '1941465', '9S8002', 'PLUG-INTL HEX', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010011', 'QCT', '1941465', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010012', 'QCT', '1941465', '3603681', 'PLUG-HD STOR', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010013', 'QCT', '1941465', '3676001', 'PLUG AS-HD STOR', 4, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010014', 'QCT', '1941465', '3676002', 'PLUG AS-HD STOR', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010015', 'QCT', '1941465', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010016', 'QCT', '1941465', '2R1256', 'RING-RETAINING', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010017', 'QCT', '1941465', '3D4603', 'PLUG-PIPE', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010018', 'QCT', '1941465', '4D2886', 'CLIP', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010019', 'QCT', '1941465', '4H5232', 'PIN-SPRING', 3, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010020', 'QCT', '1941465', '4J0519', 'SEAL-O-RING', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010021', 'QCT', '1941465', '6E1297', 'SCREEN', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010022', 'QCT', '1941465', '6J3380', 'SPRING', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010023', 'QCT', '1941465', '6J3405', 'SEAT', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010024', 'QCT', '1941465', '6K6307', 'SEAL-O-RING', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010025', 'QCT', '1941465', '8J2379', 'DALVE', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010026', 'QCT', '1941465', '1138263', 'PISTON', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010027', 'QCT', '1941465', '1266104', 'PLUG-STOR', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010028', 'QCT', '1941465', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010029', 'QCT', '1941465', '9S4191', 'PLUG-EXT HEX', 1, 'B', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010030', 'QCT', '1941465', '1P6744', 'SPRING', 1, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010031', 'QCT', '1941465', '4J0519', 'SEAL-O-RING', 1, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010032', 'QCT', '1941465', '4J2506', 'SEAL-O RING', 2, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010033', 'QCT', '1941465', '5J4664', 'SPRING', 1, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010034', 'QCT', '1941465', '7D8048', 'SEAL-O RING', 2, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010035', 'QCT', '1941465', '7X0326', 'BOLT', 2, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010036', 'QCT', '1941465', '8J2306', 'STEM-VALVE', 1, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010037', 'QCT', '1941465', '3K0360', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010038', 'QCT', '1941465', '9S8005', 'PLUG-INTL HEX', 2, 'C', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010039', 'QCT', '1941465', '6V4432', 'BOLT', 1, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010040', 'QCT', '1941465', '7X0293', 'BOLT', 2, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010041', 'QCT', '1941465', '7X0301', 'BOLT', 2, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010042', 'QCT', '1941465', '7X0339', 'BOLT', 2, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010043', 'QCT', '1941465', '9P8217', 'SPACER-HARD', 4, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010044', 'QCT', '1941465', '1941492', 'PLATE-IDENT', 1, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010045', 'QCT', '1941465', '4224594', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010046', 'QCT', '1941465', '4230466', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010047', 'QCT', '1941465', '1185081', 'ACTUATOR GP', 2, 'E', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010048', 'QCT', '1941465', '1P4579', 'FLANGE-SPLIT', 8, 'F', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010049', 'QCT', '1941465', '1P4582', 'FLANGE-SPLIT', 2, 'F', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010050', 'QCT', '1941465', '2J2668', 'FLANGE-COVER', 4, 'G', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010051', 'QCT', '1941465', '2J5608', 'FLANGE-COVER', 1, 'G', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010052', 'QCT', '1941465', '4J0524', 'SEAL-O-RING', 4, 'G', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010053', 'QCT', '1941465', '4J0527', 'SEAL-O-RING', 1, 'G', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010054', 'QCT', '1941465', '5P2566', 'BOLT-HEX HEAD', 20, 'G', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742272767992010055', 'QCT', '1941465', '8T4223', 'WASHER-HARD', 20, 'G', 1, '2025-03-18 12:39:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273043475010000', 'ACS', '3467607', '3231245', 'RETAINER', 2, 'A', 1, '2025-03-18 12:44:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273043475010001', 'ACS', '3467607', '3467606', 'STEM-BYPASS', 1, 'A', 1, '2025-03-18 12:44:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273043475010002', 'ACS', '3467607', '3467616', 'SPRING-', 1, 'A', 1, '2025-03-18 12:44:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273043475010003', 'ACS', '3467607', '3467618', 'RETAINER', 1, 'A', 1, '2025-03-18 12:44:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010000', 'Check Valve', '5775912', '8T6759', 'PLUG-INTL HEX', 8, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010001', 'Check Valve', '5775912', '4J7533', 'SEAL-O-RING-STOR', 4, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010002', 'Check Valve', '5775912', '2254804/HE', 'PLUG-HEX. SKT HD', 4, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010003', 'Check Valve', '5775912', '5181315/HE', 'VALVE-CHECK', 1, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010004', 'Check Valve', '5775912', '5181331/HE', 'SPRING-CHECK V', 1, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010005', 'Check Valve', '5775912', '5181332/HE', 'PLUG-CV STOPPER', 1, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010006', 'Check Valve', '5775912', '0951601/HE', 'SEAL-O-RING', 1, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010007', 'Check Valve', '5775912', '2324113/HE', 'RING-BACK UP', 1, 'A', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010008', 'Check Valve', '5775912', '8T4223', 'WASHER-HARD', 4, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010009', 'Check Valve', '5775912', '8T4956', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010010', 'Check Valve', '5775912', '5181333/HE', 'COVER-CHECK V', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010011', 'Check Valve', '5775912', '3237773/HE', 'FILTER', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010012', 'Check Valve', '5775912', '5075974/HE', 'SEAT-VALVE', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010013', 'Check Valve', '5775912', '4802136/HE', ' OLLAR', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010014', 'Check Valve', '5775912', '0951578/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010015', 'Check Valve', '5775912', '0958024/HE', 'RING-BACK UP', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010016', 'Check Valve', '5775912', '0951584/HE', 'SEAL-O-RING', 1, 'B', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010017', 'Check Valve', '5775912', '5075975/HE', 'BODY-VALVE', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010018', 'Check Valve', '5775912', '0951573/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010019', 'Check Valve', '5775912', '5075976/HE', 'ADJUSTER', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010020', 'Check Valve', '5775912', '8T4244', 'NUT-HEX', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010021', 'Check Valve', '5775912', '1710037/HE', 'VALVE', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010022', 'Check Valve', '5775912', '4I3510/HE', 'SPRING', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010023', 'Check Valve', '5775912', '5772158/HE', 'STEM GP-VALVE', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010024', 'Check Valve', '5775912', '6K6307', 'SEAL-O-RING', 1, 'C', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010025', 'Check Valve', '5775912', '5181324/HE', 'PLUG', 1, 'D', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010026', 'Check Valve', '5775912', '5181325/HE', 'RETAINER-SPRING', 1, 'D', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010027', 'Check Valve', '5775912', '5181330/HE', 'SHIM', 7, 'D', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010028', 'Check Valve', '5775912', '5496515/HE', 'SPRING-RETURN', 1, 'D', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010029', 'Check Valve', '5775912', '5181327/HE-14', '5181327/HE&5313314/HE', 1, 'D', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010030', 'Check Valve', '5775912', '6V8218', 'SEAL-ORING', 1, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010031', 'Check Valve', '5775912', '8T4121', 'WASHER-HARD', 2, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010032', 'Check Valve', '5775912', '8T4137', 'BOLT-HEX HEAD', 2, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010033', 'Check Valve', '5775912', '5181328/HE', 'COVER-PISTON', 1, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010034', 'Check Valve', '5775912', '5674312/HE-2', 'PLATE-IDENT', 1, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010035', 'Check Valve', '5775912', '5536203/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010036', 'Check Valve', '5775912', '5536205/HE', 'COVER-PORT PROTN', 1, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273070910010037', 'Check Valve', '5775912', '6260449/HE', 'PLUG AS-PROTN', 2, 'E', 1, '2025-03-18 12:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010000', 'ACS', '3698366', '5P7970', 'NUT-HEX', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010001', 'ACS', '3698366', '3698492/HE', 'COVER-VALVE', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010002', 'ACS', '3698366', '3698493/HE', 'GUIDE-SEAT', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010003', 'ACS', '3698366', '3698494/HE', 'SEAT-VALVE', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010004', 'ACS', '3698366', '3698498/HE', 'BOLT', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010005', 'ACS', '3698366', '3698499/HE', 'SPRING-RETURN', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742273447566010006', 'ACS', '3698366', '3698500/HE', 'GUIDE-STOPPER', 1, 'A', 1, '2025-03-18 12:50:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010000', '6015B', '4Z6292', '4B9783', 'BALL', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010001', '6015B', '4Z6292', '6J3134', 'SEAL-O RING', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010002', '6015B', '4Z6292', '8J1751', 'PLUG', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010003', '6015B', '4Z6292', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010004', '6015B', '4Z6292', '8J1752', 'PLUNGER', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010005', '6015B', '4Z6292', '4T7581', 'VALVE GP-D RLF-A', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010006', '6015B', '4Z6292', '9S4180', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010007', '6015B', '4Z6292', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010008', '6015B', '4Z6292', '6E5643', 'VALVE', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010009', '6015B', '4Z6292', '4T3148', 'SPRING', 1, 'A', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010010', '6015B', '4Z6292', '6E5457', 'PLUG', 1, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010011', '6015B', '4Z6292', '3D2824', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010012', '6015B', '4Z6292', '9S4191', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010013', '6015B', '4Z6292', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010014', '6015B', '4Z6292', '9S4185', 'PLUG-LD STOR', 5, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010015', '6015B', '4Z6292', '3K0360', 'SEAL-O-RING-STOR', 5, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281070017010016', '6015B', '4Z6292', '9A2825', 'PLATE-IDENT', 1, 'B', 1, '2025-03-18 14:57:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010000', 'B Segment', '3761235', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010001', 'B Segment', '3761235', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010002', 'B Segment', '3761235', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010003', 'B Segment', '3761235', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010004', 'B Segment', '3761235', '4T4207', 'PLUG-NPTF ', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010005', 'B Segment', '3761235', '2147567', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010006', 'B Segment', '3761235', '3603678', 'PLUG-HD STOR ', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010007', 'B Segment', '3761235', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010008', 'B Segment', '3761235', '4Z5900', 'VALVE GP-CHECK-D', 1, 'B', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010009', 'B Segment', '3761235', '4Z5900', 'VALVE GP-CHECK-D', 1, 'C', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010010', 'B Segment', '3761235', '2608590', 'VALVE GP-SHTL -B', 1, 'D', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010011', 'B Segment', '3761235', '3612432', 'VALVE GP-FCONT-A', 1, 'D', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010012', 'B Segment', '3761235', '1482557', 'PLUG ', 1, 'D', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010013', 'B Segment', '3761235', '9S8001', 'PLUG-LD STOR ', 1, 'D', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010014', 'B Segment', '3761235', '3612427', 'BLOCK ', 1, 'E', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010015', 'B Segment', '3761235', '5F9144', 'SEAL-O RING ', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010016', 'B Segment', '3761235', '3664972', 'RING-BACKUP ', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010017', 'B Segment', '3761235', '6V5556', 'SEAL-O RING ', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010018', 'B Segment', '3761235', '4B4278', 'WASHER ', 3, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010019', 'B Segment', '3761235', '3612426', 'SPRING ', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010020', 'B Segment', '3761235', '8T4198', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010021', 'B Segment', '3761235', '3J7354', 'SEAL-O-RING-STOR', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010022', 'B Segment', '3761235', '9S8002', 'PLUG-LD STOR ', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010023', 'B Segment', '3761235', '3K0360', 'SEAL-O-RING-STOR', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010024', 'B Segment', '3761235', '9S8005', 'PLUG-LD STOR ', 1, 'F', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010025', 'B Segment', '3761235', '4363448', 'HOUSING ', 2, 'G', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010026', 'B Segment', '3761235', '1T0936', 'PLUG-PIPE ', 1, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010027', 'B Segment', '3761235', '6E5066', 'SCREEN-HYD ', 1, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010028', 'B Segment', '3761235', '3J9015', 'SEAL-O RING ', 1, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281099999010029', 'B Segment', '3761235', '1H1023', 'SEAL-O RING ', 1, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100000010000', 'B Segment', '3761235', '2040814', 'BOLT-HEX HEAD ', 2, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100000010001', 'B Segment', '3761235', '3676002', 'PLUG AS-HD STOR ', 2, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100000010002', 'B Segment', '3761235', '3J1907', 'SEAL-O-RING-STOR', 2, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100000010003', 'B Segment', '3761235', '9S4191', 'PLUG-LD STOR ', 2, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100000010004', 'B Segment', '3761235', '1537551', 'RETAINER ', 1, 'H', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010000', 'B Segment', '3761235', '4214353', 'SPRING ', 1, 'I', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010001', 'B Segment', '3761235', '1537067', 'RETAINER ', 1, 'I', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010002', 'B Segment', '3761235', '1612684', 'SCREW ', 1, 'I', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010003', 'B Segment', '3761235', '7J0204', 'SEAL-O-RING ', 1, 'I', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010004', 'B Segment', '3761235', '3J9015', 'SEAL-O RING ', 2, 'I', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010005', 'B Segment', '3761235', '4363447', 'HOUSING ', 1, 'J', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010006', 'B Segment', '3761235', '1H1023', 'SEAL-O RING ', 2, 'K', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010007', 'B Segment', '3761235', '3847474', 'PLATE-IDENT ', 1, 'K', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010008', 'B Segment', '3761235', '1T0936', 'PLUG-PIPE ', 1, 'K', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010009', 'B Segment', '3761235', '6E5066', 'SCREEN-HYD ', 1, 'K', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281100001010010', 'B Segment', '3761235', '6V9606', 'BOLT ', 2, 'K', 6, '2025-03-18 14:58:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010000', '6015B', '1291899', '7J7423', 'VALVE', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010001', '6015B', '1291899', '7S8491', 'SPRING', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010002', '6015B', '1291899', '1U0322', 'BEARING-SLEEVE', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010003', '6015B', '1291899', '3G2683', 'PLUG-O-RING', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010004', '6015B', '1291899', '2S4078', 'SEAL-O-RING', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010005', '6015B', '1291899', '3603679', 'PLUG-HD STOR', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010006', '6015B', '1291899', '2147568', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010007', '6015B', '1291899', '1291900', 'PLATE-IDENT', 1, 'C', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010008', '6015B', '1291899', '3603685', 'PLUG-HD STOR', 4, 'C', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010009', '6015B', '1291899', '2287096', 'SEAL-O-RING-STOR', 4, 'C', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010010', '6015B', '1291899', '4D2886', 'CLIP', 1, 'C', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742281560731010011', '6015B', '1291899', '8T4192', 'BOLT-HEX HEAD', 1, 'C', 1, '2025-03-18 15:06:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010000', 'B Segment', '3623316', '1008010', '阀芯', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010001', 'B Segment', '3623316', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010002', 'B Segment', '3623316', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010003', 'B Segment', '3623316', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010004', 'B Segment', '3623316', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010005', 'B Segment', '3623316', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010006', 'B Segment', '3623316', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010007', 'B Segment', '3623316', '1008012', '阀体', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010008', 'B Segment', '3623316', '4K1388', '橡胶密封圈', 1, 'A', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010009', 'B Segment', '3623316', '1750453', '阀芯', 1, 'B', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010010', 'B Segment', '3623316', '4T5073', '塑料密封圈', 1, 'B', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010011', 'B Segment', '3623316', '7J9933', '橡胶密封圈', 1, 'B', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010012', 'B Segment', '3623316', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010013', 'B Segment', '3623316', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010014', 'B Segment', '3623316', '2608590', '换向阀', 1, 'B', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010015', 'B Segment', '3623316', '5M2057', '橡胶密封圈', 1, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010016', 'B Segment', '3623316', '4T4511', '阀用管套', 1, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010017', 'B Segment', '3623316', '3664972', '塑料密封圈', 1, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010018', 'B Segment', '3623316', '6V5556', '橡胶密封圈', 1, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010019', 'B Segment', '3623316', '4T1701', '钢铁弹簧', 1, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010020', 'B Segment', '3623316', '8T4185', '螺栓8T-4185', 2, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010021', 'B Segment', '3623316', '9S4180', '钢铁制塞堵', 1, 'D', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010022', 'B Segment', '3623316', '4J7533', '橡胶密封圈', 1, 'F', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010023', 'B Segment', '3623316', '2077434', '阀用止动块', 2, 'F', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010024', 'B Segment', '3623316', '3529954', '钢铁弹簧', 2, 'F', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010025', 'B Segment', '3623316', '3529956', '阀用止动块', 2, 'F', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010026', 'B Segment', '3623316', '1919247', '钢铁制垫圈', 2, 'F', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010027', 'B Segment', '3623316', '1982914', '钢铁制螺母', 2, 'F', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010028', 'B Segment', '3623316', '2427955', '阀座', 2, 'G', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010029', 'B Segment', '3623316', '3128629', '电磁线圈', 2, 'H', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010030', 'B Segment', '3623316', '3161438', '插装阀组件', 2, 'I', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010031', 'B Segment', '3623316', '3617213', '插装阀组件', 2, 'I', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010032', 'B Segment', '3623316', '1H1023', '橡胶密封圈', 4, 'I', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010033', 'B Segment', '3623316', '1879630', '橡胶密封圈', 2, 'I', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010034', 'B Segment', '3623316', '9X8256', '钢铁制垫圈', 4, 'I', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010035', 'B Segment', '3623316', '6V3965', '取样阀', 2, 'J', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010036', 'B Segment', '3623316', '2147568', '橡胶密封圈', 2, 'J', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010037', 'B Segment', '3623316', '6V0852', '橡胶防尘盖', 2, 'J', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742282052473010038', 'B Segment', '3623316', '1503065', '钢铁制螺纹接头组件', 1, 'J', 6, '2025-03-18 15:14:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010000', 'B valve', '4906529', '1483483', 'PLUG ', 2, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010001', 'B valve', '4906529', '4D0514', 'PLUG-PTF ', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010002', 'B valve', '4906529', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010003', 'B valve', '4906529', '9S8002', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010004', 'B valve', '4906529', '9T8685', 'VALVE ', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010005', 'B valve', '4906529', '2N7029', 'SPRING-CONT PIN ', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010006', 'B valve', '4906529', '3D2824', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010007', 'B valve', '4906529', '3788543', 'PLUG ', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010008', 'B valve', '4906529', '5127785', 'VALVE GP-P RLF-B', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010009', 'B valve', '4906529', '4812471', 'VALVE GP-CHECK ', 1, 'A', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010010', 'B valve', '4906529', '3J7354', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010011', 'B valve', '4906529', '9S8002', 'PLUG-LD STOR ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010012', 'B valve', '4906529', '7J9933', 'SEAL-O RING ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010013', 'B valve', '4906529', '4829841', 'RING-BACKUP ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010014', 'B valve', '4906529', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010015', 'B valve', '4906529', '4681138', 'PLUG-RETAINER ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010016', 'B valve', '4906529', '1483483', 'PLUG ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010017', 'B valve', '4906529', '4681141', 'RETAINER ', 2, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010018', 'B valve', '4906529', '4681135', 'SPRING ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010019', 'B valve', '4906529', '4681145', 'BOLT-FLAT ', 1, 'B', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010020', 'B valve', '4906529', '3P1979', 'SEAL-O-RING ', 1, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010021', 'B valve', '4906529', '4681339', 'HOUSING ', 1, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010022', 'B valve', '4906529', '7X7888', 'BOLT-HEX HEAD ', 2, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010023', 'B valve', '4906529', '9X8256', 'WASHER ', 2, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010024', 'B valve', '4906529', '7X5315', 'COUPLING-QDISC ', 1, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354788010025', 'B valve', '4906529', '7X5308', 'CAP-DUST ', 1, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010000', 'B valve', '4906529', '4689932', 'MANIFOLD GP-CONT', 1, 'C', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010001', 'B valve', '4906529', '7X2535', 'BOLT-HEX HEAD ', 2, 'D', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010002', 'B valve', '4906529', '9X8256', 'WASHER ', 2, 'D', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010003', 'B valve', '4906529', '7X5315', 'COUPLING-QDISC ', 1, 'D', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010004', 'B valve', '4906529', '7X5308', 'CAP-DUST ', 1, 'D', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010005', 'B valve', '4906529', '5542333/HE', 'CAP-CONNECTOR ', 2, 'D', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283354789010006', 'B valve', '4906529', '4993696', 'PLATE-IDENT ', 1, 'D', 1, '2025-03-18 15:35:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521994010000', 'MG Segment', '1288647', '9S8005', '堵头', 1, 'A', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010000', 'MG Segment', '1288647', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010001', 'MG Segment', '1288647', '9J0404', '堵头', 2, 'A', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010002', 'MG Segment', '1288647', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010003', 'MG Segment', '1288647', '3405470', '右手柄', 1, 'A', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010004', 'MG Segment', '1288647', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010005', 'MG Segment', '1288647', '6E4502', '堵头', 1, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010006', 'MG Segment', '1288647', '4J7533', '密封O型圈', 2, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010007', 'MG Segment', '1288647', '9S4180', '堵头', 1, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010008', 'MG Segment', '1288647', '6E3019', '阀', 1, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010009', 'MG Segment', '1288647', '6E5153', '弹簧', 1, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010010', 'MG Segment', '1288647', '1082187', '堵头', 1, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010011', 'MG Segment', '1288647', '9J0403', '弹簧', 2, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010012', 'MG Segment', '1288647', '5B9318', '钢球', 1, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010013', 'MG Segment', '1288647', '1063660', '活塞', 2, 'B', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010014', 'MG Segment', '1288647', '6E3007', '弹簧', 1, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010015', 'MG Segment', '1288647', '1011973', '轴承座', 4, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010016', 'MG Segment', '1288647', '1027412', '弹簧', 1, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010017', 'MG Segment', '1288647', '8T4189', '螺栓', 2, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010018', 'MG Segment', '1288647', '8T4224', '垫片', 2, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010019', 'MG Segment', '1288647', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010020', 'MG Segment', '1288647', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010021', 'MG Segment', '1288647', '1011971', '杆体', 1, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010022', 'MG Segment', '1288647', '1012480', '盖板', 1, 'C', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010023', 'MG Segment', '1288647', '2213676', '阀芯', 1, 'D', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010024', 'MG Segment', '1288647', '1011984', '阀座', 1, 'E', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010025', 'MG Segment', '1288647', '8T4138', '螺栓', 2, 'F', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010026', 'MG Segment', '1288647', '1118234', '弹簧', 1, 'F', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010027', 'MG Segment', '1288647', '1288701', '铭牌', 1, 'F', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010028', 'MG Segment', '1288647', '1398477', '溢流阀', 1, 'F', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283521995010029', 'MG Segment', '1288647', '1303535', '制动器', 1, 'G', 8, '2025-03-18 15:38:42', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601785010000', 'MG Segment', '1151007', '9S8005', '堵头', 1, 'A', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010000', 'MG Segment', '1151007', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010001', 'MG Segment', '1151007', '9J0404', '堵头', 2, 'A', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010002', 'MG Segment', '1151007', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010003', 'MG Segment', '1151007', '3405470', '右手柄', 1, 'A', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010004', 'MG Segment', '1151007', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010005', 'MG Segment', '1151007', '6E4502', '堵头', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010006', 'MG Segment', '1151007', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010007', 'MG Segment', '1151007', '6E3019', '阀', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010008', 'MG Segment', '1151007', '6E5153', '弹簧', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010009', 'MG Segment', '1151007', '1082187', '堵头', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010010', 'MG Segment', '1151007', '5B9318', '钢球', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010011', 'MG Segment', '1151007', '9J0403', '弹簧', 2, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010012', 'MG Segment', '1151007', '1063659', '活塞', 1, 'B', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010013', 'MG Segment', '1151007', '6E3007', '弹簧', 1, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010014', 'MG Segment', '1151007', '1011973', '轴承座', 4, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010015', 'MG Segment', '1151007', '8T4189', '螺栓', 2, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010016', 'MG Segment', '1151007', '8T4224', '垫片', 2, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010017', 'MG Segment', '1151007', '1027412', '弹簧', 1, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010018', 'MG Segment', '1151007', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010019', 'MG Segment', '1151007', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010020', 'MG Segment', '1151007', '1011971', '杆体', 1, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010021', 'MG Segment', '1151007', '1012480', '盖板', 1, 'C', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010022', 'MG Segment', '1151007', '1024578', '阀芯', 1, 'D', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010023', 'MG Segment', '1151007', '1011984', '阀座', 1, 'E', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010024', 'MG Segment', '1151007', '8T4138', '螺栓', 2, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010025', 'MG Segment', '1151007', '1118233', '弹簧', 1, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010026', 'MG Segment', '1151007', '1011978', '盖板', 1, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010027', 'MG Segment', '1151007', '8T4189', '螺栓', 2, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010028', 'MG Segment', '1151007', '8T4224', '垫片', 2, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010029', 'MG Segment', '1151007', '1398472', '溢流阀', 1, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742283601786010030', 'MG Segment', '1151007', '1151005', '铭牌', 1, 'F', 8, '2025-03-18 15:40:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010000', 'B Segment', '9T1781', '1008010', 'VALVE,VALVE GP-CONT -P', 2, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010001', 'B Segment', '9T1781', '1008011', 'PLUG,VALVE GP-CONT -P', 1, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010002', 'B Segment', '9T1781', '2S2596', 'SPRING', 2, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010003', 'B Segment', '9T1781', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010004', 'B Segment', '9T1781', '9J8126', 'PLUG-ORIFICE', 1, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010005', 'B Segment', '9T1781', '3676002', 'PLUG AS-HD STOR', 1, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010006', 'B Segment', '9T1781', '4T1108', 'xLUG', 1, 'A', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010007', 'B Segment', '9T1781', '4J5351', 'SEAL-O RING,RUBBER', 1, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010008', 'B Segment', '9T1781', '4K1388', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010009', 'B Segment', '9T1781', '4T5072', 'RING-BACKUP', 1, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010010', 'B Segment', '9T1781', '4T5073', 'RING-BACKUP', 2, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010011', 'B Segment', '9T1781', '7J9933', 'SEAL-O RING', 2, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010012', 'B Segment', '9T1781', '1008012', 'BODY', 1, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010013', 'B Segment', '9T1781', '4T1850', ' HOUSING', 1, 'B', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010014', 'B Segment', '9T1781', '2D0598', 'SEAL-O RING', 1, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010015', 'B Segment', '9T1781', '1165172', 'PLATE-IDENT', 1, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010016', 'B Segment', '9T1781', '8C3121', 'BOLT', 2, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010017', 'B Segment', '9T1781', '8T4224', 'WASHER-HARD', 4, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010018', 'B Segment', '9T1781', '3676001', 'PLUG AS-HD STOR', 1, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010019', 'B Segment', '9T1781', '4J7533', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010020', 'B Segment', '9T1781', '9S8001', 'PLUG-LD STOR', 1, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010021', 'B Segment', '9T1781', '4T1860', 'VALVE GP-SHTL -B', 1, 'C', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010022', 'B Segment', '9T1781', '1216647', 'VALVE GP-RELIEF', 1, 'E', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010023', 'B Segment', '9T1781', '5M2057', 'SEAL-O-RING', 1, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010024', 'B Segment', '9T1781', '1239624', 'SPRING', 1, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010025', 'B Segment', '9T1781', '8T4896', 'WASHER-HARD', 2, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010026', 'B Segment', '9T1781', '8T9377', 'BOLT', 2, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010027', 'B Segment', '9T1781', '7J0204', 'SEAL-O-RING', 1, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010028', 'B Segment', '9T1781', '3603689', 'PLUG-HD STOR', 1, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010029', 'B Segment', '9T1781', '4T0993', 'RETAINER', 2, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010030', 'B Segment', '9T1781', '4T1021', 'RETAINER', 2, 'F', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010031', 'B Segment', '9T1781', '5J1391', 'SPRING', 1, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010032', 'B Segment', '9T1781', '4T0998', 'LEVER', 1, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010033', 'B Segment', '9T1781', '4T5795', 'BEARING', 2, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010034', 'B Segment', '9T1781', '4T5945', 'RING', 1, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010035', 'B Segment', '9T1781', '5P5874', 'SEAL-O-RING', 1, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010036', 'B Segment', '9T1781', '6L5897', 'BOLT-HEX SKT HD', 2, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010037', 'B Segment', '9T1781', '6V5391', 'SEAL-O RING', 2, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010038', 'B Segment', '9T1781', '8T0334', 'WASHER-HARD', 2, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010039', 'B Segment', '9T1781', '9H6761', 'SEAL-O RING', 1, 'G', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010040', 'B Segment', '9T1781', '4T2692', 'HOUSING', 1, 'H', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010041', 'B Segment', '9T1781', '9T4683', 'COVER', 1, 'I', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010042', 'B Segment', '9T1781', '9T4684', 'HOUSING', 1, 'I', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010043', 'B Segment', '9T1781', '9T4685', 'PLUG-NPTF', 3, 'I', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010044', 'B Segment', '9T1781', '9T4697', 'BOOT', 1, 'I', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742284590249010045', 'B Segment', '9T1781', '7X0277', 'BOLT', 2, 'I', 6, '2025-03-18 15:56:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409073010000', 'B Segment', '9T1788', '1008010', 'VALVE', 2, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409073010001', 'B Segment', '9T1788', '1008011', 'PLUG', 1, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409073010002', 'B Segment', '9T1788', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409073010003', 'B Segment', '9T1788', '2S2596', 'SPRING', 2, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409073010004', 'B Segment', '9T1788', '9J8126', 'PLUG-ORIFICE', 1, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010000', 'B Segment', '9T1788', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010001', 'B Segment', '9T1788', '9S4182', 'PLUG-LD STOR', 1, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010002', 'B Segment', '9T1788', '4K1388', 'SEAL-O-RING-STOR', 2, 'A', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010003', 'B Segment', '9T1788', '1008012', 'BODY', 1, 'B', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010004', 'B Segment', '9T1788', '4T5073', 'RING-BACKUP', 2, 'B', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010005', 'B Segment', '9T1788', '7J9933', 'SEAL-O RING', 2, 'B', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010006', 'B Segment', '9T1788', '4T1108', 'PLUG', 1, 'B', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010007', 'B Segment', '9T1788', '4J5351', 'SEAL-O RING,RUBBER', 1, 'B', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010008', 'B Segment', '9T1788', '4T5072', 'RING-BACKUP', 1, 'B', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409074010009', 'B Segment', '9T1788', '4J7533', 'SEAL-O-RING-STOR', 2, 'C', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409077010000', 'B Segment', '9T1788', '9S8001', 'PLUG-LD STOR', 2, 'C', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010000', 'B Segment', '9T1788', '4T1860', 'VALVE GP-SHTL -B', 1, 'C', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010001', 'B Segment', '9T1788', '4T1854', 'COVER', 1, 'C', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010002', 'B Segment', '9T1788', '4L7711', 'SEAL-O RING', 1, 'C', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010003', 'B Segment', '9T1788', '4T1849', 'HOUSING', 1, 'C', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010004', 'B Segment', '9T1788', '2D0598', 'SEAL-O RING', 1, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010005', 'B Segment', '9T1788', '9T3976', 'SLEEVE-RETAINER', 1, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010006', 'B Segment', '9T1788', '2D6642', 'BALL', 6, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010007', 'B Segment', '9T1788', '4T1851', 'RETAINER', 1, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010008', 'B Segment', '9T1788', '9T0953', 'SPRING', 1, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010009', 'B Segment', '9T1788', '9T2125', 'RETAINER', 1, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010010', 'B Segment', '9T1788', '1165174', 'PLATE-IDENT', 1, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409079010011', 'B Segment', '9T1788', '5P2955', 'BOLT-HEX HEAD', 2, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409080010000', 'B Segment', '9T1788', '8T4224', 'WASHER-HARD', 4, 'D', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409085010000', 'B Segment', '9T1788', '1216645', 'VALVE GP-RELIEF', 1, 'F', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409085010001', 'B Segment', '9T1788', '5M2057', 'SEAL-O-RING', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409085010002', 'B Segment', '9T1788', '1239624', 'SPRING', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409085010003', 'B Segment', '9T1788', '8T4896', 'WASHER-HARD', 2, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409086010000', 'B Segment', '9T1788', '8T9377', 'BOLT', 2, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409086010001', 'B Segment', '9T1788', '4T0993', 'RETAINER', 2, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409086010002', 'B Segment', '9T1788', '9T6394', 'SPRING', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409086010003', 'B Segment', '9T1788', '9T2092', 'DETENT', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409086010004', 'B Segment', '9T1788', '9T2093', 'BOLT', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409087010000', 'B Segment', '9T1788', '7J0204', 'SEAL-O-RING', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409088010000', 'B Segment', '9T1788', '4T0998', 'LEVER', 1, 'G', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409088010001', 'B Segment', '9T1788', '4T2692', 'HOUSING', 1, 'H', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409088010002', 'B Segment', '9T1788', '4T5795', 'BEARING', 2, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409088010003', 'B Segment', '9T1788', '4T5945', 'RING', 1, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409088010004', 'B Segment', '9T1788', '5P5874', 'SEAL-O-RING', 1, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409089010000', 'B Segment', '9T1788', '6L5897', 'BOLT-HEX SKT HD', 2, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409089010001', 'B Segment', '9T1788', '6V5391', 'SEAL-O RING', 2, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409090010000', 'B Segment', '9T1788', '8T0334', 'WASHER-HARD', 2, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409091010000', 'B Segment', '9T1788', '9H6761', 'SEAL-O RING', 1, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409091010001', 'B Segment', '9T1788', '9T4683', 'COVER', 1, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409092010000', 'B Segment', '9T1788', '9T4684', 'HOUSING', 1, 'I', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409092010001', 'B Segment', '9T1788', '9T4685', 'PLUG-NPTF', 3, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409092010002', 'B Segment', '9T1788', '9T4697', 'BOOT', 1, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409092010003', 'B Segment', '9T1788', '9T2927', 'RETAINER', 2, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409092010004', 'B Segment', '9T1788', '7X0277', 'BOLT', 2, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409092010005', 'B Segment', '9T1788', '4J0522', 'SEAL-O-RING', 3, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409093010000', 'B Segment', '9T1788', '4J8997', 'SEAL-O-RING', 1, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742285409093010001', 'B Segment', '9T1788', '6V5555', 'SEAL-O RING', 3, 'J', 6, '2025-03-18 16:10:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208963010000', '6015B', '6055348', '4237715', 'VALVE ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208966010000', '6015B', '6055348', '7L8695', 'SPRING-LINK ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010000', '6015B', '6055348', '1539989', 'PLUG ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010001', '6015B', '6055348', '3G5003', 'BEARING-SLEEVE ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010002', '6015B', '6055348', '6K6307', 'SEAL-O-RING ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010003', '6015B', '6055348', '5P0049', 'COVER ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010004', '6015B', '6055348', '1P3705', 'SEAL-RECTANGULAR', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010005', '6015B', '6055348', '5P8077', 'FLANGE-SPLIT ', 2, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010006', '6015B', '6055348', '8T4140', 'BOLT-HEX HEAD ', 4, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010007', '6015B', '6055348', '9X8257', 'WASHER-HARD ', 4, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010008', '6015B', '6055348', '5K6816', 'CLIP ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010009', '6015B', '6055348', '6047184', 'FILM-PROTECTION ', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742349208967010010', '6015B', '6055348', '6285087', 'PLATE', 1, 'A', 1, '2025-03-19 09:53:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029726010000', 'B Segment', '3623309', '9J8126', '节流阀', 1, 'A', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029726010001', 'B Segment', '3623309', '2608590', '梭阀', 1, 'A', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010000', 'B Segment', '3623309', '8T4145', '螺钉', 2, 'A', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010001', 'B Segment', '3623309', '9X8256', '垫片', 2, 'A', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010002', 'B Segment', '3623309', '5M2057', '密封O型圈', 1, 'B', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010003', 'B Segment', '3623309', '4T1701', '弹簧', 1, 'B', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010004', 'B Segment', '3623309', '8T4185', '螺钉', 2, 'B', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010005', 'B Segment', '3623309', '4T1649', '端盖', 1, 'B', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010006', 'B Segment', '3623309', '3529954', '弹簧', 1, 'D', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010007', 'B Segment', '3623309', '2077434', '弹簧座', 1, 'D', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010008', 'B Segment', '3623309', '3529956', '弹簧座', 1, 'D', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010009', 'B Segment', '3623309', '1879630', '密封O型圈', 2, 'D', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010010', 'B Segment', '3623309', '1H1023', '密封O型圈', 4, 'D', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010011', 'B Segment', '3623309', '2077434', '弹簧座', 1, 'E', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010012', 'B Segment', '3623309', '3529956', '弹簧座', 1, 'E', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010013', 'B Segment', '3623309', '8T4145', '螺钉', 2, 'E', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010014', 'B Segment', '3623309', '9X8256', '垫片', 2, 'E', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010015', 'B Segment', '3623309', '3529954', '弹簧', 1, 'E', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010016', 'B Segment', '3623309', '3623326', '铭牌', 1, 'E', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010017', 'B Segment', '3623309', '3617213', '阀', 1, 'F1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010018', 'B Segment', '3623309', '1919247', '垫片', 1, 'F1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010019', 'B Segment', '3623309', '1982914', '螺母', 1, 'F1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010020', 'B Segment', '3623309', '3128629', '电磁线圈', 1, 'F1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010021', 'B Segment', '3623309', '3161438', '阀杆', 1, 'F1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010022', 'B Segment', '3623309', '3617213', '阀', 1, 'F2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010023', 'B Segment', '3623309', '1919247', '垫片', 1, 'F2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010024', 'B Segment', '3623309', '1982914', '螺母', 1, 'F2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010025', 'B Segment', '3623309', '3128629', '电磁线圈', 1, 'F2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010026', 'B Segment', '3623309', '3161438', '阀杆', 1, 'F2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010027', 'B Segment', '3623309', '1503065', '直角弯头', 1, 'F3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010028', 'B Segment', '3623309', '6V0852', '防尘套', 2, 'F3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010029', 'B Segment', '3623309', '2427954', '铝盖', 1, 'F4', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010030', 'B Segment', '3623309', '2427955', '铝盖', 1, 'F5', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010031', 'B Segment', '3623309', '9S8002', '堵头', 1, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010032', 'B Segment', '3623309', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010033', 'B Segment', '3623309', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010034', 'B Segment', '3623309', '9S8001', '堵头', 2, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010035', 'B Segment', '3623309', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010036', 'B Segment', '3623309', '4T1108', '堵头', 1, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010037', 'B Segment', '3623309', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029727010038', 'B Segment', '3623309', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010000', 'B Segment', '3623309', '1008011', '堵头', 1, '预装配2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010001', 'B Segment', '3623309', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010002', 'B Segment', '3623309', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010003', 'B Segment', '3623309', '1008010', '阀', 1, '预装配2', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010004', 'B Segment', '3623309', '6V5556', '密封O型圈', 1, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010005', 'B Segment', '3623309', '3664972', '密封环', 1, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010006', 'B Segment', '3623309', '4T4511', '导套', 1, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010007', 'B Segment', '3623309', '9S4180', '堵头', 1, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010008', 'B Segment', '3623309', '4J7533', '密封O型圈', 1, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010009', 'B Segment', '3623309', '4J5351', '密封O型圈', 2, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010010', 'B Segment', '3623309', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010011', 'B Segment', '3623309', '4T5072', '密封环', 2, '预装配3', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010012', 'B Segment', '3623309', '7W7381', '连接头', 1, '预装配4', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010013', 'B Segment', '3623309', '3J1907', '密封O型圈', 1, '预装配4', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010014', 'B Segment', '3623309', '6V3965', '测压头', 2, '预装配4', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742353029728010015', 'B Segment', '3623309', '2147568', '密封O型圈', 2, '预装配4', 6, '2025-03-19 10:57:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421288010000', 'B Segment', '2350403', '9J8126', '节流阀', 1, 'A', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421288010001', 'B Segment', '2350403', '2350389', '铭牌', 1, 'A', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421288010002', 'B Segment', '2350403', '4T1860', '阀', 1, 'A', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421288010003', 'B Segment', '2350403', '1216649', '溢流阀', 1, 'B', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421288010004', 'B Segment', '2350403', '9X2027', '垫片', 2, 'B', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010000', 'B Segment', '2350403', '0858091', '螺钉', 2, 'B', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010001', 'B Segment', '2350403', '1730515', '挡板', 1, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010002', 'B Segment', '2350403', '1239624', '弹簧', 1, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010003', 'B Segment', '2350403', '5K0227', '密封O型圈', 2, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010004', 'B Segment', '2350403', '1537549', '弹簧座', 1, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010005', 'B Segment', '2350403', '1537553', '弹簧', 1, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010006', 'B Segment', '2350403', '1635671', '垫片', 1, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010007', 'B Segment', '2350403', '9X6154', '螺钉', 2, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010008', 'B Segment', '2350403', '5M2057', '密封O型圈', 2, 'C', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010009', 'B Segment', '2350403', '1537067', '弹簧座', 1, 'D', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010010', 'B Segment', '2350403', '1537550', '弹簧座', 1, 'D', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010011', 'B Segment', '2350403', '1027365', '螺钉', 2, 'D', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010012', 'B Segment', '2350403', '1640938', '弹簧', 1, 'D', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010013', 'B Segment', '2350403', '1704001', '弹簧', 1, 'D', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010014', 'B Segment', '2350403', '1730511', '端盖', 1, 'F', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010015', 'B Segment', '2350403', '1730512', '端盖', 1, 'H', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010016', 'B Segment', '2350403', '1008012', '阀体', 1, '预装配1', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010017', 'B Segment', '2350403', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010018', 'B Segment', '2350403', '1008010', '阀', 2, '预装配1', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010019', 'B Segment', '2350403', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010020', 'B Segment', '2350403', '4J7533', '密封O型圈', 1, '预装配1', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010021', 'B Segment', '2350403', '9S8001', '堵头', 1, '预装配1', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010022', 'B Segment', '2350403', '1008011', '堵头', 1, '预装配2', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010023', 'B Segment', '2350403', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010024', 'B Segment', '2350403', '2S2596', '弹簧', 2, '预装配2', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010025', 'B Segment', '2350403', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010026', 'B Segment', '2350403', '1612685', '螺钉', 1, '预装配3', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010027', 'B Segment', '2350403', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010028', 'B Segment', '2350403', '4J5351', '密封O型圈', 1, '预装配3', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010029', 'B Segment', '2350403', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742361421289010030', 'B Segment', '2350403', '4T5072', '密封环', 1, '预装配3', 6, '2025-03-19 13:17:01', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010000', 'B Segment', '2698155', '3D4603', '节流阀', 1, 'A', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010001', 'B Segment', '2698155', '4T1860', '阀', 1, 'A', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010002', 'B Segment', '2698155', '5M2057', '密封O型圈', 1, 'A', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010003', 'B Segment', '2698155', '1537549', '弹簧座', 1, 'B', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010004', 'B Segment', '2698155', '1537553', '弹簧', 1, 'B', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010005', 'B Segment', '2698155', '1635671', '垫片', 1, 'B', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010006', 'B Segment', '2698155', '9X6154', '螺钉', 2, 'B', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010007', 'B Segment', '2698155', '5K0227', '密封O型圈', 2, 'B', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010008', 'B Segment', '2698155', '1537067', '弹簧座', 1, 'C', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010009', 'B Segment', '2698155', '1537550', '弹簧座', 1, 'C', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010010', 'B Segment', '2698155', '1640938', '弹簧', 1, 'C', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010011', 'B Segment', '2698155', '1027365', '螺钉', 2, 'D', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010012', 'B Segment', '2698155', '2732150', '铭牌', 1, 'D', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010013', 'B Segment', '2698155', '1704001', '弹簧', 1, 'D', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010014', 'B Segment', '2698155', '1730515', '挡板', 1, 'D', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010015', 'B Segment', '2698155', '1730511', '端盖', 1, 'E', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010016', 'B Segment', '2698155', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010017', 'B Segment', '2698155', '1008010', '阀', 2, '预装配1', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010018', 'B Segment', '2698155', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010019', 'B Segment', '2698155', '9S8002', '密封O型圈', 1, '预装配1', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010020', 'B Segment', '2698155', '3J7354', '堵头', 1, '预装配1', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010021', 'B Segment', '2698155', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010022', 'B Segment', '2698155', '2S2596', '弹簧', 2, '预装配2', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010023', 'B Segment', '2698155', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010024', 'B Segment', '2698155', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010025', 'B Segment', '2698155', '1008011', '堵头', 1, '预装配2', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010026', 'B Segment', '2698155', '9S4181', '堵头', 1, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010027', 'B Segment', '2698155', '4J5351', '密封O型圈', 1, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010028', 'B Segment', '2698155', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010029', 'B Segment', '2698155', '4T5072', '密封环', 1, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010030', 'B Segment', '2698155', '1612685', '螺钉', 1, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010031', 'B Segment', '2698155', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742364979708010032', 'B Segment', '2698155', '7M8485', '密封O型圈', 1, '预装配3', 6, '2025-03-19 14:16:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010000', 'MG Segment', '6E3037', '9S8005', '堵头', 1, 'A', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010001', 'MG Segment', '6E3037', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010002', 'MG Segment', '6E3037', '9J0404', '堵头', 2, 'A', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010003', 'MG Segment', '6E3037', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010004', 'MG Segment', '6E3037', '3405472', '左手柄', 1, 'A', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010005', 'MG Segment', '6E3037', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010006', 'MG Segment', '6E3037', '6E4502', '堵头', 1, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010007', 'MG Segment', '6E3037', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010008', 'MG Segment', '6E3037', '6E3019', '阀', 1, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010009', 'MG Segment', '6E3037', '6E5153', '弹簧', 1, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010010', 'MG Segment', '6E3037', '1082187', '堵头', 1, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010011', 'MG Segment', '6E3037', '5B9318', '钢球', 1, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010012', 'MG Segment', '6E3037', '9J0403', '弹簧', 2, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010013', 'MG Segment', '6E3037', '1063660', '活塞', 2, 'B', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010014', 'MG Segment', '6E3037', '6E3007', '弹簧', 1, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010015', 'MG Segment', '6E3037', '1011973', '轴承座', 4, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010016', 'MG Segment', '6E3037', '8T4189', '螺栓', 2, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010017', 'MG Segment', '6E3037', '8T4224', '垫片', 2, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010018', 'MG Segment', '6E3037', '1027412', '弹簧', 1, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010019', 'MG Segment', '6E3037', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010020', 'MG Segment', '6E3037', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010021', 'MG Segment', '6E3037', '1011971', '杆体', 1, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010022', 'MG Segment', '6E3037', '1012480', '盖板', 1, 'C', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010023', 'MG Segment', '6E3037', '2213676', '阀芯', 1, 'D', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010024', 'MG Segment', '6E3037', '1011984', '阀座', 1, 'E', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010025', 'MG Segment', '6E3037', '8T4138', '螺栓', 2, 'F', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010026', 'MG Segment', '6E3037', '1118234', '弹簧', 1, 'F', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010027', 'MG Segment', '6E3037', '1011980', '盖板', 1, 'F', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010028', 'MG Segment', '6E3037', '2227774', '溢流阀', 1, 'F', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010029', 'MG Segment', '6E3037', '8T6869', '螺栓', 2, 'G', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010030', 'MG Segment', '6E3037', '8T4224', '垫片', 2, 'G', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010031', 'MG Segment', '6E3037', '1070520', '铭牌', 1, 'G', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742366754042010032', 'MG Segment', '6E3037', '1084916', '制动组件', 1, 'G', 8, '2025-03-19 14:45:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010000', 'MG Segment', '1070543', '9S8005', '堵头', 1, 'A', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010001', 'MG Segment', '1070543', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010002', 'MG Segment', '1070543', '9J0404', '堵头', 2, 'A', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010003', 'MG Segment', '1070543', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010004', 'MG Segment', '1070543', '3405472', '右手柄', 1, 'A', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010005', 'MG Segment', '1070543', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010006', 'MG Segment', '1070543', '6E4502', '堵头', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010007', 'MG Segment', '1070543', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010008', 'MG Segment', '1070543', '6E3019', '阀', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010009', 'MG Segment', '1070543', '6E5153', '弹簧', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010010', 'MG Segment', '1070543', '1082187', '堵头', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010011', 'MG Segment', '1070543', '5B9318', '钢球', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010012', 'MG Segment', '1070543', '9J0403', '弹簧', 2, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010013', 'MG Segment', '1070543', '1063659', '活塞', 1, 'B', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010014', 'MG Segment', '1070543', '6E3007', '弹簧', 1, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010015', 'MG Segment', '1070543', '1011973', '轴承座', 4, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010016', 'MG Segment', '1070543', '8T4189', '螺栓', 2, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010017', 'MG Segment', '1070543', '8T4224', '垫片', 2, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010018', 'MG Segment', '1070543', '1027412', '弹簧', 1, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010019', 'MG Segment', '1070543', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010020', 'MG Segment', '1070543', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010021', 'MG Segment', '1070543', '1011971', '杆体', 1, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010022', 'MG Segment', '1070543', '1012480', '盖板', 1, 'C', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010023', 'MG Segment', '1070543', '1011148', '阀芯', 1, 'D', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010024', 'MG Segment', '1070543', '1011984', '阀座', 1, 'E', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010025', 'MG Segment', '1070543', '8T4138', '螺栓', 2, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010026', 'MG Segment', '1070543', '1118233', '弹簧', 1, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010027', 'MG Segment', '1070543', '1011978', '盖板', 1, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010028', 'MG Segment', '1070543', '8T4189', '螺栓', 2, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010029', 'MG Segment', '1070543', '8T4224', '垫片', 2, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010030', 'MG Segment', '1070543', '2639657', '溢流阀', 1, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367384400010031', 'MG Segment', '1070543', '1070521', '铭牌', 1, 'F', 8, '2025-03-19 14:56:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010000', 'MG Stack', '2500551', '3K0360', '橡胶密封圈', 2, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010001', 'MG Stack', '2500551', '9S8005', '钢铁制塞堵', 2, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010002', 'MG Stack', '2500551', '9S4180', '钢铁制塞堵', 1, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010003', 'MG Stack', '2500551', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010004', 'MG Stack', '2500551', '2147568', '橡胶密封圈', 2, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010005', 'MG Stack', '2500551', '9S4191', '钢铁制塞堵', 2, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010006', 'MG Stack', '2500551', '7S0530', '钢铁制管夹', 1, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010007', 'MG Stack', '2500551', '8T4189', '钢铁制螺栓', 1, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010008', 'MG Stack', '2500551', '8T4224', '钢铁制垫圈', 1, 'A', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010009', 'MG Stack', '2500551', '1010509', '密封衬垫', 6, 'B', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010010', 'MG Stack', '2500551', '8T4896', '钢铁制垫圈', 1, 'B', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010011', 'MG Stack', '2500551', '7X2546', '钢铁制螺栓', 2, 'B', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010012', 'MG Stack', '2500551', '8T6408', '钢铁制螺栓', 1, 'B', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010013', 'MG Stack', '2500551', '8T4172', '钢铁制螺栓', 3, 'C', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010014', 'MG Stack', '2500551', '3K6113', '钢铁制垫圈', 3, 'C', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010015', 'MG Stack', '2500551', '2660531', '插座盖', 2, 'C', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010016', 'MG Stack', '2500551', '2521631', '塑料制塞堵组件', 1, 'C', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010017', 'MG Stack', '2500551', '2191891', '塑料塞堵', 8, 'C', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742367808978010018', 'MG Stack', '2500551', '2191893', '塑料塞堵', 2, 'D', 2, '2025-03-19 15:03:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010000', 'MG Stack', '3701232', '9S4180', '螺堵', 1, 'A', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010001', 'MG Stack', '3701232', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010002', 'MG Stack', '3701232', '2191893', '塑料堵', 2, 'A', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010003', 'MG Stack', '3701232', '2521631', '塑料堵', 1, 'A', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010004', 'MG Stack', '3701232', '8T4189', '螺栓', 1, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010005', 'MG Stack', '3701232', '8T4224', '垫圈', 1, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010006', 'MG Stack', '3701232', '7S0530', '夹子', 1, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010007', 'MG Stack', '3701232', '3701234', '铭牌', 1, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010008', 'MG Stack', '3701232', '8T6408', '螺栓', 1, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010009', 'MG Stack', '3701232', '8T4186', '螺栓', 3, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010010', 'MG Stack', '3701232', '8T4896', '垫圈', 1, 'B', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010011', 'MG Stack', '3701232', '1010509', '密封板', 5, 'C', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010012', 'MG Stack', '3701232', '7X2546', '螺栓', 2, 'C', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370331875010013', 'MG Stack', '3701232', '2191891', '塑料堵', 8, 'D', 2, '2025-03-19 15:45:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530245010000', 'MG Stack', '3701261', '9S8005', '螺堵', 2, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010000', 'MG Stack', '3701261', '3K0360', 'O型圈', 2, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010001', 'MG Stack', '3701261', '9S4180', '螺堵', 1, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010002', 'MG Stack', '3701261', '4J7533', 'O型圈', 1, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010003', 'MG Stack', '3701261', '2521631', '塑料塞堵', 1, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010004', 'MG Stack', '3701261', '2191891', '塑料塞堵', 8, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010005', 'MG Stack', '3701261', '2191893', '塑料塞堵', 2, 'A', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010006', 'MG Stack', '3701261', '8T4189', '螺栓', 1, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010007', 'MG Stack', '3701261', '8T4224', '垫圈', 1, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010008', 'MG Stack', '3701261', '7S0530', '夹子', 1, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010009', 'MG Stack', '3701261', '3701263', '铭牌', 1, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530246010010', 'MG Stack', '3701261', '8T6408', '螺栓', 1, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530247010000', 'MG Stack', '3701261', '8T4172', '螺栓', 3, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530247010001', 'MG Stack', '3701261', '8T4896', '垫圈', 1, 'B', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530247010002', 'MG Stack', '3701261', '7X2546', '螺栓', 2, 'C', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370530247010003', 'MG Stack', '3701261', '1010509', '密封板', 6, 'C', 2, '2025-03-19 15:48:50', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798605010000', 'MG Segment', '3701259', '9S8005', '堵头', 1, 'A', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798605010001', 'MG Segment', '3701259', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798605010002', 'MG Segment', '3701259', '9J0404', '堵头', 2, 'A', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798605010003', 'MG Segment', '3701259', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798605010004', 'MG Segment', '3701259', '3405472', '左手柄', 1, 'A', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798606010000', 'MG Segment', '3701259', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798607010000', 'MG Segment', '3701259', '6E4502', '堵头', 1, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798607010001', 'MG Segment', '3701259', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798607010002', 'MG Segment', '3701259', '6E3019', '阀', 1, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798607010003', 'MG Segment', '3701259', '6E5153', '弹簧', 1, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798608010000', 'MG Segment', '3701259', '1082187', '堵头', 1, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798613010000', 'MG Segment', '3701259', '5B9318', '钢球', 1, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798613010001', 'MG Segment', '3701259', '9J0403', '弹簧', 2, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798614010000', 'MG Segment', '3701259', '1063660', '活塞', 2, 'B', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798615010000', 'MG Segment', '3701259', '6E3007', '弹簧', 1, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798615010001', 'MG Segment', '3701259', '1011973', '轴承座', 4, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798615010002', 'MG Segment', '3701259', '8T4189', '螺栓', 2, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798615010003', 'MG Segment', '3701259', '8T4224', '垫片', 2, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798615010004', 'MG Segment', '3701259', '1027412', '弹簧', 1, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798615010005', 'MG Segment', '3701259', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798616010000', 'MG Segment', '3701259', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798616010001', 'MG Segment', '3701259', '1011971', '杆体', 1, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798616010002', 'MG Segment', '3701259', '1012480', '盖板', 1, 'C', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798616010003', 'MG Segment', '3701259', '2213676', '阀芯', 1, 'D', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798616010004', 'MG Segment', '3701259', '1011984', '阀座', 1, 'E', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010000', 'MG Segment', '3701259', '8T4138', '螺栓', 2, 'F', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010001', 'MG Segment', '3701259', '1118234', '弹簧', 1, 'F', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010002', 'MG Segment', '3701259', '1011980', '盖板', 1, 'F', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010003', 'MG Segment', '3701259', '2227774', '溢流阀', 1, 'F', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010004', 'MG Segment', '3701259', '8T6869', '螺栓', 2, 'G', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010005', 'MG Segment', '3701259', '8T4224', '垫片', 2, 'G', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798617010006', 'MG Segment', '3701259', '3701260', '铭牌', 1, 'G', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742370798618010000', 'MG Segment', '3701259', '1084916', '制动组件', 1, 'G', 8, '2025-03-19 15:53:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196815010000', 'MG Segment', '3701257', '9S8005', '堵头', 1, 'A', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196816010000', 'MG Segment', '3701257', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196816010001', 'MG Segment', '3701257', '9J0404', '堵头', 2, 'A', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196819010000', 'MG Segment', '3701257', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196824010000', 'MG Segment', '3701257', '3405472', '右手柄', 1, 'A', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196827010000', 'MG Segment', '3701257', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196827010001', 'MG Segment', '3701257', '6E4502', '堵头', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196827010002', 'MG Segment', '3701257', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196827010003', 'MG Segment', '3701257', '6E3019', '阀', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196829010000', 'MG Segment', '3701257', '6E5153', '弹簧', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196829010001', 'MG Segment', '3701257', '1082187', '堵头', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196829010002', 'MG Segment', '3701257', '5B9318', '钢球', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196829010003', 'MG Segment', '3701257', '9J0403', '弹簧', 2, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196831010000', 'MG Segment', '3701257', '1063659', '活塞', 1, 'B', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196831010001', 'MG Segment', '3701257', '6E3007', '弹簧', 1, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196832010000', 'MG Segment', '3701257', '1011973', '轴承座', 4, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196832010001', 'MG Segment', '3701257', '8T4189', '螺栓', 2, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196832010002', 'MG Segment', '3701257', '8T4224', '垫片', 2, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196833010000', 'MG Segment', '3701257', '1027412', '弹簧', 1, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196833010001', 'MG Segment', '3701257', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196834010000', 'MG Segment', '3701257', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196835010000', 'MG Segment', '3701257', '1011971', '杆体', 1, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010000', 'MG Segment', '3701257', '1012480', '盖板', 1, 'C', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010001', 'MG Segment', '3701257', '1024577', '阀芯', 1, 'D', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010002', 'MG Segment', '3701257', '1011984', '阀座', 1, 'E', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010003', 'MG Segment', '3701257', '8T4138', '螺栓', 2, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010004', 'MG Segment', '3701257', '1118233', '弹簧', 1, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010005', 'MG Segment', '3701257', '1011978', '盖板', 1, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010006', 'MG Segment', '3701257', '8T4189', '螺栓', 2, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196838010007', 'MG Segment', '3701257', '8T4224', '垫片', 2, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196841010000', 'MG Segment', '3701257', '1398472', '溢流阀', 1, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371196841010001', 'MG Segment', '3701257', '3701258', '铭牌', 1, 'F', 8, '2025-03-19 15:59:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767207010000', 'MG Segment', '3701253', '9S8005', '堵头', 1, 'A', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767209010000', 'MG Segment', '3701253', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767209010001', 'MG Segment', '3701253', '9J0404', '堵头', 2, 'A', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767209010002', 'MG Segment', '3701253', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767210010000', 'MG Segment', '3701253', '3405472', '右手柄', 1, 'A', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767210010001', 'MG Segment', '3701253', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767210010002', 'MG Segment', '3701253', '6E4502', '堵头', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767212010000', 'MG Segment', '3701253', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767212010001', 'MG Segment', '3701253', '6E3019', '阀', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767212010002', 'MG Segment', '3701253', '6E5153', '弹簧', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767213010000', 'MG Segment', '3701253', '1082187', '堵头', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767213010001', 'MG Segment', '3701253', '5B9318', '钢球', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767213010002', 'MG Segment', '3701253', '9J0403', '弹簧', 2, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767213010003', 'MG Segment', '3701253', '1063659', '活塞', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767214010000', 'MG Segment', '3701253', '6E3007', '弹簧', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767214010001', 'MG Segment', '3701253', '1011973', '轴承座', 4, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767214010002', 'MG Segment', '3701253', '8T4189', '螺栓', 2, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767214010003', 'MG Segment', '3701253', '8T4224', '垫片', 2, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767214010004', 'MG Segment', '3701253', '1027412', '弹簧', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767215010000', 'MG Segment', '3701253', '2K8199', '密封O型圈', 2, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767215010001', 'MG Segment', '3701253', '4D9986', '密封O型圈', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767215010002', 'MG Segment', '3701253', '1011971', '杆体', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767216010000', 'MG Segment', '3701253', '1012480', '盖板', 1, 'B', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767216010001', 'MG Segment', '3701253', '1011155', '阀芯', 1, 'D', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767219010000', 'MG Segment', '3701253', '1011984', '阀座', 1, 'E', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767219010001', 'MG Segment', '3701253', '8T4138', '螺栓', 2, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767226010000', 'MG Segment', '3701253', '1118233', '弹簧', 1, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767226010001', 'MG Segment', '3701253', '1011978', '盖板', 1, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767226010002', 'MG Segment', '3701253', '8T4189', '螺栓', 2, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767226010003', 'MG Segment', '3701253', '8T4224', '垫片', 2, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767227010000', 'MG Segment', '3701253', '1398472', '溢流阀', 1, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371767227010001', 'MG Segment', '3701253', '3701254', '铭牌', 1, 'F', 8, '2025-03-19 16:09:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967062010000', 'MG Segment', '3701235', '9S8005', '堵头', 1, 'A', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967062010001', 'MG Segment', '3701235', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967063010000', 'MG Segment', '3701235', '9J0404', '堵头', 2, 'A', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967063010001', 'MG Segment', '3701235', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967063010002', 'MG Segment', '3701235', '3405472', '右手柄', 1, 'A', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967063010003', 'MG Segment', '3701235', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967064010000', 'MG Segment', '3701235', '6E4502', '堵头', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967064010001', 'MG Segment', '3701235', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967064010002', 'MG Segment', '3701235', '6E3019', '阀', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967064010003', 'MG Segment', '3701235', '6E5153', '弹簧', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967069010000', 'MG Segment', '3701235', '1082187', '堵头', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967070010000', 'MG Segment', '3701235', '5B9318', '钢球', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967070010001', 'MG Segment', '3701235', '9J0403', '弹簧', 2, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967071010000', 'MG Segment', '3701235', '1063659', '活塞', 1, 'B', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967072010000', 'MG Segment', '3701235', '6E3007', '弹簧', 1, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967072010001', 'MG Segment', '3701235', '1011973', '轴承座', 4, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967073010000', 'MG Segment', '3701235', '8T4189', '螺栓', 2, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967075010000', 'MG Segment', '3701235', '8T4224', '垫片', 2, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967076010000', 'MG Segment', '3701235', '1027412', '弹簧', 1, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967076010001', 'MG Segment', '3701235', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010000', 'MG Segment', '3701235', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010001', 'MG Segment', '3701235', '1011971', '杆体', 1, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010002', 'MG Segment', '3701235', '1012480', '盖板', 1, 'C', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010003', 'MG Segment', '3701235', '1011148', '阀芯', 1, 'D', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010004', 'MG Segment', '3701235', '1011984', '阀座', 1, 'E', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010005', 'MG Segment', '3701235', '8T4138', '螺栓', 2, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010006', 'MG Segment', '3701235', '1118233', '弹簧', 1, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967077010007', 'MG Segment', '3701235', '1011978', '盖板', 1, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967078010000', 'MG Segment', '3701235', '8T4189', '螺栓', 2, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967078010001', 'MG Segment', '3701235', '8T4224', '垫片', 2, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967078010002', 'MG Segment', '3701235', '1398472', '溢流阀', 1, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742371967078010003', 'MG Segment', '3701235', '3701236', '铭牌', 1, 'F', 8, '2025-03-19 16:12:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010000', 'MG Segment', '3701245', '9S8005', '堵头', 1, 'A', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010001', 'MG Segment', '3701245', '3K0360', '密封O型圈', 1, 'A', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010002', 'MG Segment', '3701245', '9J0404', '堵头', 2, 'A', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010003', 'MG Segment', '3701245', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010004', 'MG Segment', '3701245', '3405470', '右手柄', 1, 'A', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010005', 'MG Segment', '3701245', '8M4437', '密封O型圈', 2, 'A', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010006', 'MG Segment', '3701245', '6E4502', '堵头', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010007', 'MG Segment', '3701245', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010008', 'MG Segment', '3701245', '6E3019', '阀', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010009', 'MG Segment', '3701245', '6E5153', '弹簧', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010010', 'MG Segment', '3701245', '1082187', '堵头', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010011', 'MG Segment', '3701245', '5B9318', '钢球', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010012', 'MG Segment', '3701245', '9J0403', '弹簧', 2, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010013', 'MG Segment', '3701245', '1063659', '活塞', 1, 'B', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010014', 'MG Segment', '3701245', '6E3007', '弹簧', 1, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010015', 'MG Segment', '3701245', '1011973', '轴承座', 4, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010016', 'MG Segment', '3701245', '8T4189', '螺栓', 2, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010017', 'MG Segment', '3701245', '8T4224', '垫片', 2, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010018', 'MG Segment', '3701245', '1027412', '弹簧', 1, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010019', 'MG Segment', '3701245', '2K8199', '密封O型圈', 2, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010020', 'MG Segment', '3701245', '4D9986', '密封O型圈', 1, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010021', 'MG Segment', '3701245', '1011971', '杆体', 1, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010022', 'MG Segment', '3701245', '1012480', '盖板', 1, 'C', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010023', 'MG Segment', '3701245', '1011148', '阀芯', 1, 'D', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010024', 'MG Segment', '3701245', '1011984', '阀座', 1, 'E', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010025', 'MG Segment', '3701245', '8T4138', '螺栓', 2, 'F', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010026', 'MG Segment', '3701245', '1118233', '弹簧', 1, 'F', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010027', 'MG Segment', '3701245', '1011978', '盖板', 1, 'F', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010028', 'MG Segment', '3701245', '8T4189', '螺栓', 2, 'F', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010029', 'MG Segment', '3701245', '8T4224', '垫片', 2, 'F', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742438556118010030', 'MG Segment', '3701245', '3701246', '铭牌', 1, 'F', 8, '2025-03-20 10:42:36', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491901010000', 'B Stack', '3934854', '3966622', 'PLATE-IDENT ', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491902010000', 'B Stack', '3934854', '8J6815', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491902010001', 'B Stack', '3934854', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491902010002', 'B Stack', '3934854', '9S4182', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491903010000', 'B Stack', '3934854', '4T5896', 'VALVE GP-CHECK-C', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491903010001', 'B Stack', '3934854', '1047574', 'VALVE GP-RELIEF ', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491907010000', 'B Stack', '3934854', '3966619', 'VALVE GP-D RLF-A', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491907010001', 'B Stack', '3934854', '5H4019', 'COVER ', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491907010002', 'B Stack', '3934854', '4J0520', 'SEAL-O-RING ', 1, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491907010003', 'B Stack', '3934854', '8C3206', 'FLANGE-SPLIT ', 2, 'A', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491908010000', 'B Stack', '3934854', '8T4121', 'WASHER-HARD ', 4, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491908010001', 'B Stack', '3934854', '8T4196', 'BOLT-HEX HEAD ', 4, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491908010002', 'B Stack', '3934854', '3J1907', 'SEAL-O-RING-STOR', 2, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491908010003', 'B Stack', '3934854', '9S4191', 'PLUG-LD STOR ', 2, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491910010000', 'B Stack', '3934854', '3J7354', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491910010001', 'B Stack', '3934854', '9S4182', 'PLUG-LD STOR ', 1, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491911010000', 'B Stack', '3934854', '4J0522', 'SEAL-O-RING ', 3, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010000', 'B Stack', '3934854', '6V5555', 'SEAL-O RING ', 3, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010001', 'B Stack', '3934854', '1P3702', 'SEAL-RECTANGULAR', 1, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010002', 'B Stack', '3934854', '6V8188', 'NUT-FULL ', 3, 'B', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010003', 'B Stack', '3934854', '8T4223', 'WASHER-HARD ', 3, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010004', 'B Stack', '3934854', '5H4019', 'COVER ', 6, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010005', 'B Stack', '3934854', '4J0520', 'SEAL-O-RING ', 6, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010006', 'B Stack', '3934854', '8C3206', 'FLANGE-SPLIT ', 12, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010007', 'B Stack', '3934854', '8T4121', 'WASHER-HARD ', 24, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010008', 'B Stack', '3934854', '8T4196', 'BOLT-HEX HEAD ', 24, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491912010009', 'B Stack', '3934854', '4J0522', 'SEAL-O-RING ', 9, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010000', 'B Stack', '3934854', '6V5555', 'SEAL-O RING ', 9, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010001', 'B Stack', '3934854', '4J8997', 'SEAL-O-RING ', 3, 'C', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010002', 'B Stack', '3934854', '4T1073', 'ROD ', 3, 'D', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010003', 'B Stack', '3934854', '6V8188', 'NUT-FULL ', 3, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010004', 'B Stack', '3934854', '8T4223', 'WASHER-HARD ', 3, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010005', 'B Stack', '3934854', '5H4020', 'FLANGE-COVER ', 1, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010006', 'B Stack', '3934854', '4J0522', 'SEAL-O-RING ', 1, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010007', 'B Stack', '3934854', '1P4578', 'FLANGE-SPLIT ', 2, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491913010008', 'B Stack', '3934854', '8T4121', 'WASHER-HARD ', 4, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491914010000', 'B Stack', '3934854', '8T4196', 'BOLT-HEX HEAD ', 4, 'E', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491914010001', 'B Stack', '3934854', '4K1388', 'SEAL-O-RING-STOR', 1, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491915010000', 'B Stack', '3934854', '9S4188', 'PLUG-LD STOR ', 1, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491917010000', 'B Stack', '3934854', '3J7354', 'SEAL-O-RING-STOR', 2, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491919010000', 'B Stack', '3934854', '9S4182', 'PLUG-LD STOR ', 2, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491919010001', 'B Stack', '3934854', '3J1907', 'SEAL-O-RING-STOR', 1, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491919010002', 'B Stack', '3934854', '9S4191', 'PLUG-LD STOR ', 1, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742439491919010003', 'B Stack', '3934854', '4805267', ' CLIP-LIFT', 2, 'F', 1, '2025-03-20 10:58:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792208010000', 'B Segment', '3939136', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792208010001', 'B Segment', '3939136', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792208010002', 'B Segment', '3939136', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792209010000', 'B Segment', '3939136', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010000', 'B Segment', '3939136', '4D0514', 'PLUG-PTF ', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010001', 'B Segment', '3939136', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010002', 'B Segment', '3939136', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010003', 'B Segment', '3939136', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010004', 'B Segment', '3939136', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010005', 'B Segment', '3939136', '4T1108', 'PLUG ', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010006', 'B Segment', '3939136', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010007', 'B Segment', '3939136', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010008', 'B Segment', '3939136', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010009', 'B Segment', '3939136', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010010', 'B Segment', '3939136', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010011', 'B Segment', '3939136', '7M8485', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010012', 'B Segment', '3939136', '9S4181', 'PLUG-LD STOR ', 1, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010013', 'B Segment', '3939136', '4J7533', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010014', 'B Segment', '3939136', '9S4180', 'PLUG-LD STOR ', 1, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010015', 'B Segment', '3939136', '3529956', 'RETAINER ', 1, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010016', 'B Segment', '3939136', '3529954', 'SPRING ', 1, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010017', 'B Segment', '3939136', '2077434', 'RETAINER ', 1, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010018', 'B Segment', '3939136', '8T4145', 'BOLT-HEX HEAD ', 2, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010019', 'B Segment', '3939136', '9X8256', 'WASHER ', 2, 'C', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010020', 'B Segment', '3939136', '3939142', 'PLATE-IDENT ', 1, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010021', 'B Segment', '3939136', '3529956', 'RETAINER ', 1, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010022', 'B Segment', '3939136', '3529954', 'SPRING ', 1, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010023', 'B Segment', '3939136', '2077434', 'RETAINER ', 1, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010024', 'B Segment', '3939136', '8T4145', 'BOLT-HEX HEAD ', 2, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010025', 'B Segment', '3939136', '9X8256', 'WASHER ', 2, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010026', 'B Segment', '3939136', '3J1907', 'SEAL-O-RING-STOR', 2, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792218010027', 'B Segment', '3939136', '9S8004', 'PLUG-LD STOR ', 2, 'D', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010000', 'B Segment', '3939136', '3617213', 'CARTRIDGE AS ', 1, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010001', 'B Segment', '3939136', '3161438', 'CARTRIDGE AS ', 1, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010002', 'B Segment', '3939136', '3128629', 'COIL AS ', 1, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010003', 'B Segment', '3939136', '1919247', 'WASHER ', 1, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010004', 'B Segment', '3939136', '1982914', 'NUT-HEXAGON ', 1, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010005', 'B Segment', '3939136', '1879630', 'SEAL-O-RING ', 1, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010006', 'B Segment', '3939136', '1H1023', 'SEAL-O RING ', 2, 'E', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010007', 'B Segment', '3939136', '4T0947', 'VALVE GP-CHECK-D', 1, 'G', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010008', 'B Segment', '3939136', '2608590', 'VALVE GP-SHTL -B', 1, 'G', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010009', 'B Segment', '3939136', '2427955', 'HOUSING AS ', 2, 'H', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010010', 'B Segment', '3939136', '3617213', 'CARTRIDGE AS ', 1, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010011', 'B Segment', '3939136', '3161438', 'CARTRIDGE AS ', 1, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010012', 'B Segment', '3939136', '3128629', 'COIL AS ', 1, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010013', 'B Segment', '3939136', '1919247', 'WASHER ', 1, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010014', 'B Segment', '3939136', '1982914', 'NUT-HEXAGON ', 1, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010015', 'B Segment', '3939136', '1879630', 'SEAL-O-RING ', 1, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742445792219010016', 'B Segment', '3939136', '1H1023', 'SEAL-O RING ', 2, 'I', 6, '2025-03-20 12:43:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010000', 'B Segment', '3939138', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010001', 'B Segment', '3939138', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010002', 'B Segment', '3939138', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010003', 'B Segment', '3939138', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010004', 'B Segment', '3939138', '4T4207', 'PLUG-NPTF ', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010005', 'B Segment', '3939138', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010006', 'B Segment', '3939138', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010007', 'B Segment', '3939138', '4J7533', 'SEAL-O-RING-STOR', 2, 'A', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010008', 'B Segment', '3939138', '4762873', 'VALVE GP-D RLF ', 1, 'B', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010009', 'B Segment', '3939138', '2169512', 'VALVE GP-CHECK &', 1, 'C', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010010', 'B Segment', '3939138', '9S8001', 'PLUG-LD STOR ', 2, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010011', 'B Segment', '3939138', '3J7354', 'SEAL-O-RING-STOR', 1, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010012', 'B Segment', '3939138', '9S8002', 'PLUG-LD STOR ', 1, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010013', 'B Segment', '3939138', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010014', 'B Segment', '3939138', '3664972', 'RING-BACKUP ', 1, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010015', 'B Segment', '3939138', '6V5556', 'SEAL-O RING ', 1, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010016', 'B Segment', '3939138', '4T1701', 'SPRING ', 1, 'D', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010017', 'B Segment', '3939138', '4T1649', 'HOUSING ', 1, 'F', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195315010018', 'B Segment', '3939138', '5M2057', 'SEAL-O-RING ', 1, 'F', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010000', 'B Segment', '3939138', '8T4185', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010001', 'B Segment', '3939138', '4J7533', 'SEAL-O-RING-STOR', 1, 'F', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010002', 'B Segment', '3939138', '9S4180', 'PLUG-LD STOR ', 1, 'F', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010003', 'B Segment', '3939138', '2077434', 'RETAINER ', 1, 'F', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010004', 'B Segment', '3939138', '3487104', 'SPRING ', 1, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010005', 'B Segment', '3939138', '3529955', 'RETAINER ', 1, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010006', 'B Segment', '3939138', '9X8256', 'WASHER ', 2, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010007', 'B Segment', '3939138', '3529956', 'RETAINER ', 1, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010008', 'B Segment', '3939138', '3529954', 'SPRING ', 1, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010009', 'B Segment', '3939138', '2077434', 'RETAINER ', 1, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010010', 'B Segment', '3939138', '8T4145', 'BOLT-HEX HEAD ', 4, 'G', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010011', 'B Segment', '3939138', '9X8256', 'WASHER ', 2, 'H', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010012', 'B Segment', '3939138', '3939144', 'PLATE-IDENT ', 1, 'H', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010013', 'B Segment', '3939138', '3J1907', 'SEAL-O-RING-STOR', 2, 'H', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010014', 'B Segment', '3939138', '9S8004', 'PLUG-LD STOR ', 2, 'H', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010015', 'B Segment', '3939138', '2427955', 'HOUSING AS ', 2, 'I', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010016', 'B Segment', '3939138', '3617213', 'CARTRIDGE AS ', 1, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010017', 'B Segment', '3939138', '3161438', 'CARTRIDGE AS ', 1, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010018', 'B Segment', '3939138', '1919247', 'WASHER ', 1, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010019', 'B Segment', '3939138', '1982914', 'NUT-HEXAGON ', 1, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010020', 'B Segment', '3939138', '1879630', 'SEAL-O-RING ', 1, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010021', 'B Segment', '3939138', '3128629', 'COIL AS ', 1, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010022', 'B Segment', '3939138', '1H1023', 'SEAL-O RING ', 2, 'K', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010023', 'B Segment', '3939138', '3617213', 'CARTRIDGE AS ', 1, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010024', 'B Segment', '3939138', '3161438', 'CARTRIDGE AS ', 1, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195316010025', 'B Segment', '3939138', '1919247', 'WASHER ', 1, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195317010000', 'B Segment', '3939138', '1982914', 'NUT-HEXAGON ', 1, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195317010001', 'B Segment', '3939138', '1879630', 'SEAL-O-RING ', 1, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195317010002', 'B Segment', '3939138', '3128629', 'COIL AS ', 1, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742448195317010003', 'B Segment', '3939138', '1H1023', 'SEAL-O RING ', 2, 'M', 6, '2025-03-20 13:23:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010000', 'B stack', '3612413', '3J1907', '橡胶密封圈', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010001', 'B stack', '3612413', '9S4191', '钢铁制塞堵', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010002', 'B stack', '3612413', '4K1388', '橡胶密封圈', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010003', 'B stack', '3612413', '9S4188', '钢铁制塞堵', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010004', 'B stack', '3612413', '7J7666', '钢铁安装盖', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010005', 'B stack', '3612413', '7J7667', '纸制衬垫', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010006', 'B stack', '3612413', '8T0293', '钢铁制螺栓', 2, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010007', 'B stack', '3612413', '1P3702', '橡胶密封圈', 1, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010008', 'B stack', '3612413', '6V5555', '橡胶密封圈', 9, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010009', 'B stack', '3612413', '4J0522', '橡胶密封圈', 9, 'A', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010010', 'B stack', '3612413', '3J7354', '橡胶密封圈', 2, 'B', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537508010011', 'B stack', '3612413', '3603690', '钢铁制塞堵', 2, 'B', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010000', 'B stack', '3612413', '4J8997', '橡胶密封圈', 2, 'B', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010001', 'B stack', '3612413', '8C3206', '钢铁制法兰', 4, 'B', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010002', 'B stack', '3612413', '7M8485', '橡胶密封圈', 1, 'B', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010003', 'B stack', '3612413', '3603697', '钢铁制塞堵', 1, 'B', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010004', 'B stack', '3612413', '7S0530', '钢铁制管夹', 2, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010005', 'B stack', '3612413', '4J0520', '橡胶密封圈', 2, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010006', 'B stack', '3612413', '5H4019', '钢铁安装盖', 2, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010007', 'B stack', '3612413', '7J3554', '钢铁安装盖', 2, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010008', 'B stack', '3612413', '4J8174', '浸胶碳纤维衬垫', 2, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010009', 'B stack', '3612413', '6V6317', '钢铁制螺栓', 6, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010010', 'B stack', '3612413', '8T4223', '钢铁制垫圈', 3, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010011', 'B stack', '3612413', '9S1374', '钢铁制螺栓', 3, 'C', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010012', 'B stack', '3612413', '3J1907', '橡胶密封圈', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010013', 'B stack', '3612413', '9S4191', '钢铁制塞堵', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010014', 'B stack', '3612413', '3J7354', '橡胶密封圈', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010015', 'B stack', '3612413', '3603690', '钢铁制塞堵', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010016', 'B stack', '3612413', '3J5554', '纸制衬垫', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010017', 'B stack', '3612413', '8J4398', '钢铁安装盖', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742451537509010018', 'B stack', '3612413', '4T7581', '安全阀', 1, 'D', 1, '2025-03-20 14:18:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010000', 'B Segment', '3513626', '1047574', '安全阀', 1, 'B', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010001', 'B Segment', '3513626', '8J6815', '钢铁制塞堵', 1, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010002', 'B Segment', '3513626', '4T5896', '止回阀', 1, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010003', 'B Segment', '3513626', '3J7354', '橡胶密封圈', 1, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010004', 'B Segment', '3513626', '9S4182', '钢铁制塞堵', 1, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010005', 'B Segment', '3513626', '6V3965', '取样阀', 2, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010006', 'B Segment', '3513626', '2147568', '橡胶密封圈', 2, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010007', 'B Segment', '3513626', '6V0852', '橡胶防尘盖', 2, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010008', 'B Segment', '3513626', '4J0520', '橡胶密封圈', 1, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010009', 'B Segment', '3513626', '5H4019', '钢铁安装盖', 1, 'C', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010010', 'B Segment', '3513626', '8C3206', '钢铁制法兰', 2, 'D', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010011', 'B Segment', '3513626', '8T4121', '钢铁制垫圈', 8, 'D', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742452102078010012', 'B Segment', '3513626', '8T4196', '钢铁制螺栓', 4, 'D', 6, '2025-03-20 14:28:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010000', 'B Segment', '5195781', '2S2596', '钢铁弹簧', 3, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010001', 'B Segment', '5195781', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010002', 'B Segment', '5195781', '1008010', '阀芯', 3, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010003', 'B Segment', '5195781', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010004', 'B Segment', '5195781', '4T4207', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010005', 'B Segment', '5195781', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010006', 'B Segment', '5195781', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685007010007', 'B Segment', '5195781', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010000', 'B Segment', '5195781', '4T5073', '塑料密封圈', 2, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010001', 'B Segment', '5195781', '7J9933', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010002', 'B Segment', '5195781', '1008012', '阀体', 2, 'B', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010003', 'B Segment', '5195781', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010004', 'B Segment', '5195781', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010005', 'B Segment', '5195781', '2608590', '换向阀', 1, 'B', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010006', 'B Segment', '5195781', '4T1701', '钢铁弹簧', 1, 'B', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010007', 'B Segment', '5195781', '4T4511', '阀用管套', 1, 'C', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010008', 'B Segment', '5195781', '5M2057', '橡胶密封圈', 1, 'C', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010009', 'B Segment', '5195781', '6V5556', '橡胶密封圈', 1, 'C', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010010', 'B Segment', '5195781', '3664972', '塑料密封圈', 1, 'D', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010011', 'B Segment', '5195781', '8T4185', '螺栓8T-4185', 2, 'D', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010012', 'B Segment', '5195781', '1919247', '钢铁制垫圈', 2, 'D', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010013', 'B Segment', '5195781', '1982914', '钢铁制螺母', 2, 'D', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010014', 'B Segment', '5195781', '3161438', '插装阀组件', 2, 'D', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685008010015', 'B Segment', '5195781', '3128629', '电磁线圈', 2, 'E', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010000', 'B Segment', '5195781', '3617213', '插装阀组件', 2, 'F', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010001', 'B Segment', '5195781', '2077434', '阀用止动块', 2, 'F', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010002', 'B Segment', '5195781', '9S4180', '钢铁制塞堵', 1, 'F', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010003', 'B Segment', '5195781', '4J7533', '橡胶密封圈', 1, 'F', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010004', 'B Segment', '5195781', '1H1023', '橡胶密封圈', 4, 'F', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010005', 'B Segment', '5195781', '1879630', '橡胶密封圈', 2, 'F', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010006', 'B Segment', '5195781', '3328826', '阀座', 1, 'G', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010007', 'B Segment', '5195781', '2427955', '阀座', 1, 'H', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010008', 'B Segment', '5195781', '1503065', '钢铁制螺纹接头组件', 1, 'I', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010009', 'B Segment', '5195781', '3J1907', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010010', 'B Segment', '5195781', '7W7381', '钢铁制管路接头', 2, 'I', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010011', 'B Segment', '5195781', '6V3965', '取样阀', 2, 'I', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010012', 'B Segment', '5195781', '2147568', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010013', 'B Segment', '5195781', '6V0852', '橡胶防尘盖', 2, 'I', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010014', 'B Segment', '5195781', '3529954', '钢铁弹簧', 2, 'J', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010015', 'B Segment', '5195781', '3529956', '阀用止动块', 2, 'J', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742454685009010016', 'B Segment', '5195781', '9X8256', '钢铁制垫圈', 4, 'J', 6, '2025-03-20 15:11:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256595010000', 'B Segment', '5195782', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256596010000', 'B Segment', '5195782', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256597010000', 'B Segment', '5195782', '1008010', '阀芯', 2, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256598010000', 'B Segment', '5195782', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256598010001', 'B Segment', '5195782', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256601010000', 'B Segment', '5195782', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256602010000', 'B Segment', '5195782', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256602010001', 'B Segment', '5195782', '4J5351', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256602010002', 'B Segment', '5195782', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256604010000', 'B Segment', '5195782', '4T5072', '塑料密封圈', 1, 'A', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256604010001', 'B Segment', '5195782', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256608010000', 'B Segment', '5195782', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256608010001', 'B Segment', '5195782', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256615010000', 'B Segment', '5195782', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256616010000', 'B Segment', '5195782', '1008012', '阀体', 1, 'B', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256616010001', 'B Segment', '5195782', '2608590', '换向阀', 1, 'C', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256616010002', 'B Segment', '5195782', '5M2057', '橡胶密封圈', 1, 'C', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256616010003', 'B Segment', '5195782', '1239624', '钢铁弹簧', 1, 'C', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256616010004', 'B Segment', '5195782', '9X2027', '钢铁制垫圈', 2, 'C', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256616010005', 'B Segment', '5195782', '1919247', '钢铁制垫圈', 2, 'C', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256617010000', 'B Segment', '5195782', '1982914', '钢铁制螺母', 2, 'C', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256617010001', 'B Segment', '5195782', '1216647', '安全阀', 1, 'D', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256617010002', 'B Segment', '5195782', '3161438', '插装阀组件', 2, 'E', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256617010003', 'B Segment', '5195782', '3617213', '插装阀组件', 2, 'E', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256618010000', 'B Segment', '5195782', '3328826', '阀座', 1, 'E', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256618010001', 'B Segment', '5195782', '2077434', '阀用止动块', 2, 'E', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256618010002', 'B Segment', '5195782', '3128629', '电磁线圈', 2, 'F', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256618010003', 'B Segment', '5195782', '9S4180', '钢铁制塞堵', 1, 'G', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256619010000', 'B Segment', '5195782', '4J7533', '橡胶密封圈', 1, 'G', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256619010001', 'B Segment', '5195782', '1H1023', '橡胶密封圈', 4, 'G', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256619010002', 'B Segment', '5195782', '1879630', '橡胶密封圈', 2, 'G', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256619010003', 'B Segment', '5195782', '3487104', '钢铁弹簧', 1, 'G', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256619010004', 'B Segment', '5195782', '2427955', '阀座', 1, 'H', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256619010005', 'B Segment', '5195782', '1503065', '钢铁制螺纹接头组件', 1, 'I', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256620010000', 'B Segment', '5195782', '3J1907', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256622010000', 'B Segment', '5195782', '7W7381', '钢铁制管路接头', 2, 'I', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256623010000', 'B Segment', '5195782', '6V3965', '取样阀', 2, 'I', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256623010001', 'B Segment', '5195782', '2147568', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256623010002', 'B Segment', '5195782', '6V0852', '橡胶防尘盖', 2, 'I', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256623010003', 'B Segment', '5195782', '3529954', '钢铁弹簧', 1, 'J', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256623010004', 'B Segment', '5195782', '3529956', '阀用止动块', 1, 'J', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742455256623010005', 'B Segment', '5195782', '9X8256', '钢铁制垫圈', 4, 'J', 6, '2025-03-20 15:20:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010000', 'B Segment', '5195783', '2S2596', '钢铁弹簧', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010001', 'B Segment', '5195783', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010002', 'B Segment', '5195783', '1008010', '阀芯', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010003', 'B Segment', '5195783', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010004', 'B Segment', '5195783', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010005', 'B Segment', '5195783', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215977010006', 'B Segment', '5195783', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010000', 'B Segment', '5195783', '4J5351', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010001', 'B Segment', '5195783', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010002', 'B Segment', '5195783', '4T5072', '塑料密封圈', 2, 'A', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010003', 'B Segment', '5195783', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010004', 'B Segment', '5195783', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010005', 'B Segment', '5195783', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010006', 'B Segment', '5195783', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010007', 'B Segment', '5195783', '2608590', '换向阀', 1, 'C', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010008', 'B Segment', '5195783', '5M2057', '橡胶密封圈', 1, 'C', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215978010009', 'B Segment', '5195783', '1239624', '钢铁弹簧', 1, 'C', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010000', 'B Segment', '5195783', '9X2027', '钢铁制垫圈', 2, 'C', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010001', 'B Segment', '5195783', '1919247', '钢铁制垫圈', 2, 'C', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010002', 'B Segment', '5195783', '1982914', '钢铁制螺母', 2, 'C', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010003', 'B Segment', '5195783', '1216650', '安全阀', 1, 'D', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010004', 'B Segment', '5195783', '3161438', '插装阀组件', 2, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010005', 'B Segment', '5195783', '3617213', '插装阀组件', 2, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010006', 'B Segment', '5195783', '2077434', '阀用止动块', 2, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010007', 'B Segment', '5195783', '9S4180', '钢铁制塞堵', 1, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010008', 'B Segment', '5195783', '4J7533', '橡胶密封圈', 1, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010009', 'B Segment', '5195783', '1H1023', '橡胶密封圈', 4, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215979010010', 'B Segment', '5195783', '1879630', '橡胶密封圈', 2, 'E', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010000', 'B Segment', '5195783', '3328826', '阀座', 1, 'E1', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010001', 'B Segment', '5195783', '3128629', '电磁线圈', 2, 'F', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010002', 'B Segment', '5195783', '3529954', '钢铁弹簧', 2, 'G', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010003', 'B Segment', '5195783', '3529956', '阀用止动块', 2, 'G', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010004', 'B Segment', '5195783', '9X8256', '钢铁制垫圈', 4, 'G', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010005', 'B Segment', '5195783', '2427955', '阀座', 1, 'H', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010006', 'B Segment', '5195783', '1503065', '钢铁制螺纹接头组件', 1, 'I', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010007', 'B Segment', '5195783', '3J1907', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010008', 'B Segment', '5195783', '7W7381', '钢铁制管路接头', 2, 'I', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010009', 'B Segment', '5195783', '6V3965', '取样阀', 2, 'I', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010010', 'B Segment', '5195783', '2147568', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456215980010011', 'B Segment', '5195783', '6V0852', '橡胶防尘盖', 2, 'I', 6, '2025-03-20 15:36:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010000', 'B Segment', '5195784', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010001', 'B Segment', '5195784', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010002', 'B Segment', '5195784', '1008010', '阀芯', 2, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010003', 'B Segment', '5195784', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010004', 'B Segment', '5195784', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010005', 'B Segment', '5195784', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010006', 'B Segment', '5195784', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010007', 'B Segment', '5195784', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010008', 'B Segment', '5195784', '4T5073', '塑料密封圈', 2, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010009', 'B Segment', '5195784', '7J9933', '橡胶密封圈', 2, 'A', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010010', 'B Segment', '5195784', '1008012', '阀体', 1, 'B', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010011', 'B Segment', '5195784', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456556999010012', 'B Segment', '5195784', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010000', 'B Segment', '5195784', '4J5351', '橡胶密封圈', 1, 'B', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010001', 'B Segment', '5195784', '4T5072', '塑料密封圈', 1, 'B', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010002', 'B Segment', '5195784', '2608590', '换向阀', 1, 'C', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010003', 'B Segment', '5195784', '5M2057', '橡胶密封圈', 1, 'C', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010004', 'B Segment', '5195784', '1239624', '钢铁弹簧', 1, 'C', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010005', 'B Segment', '5195784', '9X2027', '钢铁制垫圈', 2, 'C', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010006', 'B Segment', '5195784', '1919247', '钢铁制垫圈', 2, 'C', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010007', 'B Segment', '5195784', '1982914', '钢铁制螺母', 2, 'C', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010008', 'B Segment', '5195784', '1216647', '安全阀', 1, 'D', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010009', 'B Segment', '5195784', '3161438', '插装阀组件', 2, 'E', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010010', 'B Segment', '5195784', '3617213', '插装阀组件', 2, 'E', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010011', 'B Segment', '5195784', '3328826', '阀座', 1, 'E', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010012', 'B Segment', '5195784', '2077434', '阀用止动块', 2, 'E', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010013', 'B Segment', '5195784', '3128629', '电磁线圈', 2, 'F', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010014', 'B Segment', '5195784', '9S4180', '钢铁制塞堵', 1, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010015', 'B Segment', '5195784', '4J7533', '橡胶密封圈', 1, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010016', 'B Segment', '5195784', '3529954', '钢铁弹簧', 2, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010017', 'B Segment', '5195784', '3529956', '阀用止动块', 2, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010018', 'B Segment', '5195784', '1H1023', '橡胶密封圈', 4, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010019', 'B Segment', '5195784', '1879630', '橡胶密封圈', 2, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010020', 'B Segment', '5195784', '9X8256', '钢铁制垫圈', 4, 'G', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010021', 'B Segment', '5195784', '2427955', '阀座', 1, 'H', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010022', 'B Segment', '5195784', '1503065', '钢铁制螺纹接头组件', 1, 'I', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010023', 'B Segment', '5195784', '3J1907', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010024', 'B Segment', '5195784', '7W7381', '钢铁制管路接头', 2, 'I', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010025', 'B Segment', '5195784', '6V3965', '取样阀', 2, 'I', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010026', 'B Segment', '5195784', '2147568', '橡胶密封圈', 2, 'I', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742456557000010027', 'B Segment', '5195784', '6V0852', '橡胶防尘盖', 2, 'I', 6, '2025-03-20 15:42:37', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010000', 'EH-Steering', '5652462', '2976291', '阀用塞堵', 10, 'A', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010001', 'EH-Steering', '5652462', '3133966', '换向阀', 2, 'A', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010002', 'EH-Steering', '5652462', '1919247', '钢铁制垫圈', 4, 'A', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010003', 'EH-Steering', '5652462', '1982914', '钢铁制螺母', 4, 'A', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010004', 'EH-Steering', '5652462', '3128629', '电磁线圈', 4, 'A', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010005', 'EH-Steering', '5652462', '3161438', '插装阀组件', 4, 'B', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010006', 'EH-Steering', '5652462', '3617213', '插装阀组件', 4, 'B', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010007', 'EH-Steering', '5652462', '5688476', '橡胶密封圈', 1, 'B', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010008', 'EH-Steering', '5652462', '2965987', '塑料扣盖', 4, 'B', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520055793010009', 'EH-Steering', '5652462', '3331701', '塑料塞堵', 1, 'B', 1, '2025-03-21 09:20:56', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068654010000', 'EH-Steering', '5978192', '2828827', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068654010001', 'EH-Steering', '5978192', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068654010002', 'EH-Steering', '5978192', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068654010003', 'EH-Steering', '5978192', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068654010004', 'EH-Steering', '5978192', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068655010000', 'EH-Steering', '5978192', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068655010001', 'EH-Steering', '5978192', '2976291', 'PLUG', 12, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010000', 'EH-Steering', '5978192', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010001', 'EH-Steering', '5978192', '1919247', 'WASHER-SOFT', 4, 'B', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010002', 'EH-Steering', '5978192', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010003', 'EH-Steering', '5978192', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010004', 'EH-Steering', '5978192', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010005', 'EH-Steering', '5978192', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068656010006', 'EH-Steering', '5978192', '4951569', 'VALVE GP-SOL', 1, 'B', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068657010000', 'EH-Steering', '5978192', '5218459', 'PLUG-SHUTOFF', 1, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068657010001', 'EH-Steering', '5978192', '5979084', 'VALVE GP-P RLF-B', 2, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068657010002', 'EH-Steering', '5978192', '2608590', 'VALVE GP-SHTL -B', 1, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068658010000', 'EH-Steering', '5978192', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068658010001', 'EH-Steering', '5978192', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068659010000', 'EH-Steering', '5978192', '6V8653', 'BOLT-SOCKET HD', 4, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068661010000', 'EH-Steering', '5978192', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068661010001', 'EH-Steering', '5978192', '0951582/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068661010002', 'EH-Steering', '5978192', '4932479', 'SENSOR AS-SPOOL', 1, 'C', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068663010000', 'EH-Steering', '5978192', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068663010001', 'EH-Steering', '5978192', '3278527', 'SPRING', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068674010000', 'EH-Steering', '5978192', '1749194', 'BOLT-HEX FLG HD', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068674010001', 'EH-Steering', '5978192', '4932480', 'PROBE AS-SPOOL', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068676010000', 'EH-Steering', '5978192', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068677010000', 'EH-Steering', '5978192', '3J1907', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010000', 'EH-Steering', '5978192', '9S8004', 'PLUG-LD STOR', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010001', 'EH-Steering', '5978192', '3676002', 'PLUG AS-HD STOR', 1, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010002', 'EH-Steering', '5978192', '8T2396', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010003', 'EH-Steering', '5978192', '9X8256', 'WASHER', 2, 'D', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010004', 'EH-Steering', '5978192', '5979075', 'PLATE-IDENT', 1, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010005', 'EH-Steering', '5978192', '8T8737', 'PLUG-SEAL', 8, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010006', 'EH-Steering', '5978192', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068678010007', 'EH-Steering', '5978192', '2305010', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010000', 'EH-Steering', '5978192', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010001', 'EH-Steering', '5978192', '2965987', 'PLUG', 3, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010002', 'EH-Steering', '5978192', '3331701', 'PLUG', 1, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010003', 'EH-Steering', '5978192', '4J0520', 'SEAL-O-RING', 2, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010004', 'EH-Steering', '5978192', '8T6466', 'BOLT-HEX HEAD', 8, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010005', 'EH-Steering', '5978192', '8T4121', 'WASHER-HARD', 8, 'E', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068679010006', 'EH-Steering', '5978192', '7S0530', 'CLIP', 1, 'F', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068680010000', 'EH-Steering', '5978192', '2385082', '橡胶密封圈', 4, 'F', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068680010001', 'EH-Steering', '5978192', '3603695', '堵头', 4, 'F', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068680010002', 'EH-Steering', '5978192', '7J3554', 'COVER', 2, 'F', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068680010003', 'EH-Steering', '5978192', '8T4137', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520068680010004', 'EH-Steering', '5978192', '2D0094', 'GASKET', 2, 'F', 1, '2025-03-21 09:21:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010000', 'WL-ZL50', '3792240', '3G2683', '螺堵', 3, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010001', 'WL-ZL50', '3792240', '2S4078', 'O型圈', 3, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010002', 'WL-ZL50', '3792240', '1U1577', '螺堵', 1, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010003', 'WL-ZL50', '3792240', '6K6307', 'O型圈', 1, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010004', 'WL-ZL50', '3792240', '9S8005', '堵头', 1, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010005', 'WL-ZL50', '3792240', '3K0360', 'O型圈', 1, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010006', 'WL-ZL50', '3792240', '1U0322', '轴承', 3, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083083010007', 'WL-ZL50', '3792240', '7S8491', '弹簧', 3, 'A', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010000', 'WL-ZL50', '3792240', '7J7423', '阀', 3, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010001', 'WL-ZL50', '3792240', '1J8960', '弹簧', 1, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010002', 'WL-ZL50', '3792240', '1U1578', '阀', 1, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010003', 'WL-ZL50', '3792240', '3G4117', '盖子', 1, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010004', 'WL-ZL50', '3792240', '4J0522', 'O型圈', 1, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010005', 'WL-ZL50', '3792240', '8T4192', '螺栓', 2, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010006', 'WL-ZL50', '3792240', '4T4162', '阀', 1, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010007', 'WL-ZL50', '3792240', '6E4139', '阀', 1, 'B', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010008', 'WL-ZL50', '3792240', '1509492', '阀', 1, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010009', 'WL-ZL50', '3792240', '4T9312', '盖子', 2, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010010', 'WL-ZL50', '3792240', '1H9696', 'O型圈', 2, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010011', 'WL-ZL50', '3792240', '8T4182', '螺栓', 4, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010012', 'WL-ZL50', '3792240', '5P1075', '垫圈', 4, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010013', 'WL-ZL50', '3792240', '3G8991', '弹簧', 2, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010014', 'WL-ZL50', '3792240', '3385495', '弹簧', 2, 'C', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010015', 'WL-ZL50', '3792240', '4761915', '固定器', 4, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083084010016', 'WL-ZL50', '3792240', '8T4198', '螺栓', 4, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010000', 'WL-ZL50', '3792240', '5P1075', '垫片', 4, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010001', 'WL-ZL50', '3792240', '0994691', '螺栓', 2, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010002', 'WL-ZL50', '3792240', '8T4223', '垫圈', 2, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010003', 'WL-ZL50', '3792240', '0041963', 'O型圈', 2, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010004', 'WL-ZL50', '3792240', '3792243', '铭牌', 1, 'D', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010005', 'WL-ZL50', '3792240', '4T9311', '盖子', 2, 'E', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010006', 'WL-ZL50', '3792240', '4D2886', '吊环', 2, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010007', 'WL-ZL50', '3792240', '3J1907', 'O型圈', 5, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010008', 'WL-ZL50', '3792240', '9S4191', '堵头', 5, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010009', 'WL-ZL50', '3792240', '3J5553', '纸垫片', 2, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010010', 'WL-ZL50', '3792240', '3J5554', '纸垫片', 4, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010011', 'WL-ZL50', '3792240', '8J4398', '盖板', 4, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010012', 'WL-ZL50', '3792240', '8J5893', '盖板', 2, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520083085010013', 'WL-ZL50', '3792240', '8T4179', '螺栓', 12, 'F', 1, '2025-03-21 09:21:23', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010000', 'MG Stack', '1303122', '9S4180', '钢铁制塞堵', 1, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010001', 'MG Stack', '1303122', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010002', 'MG Stack', '1303122', '3K0360', '橡胶密封圈', 6, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010003', 'MG Stack', '1303122', '9S8005', '钢铁制塞堵', 6, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010004', 'MG Stack', '1303122', '8T4189', '钢铁制螺栓', 1, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010005', 'MG Stack', '1303122', '8T4224', '钢铁制垫圈', 1, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010006', 'MG Stack', '1303122', '7S0530', '钢铁制管夹', 1, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010007', 'MG Stack', '1303122', '8T6408', '钢铁制螺栓', 3, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010008', 'MG Stack', '1303122', '8T4896', '钢铁制垫圈', 1, 'A', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010009', 'MG Stack', '1303122', '7X2546', '钢铁制螺栓', 2, 'B', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010010', 'MG Stack', '1303122', '5615574', '密封衬垫', 8, 'B', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010011', 'MG Stack', '1303122', '2191891', '塑料塞堵', 8, 'B', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010012', 'MG Stack', '1303122', '8T6408', '钢铁制螺栓', 1, 'B', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010013', 'MG Stack', '1303122', '2191893', '塑料塞堵', 2, 'C', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520095435010014', 'MG Stack', '1303122', '2521631', '塑料制塞堵组件', 1, 'C', 2, '2025-03-21 09:21:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520107892010000', 'Machined', '7T6428', '1S6250', 'DOWEL', 2, 'A', 6, '2025-03-21 09:21:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520107892010001', 'Machined', '7T6428', '5H8985', 'PIN-SPRING', 1, 'A', 6, '2025-03-21 09:21:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520107892010002', 'Machined', '7T6428', '7L0811', 'DOWEL', 1, 'A', 6, '2025-03-21 09:21:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010000', 'ACS', '4165352', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010001', 'ACS', '4165352', '4J0526', 'SEAL-O RING', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010002', 'ACS', '4165352', '3093911', '13EEVE', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010003', 'ACS', '4165352', '3112866', 'RETAINER', 2, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010004', 'ACS', '4165352', '3112888', 'SPRING', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010005', 'ACS', '4165352', '3461634', 'BOLT', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010006', 'ACS', '4165352', '3576292', 'RING-BACKUP', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010007', 'ACS', '4165352', '3112864', 'KIT-SEAL', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520155072010008', 'ACS', '4165352', '3789426', 'STEM-CT', 1, 'A', 1, '2025-03-21 09:22:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010000', 'ACS', '4165348', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010001', 'ACS', '4165348', '4J0523', 'SEAL-O-RING', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010002', 'ACS', '4165348', '3045114', 'SLEEVE', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010003', 'ACS', '4165348', '3175154', 'RING-BACKUP', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010004', 'ACS', '4165348', '3461626', 'SPRING', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010005', 'ACS', '4165348', '3461628', 'RETAINER', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010006', 'ACS', '4165348', '3467576', 'WASHER', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010007', 'ACS', '4165348', '3523048', 'KIT-SEAL', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742520166659010008', 'ACS', '4165348', '3789422', 'STEM-PC', 1, 'A', 1, '2025-03-21 09:22:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010000', 'MG Stack', '1303117', '9S4180', '钢铁制塞堵', 1, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010001', 'MG Stack', '1303117', '4J7533', '橡胶密封圈', 1, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010002', 'MG Stack', '1303117', '8T4189', '钢铁制螺栓', 1, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010003', 'MG Stack', '1303117', '8T4224', '钢铁制垫圈', 1, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010004', 'MG Stack', '1303117', '7S0530', '钢铁制管夹', 1, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010005', 'MG Stack', '1303117', '8T4186', '钢铁制螺栓', 3, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010006', 'MG Stack', '1303117', '8T4896', '钢铁制垫圈', 1, 'A', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010007', 'MG Stack', '1303117', '1010509', '密封衬垫', 5, 'B', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010008', 'MG Stack', '1303117', '7X2546', '钢铁制螺栓', 2, 'B', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010009', 'MG Stack', '1303117', '8T6408', '钢铁制螺栓', 1, 'B', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052128010010', 'MG Stack', '1303117', '2191891', '塑料塞堵', 8, 'B', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052129010000', 'MG Stack', '1303117', '2521631', '塑料制塞堵组件', 1, 'C', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521052129010001', 'MG Stack', '1303117', '2191893', '塑料塞堵', 2, 'C', 2, '2025-03-21 09:37:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521230431010000', 'selector', '6E5397', '5H3193', '钢铁弹簧销', 2, 'A', 1, '2025-03-21 09:40:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521230431010001', 'selector', '6E5397', '6E5289', '钢铁制螺纹接头', 2, 'A', 1, '2025-03-21 09:40:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521230431010002', 'selector', '6E5397', '6E5291', '钢铁弹簧', 2, 'A', 1, '2025-03-21 09:40:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521230431010003', 'selector', '6E5397', '3K0360', '橡胶密封圈', 2, 'A', 1, '2025-03-21 09:40:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010000', 'QCT', '5173288', '1266612', 'BODY', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010001', 'QCT', '5173288', '0304606', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010002', 'QCT', '5173288', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010003', 'QCT', '5173288', '5149364', 'VALVE', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010004', 'QCT', '5173288', '8B4624', 'SHIM', 4, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010005', 'QCT', '5173288', '3886987', 'SHIM', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010006', 'QCT', '5173288', '6J3380', 'SPRING', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010007', 'QCT', '5173288', '6K6307', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521326430010008', 'QCT', '5173288', '1266104', 'PLUG-STOR', 1, 'A', 1, '2025-03-21 09:42:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586828010000', 'WL-ZL50', '2906007', '3G2683', '漏堵', 4, 'A', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586828010001', 'WL-ZL50', '2906007', '2S4078', 'O型圈', 4, 'A', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586828010002', 'WL-ZL50', '2906007', '1U1577', '漏堵', 1, 'A', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010000', 'WL-ZL50', '2906007', '6K6307', 'O型圈', 1, 'A', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010001', 'WL-ZL50', '2906007', '1U0322', '轴承', 4, 'A', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010002', 'WL-ZL50', '2906007', '7S8491', '弹簧', 4, 'A', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010003', 'WL-ZL50', '2906007', '9S4182', '漏堵', 3, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010004', 'WL-ZL50', '2906007', '3J7354', 'O型圈', 3, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010005', 'WL-ZL50', '2906007', '3G4135', '漏堵', 1, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010006', 'WL-ZL50', '2906007', '4J0522', 'O型圈', 1, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010007', 'WL-ZL50', '2906007', '7M8485', 'O型圈', 1, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010008', 'WL-ZL50', '2906007', '9S8005', '堵头', 1, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010009', 'WL-ZL50', '2906007', '3K0360', 'O型圈', 1, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010010', 'WL-ZL50', '2906007', '1J8960', '弹簧', 1, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010011', 'WL-ZL50', '2906007', '7J7423', '阀', 4, 'B', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010012', 'WL-ZL50', '2906007', '1U1578', '阀', 1, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010013', 'WL-ZL50', '2906007', '4J0522', 'O型圈', 1, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010014', 'WL-ZL50', '2906007', '4J0523', 'O型圈', 1, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010015', 'WL-ZL50', '2906007', '4T4162', '阀', 1, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010016', 'WL-ZL50', '2906007', '4T4934', '阀', 1, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010017', 'WL-ZL50', '2906007', '7X2551', '螺栓', 5, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010018', 'WL-ZL50', '2906007', '8T4223', '垫圈', 5, 'C', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010019', 'WL-ZL50', '2906007', '4T4935', '阀', 1, 'D', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010020', 'WL-ZL50', '2906007', '4T6103', '阀', 1, 'D', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586829010021', 'WL-ZL50', '2906007', '6E6003', '阀', 1, 'D', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010000', 'WL-ZL50', '2906007', '4T9312', '盖子', 3, 'D', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010001', 'WL-ZL50', '2906007', '1H9696', 'O型圈', 3, 'E', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010002', 'WL-ZL50', '2906007', '8T4182', '螺钉', 6, 'E', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010003', 'WL-ZL50', '2906007', '5P1075', '垫圈', 6, 'E', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010004', 'WL-ZL50', '2906007', '3385494', '固定器', 6, 'E', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010005', 'WL-ZL50', '2906007', '3385495', '弹簧', 3, 'E', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010006', 'WL-ZL50', '2906007', '3G8991', '弹簧', 3, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010007', 'WL-ZL50', '2906007', '0041963', 'O型圈', 3, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010008', 'WL-ZL50', '2906007', '0994691', '螺钉', 3, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010009', 'WL-ZL50', '2906007', '8T4223', '垫圈', 3, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010010', 'WL-ZL50', '2906007', '2906006', '铭牌', 1, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010011', 'WL-ZL50', '2906007', '8T4198', '螺栓', 6, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010012', 'WL-ZL50', '2906007', '5P1075', '垫片', 6, 'F', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010013', 'WL-ZL50', '2906007', '4T9311', '盖子', 3, 'G', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010014', 'WL-ZL50', '2906007', '4D2886', '吊环', 2, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010015', 'WL-ZL50', '2906007', '3J1907', 'O型圈', 7, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010016', 'WL-ZL50', '2906007', '9S4191', '堵头', 7, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010017', 'WL-ZL50', '2906007', '3J5553', '纸垫片', 2, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010018', 'WL-ZL50', '2906007', '3J5554', '纸垫片', 6, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010019', 'WL-ZL50', '2906007', '8J4398', '盖板', 6, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586830010020', 'WL-ZL50', '2906007', '8J5893', '盖板', 2, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521586831010000', 'WL-ZL50', '2906007', '8T4179', '螺栓', 14, 'H', 1, '2025-03-21 09:46:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010000', 'WL-ZL50', '6122630', '2828827', 'PLUG', 21, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010001', 'WL-ZL50', '6122630', '2507662', 'VALVE GP', 4, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010002', 'WL-ZL50', '6122630', '3676002', 'PLUG AS', 2, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010003', 'WL-ZL50', '6122630', '1947072', 'VALVE GP-CHECK', 1, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010004', 'WL-ZL50', '6122630', '5969317', 'VALVE GP-SOL', 1, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010005', 'WL-ZL50', '6122630', '8T0288', 'BOLT', 6, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010006', 'WL-ZL50', '6122630', '6399413', 'PLATE', 1, 'A', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010007', 'WL-ZL50', '6122630', '3351074', 'VALVE GP', 1, 'B', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010008', 'WL-ZL50', '6122630', '4579878', 'VALVE GP-SOL', 1, 'B', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010009', 'WL-ZL50', '6122630', '3041142', 'VALVE GP', 2, 'B', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010010', 'WL-ZL50', '6122630', '2660531', 'CAP', 4, 'B', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010011', 'WL-ZL50', '6122630', '2965987', 'PLUG', 8, 'B', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742521666796010012', 'WL-ZL50', '6122630', '3331701', 'PLUG', 1, 'B', 1, '2025-03-21 09:47:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010000', 'QCT', '1757852', '1P3709', 'SEAL-RECTANGULAR', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010001', 'QCT', '1757852', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010002', 'QCT', '1757852', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010003', 'QCT', '1757852', '2S4078', 'SEAL-O-RING', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010004', 'QCT', '1757852', '4J9780', 'PLUG-NPTF(ORIFICE)', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010005', 'QCT', '1757852', '5H6005', 'SEAL-O RING', 2, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010006', 'QCT', '1757852', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010007', 'QCT', '1757852', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010008', 'QCT', '1757852', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010009', 'QCT', '1757852', '0304606', 'SEAL O RING', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010010', 'QCT', '1757852', '9S8002', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010011', 'QCT', '1757852', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010012', 'QCT', '1757852', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010013', 'QCT', '1757852', '3603681', 'PLUG-HD STOR', 1, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010014', 'QCT', '1757852', '3676001', 'PLUG AS-HD STOR', 4, 'A', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010015', 'QCT', '1757852', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010016', 'QCT', '1757852', '2R1256', 'RING-RETAINING', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010017', 'QCT', '1757852', '3D4603', 'PLUG-PIPE', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010018', 'QCT', '1757852', '4H5232', 'PIN-SPRING', 3, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010019', 'QCT', '1757852', '4J0519', 'SEAL-O-RING', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010020', 'QCT', '1757852', '6E1297', 'SCREEN', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010021', 'QCT', '1757852', '6J3380', 'SPRING', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010022', 'QCT', '1757852', '6J3405', 'SEAT', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010023', 'QCT', '1757852', '6K6307', 'SEAL-O-RING', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010024', 'QCT', '1757852', '8J2379', 'VALVE', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010025', 'QCT', '1757852', '1138263', 'PISTON', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010026', 'QCT', '1757852', '1266104', 'PLUG-STOR', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010027', 'QCT', '1757852', '9S4191', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010028', 'QCT', '1757852', '1P6744', 'SPRING', 1, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010029', 'QCT', '1757852', '4J0519', 'SEAL-O-RING', 1, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010030', 'QCT', '1757852', '4J2506', 'SEAL-O RING', 2, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010031', 'QCT', '1757852', '5J4664', 'SPRING', 1, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010032', 'QCT', '1757852', '7D8048', 'SEAL-O RING', 2, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010033', 'QCT', '1757852', '7X0326', 'BOLT', 2, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010034', 'QCT', '1757852', '8J2306', 'STEM-VALVE', 1, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010035', 'QCT', '1757852', '3K0360', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010036', 'QCT', '1757852', '9S8005', 'PLUG-LD STOR', 2, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010037', 'QCT', '1757852', '3676002', 'PLUG AS-HD STOR', 1, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010038', 'QCT', '1757852', '4D2886', 'CLIP', 1, 'C', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010039', 'QCT', '1757852', '6V4432', 'BOLT', 1, 'D', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010040', 'QCT', '1757852', '7X0293', 'BOLT', 2, 'D', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010041', 'QCT', '1757852', '7X0301', 'BOLT', 2, 'D', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010042', 'QCT', '1757852', '7X0339', 'BOLT', 2, 'D', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010043', 'QCT', '1757852', '9P8217', 'WASHER', 4, 'D', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010044', 'QCT', '1757852', '1761661', 'PLATE-IDENT', 1, 'D', 1, '2025-03-21 09:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217484010045', 'QCT', '1757852', '4168724', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010000', 'QCT', '1757852', '4224594', 'VALVE GP-RELIEF(DIRECT OPERATED)-1-7 (A)', 1, 'D', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010001', 'QCT', '1757852', '1067683', 'ADAPTER', 1, 'E', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010002', 'QCT', '1757852', '1266612', 'BODY', 1, 'E', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010003', 'QCT', '1757852', '1761662', 'STEM', 1, 'E', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010004', 'QCT', '1757852', '2J2668', 'FLANGE-COVER', 4, 'F', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010005', 'QCT', '1757852', '2J5608', 'FLANGE-COVER', 1, 'F', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010006', 'QCT', '1757852', '4J0524', 'SEAL-O-RING', 4, 'F', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010007', 'QCT', '1757852', '4J0527', 'SEAL-O-RING', 1, 'F', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010008', 'QCT', '1757852', '5P2566', 'BOLT-HEX HEAD', 20, 'F', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010009', 'QCT', '1757852', '8T4223', 'WASHER-HARD', 21, 'F', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010010', 'QCT', '1757852', '1P4579', 'FLANGE-SPLIT', 8, 'G', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010011', 'QCT', '1757852', '1P4582', 'FLANGE-SPLIT', 2, 'G', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010012', 'QCT', '1757852', '8B4624', 'SHIM', 4, 'H', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010013', 'QCT', '1757852', '6E0630', 'VALVE gr', 1, 'H', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010014', 'QCT', '1757852', '1185081', 'ACTUATOR', 2, 'H', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742522217500010015', 'QCT', '1757852', '3676002', 'PLUG', 1, 'H', 1, '2025-03-21 09:56:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010000', 'COMBO', '3701290', '9S8009', '堵头', 1, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010001', 'COMBO', '3701290', '4K1388', 'O型圈', 1, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010002', 'COMBO', '3701290', '9S4189', '堵头', 1, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010003', 'COMBO', '3701290', '2M9780', 'O型圈', 1, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010004', 'COMBO', '3701290', '9S4182', '堵头', 3, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010005', 'COMBO', '3701290', '3J7354', 'O型圈', 6, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010006', 'COMBO', '3701290', '9S8002', '堵头', 1, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010007', 'COMBO', '3701290', '6V8647', '接头*8', 2, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010008', 'COMBO', '3701290', '4J5477', 'O型圈', 2, 'A', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010009', 'COMBO', '3701290', '9S4183', '堵头', 5, 'B', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010010', 'COMBO', '3701290', '3D2824', 'O型圈', 5, 'B', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010011', 'COMBO', '3701290', '9S4185', '堵头', 5, 'B', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010012', 'COMBO', '3701290', '3K0360', 'O型圈', 5, 'B', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010013', 'COMBO', '3701290', '9S4191', '堵头', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010014', 'COMBO', '3701290', '3J1907', 'O型圈', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010015', 'COMBO', '3701290', '1318350', '阀', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010016', 'COMBO', '3701290', '3K0360', 'O型圈', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010017', 'COMBO', '3701290', '3T8236', '弹簧', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009367010018', 'COMBO', '3701290', '6V8398', 'O型圈', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010000', 'COMBO', '3701290', '1007000', '支撑环', 2, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010001', 'COMBO', '3701290', '9S8003', '堵头', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010002', 'COMBO', '3701290', '1J9671', 'O型圈', 1, 'C', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010003', 'COMBO', '3701290', '8T8987', '直角接头', 1, 'D', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010004', 'COMBO', '3701290', '6V9833', '盖帽', 1, 'D', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010005', 'COMBO', '3701290', '5K9090', 'O型圈', 1, 'D', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010006', 'COMBO', '3701290', '2S4078', 'O型圈', 1, 'D', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010007', 'COMBO', '3701290', '9S8001', '堵头', 2, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010008', 'COMBO', '3701290', '4J7533', 'O型圈', 2, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010009', 'COMBO', '3701290', '8J6815', '节流螺钉', 2, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010010', 'COMBO', '3701290', '3P9498', '节流螺钉', 1, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010011', 'COMBO', '3701290', '1H0337', '阀', 1, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010012', 'COMBO', '3701290', '9F6705', '弹簧', 1, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010013', 'COMBO', '3701290', '4T1860', '梭阀', 1, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010014', 'COMBO', '3701290', '6E1924', '弹簧', 1, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010015', 'COMBO', '3701290', '6E1925', '弹簧', 1, 'E', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010016', 'COMBO', '3701290', '8M3175', '垫片', 2, 'F', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010017', 'COMBO', '3701290', '5M2057', 'O型圈', 1, 'F', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010018', 'COMBO', '3701290', '6V5230', '螺栓', 2, 'F', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010019', 'COMBO', '3701290', '4460768', '阀', 1, 'F', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010020', 'COMBO', '3701290', '3307743', '阀', 1, 'G', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010021', 'COMBO', '3701290', '4T4935', '阀', 1, 'G', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010022', 'COMBO', '3701290', '6E1923', '油管', 1, 'G', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010023', 'COMBO', '3701290', '3701289', '铭牌', 1, 'G', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778009368010024', 'COMBO', '3701290', '5796930', 'FILM', 1, 'H', 4, '2025-03-24 09:00:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070626010000', 'COMBO', '9T5957', '9S8009', '堵头', 1, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070626010001', 'COMBO', '9T5957', '4K1388', 'O型圈', 1, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010000', 'COMBO', '9T5957', '9S4189', '堵头', 1, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010001', 'COMBO', '9T5957', '2M9780', 'O型圈', 1, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010002', 'COMBO', '9T5957', '9S4182', '堵头', 3, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010003', 'COMBO', '9T5957', '3J7354', 'O型圈', 6, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010004', 'COMBO', '9T5957', '9S8002', '堵头', 1, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010005', 'COMBO', '9T5957', '6V8647', '接头*8', 2, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010006', 'COMBO', '9T5957', '4J5477', 'O型圈', 2, 'A', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010007', 'COMBO', '9T5957', '9S4183', '堵头', 5, 'B', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010008', 'COMBO', '9T5957', '3D2824', 'O型圈', 5, 'B', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010009', 'COMBO', '9T5957', '9S4185', '堵头', 5, 'B', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010010', 'COMBO', '9T5957', '3K0360', 'O型圈', 5, 'B', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010011', 'COMBO', '9T5957', '6V3965', '测压接头', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010012', 'COMBO', '9T5957', '3J1907', 'O型圈', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010013', 'COMBO', '9T5957', '1318350', '阀', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010014', 'COMBO', '9T5957', '3K0360', 'O型圈', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010015', 'COMBO', '9T5957', '3T8236', '弹簧', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010016', 'COMBO', '9T5957', '6V8398', 'O型圈', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010017', 'COMBO', '9T5957', '1007000', '支撑环', 2, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010018', 'COMBO', '9T5957', '9S8003', '堵头', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010019', 'COMBO', '9T5957', '1J9671', 'O型圈', 1, 'C', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010020', 'COMBO', '9T5957', '8T8987', '直角接头', 1, 'D', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010021', 'COMBO', '9T5957', '6V9833', '盖帽', 1, 'D', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010022', 'COMBO', '9T5957', '5K9090', 'O型圈', 1, 'D', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010023', 'COMBO', '9T5957', '2S4078', 'O型圈', 1, 'D', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010024', 'COMBO', '9T5957', '9S8001', '堵头', 2, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010025', 'COMBO', '9T5957', '4J7533', 'O型圈', 2, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010026', 'COMBO', '9T5957', '8J6815', '节流螺钉', 2, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010027', 'COMBO', '9T5957', '3P9498', '节流螺钉', 1, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010028', 'COMBO', '9T5957', '1H0337', '阀', 1, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010029', 'COMBO', '9T5957', '9F6705', '弹簧', 1, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010030', 'COMBO', '9T5957', '4T1860', '梭阀', 1, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010031', 'COMBO', '9T5957', '6E1924', '弹簧', 1, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010032', 'COMBO', '9T5957', '6E1925', '弹簧', 1, 'E', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010033', 'COMBO', '9T5957', '8M3175', '垫片', 2, 'F', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010034', 'COMBO', '9T5957', '5M2057', 'O型圈', 1, 'F', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010035', 'COMBO', '9T5957', '6V5230', '螺栓', 2, 'F', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010036', 'COMBO', '9T5957', '1006021', '阀', 1, 'F', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010037', 'COMBO', '9T5957', '3307743', '阀', 1, 'G', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010038', 'COMBO', '9T5957', '4T4935', '阀', 1, 'G', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010039', 'COMBO', '9T5957', '6E1923', '油管', 1, 'G', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010040', 'COMBO', '9T5957', '1119632', '铭牌', 1, 'G', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010041', 'COMBO', '9T5957', '5796930', 'FILM', 1, 'H', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778070627010042', 'COMBO', '9T5957', '6V0852', '橡胶套', 1, 'H', 4, '2025-03-24 09:01:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010000', 'Steering', '4560777', '9S4183', '堵头', 1, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010001', 'Steering', '4560777', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010002', 'Steering', '4560777', '9S4185', '堵头', 1, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010003', 'Steering', '4560777', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010004', 'Steering', '4560777', '9S8006', '堵头', 1, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010005', 'Steering', '4560777', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010006', 'Steering', '4560777', '7J1089', '堵头', 2, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010007', 'Steering', '4560777', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010008', 'Steering', '4560777', '5H3193', '穿销', 4, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010009', 'Steering', '4560777', '9S8002', '堵头', 10, 'A', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010010', 'Steering', '4560777', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010011', 'Steering', '4560777', '6E5289', '堵头', 2, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010012', 'Steering', '4560777', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010013', 'Steering', '4560777', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010014', 'Steering', '4560777', '9S4185', '堵头', 1, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010015', 'Steering', '4560777', '9S8002', '堵头', 1, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010016', 'Steering', '4560777', '9J9821', '底座阀', 4, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010017', 'Steering', '4560777', '4B9782', '钢珠', 5, 'B', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010018', 'Steering', '4560777', '2S2596', '弹簧', 4, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010019', 'Steering', '4560777', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010020', 'Steering', '4560777', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010021', 'Steering', '4560777', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010022', 'Steering', '4560777', '8T4196', '螺栓', 2, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010023', 'Steering', '4560777', '8T6466', '螺栓', 2, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010024', 'Steering', '4560777', '6E5291', '弹簧', 2, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010025', 'Steering', '4560777', '6T6052', '截流套', 1, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010026', 'Steering', '4560777', '6V9830', '盖帽', 2, 'C', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010027', 'Steering', '4560777', '6J6506', '垫片', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010028', 'Steering', '4560777', '1268473', '弹簧', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010029', 'Steering', '4560777', '7J4321', '固定器', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010030', 'Steering', '4560777', '9M1974', '垫圈', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010031', 'Steering', '4560777', '6V5195', '螺栓', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010032', 'Steering', '4560777', '8T5005', '螺栓', 4, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010033', 'Steering', '4560777', '4564627', '铭牌', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010034', 'Steering', '4560777', '9T8672', '固定器', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010035', 'Steering', '4560777', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010036', 'Steering', '4560777', '4564633', '溢流阀', 1, 'E', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010037', 'Steering', '4560777', '4564624', '溢流阀', 1, 'E', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010038', 'Steering', '4560777', '9T7220', '盖板', 1, 'E', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010039', 'Steering', '4560777', '8C3206', '法兰', 4, 'F终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010040', 'Steering', '4560777', '5H4019', '盖板', 2, 'F终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010041', 'Steering', '4560777', '4J0520', '密封圈', 2, 'F终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010042', 'Steering', '4560777', '7S0530', '吊环', 1, 'F终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010043', 'Steering', '4560777', '8T4121', '垫圈', 8, 'F终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010044', 'Steering', '4560777', '8T4196', '螺栓', 8, 'F终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010045', 'Steering', '4560777', '4J8174', '纸垫片', 2, 'G终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010046', 'Steering', '4560777', '7J3554', '盖板', 2, 'G终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778218121010047', 'Steering', '4560777', '6V8212', '螺栓', 4, 'G终装', 2, '2025-03-24 09:03:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010000', 'Steering', '3749878', '9S4183', '堵头', 1, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010001', 'Steering', '3749878', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010002', 'Steering', '3749878', '9S4185', '堵头', 1, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010003', 'Steering', '3749878', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010004', 'Steering', '3749878', '9S8006', '堵头', 1, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010005', 'Steering', '3749878', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010006', 'Steering', '3749878', '7J1089', '堵头', 2, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010007', 'Steering', '3749878', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010008', 'Steering', '3749878', '5H3193', '穿销', 4, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010009', 'Steering', '3749878', '9S8002', '堵头', 10, 'A', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010010', 'Steering', '3749878', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010011', 'Steering', '3749878', '6E5289', '堵头', 2, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010012', 'Steering', '3749878', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010013', 'Steering', '3749878', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010014', 'Steering', '3749878', '9S4185', '堵头', 1, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010015', 'Steering', '3749878', '9S8002', '堵头', 1, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010016', 'Steering', '3749878', '9J9821', '底座阀', 4, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010017', 'Steering', '3749878', '4B9782', '钢珠', 5, 'B', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010018', 'Steering', '3749878', '2S2596', '弹簧', 4, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010019', 'Steering', '3749878', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010020', 'Steering', '3749878', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010021', 'Steering', '3749878', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010022', 'Steering', '3749878', '8T4196', '螺栓', 2, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010023', 'Steering', '3749878', '8T6466', '螺栓', 2, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010024', 'Steering', '3749878', '6E5291', '弹簧', 2, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010025', 'Steering', '3749878', '6T6052', '截流套', 1, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010026', 'Steering', '3749878', '6V9830', '盖帽', 2, 'C', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010027', 'Steering', '3749878', '6J6506', '垫片', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010028', 'Steering', '3749878', '1268473', '弹簧', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010029', 'Steering', '3749878', '7J4321', '固定器', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010030', 'Steering', '3749878', '9M1974', '垫圈', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010031', 'Steering', '3749878', '6V5195', '螺栓', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010032', 'Steering', '3749878', '8T5005', '螺栓', 4, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010033', 'Steering', '3749878', '3760630', '铭牌', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010034', 'Steering', '3749878', '9T8672', '固定器', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010035', 'Steering', '3749878', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010036', 'Steering', '3749878', '1298222', '溢流阀', 1, 'E', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010037', 'Steering', '3749878', '3760631', '溢流阀', 1, 'E', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010038', 'Steering', '3749878', '9T7220', '盖板', 1, 'E', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010039', 'Steering', '3749878', '8C3206', '法兰', 4, 'F终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010040', 'Steering', '3749878', '5H4019', '盖板', 2, 'F终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010041', 'Steering', '3749878', '4J0520', '密封圈', 2, 'F终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010042', 'Steering', '3749878', '7S0530', '吊环', 1, 'F终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010043', 'Steering', '3749878', '8T4121', '垫圈', 8, 'F终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010044', 'Steering', '3749878', '8T4196', '螺栓', 8, 'F终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010045', 'Steering', '3749878', '4J8174', '纸垫片', 2, 'G终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010046', 'Steering', '3749878', '7J3554', '盖板', 2, 'G终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778584328010047', 'Steering', '3749878', '6V8212', '螺栓', 4, 'G终装', 2, '2025-03-24 09:09:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010000', 'Steering', '4413485', '9S4183', '堵头', 1, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010001', 'Steering', '4413485', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010002', 'Steering', '4413485', '9S4185', '堵头', 1, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010003', 'Steering', '4413485', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010004', 'Steering', '4413485', '9S8006', '堵头', 1, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010005', 'Steering', '4413485', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010006', 'Steering', '4413485', '7J1089', '堵头', 2, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010007', 'Steering', '4413485', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010008', 'Steering', '4413485', '5H3193', '穿销', 4, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010009', 'Steering', '4413485', '9S8002', '堵头', 10, 'A', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010010', 'Steering', '4413485', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010011', 'Steering', '4413485', '6E5289', '堵头', 2, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010012', 'Steering', '4413485', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010013', 'Steering', '4413485', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010014', 'Steering', '4413485', '9S4185', '堵头', 1, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010015', 'Steering', '4413485', '9S8002', '堵头', 1, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010016', 'Steering', '4413485', '9J9821', '底座阀', 4, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010017', 'Steering', '4413485', '4B9782', '钢珠', 5, 'B', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010018', 'Steering', '4413485', '2S2596', '弹簧', 4, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010019', 'Steering', '4413485', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010020', 'Steering', '4413485', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010021', 'Steering', '4413485', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010022', 'Steering', '4413485', '8T4196', '螺栓', 2, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010023', 'Steering', '4413485', '8T6466', '螺栓', 2, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010024', 'Steering', '4413485', '6E5291', '弹簧', 2, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010025', 'Steering', '4413485', '6T6052', '截流套', 1, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010026', 'Steering', '4413485', '6V9830', '盖帽', 2, 'C', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010027', 'Steering', '4413485', '6J6506', '垫片', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010028', 'Steering', '4413485', '1268473', '弹簧', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010029', 'Steering', '4413485', '7J4321', '固定器', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010030', 'Steering', '4413485', '9M1974', '垫圈', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010031', 'Steering', '4413485', '6V5195', '螺栓', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010032', 'Steering', '4413485', '8T5005', '螺栓', 4, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010033', 'Steering', '4413485', '4419221', '铭牌', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010034', 'Steering', '4413485', '9T8672', '固定器', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010035', 'Steering', '4413485', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010036', 'Steering', '4413485', '1298222', '溢流阀', 1, 'E', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010037', 'Steering', '4413485', '3760631', '溢流阀', 1, 'E', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010038', 'Steering', '4413485', '9T7220', '盖板', 1, 'E', 2, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010039', 'Steering', '4413485', '8C3206', '法兰', 4, 'F终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010040', 'Steering', '4413485', '5H4019', '盖板', 2, 'F终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010041', 'Steering', '4413485', '4J0520', '密封圈', 2, 'F终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010042', 'Steering', '4413485', '7S0530', '吊环', 1, 'F终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010043', 'Steering', '4413485', '8T4121', '垫圈', 8, 'F终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010044', 'Steering', '4413485', '8T4196', '螺栓', 8, 'F终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010045', 'Steering', '4413485', '3K0360', '密封圈', 4, 'G终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010046', 'Steering', '4413485', '9S4185', '堵头', 4, 'G终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010047', 'Steering', '4413485', '3600293', '油路块', 1, 'G终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010048', 'Steering', '4413485', '8T4121', '垫圈', 8, 'G终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010049', 'Steering', '4413485', '8T6466', '螺栓', 8, 'G终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778708239010050', 'Steering', '4413485', '4J0520', '密封圈', 2, 'G终装', 1, '2025-03-24 09:11:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944674010000', 'Steering', '6457847', '9S4183', '堵头', 1, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010000', 'Steering', '6457847', '3D2824', 'O型圈', 1, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010001', 'Steering', '6457847', '9S4185', '堵头', 1, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010002', 'Steering', '6457847', '3K0360', 'O型圈', 1, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010003', 'Steering', '6457847', '9S8006', '堵头', 1, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010004', 'Steering', '6457847', '2M9780', 'O型圈', 1, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010005', 'Steering', '6457847', '7J1089', '堵头', 2, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010006', 'Steering', '6457847', '3J1907', 'O型圈', 2, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010007', 'Steering', '6457847', '5H3193', '穿销', 4, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010008', 'Steering', '6457847', '9S8002', '堵头', 10, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010009', 'Steering', '6457847', '3J7354', 'O型圈', 10, 'A', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010010', 'Steering', '6457847', '6E5289', '堵头', 2, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010011', 'Steering', '6457847', '3K0360', 'O型圈', 3, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010012', 'Steering', '6457847', '6V8398', 'O型圈', 2, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010013', 'Steering', '6457847', '9S4185', '堵头', 1, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010014', 'Steering', '6457847', '9S8002', '堵头', 1, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010015', 'Steering', '6457847', '3J7354', 'O型圈', 1, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010016', 'Steering', '6457847', '9J9821', '底座阀', 4, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010017', 'Steering', '6457847', '4B9782', '钢珠', 5, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010018', 'Steering', '6457847', '2S2596', '弹簧', 4, 'B', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010019', 'Steering', '6457847', '8J6815', '节流螺丝', 2, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010020', 'Steering', '6457847', '8F9206', 'O型圈', 7, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010021', 'Steering', '6457847', '5J2974', 'O型圈', 2, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010022', 'Steering', '6457847', '8T4196', '螺栓', 2, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010023', 'Steering', '6457847', '8T6466', '螺栓', 2, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010024', 'Steering', '6457847', '6E5291', '弹簧', 2, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010025', 'Steering', '6457847', '6T6052', '截流套', 1, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010026', 'Steering', '6457847', '6V9830', '盖帽', 2, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010027', 'Steering', '6457847', '6J6506', '垫片', 1, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010028', 'Steering', '6457847', '1268473', '弹簧', 1, 'C', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010029', 'Steering', '6457847', '7J4321', '固定器', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010030', 'Steering', '6457847', '9M1974', '垫圈', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010031', 'Steering', '6457847', '6V5195', '螺栓', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010032', 'Steering', '6457847', '8T5005', '螺栓', 4, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010033', 'Steering', '6457847', '6457849', '铭牌', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010034', 'Steering', '6457847', '9T8672', '固定器', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010035', 'Steering', '6457847', '4J0520', 'O型圈', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010036', 'Steering', '6457847', '3760631', '溢流阀', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010037', 'Steering', '6457847', '1298222', '溢流阀', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010038', 'Steering', '6457847', '9T7220', '盖板', 1, 'D', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010039', 'Steering', '6457847', '5H4019', '盖板', 2, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010040', 'Steering', '6457847', '4J0520', '密封圈', 2, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010041', 'Steering', '6457847', '7S0530', '吊环', 1, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010042', 'Steering', '6457847', '8C3206', '法兰', 4, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010043', 'Steering', '6457847', '8T4121', '垫圈', 8, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010044', 'Steering', '6457847', '8T4196', '螺栓', 8, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742778944675010045', 'Steering', '6457847', '6065745', '贴膜', 1, 'E终装', 1, '2025-03-24 09:15:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010000', 'Steering', '5429999', '9S4183', '堵头', 1, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010001', 'Steering', '5429999', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010002', 'Steering', '5429999', '9S4185', '堵头', 1, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010003', 'Steering', '5429999', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010004', 'Steering', '5429999', '9S8006', '堵头', 1, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010005', 'Steering', '5429999', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010006', 'Steering', '5429999', '7J1089', '堵头', 2, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010007', 'Steering', '5429999', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010008', 'Steering', '5429999', '5H3193', '穿销', 4, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010009', 'Steering', '5429999', '9S8002', '堵头', 10, 'A', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010010', 'Steering', '5429999', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010011', 'Steering', '5429999', '6E5289', '堵头', 2, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010012', 'Steering', '5429999', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010013', 'Steering', '5429999', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010014', 'Steering', '5429999', '9S4185', '堵头', 1, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010015', 'Steering', '5429999', '9S8002', '堵头', 1, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010016', 'Steering', '5429999', '9J9821', '底座阀', 4, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010017', 'Steering', '5429999', '4B9782', '钢珠', 5, 'B', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010018', 'Steering', '5429999', '2S2596', '弹簧', 4, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010019', 'Steering', '5429999', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010020', 'Steering', '5429999', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010021', 'Steering', '5429999', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010022', 'Steering', '5429999', '8T4196', '螺栓', 2, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010023', 'Steering', '5429999', '8T6466', '螺栓', 2, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010024', 'Steering', '5429999', '6E5291', '弹簧', 2, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010025', 'Steering', '5429999', '6T6052', '截流套', 1, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010026', 'Steering', '5429999', '6V9830', '盖帽', 2, 'C', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010027', 'Steering', '5429999', '6J6506', '垫片', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010028', 'Steering', '5429999', '1268473', '弹簧', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010029', 'Steering', '5429999', '7J4321', '固定器', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010030', 'Steering', '5429999', '9M1974', '垫圈', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010031', 'Steering', '5429999', '1070269', '螺栓', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010032', 'Steering', '5429999', '8T5005', '螺栓', 4, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010033', 'Steering', '5429999', '5481611', '铭牌', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010034', 'Steering', '5429999', '9T8672', '固定器', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010035', 'Steering', '5429999', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010036', 'Steering', '5429999', '4564624', '溢流阀', 1, 'E', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010037', 'Steering', '5429999', '4564633', '溢流阀', 1, 'E', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010038', 'Steering', '5429999', '9T7220', '盖板', 1, 'E', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010039', 'Steering', '5429999', '8C3206', '法兰', 4, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010040', 'Steering', '5429999', '5H4019', '盖板', 2, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010041', 'Steering', '5429999', '4J0520', '密封圈', 2, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010042', 'Steering', '5429999', '7S0530', '吊环', 1, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010043', 'Steering', '5429999', '8T4121', '垫圈', 8, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010044', 'Steering', '5429999', '8T4196', '螺栓', 8, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742779086475010045', 'Steering', '5429999', '6065745', '铭牌', 1, 'F终装', 2, '2025-03-24 09:18:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418542010000', 'COMBO', '4512444', '9S8009', '堵头', 1, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418543010000', 'COMBO', '4512444', '4K1388', 'O型圈', 1, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418543010001', 'COMBO', '4512444', '9S4189', '堵头', 1, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418544010000', 'COMBO', '4512444', '2M9780', 'O型圈', 1, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418546010000', 'COMBO', '4512444', '9S4182', '堵头', 3, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418546010001', 'COMBO', '4512444', '3J7354', 'O型圈', 5, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418546010002', 'COMBO', '4512444', '9S4183', '堵头', 1, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418547010000', 'COMBO', '4512444', '3D2824', 'O型圈', 1, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418547010001', 'COMBO', '4512444', '6V8647', '接头*8', 2, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418548010000', 'COMBO', '4512444', '4J5477', 'O型圈', 2, 'A', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418548010001', 'COMBO', '4512444', '3603693', '堵头', 4, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418548010002', 'COMBO', '4512444', '3K0360', 'O型圈', 5, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418548010003', 'COMBO', '4512444', '9S8003', '堵头', 1, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418548010004', 'COMBO', '4512444', '1J9671', 'O型圈', 1, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418549010000', 'COMBO', '4512444', '1318350', '阀', 1, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418549010001', 'COMBO', '4512444', '6V8398', 'O型圈', 1, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418550010000', 'COMBO', '4512444', '1007000', '支撑环', 2, 'B', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418550010001', 'COMBO', '4512444', '3676001', '堵头', 2, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418550010002', 'COMBO', '4512444', '3676002', '堵头', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418551010000', 'COMBO', '4512444', '3T8236', '弹簧', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418551010001', 'COMBO', '4512444', '1H0337', '阀', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418552010000', 'COMBO', '4512444', '4T1860', '梭阀', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418553010000', 'COMBO', '4512444', '8J6815', '节流螺钉', 2, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418553010001', 'COMBO', '4512444', '3P9498', '节流螺钉', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418553010002', 'COMBO', '4512444', '9F6705', '弹簧', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418556010000', 'COMBO', '4512444', '5M2057', 'O型圈', 1, 'C', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010000', 'COMBO', '4512444', '1006021', '阀', 1, 'D', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010001', 'COMBO', '4512444', '6E1924', '弹簧', 1, 'D', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010002', 'COMBO', '4512444', '6E1925', '弹簧', 1, 'D', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010003', 'COMBO', '4512444', '6V5230', '螺栓', 2, 'E', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010004', 'COMBO', '4512444', '8M3175', '垫片', 2, 'E', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010005', 'COMBO', '4512444', '4540936', '铭牌', 1, 'E', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010006', 'COMBO', '4512444', '3307743', '阀', 1, 'E', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010007', 'COMBO', '4512444', '6E1923', '油管', 1, 'E', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010008', 'COMBO', '4512444', '1488356', '直角接头组件', 1, 'F', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010009', 'COMBO', '4512444', '6V9834', '盖帽', 1, 'F', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010010', 'COMBO', '4512444', '4T4935', '阀', 1, 'F', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010011', 'COMBO', '4512444', '2191891', '塑料堵头', 1, 'G', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010012', 'COMBO', '4512444', '2965987', '塑料堵头', 1, 'G', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010013', 'COMBO', '4512444', '5796930', 'FILM', 1, 'G', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742780418557010014', 'COMBO', '4512444', '2191893', '塑料堵头', 4, 'H', 4, '2025-03-24 09:40:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005966010000', 'QD#1', '4860999', '2828827', '阀用塞堵', 4, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010000', 'QD#1', '4860999', '6204980', '钢铁簧环', 1, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010001', 'QD#1', '4860999', '1J9671', '橡胶密封圈', 2, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010002', 'QD#1', '4860999', '1P3706', '橡胶密封圈', 2, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010003', 'QD#1', '4860999', '3J7354', '橡胶密封圈', 1, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010004', 'QD#1', '4860999', '3603690', '钢铁制塞堵', 1, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010005', 'QD#1', '4860999', '9S8003', '钢铁制塞堵', 2, 'A', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010006', 'QD#1', '4860999', '2343043', '阀用盖板', 1, 'B', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010007', 'QD#1', '4860999', '6V8200', '钢铁制螺栓', 8, 'B', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010008', 'QD#1', '4860999', '2343451', '阀用盖板', 1, 'C', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010009', 'QD#1', '4860999', '5334159', '钢铁制螺栓', 24, 'C', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010010', 'QD#1', '4860999', '8C3206', '钢铁制法兰', 12, 'D', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010011', 'QD#1', '4860999', '4J0520', '橡胶密封圈', 6, 'E', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010012', 'QD#1', '4860999', '5H4019', '钢铁安装盖', 6, 'E', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005967010013', 'QD#1', '4860999', '2855628', '电磁换向阀', 1, 'E', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005968010000', 'QD#1', '4860999', '4D2886', '钢铁制管夹', 1, 'F', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742781005968010001', 'QD#1', '4860999', '2660531', '插座盖', 1, 'F', 4, '2025-03-24 09:50:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010000', 'COMBO', '1174079', '9S8009', '堵头', 1, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010001', 'COMBO', '1174079', '4K1388', 'O型圈', 1, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010002', 'COMBO', '1174079', '9S4189', '堵头', 1, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010003', 'COMBO', '1174079', '2M9780', 'O型圈', 1, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010004', 'COMBO', '1174079', '9S4182', '堵头', 3, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010005', 'COMBO', '1174079', '3J7354', 'O型圈', 6, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010006', 'COMBO', '1174079', '9S8002', '堵头', 1, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010007', 'COMBO', '1174079', '6V8647', '接头*8', 2, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010008', 'COMBO', '1174079', '4J5477', 'O型圈', 2, 'A', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010009', 'COMBO', '1174079', '9S4183', '堵头', 5, 'B', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010010', 'COMBO', '1174079', '3D2824', 'O型圈', 5, 'B', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010011', 'COMBO', '1174079', '9S4185', '堵头', 5, 'B', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010012', 'COMBO', '1174079', '3K0360', 'O型圈', 5, 'B', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010013', 'COMBO', '1174079', '6V3965', '测压接头', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010014', 'COMBO', '1174079', '3J1907', 'O型圈', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010015', 'COMBO', '1174079', '1318350', '阀', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010016', 'COMBO', '1174079', '3K0360', 'O型圈', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010017', 'COMBO', '1174079', '3T8236', '弹簧', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010018', 'COMBO', '1174079', '6V8398', 'O型圈', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010019', 'COMBO', '1174079', '7X4776', '支撑环', 2, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010020', 'COMBO', '1174079', '9S8003', '堵头', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010021', 'COMBO', '1174079', '1J9671', 'O型圈', 1, 'C', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010022', 'COMBO', '1174079', '8T8987', '直角接头', 1, 'D', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010023', 'COMBO', '1174079', '6V9833', '盖帽', 1, 'D', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010024', 'COMBO', '1174079', '5K9090', 'O型圈', 1, 'D', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010025', 'COMBO', '1174079', '2S4078', 'O型圈', 1, 'D', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010026', 'COMBO', '1174079', '9S8001', '堵头', 2, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010027', 'COMBO', '1174079', '4J7533', 'O型圈', 2, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010028', 'COMBO', '1174079', '8J6815', '节流螺钉', 2, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010029', 'COMBO', '1174079', '3P9498', '节流螺钉', 1, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010030', 'COMBO', '1174079', '1H0337', '阀', 1, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010031', 'COMBO', '1174079', '9F6705', '弹簧', 1, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010032', 'COMBO', '1174079', '4T1860', '梭阀', 1, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010033', 'COMBO', '1174079', '6E1924', '弹簧', 1, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010034', 'COMBO', '1174079', '6E1925', '弹簧', 1, 'E', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010035', 'COMBO', '1174079', '8M3175', '垫片', 2, 'F', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010036', 'COMBO', '1174079', '5M2057', 'O型圈', 1, 'F', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010037', 'COMBO', '1174079', '6V5230', '螺栓', 2, 'F', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010038', 'COMBO', '1174079', '1278480', '阀', 1, 'F', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010039', 'COMBO', '1174079', '6E4703', '阀', 1, 'G', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010040', 'COMBO', '1174079', '4T4935', '阀', 1, 'G', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010041', 'COMBO', '1174079', '6E1923', '油管', 1, 'G', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010042', 'COMBO', '1174079', '1243488', '铭牌', 1, 'G', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010043', 'COMBO', '1174079', '5796930', 'FILM', 1, 'H', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742782449969010044', 'COMBO', '1174079', '6V0852', '保护套', 1, 'H', 4, '2025-03-24 10:14:10', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010000', 'MG Segment', '3701255', '9S8005', '堵头', 1, 'A', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010001', 'MG Segment', '3701255', '3K0360', '密封O型圈', 3, 'A', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010002', 'MG Segment', '3701255', '9J0404', '堵头', 2, 'A', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010003', 'MG Segment', '3701255', '7J9933', '密封O型圈', 2, 'A', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010004', 'MG Segment', '3701255', '3405472', '左手柄', 1, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010005', 'MG Segment', '3701255', '8M4437', '密封O型圈', 2, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010006', 'MG Segment', '3701255', '6E4502', '堵头', 1, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010007', 'MG Segment', '3701255', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010008', 'MG Segment', '3701255', '6E3019', '阀', 1, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010009', 'MG Segment', '3701255', '6E5153', '弹簧', 1, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010010', 'MG Segment', '3701255', '1082187', '堵头', 1, 'B', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010011', 'MG Segment', '3701255', '5B9318', '钢球', 1, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010012', 'MG Segment', '3701255', '6E3007', '弹簧', 1, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010013', 'MG Segment', '3701255', '1011973', '轴承座', 4, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010014', 'MG Segment', '3701255', '1027412', '弹簧', 1, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010015', 'MG Segment', '3701255', '8T4189', '螺栓', 2, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010016', 'MG Segment', '3701255', '8T4224', '垫片', 2, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010017', 'MG Segment', '3701255', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010018', 'MG Segment', '3701255', '1011971', '杆体', 1, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010019', 'MG Segment', '3701255', '1063659', '活塞', 1, 'C', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010020', 'MG Segment', '3701255', '1487906', '阀芯', 1, 'D', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010021', 'MG Segment', '3701255', '1011984', '手柄座套', 1, 'E', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010022', 'MG Segment', '3701255', '2K8199', '密封O型圈', 1, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010023', 'MG Segment', '3701255', '8T4138', '螺栓', 2, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010024', 'MG Segment', '3701255', '1012480', '盖板', 1, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010025', 'MG Segment', '3701255', '1118233', '弹簧', 1, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010026', 'MG Segment', '3701255', '4D9986', '密封O型圈', 1, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320958010027', 'MG Segment', '3701255', '3701256', '铭牌', 1, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320959010000', 'MG Segment', '3701255', '8T4189', '螺栓', 2, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320959010001', 'MG Segment', '3701255', '8T4224', '垫片', 2, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742783320959010002', 'MG Segment', '3701255', '1011978', '盖板', 1, 'F', 8, '2025-03-24 10:28:41', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010000', 'MG Combo', '5358582', '9S8009', '堵头', 1, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010001', 'MG Combo', '5358582', '4K1388', 'O型圈', 1, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010002', 'MG Combo', '5358582', '9S4189', '堵头', 1, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010003', 'MG Combo', '5358582', '2M9780', 'O型圈', 1, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010004', 'MG Combo', '5358582', '9S4182', '堵头', 3, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010005', 'MG Combo', '5358582', '3J7354', 'O型圈', 3, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010006', 'MG Combo', '5358582', '9S8002', '堵头', 1, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010007', 'MG Combo', '5358582', '3J7354', 'O型圈', 1, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010008', 'MG Combo', '5358582', '6V8647', '接头', 2, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010009', 'MG Combo', '5358582', '3J7354', 'O型圈', 2, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010010', 'MG Combo', '5358582', '4J5477', 'O型圈', 2, 'A', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010011', 'MG Combo', '5358582', '9S4183', '堵头', 5, 'B', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010012', 'MG Combo', '5358582', '3D2824', 'O型圈', 5, 'B', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010013', 'MG Combo', '5358582', '9S4185', '堵头', 5, 'B', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010014', 'MG Combo', '5358582', '3K0360', 'O型圈', 5, 'B', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010015', 'MG Combo', '5358582', '6V3965', '测压接头', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010016', 'MG Combo', '5358582', '3J1907', 'O型圈', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010017', 'MG Combo', '5358582', '1318350', '阀', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010018', 'MG Combo', '5358582', '3K0360', 'O型圈', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010019', 'MG Combo', '5358582', '3T8236', '弹簧', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010020', 'MG Combo', '5358582', '6V8398', 'O型圈', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010021', 'MG Combo', '5358582', '1007000', '支撑环', 2, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010022', 'MG Combo', '5358582', '9S8003', '堵头', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010023', 'MG Combo', '5358582', '1J9671', 'O型圈', 1, 'C', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010024', 'MG Combo', '5358582', '8T8987', '直角接头', 1, 'D', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010025', 'MG Combo', '5358582', '6V9833', '盖帽', 1, 'D', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010026', 'MG Combo', '5358582', '5K9090', 'O型圈', 1, 'D', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010027', 'MG Combo', '5358582', '2S4078', 'O型圈', 1, 'D', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010028', 'MG Combo', '5358582', '9S8001', '堵头', 2, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010029', 'MG Combo', '5358582', '4J7533', 'O型圈', 2, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010030', 'MG Combo', '5358582', '8J6815', '节流螺钉', 2, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010031', 'MG Combo', '5358582', '3P9498', '节流螺钉', 1, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010032', 'MG Combo', '5358582', '1H0337', '阀', 1, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010033', 'MG Combo', '5358582', '9F6705', '弹簧', 1, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010034', 'MG Combo', '5358582', '4T1860', '梭阀', 1, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010035', 'MG Combo', '5358582', '6E1924', '弹簧', 1, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010036', 'MG Combo', '5358582', '6E1925', '弹簧', 1, 'E', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010037', 'MG Combo', '5358582', '8M3175', '垫片', 2, 'F', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010038', 'MG Combo', '5358582', '5M2057', 'O型圈', 1, 'F', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010039', 'MG Combo', '5358582', '6V5230', '螺栓', 2, 'F', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010040', 'MG Combo', '5358582', '5358581', '阀', 1, 'F', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010041', 'MG Combo', '5358582', '3307743', '阀', 1, 'G', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010042', 'MG Combo', '5358582', '4T4935', '阀', 1, 'G', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010043', 'MG Combo', '5358582', '6E1923', '油管', 1, 'G', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010044', 'MG Combo', '5358582', '5358583', '铭牌', 1, 'G', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010045', 'MG Combo', '5358582', '5796930', 'FILM', 1, 'H', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742787871472010046', 'MG Combo', '5358582', '6V0852', '保护套', 1, 'H', 4, '2025-03-24 11:44:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010000', 'Monoblock Valve', '6065004', '2828827', 'PLUG', 14, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010001', 'Monoblock Valve', '6065004', '3884493', 'VALVE GP-CHECK', 2, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010002', 'Monoblock Valve', '6065004', '3J1907', 'SEAL-O-RING-STOR', 7, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010003', 'Monoblock Valve', '6065004', '9S8004', 'PLUG-LD STOR', 5, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010004', 'Monoblock Valve', '6065004', '2928061', 'PLUG', 4, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010005', 'Monoblock Valve', '6065004', '9S4191', 'PLUG-EXT HEX', 2, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010006', 'Monoblock Valve', '6065004', '3676003', 'PLUG AS-HD STOR', 2, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010007', 'Monoblock Valve', '6065004', '3321986', 'VALVE GP-D RLF-A', 1, 'A', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010008', 'Monoblock Valve', '6065004', '2344869', 'VALVE GP-MAKE UP', 1, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010009', 'Monoblock Valve', '6065004', '3J7354', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010010', 'Monoblock Valve', '6065004', '9S4182', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010011', 'Monoblock Valve', '6065004', '6014921', 'VALVE GP-P RLF-B', 1, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010012', 'Monoblock Valve', '6065004', '3568547', 'SPOOL', 2, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010013', 'Monoblock Valve', '6065004', '3631610', 'SPRING', 2, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010014', 'Monoblock Valve', '6065004', '3568548', 'SPOOL', 2, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010015', 'Monoblock Valve', '6065004', '4519131', 'PLUG-RETAINER', 2, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010016', 'Monoblock Valve', '6065004', '7M8485', 'SEAL-O-RING-STOR', 2, 'B', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010017', 'Monoblock Valve', '6065004', '3J1907', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010018', 'Monoblock Valve', '6065004', '9S4191', 'PLUG-EXT HEX', 2, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010019', 'Monoblock Valve', '6065004', '6V5393', 'SEAL-O-RING', 2, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010020', 'Monoblock Valve', '6065004', '4J5309', 'SEAL-O RING', 2, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010021', 'Monoblock Valve', '6065004', '8T3844', 'BOLT-HEX HEAD ', 4, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010022', 'Monoblock Valve', '6065004', '9X8256', 'WASHER ', 4, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010023', 'Monoblock Valve', '6065004', '5981605', 'VALVE GP-SOL', 2, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010024', 'Monoblock Valve', '6065004', '1091393', 'BOLT-SOCKET HEAD', 4, 'C', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010025', 'Monoblock Valve', '6065004', '7M8485', 'SEAL-O-RING-STOR', 2, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010026', 'Monoblock Valve', '6065004', '9S4181', 'PLUG-LD STOR', 2, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010027', 'Monoblock Valve', '6065004', '3705764', 'VALVE GP-D RLF-C', 1, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010028', 'Monoblock Valve', '6065004', '3338242', 'VALVE GP-SOL', 1, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010029', 'Monoblock Valve', '6065004', '4955303', 'VALVE GP-D RLF-C', 1, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010030', 'Monoblock Valve', '6065004', '4948090', 'RETAINER', 4, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010031', 'Monoblock Valve', '6065004', '2841010', 'V00MB00028Spring', 2, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010032', 'Monoblock Valve', '6065004', '2841011', 'SPRING', 2, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010033', 'Monoblock Valve', '6065004', '3594661', 'BOLT', 2, 'D', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010034', 'Monoblock Valve', '6065004', '3568561', 'VALVE', 2, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010035', 'Monoblock Valve', '6065004', '2369832', 'SPRING', 2, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010036', 'Monoblock Valve', '6065004', '4456109', 'VALVE GP-P CHK', 2, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010037', 'Monoblock Valve', '6065004', '2913787', 'Valve GP-Relief', 1, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010038', 'Monoblock Valve', '6065004', '3K0360', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010039', 'Monoblock Valve', '6065004', '9S8005', 'PLUG-INTL HEX', 1, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010040', 'Monoblock Valve', '6065004', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010041', 'Monoblock Valve', '6065004', '9S4191', 'PLUG-EXT HEX', 2, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010042', 'Monoblock Valve', '6065004', '2256948', 'SEAL-O-RING', 2, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010043', 'Monoblock Valve', '6065004', '4J5309', 'SEAL-O RING', 1, 'E', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010044', 'Monoblock Valve', '6065004', '5P9186', 'SEAL-O-RING', 1, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010045', 'Monoblock Valve', '6065004', '4572451', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010046', 'Monoblock Valve', '6065004', '9X8256', 'WASHER ', 4, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010047', 'Monoblock Valve', '6065004', '5981605', 'VALVE GP-SOL', 2, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010048', 'Monoblock Valve', '6065004', '1091393', 'BOLT-SOCKET HEAD', 4, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010049', 'Monoblock Valve', '6065004', '9S4180', 'PLUG-LD STOR', 2, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010050', 'Monoblock Valve', '6065004', '4J7533', 'SEAL-O-RING-STOR', 2, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010051', 'Monoblock Valve', '6065004', '6065014', 'PLATE-IDENT', 1, 'F', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010052', 'Monoblock Valve', '6065004', '2965987', 'PLUG', 3, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010053', 'Monoblock Valve', '6065004', '3J7354', 'SEAL-O-RING-STOR', 1, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010054', 'Monoblock Valve', '6065004', '9S4182', 'PLUG-LD STOR', 1, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010055', 'Monoblock Valve', '6065004', '2660531', 'CAP-CONNECTOR', 1, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010056', 'Monoblock Valve', '6065004', '6164614', 'FLIM', 1, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010057', 'Monoblock Valve', '6065004', '6164612', 'FLIM', 3, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010058', 'Monoblock Valve', '6065004', '6164613', 'FLIM', 4, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742792949296010059', 'Monoblock Valve', '6065004', '5542333', 'CAP-CONNECTOR', 4, 'G', 1, '2025-03-24 13:09:09', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010000', 'MG Segment', '6E3035', '3K0360', '密封O型圈', 3, 'A', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010001', 'MG Segment', '6E3035', '9S8005', '堵头', 1, 'A', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010002', 'MG Segment', '6E3035', '9J0404', '堵头', 2, 'A', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010003', 'MG Segment', '6E3035', '3613549', '密封O型圈', 2, 'A', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010004', 'MG Segment', '6E3035', '3405472', '左手柄', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010005', 'MG Segment', '6E3035', '8M4437', '密封O型圈', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010006', 'MG Segment', '6E3035', '6E4502', '堵头', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010007', 'MG Segment', '6E3035', '4J7533', '密封O型圈', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010008', 'MG Segment', '6E3035', '6E3019', '阀', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010009', 'MG Segment', '6E3035', '6E5153', '弹簧', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010010', 'MG Segment', '6E3035', '1082187', '堵头', 1, 'B', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010011', 'MG Segment', '6E3035', '5B9318', '钢球', 1, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010012', 'MG Segment', '6E3035', '6E3007', '弹簧', 1, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010013', 'MG Segment', '6E3035', '1011973', '轴承座', 4, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010014', 'MG Segment', '6E3035', '1027412', '弹簧', 1, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010015', 'MG Segment', '6E3035', '8T4189', '螺栓', 2, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010016', 'MG Segment', '6E3035', '8T4224', '垫片', 2, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010017', 'MG Segment', '6E3035', '2K8199', '密封O型圈', 1, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010018', 'MG Segment', '6E3035', '1011971', '杆体', 1, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010019', 'MG Segment', '6E3035', '1063659', '活塞', 1, 'C', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010020', 'MG Segment', '6E3035', '1487906', '阀芯', 1, 'D', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010021', 'MG Segment', '6E3035', '1011984', '手柄座套', 1, 'E', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010022', 'MG Segment', '6E3035', '2K8199', '密封O型圈', 1, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010023', 'MG Segment', '6E3035', '8T4138', '螺栓', 2, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010024', 'MG Segment', '6E3035', '1012480', '盖板', 1, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010025', 'MG Segment', '6E3035', '1118233', '弹簧', 1, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010026', 'MG Segment', '6E3035', '4D9986', '密封O型圈', 1, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010027', 'MG Segment', '6E3035', '1070518', '铭牌', 1, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010028', 'MG Segment', '6E3035', '8T4189', '螺栓', 2, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010029', 'MG Segment', '6E3035', '8T4224', '垫片', 2, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793105464010030', 'MG Segment', '6E3035', '1011978', '盖板', 1, 'F', 8, '2025-03-24 13:11:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010000', 'Monoblock Valve', '5090599', '3J1907', 'SEAL-O-RING-STOR', 7, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010001', 'Monoblock Valve', '5090599', '9S4191', 'PLUG-LD STOR', 2, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010002', 'Monoblock Valve', '5090599', '3J7354', 'SEAL-O-RING-STOR', 1, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010003', 'Monoblock Valve', '5090599', '9S4182', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010004', 'Monoblock Valve', '5090599', '9S8004', 'PLUG-LD STOR', 5, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010005', 'Monoblock Valve', '5090599', '2828827', 'PLUG', 9, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010006', 'Monoblock Valve', '5090599', '2928061', 'PLUG', 4, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010007', 'Monoblock Valve', '5090599', '3321986', 'VALVE GP-D RLF-A', 1, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010008', 'Monoblock Valve', '5090599', '3884493', 'VALVE GP-CHECK', 2, 'A1', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010009', 'Monoblock Valve', '5090599', '9S4191', 'PLUG-LD STOR', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010010', 'Monoblock Valve', '5090599', '3J1907', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010011', 'Monoblock Valve', '5090599', '7M8485', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010012', 'Monoblock Valve', '5090599', '2344869', 'VALVE GP-MAKE UP', 1, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010013', 'Monoblock Valve', '5090599', '3568547', 'SPOOL', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010014', 'Monoblock Valve', '5090599', '3568548', 'SPOOL', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010015', 'Monoblock Valve', '5090599', '3631610', 'SPRING', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010016', 'Monoblock Valve', '5090599', '6068313', 'VALVE GP-P RLF-A', 1, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010017', 'Monoblock Valve', '5090599', '4519131', 'PLUG-RETAINER', 2, 'A2', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010018', 'Monoblock Valve', '5090599', '3S9233', 'SEAL-O-RING', 1, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010019', 'Monoblock Valve', '5090599', '4J5309', '4J5309 RING', 1, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010020', 'Monoblock Valve', '5090599', '6V5393', 'SEAL-O RING', 2, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010021', 'Monoblock Valve', '5090599', '7M8485', 'SEAL-O-RING-STOR', 2, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010022', 'Monoblock Valve', '5090599', '8T4138', 'BOLT-HEX HEAD', 4, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010023', 'Monoblock Valve', '5090599', '9S4181', 'PLUG-LD STOR', 2, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010024', 'Monoblock Valve', '5090599', '3338242', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010025', 'Monoblock Valve', '5090599', '3705764', 'VALVE GP-D RLF-C', 1, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010026', 'Monoblock Valve', '5090599', '4955303', 'VALVE GP-D RLF-C', 1, 'A3', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010027', 'Monoblock Valve', '5090599', '2841010', 'Spring', 2, 'A4', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010028', 'Monoblock Valve', '5090599', '2841011', 'SPRING', 2, 'A4', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010029', 'Monoblock Valve', '5090599', '5498842', 'PLUG AS', 4, 'A4', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010030', 'Monoblock Valve', '5090599', '3594661', 'BOLT', 2, 'A4', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010031', 'Monoblock Valve', '5090599', '4948090', 'RETAINER', 4, 'A4', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010032', 'Monoblock Valve', '5090599', '2369832', 'SPRING', 2, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010033', 'Monoblock Valve', '5090599', '3568561', 'VALVE', 2, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010034', 'Monoblock Valve', '5090599', '4J5309', '4J5309 RING', 1, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010035', 'Monoblock Valve', '5090599', '8F3469', 'SEAL-O RING', 1, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010036', 'Monoblock Valve', '5090599', '8T4138', 'BOLT-HEX HEAD', 4, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010037', 'Monoblock Valve', '5090599', '9S4191', 'PLUG-LD STOR', 2, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010038', 'Monoblock Valve', '5090599', '3J1907', 'SEAL-O-RING-STOR', 2, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010039', 'Monoblock Valve', '5090599', '2256948', 'SEAL-O-RING', 2, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010040', 'Monoblock Valve', '5090599', '4456109', 'VALVE GP-P CHK', 2, 'A5', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010041', 'Monoblock Valve', '5090599', '9S4180', 'PLUG-LD STOR', 2, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010042', 'Monoblock Valve', '5090599', '4J7533', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010043', 'Monoblock Valve', '5090599', '1919247', 'WASHER', 4, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010044', 'Monoblock Valve', '5090599', '1982914', 'NUT-HEXAGON', 4, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010045', 'Monoblock Valve', '5090599', '3128629', 'COIL AS', 4, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010046', 'Monoblock Valve', '5090599', '3161438', 'CARTRIDGE AS', 4, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010047', 'Monoblock Valve', '5090599', '3617213', 'Cartridge As', 4, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010048', 'Monoblock Valve', '5090599', '5090600', 'PLATE-IDENT', 1, 'A6', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010049', 'Monoblock Valve', '5090599', '6164612', 'FILM', 3, 'A7', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010050', 'Monoblock Valve', '5090599', '6164614', 'FILM', 1, 'A7', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010051', 'Monoblock Valve', '5090599', '3J7354', 'SEAL-O-RING-STOR', 1, 'A7', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010052', 'Monoblock Valve', '5090599', '9S4182', 'PLUG-LD STOR', 1, 'A7', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010053', 'Monoblock Valve', '5090599', '2660531', 'CAP-CONNECTOR', 5, 'A7', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793233999010054', 'Monoblock Valve', '5090599', '2965987', 'PLUG', 3, 'A7', 1, '2025-03-24 13:13:54', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010000', 'Monoblock Valve', '6125992', '3J1907', 'SEAL-O-RING-STOR', 7, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010001', 'Monoblock Valve', '6125992', '9S4191', 'PLUG-LD STOR', 2, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010002', 'Monoblock Valve', '6125992', '3J7354', 'SEAL-O-RING-STOR', 1, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010003', 'Monoblock Valve', '6125992', '9S4182', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010004', 'Monoblock Valve', '6125992', '9S8004', 'PLUG-LD STOR', 5, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010005', 'Monoblock Valve', '6125992', '2828827', 'PLUG', 6, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010006', 'Monoblock Valve', '6125992', '2928061', 'PLUG', 4, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010007', 'Monoblock Valve', '6125992', '3884493', 'VALVE GP-CHECK', 2, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010008', 'Monoblock Valve', '6125992', '5537512', 'Valve GP-P RLF-B', 1, 'A1', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010009', 'Monoblock Valve', '6125992', '7M8485', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010010', 'Monoblock Valve', '6125992', '2344869', 'SEAL-O-RING-STOR', 1, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010011', 'Monoblock Valve', '6125992', '3568547', 'SPOOL', 2, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010012', 'Monoblock Valve', '6125992', '3568548', 'SPOOL', 2, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010013', 'Monoblock Valve', '6125992', '3631610', 'SPRING', 2, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010014', 'Monoblock Valve', '6125992', '6014921', 'VALVE GP-P RLF-A', 1, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010015', 'Monoblock Valve', '6125992', '4519131', 'PLUG-RETAINER', 2, 'A2', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010016', 'Monoblock Valve', '6125992', '6V5393', 'SEAL-O RING', 2, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010017', 'Monoblock Valve', '6125992', '7M8485', 'SEAL-O-RING-STOR', 2, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010018', 'Monoblock Valve', '6125992', '8T4138', 'BOLT-HEX HEAD', 4, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010019', 'Monoblock Valve', '6125992', '9S4181', 'PLUG-LD STOR', 2, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010020', 'Monoblock Valve', '6125992', '3338242', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010021', 'Monoblock Valve', '6125992', '3705764', 'VALVE GP-D RLF-C', 1, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010022', 'Monoblock Valve', '6125992', '4955300', 'VALVE GP-D RLF-C', 1, 'A3', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010023', 'Monoblock Valve', '6125992', '2256948', 'SEAL-O-RING', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010024', 'Monoblock Valve', '6125992', '2369832', 'SPRING', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010025', 'Monoblock Valve', '6125992', '2841010', 'Spring', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010026', 'Monoblock Valve', '6125992', '2841011', 'SPRING', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010027', 'Monoblock Valve', '6125992', '2950993', 'RETAINER', 4, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010028', 'Monoblock Valve', '6125992', '3568561', 'VALVE', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010029', 'Monoblock Valve', '6125992', '3594661', 'BOLT', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010030', 'Monoblock Valve', '6125992', '4456109', 'VALVE GP-P CHK', 2, 'A4', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010031', 'Monoblock Valve', '6125992', '8T4138', 'BOLT-HEX HEAD', 3, 'A5', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010032', 'Monoblock Valve', '6125992', '9S4180', 'PLUG-LD STOR', 2, 'A5', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010033', 'Monoblock Valve', '6125992', '4J7533', 'SEAL-O-RING-STOR', 2, 'A5', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010034', 'Monoblock Valve', '6125992', '6126001', 'PLATE-IDENT', 1, 'A5', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010035', 'Monoblock Valve', '6125992', '5498842', 'PLUG', 6, 'A5', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010036', 'Monoblock Valve', '6125992', '6164612', 'FILM', 1, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010037', 'Monoblock Valve', '6125992', '6164650', 'FILM', 1, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010038', 'Monoblock Valve', '6125992', '3J7354', 'SEAL-O-RING-STOR', 1, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010039', 'Monoblock Valve', '6125992', '9S4182', 'PLUG-LD STOR', 1, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010040', 'Monoblock Valve', '6125992', '2660531', 'CAP-CONNECTOR', 1, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010041', 'Monoblock Valve', '6125992', '2965987', 'PLUG', 7, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793312524010042', 'Monoblock Valve', '6125992', '6403576', 'PLUG', 1, 'A6', 1, '2025-03-24 13:15:13', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010000', 'WL-ZL50', '6456686', '3J1907', 'SEAL-O-RING-STOR', 8, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010001', 'WL-ZL50', '6456686', '9S4191', 'PLUG-LD STOR', 3, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010002', 'WL-ZL50', '6456686', '3J7354', 'SEAL-O-RING-STOR', 1, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010003', 'WL-ZL50', '6456686', '9S4182', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010004', 'WL-ZL50', '6456686', '9S8004', 'PLUG-LD STOR', 5, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010005', 'WL-ZL50', '6456686', '1483483', 'PLUG', 1, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010006', 'WL-ZL50', '6456686', '2828827', 'PLUG', 5, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010007', 'WL-ZL50', '6456686', '2928061', 'PLUG', 2, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010008', 'WL-ZL50', '6456686', '5514844', 'VALVE GP-D RLF-A', 1, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010009', 'WL-ZL50', '6456686', '3884493', 'VALVE GP-CHECK', 2, 'A1', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010010', 'WL-ZL50', '6456686', '7M8485', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010011', 'WL-ZL50', '6456686', '2344869', 'VALVE GP-MAKE UP', 1, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010012', 'WL-ZL50', '6456686', '3568547', 'SPOOL', 2, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010013', 'WL-ZL50', '6456686', '3568548', 'SPOOL', 2, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010014', 'WL-ZL50', '6456686', '3631610', 'SPRING', 2, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010015', 'WL-ZL50', '6456686', '6068312', 'VALVE GP-P RLF-A', 1, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010016', 'WL-ZL50', '6456686', '4519131', 'PLUG-RETAINER', 2, 'A2', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010017', 'WL-ZL50', '6456686', '8T4138', 'BOLT-HEX HEAD', 4, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010018', 'WL-ZL50', '6456686', '7M8485', 'SEAL-O-RING-STOR', 2, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010019', 'WL-ZL50', '6456686', '9S4181', 'PLUG-LD STOR', 2, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010020', 'WL-ZL50', '6456686', '6116430', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010021', 'WL-ZL50', '6456686', '8T3998', 'BOLT', 2, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010022', 'WL-ZL50', '6456686', '5514844', 'VALVE GP-D RLF-C', 1, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010023', 'WL-ZL50', '6456686', '4955302', 'VALVE GP-D RLF-C', 1, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010024', 'WL-ZL50', '6456686', '6V5393', 'SEAL-O-RING-STOR', 2, 'A3', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010025', 'WL-ZL50', '6456686', '2256948', 'SEAL-O-RING', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010026', 'WL-ZL50', '6456686', '2369832', 'SPRING', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010027', 'WL-ZL50', '6456686', '2841010', 'Spring', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010028', 'WL-ZL50', '6456686', '2841011', 'SPRING', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010029', 'WL-ZL50', '6456686', '2950993', 'RETAINER', 4, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010030', 'WL-ZL50', '6456686', '3568561', 'VALVE', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010031', 'WL-ZL50', '6456686', '3594661', 'BOLT', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010032', 'WL-ZL50', '6456686', '4456109', 'VALVE GP-P CHK', 2, 'A4', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010033', 'WL-ZL50', '6456686', '8T4138', 'BOLT-HEX HEAD', 3, 'A5', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010034', 'WL-ZL50', '6456686', '9S4180', 'PLUG-LD STOR', 2, 'A5', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010035', 'WL-ZL50', '6456686', '4J7533', 'SEAL-O-RING-STOR', 2, 'A5', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010036', 'WL-ZL50', '6456686', '6460227', 'PLATE-IDENT', 1, 'A5', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010037', 'WL-ZL50', '6456686', '6164612', 'FILM', 3, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010038', 'WL-ZL50', '6456686', '6164614', 'FILM', 1, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010039', 'WL-ZL50', '6456686', '3J7354', 'SEAL-O-RING-STOR', 1, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010040', 'WL-ZL50', '6456686', '9S4182', 'PLUG-LD STOR', 1, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010041', 'WL-ZL50', '6456686', '5542333', 'CAP-CONNECTOR', 1, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010042', 'WL-ZL50', '6456686', '2965987', 'PLUG', 6, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010043', 'WL-ZL50', '6456686', '5498842', 'PLUG AS', 4, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742793685162010044', 'WL-ZL50', '6456686', '6403576', 'PLUG', 1, 'A6', 1, '2025-03-24 13:21:25', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010000', 'Monoblock Valve', '4948095', '9S8007', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010001', 'Monoblock Valve', '4948095', '1T0936', 'PLUG-PIPE', 1, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010002', 'Monoblock Valve', '4948095', '7T6496', 'PLUG', 1, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010003', 'Monoblock Valve', '4948095', '1014845', 'PLUG-NPTF', 1, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010004', 'Monoblock Valve', '4948095', '1483483', 'PLUG', 7, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010005', 'Monoblock Valve', '4948095', '7J0204', 'SEAL-O-RING', 1, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010006', 'Monoblock Valve', '4948095', '2828827', 'PLUG', 1, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010007', 'Monoblock Valve', '4948095', '3676002', 'PLUG AS-HD STOR', 4, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010008', 'Monoblock Valve', '4948095', '3676003', 'PLUG AS-HD STOR', 2, 'A1', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010009', 'Monoblock Valve', '4948095', '9J5754', 'SPRING', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010010', 'Monoblock Valve', '4948095', '2M9780', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010011', 'Monoblock Valve', '4948095', '9S4190', 'PLUG-LD STOR', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010012', 'Monoblock Valve', '4948095', '3631613', 'BOLT', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010013', 'Monoblock Valve', '4948095', '3603681', 'PLUG-HD STOR', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010014', 'Monoblock Valve', '4948095', '6061170', 'VALVE GP-D RLF-C', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010015', 'Monoblock Valve', '4948095', '4231786', 'RETAINER', 2, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010016', 'Monoblock Valve', '4948095', '4231787', 'SPRING', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010017', 'Monoblock Valve', '4948095', '4555822', 'VALVE GP-RLF -A', 1, 'A2', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010018', 'Monoblock Valve', '4948095', '9X8256', 'WASHER', 4, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010019', 'Monoblock Valve', '4948095', '3J1907', 'SEAL-O-RING-STOR', 4, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010020', 'Monoblock Valve', '4948095', '9S8004', 'PLUG-LD STOR', 4, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010021', 'Monoblock Valve', '4948095', '2828827', 'PLUG', 11, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010022', 'Monoblock Valve', '4948095', '3884493', 'VALVE GP-CHECK', 2, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010023', 'Monoblock Valve', '4948095', '4572451', 'BOLT-HEX HEAD', 4, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010024', 'Monoblock Valve', '4948095', '6V5759', 'SEAL-O-RING', 4, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010025', 'Monoblock Valve', '4948095', '3979397', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010026', 'Monoblock Valve', '4948095', '1234750', 'VALVE-CHECK', 1, 'A4', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010027', 'Monoblock Valve', '4948095', '1488378', 'ADAPTER AS', 1, 'A4', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010028', 'Monoblock Valve', '4948095', '9S4191', 'PLUG-LD STOR', 2, 'A4', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010029', 'Monoblock Valve', '4948095', '3J1907', 'SEAL-O-RING-STOR', 2, 'A4', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010030', 'Monoblock Valve', '4948095', '2928061', 'PLUG', 6, 'A4', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010031', 'Monoblock Valve', '4948095', '3685096', 'TUBE AS.', 1, 'A4', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010032', 'Monoblock Valve', '4948095', '6J2419', 'SEAL-O RING', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010033', 'Monoblock Valve', '4948095', '8T4138', 'BOLT-HEX HEAD', 2, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010034', 'Monoblock Valve', '4948095', '9S4191', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010035', 'Monoblock Valve', '4948095', '3J7354', 'SEAL-O-RING-STOR', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010036', 'Monoblock Valve', '4948095', '9S4182', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010037', 'Monoblock Valve', '4948095', '3J1907', 'SEAL-O-RING-STOR', 5, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010038', 'Monoblock Valve', '4948095', '9S8004', 'PLUG-LD STOR', 4, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010039', 'Monoblock Valve', '4948095', '7J0204', 'SEAL-O-RING', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010040', 'Monoblock Valve', '4948095', '2344869', 'VALVE GP-MAKE UP', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010041', 'Monoblock Valve', '4948095', '3321986', 'VALVE GP-D RLF-A', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010042', 'Monoblock Valve', '4948095', '3632687', 'HOUSING', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010043', 'Monoblock Valve', '4948095', '6068313', 'VALVE GP-P RLF-A', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010044', 'Monoblock Valve', '4948095', '9S8007', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010045', 'Monoblock Valve', '4948095', '6V5393', 'SEAL-O RING', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010046', 'Monoblock Valve', '4948095', '7M8485', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010047', 'Monoblock Valve', '4948095', '9W7783', 'PLUG', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010048', 'Monoblock Valve', '4948095', '3J1907', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010049', 'Monoblock Valve', '4948095', '9S4191', 'PLUG-LD STOR', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010050', 'Monoblock Valve', '4948095', '3568547', 'SPOOL', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010051', 'Monoblock Valve', '4948095', '3568548', 'SPOOL', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010052', 'Monoblock Valve', '4948095', '3631610', 'SPRING', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010053', 'Monoblock Valve', '4948095', '4519131', 'PLUG-RETAINER', 2, 'A6', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010054', 'Monoblock Valve', '4948095', '3S9233', 'SEAL-O-RING', 1, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010055', 'Monoblock Valve', '4948095', '4J5309', '4J5309 RING', 1, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010056', 'Monoblock Valve', '4948095', '6J3134', 'SEAL-O RING', 1, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010057', 'Monoblock Valve', '4948095', '8T4138', 'BOLT-HEX HEAD', 4, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010058', 'Monoblock Valve', '4948095', '7M8485', 'SEAL-O-RING-STOR', 2, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010059', 'Monoblock Valve', '4948095', '9S4181', 'PLUG-LD STOR', 2, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010060', 'Monoblock Valve', '4948095', '3338242', 'VALVE GP-SOL', 1, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010061', 'Monoblock Valve', '4948095', '3705764', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010062', 'Monoblock Valve', '4948095', '4955303', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010063', 'Monoblock Valve', '4948095', '6V0357', 'SEAL-O RING', 1, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010064', 'Monoblock Valve', '4948095', '6V7607', 'WASHER-HARD', 1, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010065', 'Monoblock Valve', '4948095', '2404695', 'RING-BACKUP', 1, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010066', 'Monoblock Valve', '4948095', '2841010', 'Spring', 2, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010067', 'Monoblock Valve', '4948095', '2841011', 'SPRING', 2, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010068', 'Monoblock Valve', '4948095', '3594661', 'BOLT', 2, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010069', 'Monoblock Valve', '4948095', '3632697', 'RETAINER', 1, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010070', 'Monoblock Valve', '4948095', '3632698', 'STEM-VALVE', 1, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010071', 'Monoblock Valve', '4948095', '3964852', 'SEAL-O-RING', 1, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010072', 'Monoblock Valve', '4948095', '4948090', 'RETAINER', 4, 'A8', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010073', 'Monoblock Valve', '4948095', '4J5309', '4J5309 RING', 1, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010074', 'Monoblock Valve', '4948095', '6K6307', 'SEAL-O-RING', 1, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010075', 'Monoblock Valve', '4948095', '8F3469', 'SEAL-O RING', 1, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010076', 'Monoblock Valve', '4948095', '2256948', 'SEAL-O-RING', 2, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010077', 'Monoblock Valve', '4948095', '2369832', 'SPRING', 2, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010078', 'Monoblock Valve', '4948095', '3568561', 'VALVE', 2, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010079', 'Monoblock Valve', '4948095', '3632692', 'SPRING', 1, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010080', 'Monoblock Valve', '4948095', '3948568', 'PLUG-RETAINER', 1, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010081', 'Monoblock Valve', '4948095', '4456109', 'VALVE GP-P CHK', 2, 'A9', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010082', 'Monoblock Valve', '4948095', '8T4138', 'BOLT-HEX HEAD', 4, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010083', 'Monoblock Valve', '4948095', '3J1907', 'SEAL-O-RING-STOR', 2, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010084', 'Monoblock Valve', '4948095', '9S4191', 'PLUG-LD STOR', 2, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010085', 'Monoblock Valve', '4948095', '1919247', 'WASHER', 4, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010086', 'Monoblock Valve', '4948095', '1982914', 'NUT-HEXAGON', 4, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010087', 'Monoblock Valve', '4948095', '3128629', 'COIL AS', 4, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010088', 'Monoblock Valve', '4948095', '3161438', 'CARTRIDGE AS', 4, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010089', 'Monoblock Valve', '4948095', '3617213', 'Cartridge As', 4, 'A10', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010090', 'Monoblock Valve', '4948095', '4J7533', 'SEAL-O-RING-STOR', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010091', 'Monoblock Valve', '4948095', '3J7354', 'SEAL-O-RING-STOR', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010092', 'Monoblock Valve', '4948095', '9S4182', 'PLUG-LD STOR', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010093', 'Monoblock Valve', '4948095', '9S4180', 'PLUG-LD STOR', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010094', 'Monoblock Valve', '4948095', '2778863', 'VALVE GP-SOL', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010095', 'Monoblock Valve', '4948095', '5498842', 'PLUG AS', 5, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010096', 'Monoblock Valve', '4948095', '3741478', 'SPOOL-COMP', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010097', 'Monoblock Valve', '4948095', '4982921', 'PLATE-IDENT', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010098', 'Monoblock Valve', '4948095', '4308983', 'STEM', 1, 'A11', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010099', 'Monoblock Valve', '4948095', '6164612', 'FILM', 3, 'A12', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010100', 'Monoblock Valve', '4948095', '6164614', 'FILM', 1, 'A12', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010101', 'Monoblock Valve', '4948095', '3J7354', 'SEAL-O-RING-STOR', 1, 'A12', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010102', 'Monoblock Valve', '4948095', '9S4182', 'PLUG-LD STOR', 1, 'A12', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010103', 'Monoblock Valve', '4948095', '2660531', 'CAP-CONNECTOR', 7, 'A12', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742794085713010104', 'Monoblock Valve', '4948095', '2965987', 'PLUG', 3, 'A12', 1, '2025-03-24 13:28:06', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010000', 'Monoblock Valve', '6137643', '2828827', 'PLUG', 5, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010001', 'Monoblock Valve', '6137643', '5P6300', 'SEAL-O-RING', 4, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010002', 'Monoblock Valve', '6137643', '2M9780', 'SEAL-O-RING-STOR', 1, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010003', 'Monoblock Valve', '6137643', '9S4190', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010004', 'Monoblock Valve', '6137643', '3631613', 'BOLT', 1, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010005', 'Monoblock Valve', '6137643', '3676003', 'PLUG AS-HD STOR', 1, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010006', 'Monoblock Valve', '6137643', '4231786', 'RETAINER', 2, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010007', 'Monoblock Valve', '6137643', '4231787', 'SPRING', 1, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010008', 'Monoblock Valve', '6137643', '6061170', 'VALVE', 1, 'A1', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010009', 'Monoblock Valve', '6137643', '8T3844', 'BOLT', 4, 'A2', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010010', 'Monoblock Valve', '6137643', '9X8256', 'WASHER', 4, 'A2', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010011', 'Monoblock Valve', '6137643', '1234750', 'VALVE-CHECK', 1, 'A2', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010012', 'Monoblock Valve', '6137643', '1488378', 'ADAPTER AS', 1, 'A2', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010013', 'Monoblock Valve', '6137643', '2828827', 'PLUG', 5, 'A2', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010014', 'Monoblock Valve', '6137643', '4447322', 'TUBE AS', 1, 'A2', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010015', 'Monoblock Valve', '6137643', '3J1907', 'SEAL-O-RING-STOR', 9, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010016', 'Monoblock Valve', '6137643', '9S4191', 'PLUG-LD STOR', 3, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010017', 'Monoblock Valve', '6137643', '3J7354', 'SEAL-O-RING-STOR', 1, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010018', 'Monoblock Valve', '6137643', '9S4182', 'PLUG-LD STOR', 1, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010019', 'Monoblock Valve', '6137643', '9S8004', 'PLUG-LD STOR', 6, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010020', 'Monoblock Valve', '6137643', '7J0204', 'SEAL-O-RING', 1, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010021', 'Monoblock Valve', '6137643', '9S8007', 'PLUG-LD STOR', 1, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010022', 'Monoblock Valve', '6137643', '2344869', 'VALVE GP-MAKE UP', 1, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010023', 'Monoblock Valve', '6137643', '5537512', 'VALVE GP-D RLF-A', 1, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010024', 'Monoblock Valve', '6137643', '3884493', 'VALVE GP-CHECK', 2, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010025', 'Monoblock Valve', '6137643', '2928061', 'PLUG', 5, 'A3', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010026', 'Monoblock Valve', '6137643', '6J2419', 'SEAL-O RING', 1, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010027', 'Monoblock Valve', '6137643', '7M8485', 'SEAL-O-RING-STOR', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010028', 'Monoblock Valve', '6137643', '8T4138', 'BOLT-HEX HEAD', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010029', 'Monoblock Valve', '6137643', '3568547', 'SPOOL', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010030', 'Monoblock Valve', '6137643', '3568548', 'SPOOL', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010031', 'Monoblock Valve', '6137643', '3631610', 'SPRING', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010032', 'Monoblock Valve', '6137643', '3632687', 'HOUSING', 1, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010033', 'Monoblock Valve', '6137643', '6014921', 'VALVE GP-P RLF-A', 1, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010034', 'Monoblock Valve', '6137643', '9W7783', 'PLUG', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010035', 'Monoblock Valve', '6137643', '4519131', 'PLUG-RETAINER', 2, 'A4', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010036', 'Monoblock Valve', '6137643', '6V5393', 'SEAL-O RING', 2, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010037', 'Monoblock Valve', '6137643', '8T4138', 'BOLT-HEX HEAD', 4, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010038', 'Monoblock Valve', '6137643', '7M8485', 'SEAL-O-RING-STOR', 2, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010039', 'Monoblock Valve', '6137643', '9S4181', 'PLUG-LD STOR', 2, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010040', 'Monoblock Valve', '6137643', '3338242', 'VALVE GP-SOL', 1, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010041', 'Monoblock Valve', '6137643', '3705764', 'VALVE GP-D RLF-C', 1, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010042', 'Monoblock Valve', '6137643', '3S9233', 'SEAL-O-RING', 1, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010043', 'Monoblock Valve', '6137643', '4J5309', 'SEAL-O-RING', 1, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010044', 'Monoblock Valve', '6137643', '6J3134', 'SEAL-O RING', 1, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010045', 'Monoblock Valve', '6137643', '4955300', 'VALVE GP-D RLF-C', 1, 'A5', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010046', 'Monoblock Valve', '6137643', '6V0357', 'SEAL-O RING', 1, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010047', 'Monoblock Valve', '6137643', '6V7607', 'WASHER-HARD', 1, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010048', 'Monoblock Valve', '6137643', '2404695', 'RING-BACKUP', 1, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010049', 'Monoblock Valve', '6137643', '2841010', 'Spring', 2, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010050', 'Monoblock Valve', '6137643', '2841011', 'SPRING', 2, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010051', 'Monoblock Valve', '6137643', '2950993', 'RETAINER', 4, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010052', 'Monoblock Valve', '6137643', '3594661', 'BOLT', 2, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010053', 'Monoblock Valve', '6137643', '3632697', 'RETAINER', 1, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010054', 'Monoblock Valve', '6137643', '3632698', 'STEM-VALVE', 1, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010055', 'Monoblock Valve', '6137643', '3964852', 'SEAL-O-RING', 1, 'A6', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010056', 'Monoblock Valve', '6137643', '6K6307', 'SEAL-O-RING', 1, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010057', 'Monoblock Valve', '6137643', '2256948', 'SEAL-O-RING', 2, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010058', 'Monoblock Valve', '6137643', '2369832', 'SPRING', 2, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010059', 'Monoblock Valve', '6137643', '3568561', 'VALVE', 2, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010060', 'Monoblock Valve', '6137643', '3632692', 'SPRING', 1, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010061', 'Monoblock Valve', '6137643', '3948568', 'PLUG-RETAINER', 1, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010062', 'Monoblock Valve', '6137643', '4456109', 'VALVE GP-P CHK', 2, 'A7', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010063', 'Monoblock Valve', '6137643', '8T4138', 'BOLT-HEX HEAD', 3, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010064', 'Monoblock Valve', '6137643', '9S4180', 'PLUG-LD STOR', 2, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010065', 'Monoblock Valve', '6137643', '4J7533', 'SEAL-O-RING-STOR', 2, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010066', 'Monoblock Valve', '6137643', '6132841', 'PLUG', 2, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010067', 'Monoblock Valve', '6137643', '3K0360', 'SEAL-O-RING-STOR', 2, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010068', 'Monoblock Valve', '6137643', '4K2039', 'SEAL O RING', 2, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010069', 'Monoblock Valve', '6137643', '6M5062', 'SEAL-O RING', 2, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010070', 'Monoblock Valve', '6137643', '2778863', 'VALVE GP-SOL', 1, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010071', 'Monoblock Valve', '6137643', '4389359', 'STEM', 1, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010072', 'Monoblock Valve', '6137643', '6137652', 'PLATE-IDENT', 1, 'A8', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010073', 'Monoblock Valve', '6137643', '6164612', 'FILM', 1, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010074', 'Monoblock Valve', '6137643', '6164650', 'FILM', 1, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010075', 'Monoblock Valve', '6137643', '3J7354', 'SEAL-O-RING-STOR', 1, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010076', 'Monoblock Valve', '6137643', '9S4182', 'PLUG-LD STOR', 1, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010077', 'Monoblock Valve', '6137643', '2660531', 'CAP-CONNECTOR', 2, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010078', 'Monoblock Valve', '6137643', '2965987', 'PLUG', 7, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010079', 'Monoblock Valve', '6137643', '5498842', 'PLUG AS', 7, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803044181010080', 'Monoblock Valve', '6137643', '6403576', 'PLUG', 1, 'A9', 1, '2025-03-24 15:57:24', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010000', 'Monoblock Valve', '6078912', '1483483', 'PLUG', 7, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010001', 'Monoblock Valve', '6078912', '2828827', 'PLUG', 1, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010002', 'Monoblock Valve', '6078912', '1T0936', 'PLUG-PIPE', 1, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010003', 'Monoblock Valve', '6078912', '1014845', 'PLUG-NPTF', 1, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010004', 'Monoblock Valve', '6078912', '3676002', 'PLUG AS-HD STOR', 4, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010005', 'Monoblock Valve', '6078912', '7J0204', 'SEAL-O-RING', 1, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010006', 'Monoblock Valve', '6078912', '9S8007', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010007', 'Monoblock Valve', '6078912', '7T6496', 'PLUG', 1, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010008', 'Monoblock Valve', '6078912', '3676003', 'PLUG AS-HD STOR', 2, 'A1', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010009', 'Monoblock Valve', '6078912', '4231786', 'RETAINER', 2, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010010', 'Monoblock Valve', '6078912', '4231787', 'SPRING', 1, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010011', 'Monoblock Valve', '6078912', '3631613', 'BOLT', 1, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010012', 'Monoblock Valve', '6078912', '2M9780', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010013', 'Monoblock Valve', '6078912', '3603681', 'PLUG-HD STOR', 1, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010014', 'Monoblock Valve', '6078912', '9S4190', 'PLUG-LD STOR', 1, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010015', 'Monoblock Valve', '6078912', '4555822', 'VALVE GP-RLF -A', 1, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010016', 'Monoblock Valve', '6078912', '6061170', 'VALVE GP-D RLF-C', 1, 'A2', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010017', 'Monoblock Valve', '6078912', '3979397', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010018', 'Monoblock Valve', '6078912', '6V5759', 'SEAL-O-RING', 4, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010019', 'Monoblock Valve', '6078912', '4572451', 'BOLT-HEX HEAD', 4, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010020', 'Monoblock Valve', '6078912', '9X8256', 'WASHER', 4, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010021', 'Monoblock Valve', '6078912', '2828827', 'PLUG', 11, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010022', 'Monoblock Valve', '6078912', '3884493', 'VALVE GP-CHECK', 2, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010023', 'Monoblock Valve', '6078912', '3J1907', 'SEAL-O-RING-STOR', 4, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010024', 'Monoblock Valve', '6078912', '9S8004', 'PLUG-LD STOR', 4, 'A3', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010025', 'Monoblock Valve', '6078912', '1234750', 'VALVE-CHECK', 1, 'A4', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010026', 'Monoblock Valve', '6078912', '1488378', 'ADAPTER AS', 1, 'A4', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010027', 'Monoblock Valve', '6078912', '3685096', 'TUBE AS.', 1, 'A4', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010028', 'Monoblock Valve', '6078912', '3J1907', 'SEAL-O-RING-STOR', 2, 'A4', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010029', 'Monoblock Valve', '6078912', '9S4191', 'PLUG-EXT HEX', 2, 'A4', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010030', 'Monoblock Valve', '6078912', '2928061', 'PLUG', 6, 'A4', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010031', 'Monoblock Valve', '6078912', '3J1907', 'SEAL-O-RING-STOR', 5, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010032', 'Monoblock Valve', '6078912', '9S8004', 'PLUG-LD STOR', 4, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010033', 'Monoblock Valve', '6078912', '3321986', 'VALVE GP-D RLF-C', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010034', 'Monoblock Valve', '6078912', '2344869', 'VALVE GP-MAKE UP', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010035', 'Monoblock Valve', '6078912', '7J0204', 'SEAL-O-RING', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010036', 'Monoblock Valve', '6078912', '9S8007', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010037', 'Monoblock Valve', '6078912', '3J7354', 'SEAL-O-RING-STOR', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010038', 'Monoblock Valve', '6078912', '9S4182', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010039', 'Monoblock Valve', '6078912', '3632687', 'HOUSING', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010040', 'Monoblock Valve', '6078912', '6J2419', 'SEAL-O RING', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010041', 'Monoblock Valve', '6078912', '8T4138', 'BOLT-HEX HEAD', 2, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010042', 'Monoblock Valve', '6078912', '9S4191', 'PLUG-EXT HEX', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010043', 'Monoblock Valve', '6078912', '6152089', 'VALVE GP-P RLF-A', 1, 'A5', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010044', 'Monoblock Valve', '6078912', '3568547', 'SPOOL', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010045', 'Monoblock Valve', '6078912', '3631610', 'SPRING', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010046', 'Monoblock Valve', '6078912', '3568548', 'SPOOL', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010047', 'Monoblock Valve', '6078912', '4519131', 'PLUG-RETAINER', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010048', 'Monoblock Valve', '6078912', '7M8485', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010049', 'Monoblock Valve', '6078912', '9W7783', 'PLUG', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010050', 'Monoblock Valve', '6078912', '3J1907', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010051', 'Monoblock Valve', '6078912', '9S4191', 'PLUG-EXT HEX', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010052', 'Monoblock Valve', '6078912', '6V5393', 'SEAL-O RING', 2, 'A6', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010053', 'Monoblock Valve', '6078912', '3S9233', 'SEAL-O-RING', 1, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010054', 'Monoblock Valve', '6078912', '6J3134', 'SEAL-O RING', 1, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010055', 'Monoblock Valve', '6078912', '4J5309', 'SEAL-O RING', 1, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010056', 'Monoblock Valve', '6078912', '8T4138', 'BOLT-HEX HEAD', 4, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010057', 'Monoblock Valve', '6078912', '3705764', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010058', 'Monoblock Valve', '6078912', '4955303', 'VALVE GP-D RLF-A', 1, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010059', 'Monoblock Valve', '6078912', '3338242', 'VALVE GP-SOL', 1, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010060', 'Monoblock Valve', '6078912', '7M8485', 'SEAL-O-RING-STOR', 2, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010061', 'Monoblock Valve', '6078912', '9S4181', 'PLUG-LD STOR', 2, 'A7', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010062', 'Monoblock Valve', '6078912', '4948090', 'RETAINER', 4, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010063', 'Monoblock Valve', '6078912', '2841010', 'V00MB00028Spring', 2, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010064', 'Monoblock Valve', '6078912', '2841011', 'SPRING', 2, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010065', 'Monoblock Valve', '6078912', '3594661', 'BOLT', 2, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010066', 'Monoblock Valve', '6078912', '3632698', 'STEM-VALVE', 1, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010067', 'Monoblock Valve', '6078912', '3964852', 'SEAL-O-RING', 1, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010068', 'Monoblock Valve', '6078912', '3632697', 'RETAINER', 1, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010069', 'Monoblock Valve', '6078912', '6V0357', 'SEAL-O RING', 1, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010070', 'Monoblock Valve', '6078912', '2404695', 'RING-BACKUP', 1, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010071', 'Monoblock Valve', '6078912', '6V7607', 'WASHER-HARD', 1, 'A8', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010072', 'Monoblock Valve', '6078912', '3632692', 'SPRING', 1, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010073', 'Monoblock Valve', '6078912', '3948568', 'PLUG-RETAINER', 1, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010074', 'Monoblock Valve', '6078912', '6K6307', 'SEAL-O-RING', 1, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010075', 'Monoblock Valve', '6078912', '3568561', 'VALVE', 2, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010076', 'Monoblock Valve', '6078912', '2369832', 'SPRING', 2, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010077', 'Monoblock Valve', '6078912', '4456109', 'VALVE GP-P CHK', 2, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010078', 'Monoblock Valve', '6078912', '4J5309', 'SEAL-O RING', 1, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010079', 'Monoblock Valve', '6078912', '8F3469', 'SEAL-O RING', 1, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010080', 'Monoblock Valve', '6078912', '2256948', 'SEAL-O-RING', 2, 'A9', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010081', 'Monoblock Valve', '6078912', '8T4138', 'BOLT-HEX HEAD', 4, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010082', 'Monoblock Valve', '6078912', '3J1907', 'SEAL-O-RING-STOR', 2, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010083', 'Monoblock Valve', '6078912', '9S4191', 'PLUG-EXT HEX', 2, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010084', 'Monoblock Valve', '6078912', '3617213', 'Cartridge As', 4, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010085', 'Monoblock Valve', '6078912', '3161438', 'CARTRIDGE AS', 4, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010086', 'Monoblock Valve', '6078912', '3128629', 'COIL AS', 4, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010087', 'Monoblock Valve', '6078912', '1919247', 'WASHER-SOFT', 4, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010088', 'Monoblock Valve', '6078912', '1982914', 'NUT-HEXAGON', 4, 'A10', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010089', 'Monoblock Valve', '6078912', '2778863', 'VALVE GP-SOL', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010090', 'Monoblock Valve', '6078912', '9S4180', 'PLUG-LD STOR', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010091', 'Monoblock Valve', '6078912', '4J7533', 'SEAL-O-RING-STOR', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010092', 'Monoblock Valve', '6078912', '3J7354', 'SEAL-O-RING-STOR', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010093', 'Monoblock Valve', '6078912', '9S4182', 'PLUG-LD STOR', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010094', 'Monoblock Valve', '6078912', '6079281', 'PLATE-IDENT', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010095', 'Monoblock Valve', '6078912', '3741478', 'SPOOL-COMP', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010096', 'Monoblock Valve', '6078912', '4308983', 'STEM', 1, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010097', 'Monoblock Valve', '6078912', '5498842', 'PLUG', 5, 'A11', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010098', 'Monoblock Valve', '6078912', '2965987', 'PLUG', 3, 'A12', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010099', 'Monoblock Valve', '6078912', '6164612', 'FILM', 3, 'A12', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010100', 'Monoblock Valve', '6078912', '6164614', 'FILM', 1, 'A12', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010101', 'Monoblock Valve', '6078912', '3J7354', 'SEAL-O-RING-STOR', 1, 'A12', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010102', 'Monoblock Valve', '6078912', '9S4182', 'PLUG-LD STOR', 1, 'A12', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803202722010103', 'Monoblock Valve', '6078912', '2660531', 'CAP-CONNECTOR', 7, 'A12', 1, '2025-03-24 16:00:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010000', 'Monoblock Valve', '6078923', '7J0204', 'SEAL-O-RING', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010001', 'Monoblock Valve', '6078923', '9S8007', 'PLUG-LD STOR', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010002', 'Monoblock Valve', '6078923', '1T0936', 'PLUG-PIPE', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010003', 'Monoblock Valve', '6078923', '7T6496', 'PLUG', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010004', 'Monoblock Valve', '6078923', '1014845', 'PLUG-NPTF', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010005', 'Monoblock Valve', '6078923', '1483483', 'PLUG', 7, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010006', 'Monoblock Valve', '6078923', '2660531', 'CAP-CONNECTOR', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010007', 'Monoblock Valve', '6078923', '2828827', 'PLUG', 1, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010008', 'Monoblock Valve', '6078923', '3676002', 'PLUG AS-HD STOR', 4, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010009', 'Monoblock Valve', '6078923', '3676003', 'PLUG AS-HD STOR', 2, 'A1', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010010', 'Monoblock Valve', '6078923', '9J5754', 'SPRING', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010011', 'Monoblock Valve', '6078923', '9S4190', 'PLUG-LD STOR', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010012', 'Monoblock Valve', '6078923', '3631613', 'BOLT', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010013', 'Monoblock Valve', '6078923', '2M9780', 'SEAL-O-RING-STOR', 2, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010014', 'Monoblock Valve', '6078923', '3603681', 'PLUG-HD STOR', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010015', 'Monoblock Valve', '6078923', '4231786', 'RETAINER', 2, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010016', 'Monoblock Valve', '6078923', '4231787', 'SPRING', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010017', 'Monoblock Valve', '6078923', '6014924', 'VALVE GP-D RLF-C', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010018', 'Monoblock Valve', '6078923', '4555822', 'VALVE GP-RLF -A', 1, 'A2', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010019', 'Monoblock Valve', '6078923', '8T4145', 'BOLT', 4, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010020', 'Monoblock Valve', '6078923', '9X6381', 'WASHER', 4, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010021', 'Monoblock Valve', '6078923', '3J1907', 'SEAL-O-RING-STOR', 4, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010022', 'Monoblock Valve', '6078923', '9S8004', 'PLUG-LD STOR', 4, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010023', 'Monoblock Valve', '6078923', '2828827', 'PLUG', 11, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010024', 'Monoblock Valve', '6078923', '3884493', 'VALVE GP-CHECK', 2, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010025', 'Monoblock Valve', '6078923', '6V5759', 'SEAL-O-RING', 4, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010026', 'Monoblock Valve', '6078923', '3979397', 'VALVE GP-SOL', 1, 'A3', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010027', 'Monoblock Valve', '6078923', '1234750', 'VALVE-CHECK', 1, 'A4', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010028', 'Monoblock Valve', '6078923', '1488378', 'ADAPTER AS', 1, 'A4', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010029', 'Monoblock Valve', '6078923', '3J1907', 'SEAL-O-RING-STOR', 2, 'A4', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010030', 'Monoblock Valve', '6078923', '9S4191', 'PLUG-LD STOR', 2, 'A4', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010031', 'Monoblock Valve', '6078923', '2928061', 'PLUG', 6, 'A4', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010032', 'Monoblock Valve', '6078923', '3685096', 'TUBE AS.', 1, 'A4', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282031010033', 'Monoblock Valve', '6078923', '6J2419', 'SEAL-O RING', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010000', 'Monoblock Valve', '6078923', '8T4138', 'BOLT-HEX HEAD', 2, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010001', 'Monoblock Valve', '6078923', '9S4191', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010002', 'Monoblock Valve', '6078923', '3J7354', 'SEAL-O-RING-STOR', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010003', 'Monoblock Valve', '6078923', '9S4182', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010004', 'Monoblock Valve', '6078923', '3J1907', 'SEAL-O-RING-STOR', 5, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010005', 'Monoblock Valve', '6078923', '9S8004', 'PLUG-LD STOR', 4, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010006', 'Monoblock Valve', '6078923', '2344869', 'VALVE GP-MAKE UP', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010007', 'Monoblock Valve', '6078923', '3321985', 'VALVE GP-D RLF-A', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010008', 'Monoblock Valve', '6078923', '3632687', 'HOUSING', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010009', 'Monoblock Valve', '6078923', '6152087', 'VALVE GP-P RLF-A', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010010', 'Monoblock Valve', '6078923', '7J0204', 'SEAL-O-RING', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010011', 'Monoblock Valve', '6078923', '9S8007', 'PLUG-LD STOR', 1, 'A5', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010012', 'Monoblock Valve', '6078923', '6V5393', 'SEAL-O RING', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010013', 'Monoblock Valve', '6078923', '7M8485', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010014', 'Monoblock Valve', '6078923', '9W7783', 'PLUG', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010015', 'Monoblock Valve', '6078923', '9S4191', 'PLUG-LD STOR', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010016', 'Monoblock Valve', '6078923', '3J1907', 'SEAL-O-RING-STOR', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010017', 'Monoblock Valve', '6078923', '3568547', 'SPOOL', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010018', 'Monoblock Valve', '6078923', '3568548', 'SPOOL', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010019', 'Monoblock Valve', '6078923', '3631610', 'SPRING', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010020', 'Monoblock Valve', '6078923', '4519131', 'PLUG-RETAINER', 2, 'A6', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010021', 'Monoblock Valve', '6078923', '3S9233', 'SEAL-O-RING', 1, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010022', 'Monoblock Valve', '6078923', '4J5309', '4J5309 RING', 1, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010023', 'Monoblock Valve', '6078923', '6J3134', 'SEAL-O RING', 1, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010024', 'Monoblock Valve', '6078923', '8T4138', 'BOLT-HEX HEAD', 4, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010025', 'Monoblock Valve', '6078923', '7M8485', 'SEAL-O-RING-STOR', 2, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010026', 'Monoblock Valve', '6078923', '9S4181', 'PLUG-LD STOR', 2, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010027', 'Monoblock Valve', '6078923', '3338242', 'VALVE GP-SOL', 1, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010028', 'Monoblock Valve', '6078923', '3705764', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010029', 'Monoblock Valve', '6078923', '4955302', 'VALVE GP-D RLF-C', 1, 'A7', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010030', 'Monoblock Valve', '6078923', '6V0357', 'SEAL-O RING', 1, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010031', 'Monoblock Valve', '6078923', '6V7607', 'WASHER-HARD', 1, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010032', 'Monoblock Valve', '6078923', '2404695', 'RING-BACKUP', 1, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010033', 'Monoblock Valve', '6078923', '2841010', 'Spring', 2, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010034', 'Monoblock Valve', '6078923', '2841011', 'SPRING', 2, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010035', 'Monoblock Valve', '6078923', '2950993', 'RETAINER', 4, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010036', 'Monoblock Valve', '6078923', '3594661', 'BOLT', 2, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010037', 'Monoblock Valve', '6078923', '3632697', 'RETAINER', 1, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010038', 'Monoblock Valve', '6078923', '3632698', 'STEM-VALVE', 1, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010039', 'Monoblock Valve', '6078923', '3964852', 'SEAL-O-RING', 1, 'A8', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010040', 'Monoblock Valve', '6078923', '4J5309', '4J5309 RING', 1, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010041', 'Monoblock Valve', '6078923', '6K6307', 'SEAL-O-RING', 1, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010042', 'Monoblock Valve', '6078923', '8F3469', 'SEAL-O RING', 1, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010043', 'Monoblock Valve', '6078923', '2256948', 'SEAL-O-RING', 2, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010044', 'Monoblock Valve', '6078923', '2369832', 'SPRING', 2, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010045', 'Monoblock Valve', '6078923', '3568561', 'VALVE', 2, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010046', 'Monoblock Valve', '6078923', '3632692', 'SPRING', 1, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010047', 'Monoblock Valve', '6078923', '3948568', 'PLUG-RETAINER', 1, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010048', 'Monoblock Valve', '6078923', '4456109', 'VALVE GP-P CHK', 2, 'A9', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010049', 'Monoblock Valve', '6078923', '8T4138', 'BOLT-HEX HEAD', 4, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010050', 'Monoblock Valve', '6078923', '9S4191', 'PLUG-LD STOR', 2, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010051', 'Monoblock Valve', '6078923', '3J1907', 'SEAL-O-RING-STOR', 2, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010052', 'Monoblock Valve', '6078923', '1919247', 'WASHER', 4, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010053', 'Monoblock Valve', '6078923', '1982914', 'NUT-HEXAGON', 4, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010054', 'Monoblock Valve', '6078923', '3128629', 'COIL AS', 4, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010055', 'Monoblock Valve', '6078923', '3161438', 'CARTRIDGE AS', 4, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010056', 'Monoblock Valve', '6078923', '3617213', 'Cartridge As', 4, 'A10', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010057', 'Monoblock Valve', '6078923', '9S4180', 'PLUG-LD STOR', 2, 'A11', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010058', 'Monoblock Valve', '6078923', '4J7533', 'SEAL-O-RING-STOR', 2, 'A11', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010059', 'Monoblock Valve', '6078923', '2778863', 'VALVE GP-SOL', 1, 'A11', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010060', 'Monoblock Valve', '6078923', '6079283', 'PLATE-IDENT', 1, 'A11', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010061', 'Monoblock Valve', '6078923', '3741478', 'SPOOL-COMP', 1, 'A11', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010062', 'Monoblock Valve', '6078923', '4308983', 'STEM', 1, 'A11', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010063', 'Monoblock Valve', '6078923', '6164612', 'FILM', 1, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010064', 'Monoblock Valve', '6078923', '6164650', 'FILM', 1, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010065', 'Monoblock Valve', '6078923', '3J7354', 'SEAL-O-RING-STOR', 1, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010066', 'Monoblock Valve', '6078923', '9S4182', 'PLUG-LD STOR', 1, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010067', 'Monoblock Valve', '6078923', '2965987', 'PLUG', 2, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010068', 'Monoblock Valve', '6078923', '6403576', 'PLUG', 1, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010069', 'Monoblock Valve', '6078923', '2660531', 'PLUG', 7, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742803282033010070', 'Monoblock Valve', '6078923', '5498842', 'PLUG AS', 7, 'A12', 1, '2025-03-24 16:01:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010000', 'Monoblock Valve', '4448048', '3J1907', 'SEAL-O-RING-STOR', 2, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010001', 'Monoblock Valve', '4448048', '9S8004', 'PLUG-LD STOR', 2, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010002', 'Monoblock Valve', '4448048', '3705764', 'VALVE GP-D RLF-C', 1, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010003', 'Monoblock Valve', '4448048', '3338242', 'VALVE GP-SOL', 1, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010004', 'Monoblock Valve', '4448048', '4955302', 'VALVE GP-D RLF-C', 1, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010005', 'Monoblock Valve', '4448048', '7M8485', 'SEAL-O-RING-STOR', 2, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010006', 'Monoblock Valve', '4448048', '9S4181', 'PLUG-LD STOR', 2, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010007', 'Monoblock Valve', '4448048', '2950993', 'RETAINER', 4, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010008', 'Monoblock Valve', '4448048', '2841010', 'Spring', 2, '二工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010009', 'Monoblock Valve', '4448048', '2841011', 'SPRING', 2, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010010', 'Monoblock Valve', '4448048', '3594661', 'BOLT', 2, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010011', 'Monoblock Valve', '4448048', '3632698', 'STEM-VALVE', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010012', 'Monoblock Valve', '4448048', '3964852', 'SEAL-O-RING', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010013', 'Monoblock Valve', '4448048', '3632697', 'RETAINER', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010014', 'Monoblock Valve', '4448048', '2404695', 'RING-BACKUP', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010015', 'Monoblock Valve', '4448048', '6V0357', 'SEAL-O RING', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010016', 'Monoblock Valve', '4448048', '6V7607', 'WASHER-HARD', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010017', 'Monoblock Valve', '4448048', '3632692', 'SPRING', 1, '二工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010018', 'Monoblock Valve', '4448048', '3948568', 'PLUG-RETAINER', 1, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010019', 'Monoblock Valve', '4448048', '6K6307', 'SEAL-O-RING', 1, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010020', 'Monoblock Valve', '4448048', '3568561', 'VALVE', 2, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010021', 'Monoblock Valve', '4448048', '2369832', 'SPRING', 2, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010022', 'Monoblock Valve', '4448048', '4456109', 'VALVE GP-P CHK', 2, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010023', 'Monoblock Valve', '4448048', '8T4138', 'BOLT-HEX HEAD', 4, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010024', 'Monoblock Valve', '4448048', '3161438', 'CARTRIDGE AS', 4, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010025', 'Monoblock Valve', '4448048', '3617213', 'Cartridge As', 4, '二工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010026', 'Monoblock Valve', '4448048', '4571138', 'PLATE-IDENT', 1, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010027', 'Monoblock Valve', '4448048', '3128629', 'COIL AS', 4, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010028', 'Monoblock Valve', '4448048', '1919247', 'WASHER', 4, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010029', 'Monoblock Valve', '4448048', '1982914', 'NUT-HEXAGON', 4, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010030', 'Monoblock Valve', '4448048', '2778863', 'VALVE GP-SOL', 1, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010031', 'Monoblock Valve', '4448048', '9S4180', 'PLUG-LD STOR', 2, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010032', 'Monoblock Valve', '4448048', '4J7533', 'SEAL-O-RING-STOR', 2, '二工位-4', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010033', 'Monoblock Valve', '4448048', '2828827', 'PLUG', 8, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010034', 'Monoblock Valve', '4448048', '2928061', 'PLUG', 6, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010035', 'Monoblock Valve', '4448048', '3884493', 'VALVE GP-CHECK', 2, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010036', 'Monoblock Valve', '4448048', '3J1907', 'SEAL-O-RING-STOR', 6, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010037', 'Monoblock Valve', '4448048', '9S8004', 'PLUG-LD STOR', 6, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010038', 'Monoblock Valve', '4448048', '1234750', 'VALVE-CHECK', 1, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010039', 'Monoblock Valve', '4448048', '8T4145', 'BOLT', 4, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010040', 'Monoblock Valve', '4448048', '9X6381', 'WASHER', 4, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010041', 'Monoblock Valve', '4448048', '1488378', 'ADAPTER AS', 1, '一工位-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010042', 'Monoblock Valve', '4448048', '3685096', 'TUBE AS.', 1, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010043', 'Monoblock Valve', '4448048', '3J1907', 'SEAL-O-RING-STOR', 3, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010044', 'Monoblock Valve', '4448048', '9S4191', 'PLUG-LD STOR', 3, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010045', 'Monoblock Valve', '4448048', '7J0204', 'SEAL-O-RING', 1, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010046', 'Monoblock Valve', '4448048', '9S8007', 'PLUG-LD STOR', 1, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010047', 'Monoblock Valve', '4448048', '3J7354', 'SEAL-O-RING-STOR', 1, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010048', 'Monoblock Valve', '4448048', '9S4182', 'PLUG-LD STOR', 1, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010049', 'Monoblock Valve', '4448048', '3321985', 'VALVE GP-D RLF-A', 1, '一工位-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010050', 'Monoblock Valve', '4448048', '2344869', 'VALVE GP-MAKE UP', 1, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010051', 'Monoblock Valve', '4448048', '3632687', 'HOUSING', 1, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010052', 'Monoblock Valve', '4448048', '6J2419', 'SEAL-O RING', 1, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010053', 'Monoblock Valve', '4448048', '8T4138', 'BOLT-HEX HEAD', 6, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010054', 'Monoblock Valve', '4448048', '6068312', 'VALVE GP-P RLF-A', 1, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010055', 'Monoblock Valve', '4448048', '3568547', 'SPOOL', 2, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010056', 'Monoblock Valve', '4448048', '3631610', 'SPRING', 2, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010057', 'Monoblock Valve', '4448048', '3568548', 'SPOOL', 2, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010058', 'Monoblock Valve', '4448048', '4519131', 'PLUG-RETAINER', 2, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010059', 'Monoblock Valve', '4448048', '7M8485', 'SEAL-O-RING-STOR', 2, '一工位-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010060', 'Monoblock Valve', '4448048', '5498842', 'PLUG AS', 7, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010061', 'Monoblock Valve', '4448048', '6164612', 'FILM', 1, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010062', 'Monoblock Valve', '4448048', '6164650', 'FILM', 1, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010063', 'Monoblock Valve', '4448048', '2965987', 'PLUG', 2, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010064', 'Monoblock Valve', '4448048', '6403576', 'PLUG', 1, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010065', 'Monoblock Valve', '4448048', '3J7354', 'SEAL-O-RING-STOR', 1, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010066', 'Monoblock Valve', '4448048', '9S4182', 'PLUG-LD STOR', 1, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010067', 'Monoblock Valve', '4448048', '2660531', 'CAP-CONNECTOR', 7, '终装配', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010068', 'Monoblock Valve', '4448048', '1483483', 'PLUG', 7, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010069', 'Monoblock Valve', '4448048', '2828827', 'PLUG', 4, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010070', 'Monoblock Valve', '4448048', '7T6496', 'PLUG', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010071', 'Monoblock Valve', '4448048', '1T0936', 'PLUG-PIPE', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010072', 'Monoblock Valve', '4448048', '1014845', 'PLUG-NPTF', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010073', 'Monoblock Valve', '4448048', '3676002', 'PLUG AS-HD STOR', 4, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010074', 'Monoblock Valve', '4448048', '7J0204', 'SEAL-O-RING', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010075', 'Monoblock Valve', '4448048', '9S8007', 'PLUG-LD STOR', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010076', 'Monoblock Valve', '4448048', '3676003', 'PLUG AS-HD STOR', 2, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010077', 'Monoblock Valve', '4448048', '3741478', 'SPOOL-COMP', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010078', 'Monoblock Valve', '4448048', '4308983', 'STEM', 1, '子装配-1', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010079', 'Monoblock Valve', '4448048', '9J5754', 'SPRING', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010080', 'Monoblock Valve', '4448048', '2M9780', 'SEAL-O-RING-STOR', 2, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010081', 'Monoblock Valve', '4448048', '3603681', 'PLUG-HD STOR', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010082', 'Monoblock Valve', '4448048', '4231786', 'RETAINER', 2, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010083', 'Monoblock Valve', '4448048', '4231787', 'SPRING', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010084', 'Monoblock Valve', '4448048', '3631613', 'BOLT', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010085', 'Monoblock Valve', '4448048', '9S4190', 'PLUG-LD STOR', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010086', 'Monoblock Valve', '4448048', '4555822', 'VALVE GP-RLF -A', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010087', 'Monoblock Valve', '4448048', '6014924', 'VALVE GP-D RLF-A', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010088', 'Monoblock Valve', '4448048', '3979397', 'VALVE GP-SOL', 1, '子装配-2', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010089', 'Monoblock Valve', '4448048', '6V5759', 'SEAL-O-RING', 4, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010090', 'Monoblock Valve', '4448048', '9W7783', 'PLUG', 2, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010091', 'Monoblock Valve', '4448048', '6V5393', 'SEAL-O RING', 2, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010092', 'Monoblock Valve', '4448048', '3S9233', 'SEAL-O-RING', 1, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010093', 'Monoblock Valve', '4448048', '4J5309', '4J5309 RING', 2, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010094', 'Monoblock Valve', '4448048', '6J3134', 'SEAL-O RING', 1, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010095', 'Monoblock Valve', '4448048', '3J1907', 'SEAL-O-RING-STOR', 4, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010096', 'Monoblock Valve', '4448048', '9S4191', 'PLUG-LD STOR', 4, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010097', 'Monoblock Valve', '4448048', '2256948', 'SEAL-O-RING', 2, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871672347010098', 'Monoblock Valve', '4448048', '8F3469', 'SEAL-O RING', 1, '子装配-3', 1, '2025-03-25 11:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010000', 'Monoblock Valve', '4648501', '2828827', 'PLUG', 9, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010001', 'Monoblock Valve', '4648501', '2928061', 'PLUG', 4, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010002', 'Monoblock Valve', '4648501', '4648502', 'PLATE-IDENT', 1, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010003', 'Monoblock Valve', '4648501', '3884493', 'VALVE GP-CHECK', 2, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010004', 'Monoblock Valve', '4648501', '3J1907', 'SEAL-O-RING-STOR', 9, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010005', 'Monoblock Valve', '4648501', '9S8004', 'PLUG-LD STOR', 5, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010006', 'Monoblock Valve', '4648501', '9S4191', 'PLUG-LD STOR', 4, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010007', 'Monoblock Valve', '4648501', '3J7354', 'SEAL-O-RING-STOR', 1, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010008', 'Monoblock Valve', '4648501', '9S4182', 'PLUG-LD STOR', 1, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010009', 'Monoblock Valve', '4648501', '3321985', 'VALVE GP-D RLF-A', 1, '一工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010010', 'Monoblock Valve', '4648501', '2344869', 'VALVE GP-MAKE UP', 1, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010011', 'Monoblock Valve', '4648501', '6068312', 'VALVE GP-P RLF-A', 1, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010012', 'Monoblock Valve', '4648501', '3568547', 'SPOOL', 2, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010013', 'Monoblock Valve', '4648501', '3631610', 'SPRING', 2, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010014', 'Monoblock Valve', '4648501', '3568548', 'SPOOL', 2, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010015', 'Monoblock Valve', '4648501', '4519131', 'PLUG-RETAINER', 2, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010016', 'Monoblock Valve', '4648501', '7M8485', 'SEAL-O-RING-STOR', 2, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010017', 'Monoblock Valve', '4648501', '6V5393', 'SEAL-O RING', 2, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010018', 'Monoblock Valve', '4648501', '3S9233', 'SEAL-O-RING', 1, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010019', 'Monoblock Valve', '4648501', '4J5309', 'SEAL-O-RING', 1, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010020', 'Monoblock Valve', '4648501', '8T4138', 'BOLT-HEX HEAD', 4, '一工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010021', 'Monoblock Valve', '4648501', '3705764', 'VALVE GP-D RLF-C', 1, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010022', 'Monoblock Valve', '4648501', '3338242', 'VALVE GP-SOL', 1, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010023', 'Monoblock Valve', '4648501', '4955302', 'VALVE GP-D RLF-C', 1, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010024', 'Monoblock Valve', '4648501', '7M8485', 'SEAL-O-RING-STOR', 2, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010025', 'Monoblock Valve', '4648501', '9S4181', 'PLUG-LD STOR', 2, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010026', 'Monoblock Valve', '4648501', '2950993', 'RETAINER', 4, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010027', 'Monoblock Valve', '4648501', '2841010', 'Spring', 2, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010028', 'Monoblock Valve', '4648501', '2841011', 'SPRING', 2, '二工位-1', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010029', 'Monoblock Valve', '4648501', '3594661', 'BOLT', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010030', 'Monoblock Valve', '4648501', '3568561', 'VALVE', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010031', 'Monoblock Valve', '4648501', '2369832', 'SPRING', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010032', 'Monoblock Valve', '4648501', '4456109', 'VALVE GP-P CHK', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010033', 'Monoblock Valve', '4648501', '2256948', 'SEAL-O-RING', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010034', 'Monoblock Valve', '4648501', '8F3469', 'SEAL-O RING', 1, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010035', 'Monoblock Valve', '4648501', '4J5309', 'SEAL-O RING', 1, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010036', 'Monoblock Valve', '4648501', '8T4138', 'BOLT-HEX HEAD', 4, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010037', 'Monoblock Valve', '4648501', '3J1907', 'SEAL-O-RING-STOR', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010038', 'Monoblock Valve', '4648501', '9S4191', 'PLUG-LD STOR', 2, '二工位-2', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010039', 'Monoblock Valve', '4648501', '3161438', 'CARTRIDGE AS', 4, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010040', 'Monoblock Valve', '4648501', '3617213', 'Cartridge As', 4, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010041', 'Monoblock Valve', '4648501', '3128629', 'COIL AS', 4, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010042', 'Monoblock Valve', '4648501', '1919247', 'WASHER', 4, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010043', 'Monoblock Valve', '4648501', '1982914', 'NUT-HEXAGON', 4, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010044', 'Monoblock Valve', '4648501', '9S4180', 'PLUG-LD STOR', 2, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010045', 'Monoblock Valve', '4648501', '4J7533', 'SEAL-O-RING-STOR', 2, '二工位-3', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010046', 'Monoblock Valve', '4648501', '5498842', 'PLUG AS', 6, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010047', 'Monoblock Valve', '4648501', '6164612', 'FILM', 1, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010048', 'Monoblock Valve', '4648501', '6164650', 'FILM', 1, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010049', 'Monoblock Valve', '4648501', '2965987', 'PLUG', 2, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010050', 'Monoblock Valve', '4648501', '6403576', 'PLUG', 1, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010051', 'Monoblock Valve', '4648501', '3J7354', 'SEAL-O-RING-STOR', 1, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010052', 'Monoblock Valve', '4648501', '9S4182', 'PLUG-LD STOR', 1, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871809756010053', 'Monoblock Valve', '4648501', '2660531', 'CAP-CONNECTOR', 5, '终装配', 1, '2025-03-25 11:03:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883785010000', 'Monoblock Valve', '6137645', '6137654', 'PLATE-IDENT', 1, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883785010001', 'Monoblock Valve', '6137645', '2828827', 'PLUG', 6, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010000', 'Monoblock Valve', '6137645', '2928061', 'PLUG', 4, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010001', 'Monoblock Valve', '6137645', '3884493', 'VALVE GP-CHECK', 2, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010002', 'Monoblock Valve', '6137645', '3J1907', 'SEAL-O-RING-STOR', 7, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010003', 'Monoblock Valve', '6137645', '9S8004', 'PLUG-LD STOR', 5, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010004', 'Monoblock Valve', '6137645', '9S4191', 'PLUG-LD STOR', 2, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010005', 'Monoblock Valve', '6137645', '3J7354', 'SEAL-O-RING-STOR', 1, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010006', 'Monoblock Valve', '6137645', '9S4182', 'PLUG-LD STOR', 1, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010007', 'Monoblock Valve', '6137645', '5537512', 'VALVE GP-D RLF-A', 1, '一工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883786010008', 'Monoblock Valve', '6137645', '2344869', 'VALVE GP-MAKE UP', 1, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010000', 'Monoblock Valve', '6137645', '6014921', 'VALVE GP-P RLF-A', 1, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010001', 'Monoblock Valve', '6137645', '3568547', 'SPOOL', 2, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010002', 'Monoblock Valve', '6137645', '3631610', 'SPRING', 2, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010003', 'Monoblock Valve', '6137645', '3568548', 'SPOOL', 2, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010004', 'Monoblock Valve', '6137645', '4519131', 'PLUG-RETAINER', 2, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010005', 'Monoblock Valve', '6137645', '7M8485', 'SEAL-O-RING-STOR', 2, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010006', 'Monoblock Valve', '6137645', '6V5393', 'SEAL-O-RING-STOR', 2, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010007', 'Monoblock Valve', '6137645', '8T4138', 'BOLT-HEX HEAD', 4, '一工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010008', 'Monoblock Valve', '6137645', '3705764', 'VALVE GP-D RLF-C', 1, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010009', 'Monoblock Valve', '6137645', '3338242', 'VALVE GP-SOL', 1, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010010', 'Monoblock Valve', '6137645', '4955300', 'VALVE GP-D RLF-C', 1, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010011', 'Monoblock Valve', '6137645', '7M8485', 'SEAL-O-RING-STOR', 2, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010012', 'Monoblock Valve', '6137645', '9S4181', 'PLUG-LD STOR', 2, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010013', 'Monoblock Valve', '6137645', '2950993', 'RETAINER', 4, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010014', 'Monoblock Valve', '6137645', '2841010', 'Spring', 2, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010015', 'Monoblock Valve', '6137645', '2841011', 'SPRING', 2, '二工位-1', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010016', 'Monoblock Valve', '6137645', '3594661', 'BOLT', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010017', 'Monoblock Valve', '6137645', '3568561', 'VALVE', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010018', 'Monoblock Valve', '6137645', '2369832', 'SPRING', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010019', 'Monoblock Valve', '6137645', '4456109', 'VALVE GP-P CHK', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010020', 'Monoblock Valve', '6137645', '2256948', 'SEAL-O-RING', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010021', 'Monoblock Valve', '6137645', '8T4138', 'BOLT-HEX HEAD', 3, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010022', 'Monoblock Valve', '6137645', '9S4180', 'PLUG-LD STOR', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010023', 'Monoblock Valve', '6137645', '4J7533', 'SEAL-O-RING-STOR', 2, '二工位-2', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010024', 'Monoblock Valve', '6137645', '5498842', 'PLUG AS', 4, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010025', 'Monoblock Valve', '6137645', '6284961', 'FILM', 2, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010026', 'Monoblock Valve', '6137645', '6164613', 'FILM', 1, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010027', 'Monoblock Valve', '6137645', '6164650', 'FILM', 1, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010028', 'Monoblock Valve', '6137645', '2965987', 'PLUG', 7, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010029', 'Monoblock Valve', '6137645', '6403576', 'PLUG', 1, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010030', 'Monoblock Valve', '6137645', '3J7354', 'SEAL-O-RING-STOR', 1, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010031', 'Monoblock Valve', '6137645', '9S4182', 'PLUG-LD STOR', 1, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742871883787010032', 'Monoblock Valve', '6137645', '2660531', 'CAP-CONNECTOR', 1, '终装配', 1, '2025-03-25 11:04:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010000', 'B Segment', '4415945', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010001', 'B Segment', '4415945', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010002', 'B Segment', '4415945', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010003', 'B Segment', '4415945', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010004', 'B Segment', '4415945', '4D0514', 'PLUG-PTF ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010005', 'B Segment', '4415945', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010006', 'B Segment', '4415945', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010007', 'B Segment', '4415945', '4J5351', 'SEAL-O-RING ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010008', 'B Segment', '4415945', '7J9933', 'SEAL-O RING ', 1, 'A', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010009', 'B Segment', '4415945', '4T1108', 'PLUG ', 1, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010010', 'B Segment', '4415945', '4K1388', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010011', 'B Segment', '4415945', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010012', 'B Segment', '4415945', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010013', 'B Segment', '4415945', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010014', 'B Segment', '4415945', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010015', 'B Segment', '4415945', '2S2596', 'SPRING ', 1, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010016', 'B Segment', '4415945', '1008010', 'VALVE ', 1, 'B', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010017', 'B Segment', '4415945', '1008012', 'BODY ', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010018', 'B Segment', '4415945', '7J9933', 'SEAL-O RING ', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010019', 'B Segment', '4415945', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010020', 'B Segment', '4415945', '4415947', 'PLATE-IDENT ', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010021', 'B Segment', '4415945', '2608590', 'VALVE GP-SHTL -B', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010022', 'B Segment', '4415945', '7M8485', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010023', 'B Segment', '4415945', '9S4181', 'PLUG-LD STOR ', 1, 'C', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010024', 'B Segment', '4415945', '4J7533', 'SEAL-O-RING-STOR', 1, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010025', 'B Segment', '4415945', '9S4180', 'PLUG-LD STOR ', 1, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010026', 'B Segment', '4415945', '2077434', 'RETAINER ', 1, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010027', 'B Segment', '4415945', '3487104', 'SPRING ', 1, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010028', 'B Segment', '4415945', '3529955', 'RETAINER ', 1, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010029', 'B Segment', '4415945', '8T4145', 'BOLT-HEX HEAD ', 2, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010030', 'B Segment', '4415945', '9X8256', 'WASHER ', 2, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010031', 'B Segment', '4415945', '3529956', 'RETAINER ', 1, 'D', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010032', 'B Segment', '4415945', '3529954', 'SPRING ', 1, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010033', 'B Segment', '4415945', '2077434', 'RETAINER ', 1, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010034', 'B Segment', '4415945', '8T4145', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010035', 'B Segment', '4415945', '9X8256', 'WASHER ', 2, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010036', 'B Segment', '4415945', '1503065', 'ADAPTER AS-ELBOW', 1, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010037', 'B Segment', '4415945', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010038', 'B Segment', '4415945', '7W7381', 'FITTING-OUTLET ', 2, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010039', 'B Segment', '4415945', '6V3965', 'ADAPTER-STR ', 2, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010040', 'B Segment', '4415945', '2147568', 'SEAL-O-RING-STOR', 2, 'E', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010041', 'B Segment', '4415945', '6V0852', 'CAP-DUST ', 2, 'F', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010042', 'B Segment', '4415945', '2660531', 'CAP-CONNECTOR ', 2, 'F', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010043', 'B Segment', '4415945', '2427955', 'HOUSING AS ', 1, 'G', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010044', 'B Segment', '4415945', '3617213', 'CARTRIDGE AS ', 1, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010045', 'B Segment', '4415945', '3161438', 'CARTRIDGE AS ', 1, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010046', 'B Segment', '4415945', '3128629', 'COIL AS ', 1, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010047', 'B Segment', '4415945', '1919247', 'WASHER ', 1, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010048', 'B Segment', '4415945', '1982914', 'NUT-HEXAGON ', 1, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010049', 'B Segment', '4415945', '1879630', 'SEAL-O-RING ', 1, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010050', 'B Segment', '4415945', '1H1023', 'SEAL-O RING ', 2, 'H', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010051', 'B Segment', '4415945', '3328826', 'HOUSING AS ', 1, 'I', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010052', 'B Segment', '4415945', '3617213', 'CARTRIDGE AS ', 1, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010053', 'B Segment', '4415945', '3161438', 'CARTRIDGE AS ', 1, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010054', 'B Segment', '4415945', '3128629', 'COIL AS ', 1, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010055', 'B Segment', '4415945', '1919247', 'WASHER ', 1, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010056', 'B Segment', '4415945', '1982914', 'NUT-HEXAGON ', 1, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010057', 'B Segment', '4415945', '1879630', 'SEAL-O-RING ', 1, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890215465010058', 'B Segment', '4415945', '1H1023', 'SEAL-O RING ', 2, 'J', 6, '2025-03-25 16:10:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010000', 'B Segment', '3773674', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010001', 'B Segment', '3773674', '1008010', '阀芯', 1, 'A', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010002', 'B Segment', '3773674', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010003', 'B Segment', '3773674', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010004', 'B Segment', '3773674', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010005', 'B Segment', '3773674', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010006', 'B Segment', '3773674', '3J7354', '橡胶密封圈', 1, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010007', 'B Segment', '3773674', '4J5351', '橡胶密封圈', 1, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010008', 'B Segment', '3773674', '4K1388', '橡胶密封圈', 2, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010009', 'B Segment', '3773674', '4T5072', '塑料密封圈', 1, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010010', 'B Segment', '3773674', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010011', 'B Segment', '3773674', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010012', 'B Segment', '3773674', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010013', 'B Segment', '3773674', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010014', 'B Segment', '3773674', '1008012', '阀体', 1, 'B', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010015', 'B Segment', '3773674', '2608590', '换向阀', 1, 'C', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010016', 'B Segment', '3773674', '4T1701', '钢铁弹簧', 1, 'C', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010017', 'B Segment', '3773674', '4T4511', '阀用管套', 1, 'C', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010018', 'B Segment', '3773674', '3664972', '塑料密封圈', 1, 'D', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010019', 'B Segment', '3773674', '5M2057', '橡胶密封圈', 1, 'D', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010020', 'B Segment', '3773674', '6V5556', '橡胶密封圈', 1, 'D', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010021', 'B Segment', '3773674', '8T4185', '螺栓8T-4185', 2, 'D', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010022', 'B Segment', '3773674', '1919247', '钢铁制垫圈', 2, 'E', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010023', 'B Segment', '3773674', '1982914', '钢铁制螺母', 2, 'E', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010024', 'B Segment', '3773674', '3161438', '插装阀组件', 2, 'E', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010025', 'B Segment', '3773674', '3617213', '插装阀组件', 2, 'E', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010026', 'B Segment', '3773674', '2077434', '阀用止动块', 2, 'E', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010027', 'B Segment', '3773674', '3128629', '电磁线圈', 2, 'F', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010028', 'B Segment', '3773674', '2427955', '阀座', 2, 'G', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010029', 'B Segment', '3773674', '9S4180', '钢铁制塞堵', 1, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010030', 'B Segment', '3773674', '4J7533', '橡胶密封圈', 1, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010031', 'B Segment', '3773674', '1H1023', '橡胶密封圈', 4, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010032', 'B Segment', '3773674', '1879630', '橡胶密封圈', 2, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010033', 'B Segment', '3773674', '3502762', '钢铁弹簧', 1, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010034', 'B Segment', '3773674', '3J1907', '橡胶密封圈', 2, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010035', 'B Segment', '3773674', '9S8004', '钢铁制塞堵', 2, 'H', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010036', 'B Segment', '3773674', '3529954', '钢铁弹簧', 1, 'I', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010037', 'B Segment', '3773674', '3529956', '阀用止动块', 1, 'I', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890291793010038', 'B Segment', '3773674', '9X8256', '钢铁制垫圈', 4, 'I', 6, '2025-03-25 16:11:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339671010000', 'B Segment', '4755120', '9J8126', '节流阀', 1, 'A', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010000', 'B Segment', '4755120', '2608590', '梭阀', 1, 'A', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010001', 'B Segment', '4755120', '8T4145', '螺钉', 2, 'A', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010002', 'B Segment', '4755120', '9X8256', '垫片', 2, 'A', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010003', 'B Segment', '4755120', '5M2057', '密封O型圈', 1, 'B', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010004', 'B Segment', '4755120', '4T1701', '弹簧', 1, 'B', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010005', 'B Segment', '4755120', '8T4185', '螺钉', 2, 'B', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010006', 'B Segment', '4755120', '4T1649', '端盖', 1, 'B', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010007', 'B Segment', '4755120', '3529954', '弹簧', 1, 'D', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010008', 'B Segment', '4755120', '2077434', '弹簧座', 1, 'D', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010009', 'B Segment', '4755120', '3529956', '弹簧座', 1, 'D', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010010', 'B Segment', '4755120', '1879630', '密封O型圈', 2, 'D', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010011', 'B Segment', '4755120', '1H1023', '密封O型圈', 4, 'D', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010012', 'B Segment', '4755120', '2077434', '弹簧座', 1, 'E', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010013', 'B Segment', '4755120', '3529956', '弹簧座', 1, 'E', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010014', 'B Segment', '4755120', '8T4145', '螺钉', 2, 'E', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010015', 'B Segment', '4755120', '9X8256', '垫片', 2, 'E', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010016', 'B Segment', '4755120', '3529954', '弹簧', 1, 'E', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010017', 'B Segment', '4755120', '4755302', '铭牌', 1, 'E', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010018', 'B Segment', '4755120', '3617213', '阀', 1, 'F1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010019', 'B Segment', '4755120', '1919247', '垫片', 1, 'F1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010020', 'B Segment', '4755120', '1982914', '螺母', 1, 'F1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010021', 'B Segment', '4755120', '3128629', '电磁线圈', 1, 'F1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010022', 'B Segment', '4755120', '3161438', '阀杆', 1, 'F1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010023', 'B Segment', '4755120', '3617213', '阀', 1, 'F2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010024', 'B Segment', '4755120', '1919247', '垫片', 1, 'F2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010025', 'B Segment', '4755120', '1982914', '螺母', 1, 'F2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010026', 'B Segment', '4755120', '3128629', '电磁线圈', 1, 'F2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010027', 'B Segment', '4755120', '3161438', '阀杆', 1, 'F2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010028', 'B Segment', '4755120', '1503065', '直角弯头', 2, 'F3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010029', 'B Segment', '4755120', '6V0852', '防尘套', 2, 'F3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010030', 'B Segment', '4755120', '2427955', '铝盖', 1, 'F4', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010031', 'B Segment', '4755120', '2427955', '铝盖', 1, 'F5', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010032', 'B Segment', '4755120', '4T1108', '堵头', 1, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010033', 'B Segment', '4755120', '9S8002', '堵头', 1, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010034', 'B Segment', '4755120', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010035', 'B Segment', '4755120', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010036', 'B Segment', '4755120', '9S8001', '堵头', 2, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010037', 'B Segment', '4755120', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010038', 'B Segment', '4755120', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010039', 'B Segment', '4755120', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010040', 'B Segment', '4755120', '1008011', '堵头', 1, '预装配2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010041', 'B Segment', '4755120', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010042', 'B Segment', '4755120', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010043', 'B Segment', '4755120', '1008010', '阀', 1, '预装配2', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010044', 'B Segment', '4755120', '4J5351', '密封O型圈', 2, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010045', 'B Segment', '4755120', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010046', 'B Segment', '4755120', '4T5072', '密封环', 2, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010047', 'B Segment', '4755120', '9S4180', '堵头', 1, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010048', 'B Segment', '4755120', '4J7533', '密封O型圈', 1, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010049', 'B Segment', '4755120', '6V5556', '密封O型圈', 1, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010050', 'B Segment', '4755120', '3664972', '密封环', 1, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010051', 'B Segment', '4755120', '4T4511', '导套', 1, '预装配3', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010052', 'B Segment', '4755120', '7W7381', '连接头', 2, '预装配4', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010053', 'B Segment', '4755120', '3J1907', '密封O型圈', 2, '预装配4', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010054', 'B Segment', '4755120', '6V3965', '测压头', 2, '预装配4', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890339672010055', 'B Segment', '4755120', '2147568', '密封O型圈', 2, '预装配4', 6, '2025-03-25 16:12:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010000', 'B Segment', '4669339', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010001', 'B Segment', '4669339', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010002', 'B Segment', '4669339', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010003', 'B Segment', '4669339', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010004', 'B Segment', '4669339', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010005', 'B Segment', '4669339', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010006', 'B Segment', '4669339', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010007', 'B Segment', '4669339', '4J7533', 'SEAL-O-RING-STOR', 2, 'A', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010008', 'B Segment', '4669339', '4644067', 'VALVE GP-CHECK-D', 1, 'B', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010009', 'B Segment', '4669339', '4644067', 'VALVE GP-CHECK-D', 1, 'C', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010010', 'B Segment', '4669339', '9S8001', 'PLUG-LD STOR ', 2, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010011', 'B Segment', '4669339', '2608590', 'VALVE GP-SHTL -B', 1, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010012', 'B Segment', '4669339', '6V5556', 'SEAL-O RING ', 1, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368666010013', 'B Segment', '4669339', '3664972', 'RING-BACKUP ', 1, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010000', 'B Segment', '4669339', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010001', 'B Segment', '4669339', '4T1701', 'SPRING ', 1, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010002', 'B Segment', '4669339', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010003', 'B Segment', '4669339', '4T1649', 'HOUSING ', 1, 'F', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010004', 'B Segment', '4669339', '8T4185', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010005', 'B Segment', '4669339', '4J7533', 'SEAL-O-RING-STOR', 1, 'F', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010006', 'B Segment', '4669339', '9S4180', 'PLUG-LD STOR ', 1, 'F', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010007', 'B Segment', '4669339', '3529956', 'RETAINER ', 1, 'F', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010008', 'B Segment', '4669339', '3529954', 'SPRING ', 2, 'G', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010009', 'B Segment', '4669339', '2077434', 'RETAINER ', 2, 'G', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010010', 'B Segment', '4669339', '8T4145', 'BOLT-HEX HEAD ', 2, 'G', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010011', 'B Segment', '4669339', '9X8256', 'WASHER ', 2, 'G', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010012', 'B Segment', '4669339', '3529956', 'RETAINER ', 1, 'G', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010013', 'B Segment', '4669339', '8T4145', 'BOLT-HEX HEAD ', 2, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010014', 'B Segment', '4669339', '9X8256', 'WASHER ', 2, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010015', 'B Segment', '4669339', '4678042', 'PLATE-IDENT ', 1, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010016', 'B Segment', '4669339', '1503065', 'ADAPTER AS-ELBOW', 1, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010017', 'B Segment', '4669339', '3J1907', 'SEAL-O-RING-STOR', 2, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010018', 'B Segment', '4669339', '7W7381', 'FITTING-OUTLET ', 2, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010019', 'B Segment', '4669339', '6V3965', 'ADAPTER-STR ', 2, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010020', 'B Segment', '4669339', '2147568', 'SEAL-O-RING-STOR', 2, 'H', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010021', 'B Segment', '4669339', '6V0852', 'CAP-DUST ', 2, 'I', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010022', 'B Segment', '4669339', '2427955', 'HOUSING AS ', 1, 'J', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010023', 'B Segment', '4669339', '3617213', 'CARTRIDGE AS ', 1, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010024', 'B Segment', '4669339', '3161438', 'CARTRIDGE AS ', 1, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010025', 'B Segment', '4669339', '3128629', 'COIL AS ', 1, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010026', 'B Segment', '4669339', '1919247', 'WASHER ', 1, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010027', 'B Segment', '4669339', '1982914', 'NUT-HEXAGON ', 1, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010028', 'B Segment', '4669339', '1879630', 'SEAL-O-RING ', 1, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010029', 'B Segment', '4669339', '1H1023', 'SEAL-O RING ', 2, 'K', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010030', 'B Segment', '4669339', '3328826', 'HOUSING AS ', 1, 'L', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010031', 'B Segment', '4669339', '3617213', 'CARTRIDGE AS ', 1, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010032', 'B Segment', '4669339', '3161438', 'CARTRIDGE AS ', 1, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010033', 'B Segment', '4669339', '3128629', 'COIL AS ', 1, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010034', 'B Segment', '4669339', '1919247', 'WASHER ', 1, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010035', 'B Segment', '4669339', '1982914', 'NUT-HEXAGON ', 1, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010036', 'B Segment', '4669339', '1879630', 'SEAL-O-RING ', 1, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890368667010037', 'B Segment', '4669339', '1H1023', 'SEAL-O RING ', 2, 'M', 6, '2025-03-25 16:12:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010000', 'B Segment', '2698152', '1008010', '阀芯', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010001', 'B Segment', '2698152', '2S2596', '钢铁弹簧', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010002', 'B Segment', '2698152', '1008011', '钢铁制塞堵', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010003', 'B Segment', '2698152', '7M8485', '橡胶密封圈', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010004', 'B Segment', '2698152', '9J8126', '钢铁制塞堵', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010005', 'B Segment', '2698152', '9S8002', '钢铁制塞堵', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010006', 'B Segment', '2698152', '3J7354', '橡胶密封圈', 1, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010007', 'B Segment', '2698152', '4J7533', '橡胶密封圈', 2, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010008', 'B Segment', '2698152', '9S8001', '钢铁制塞堵', 2, 'A', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010009', 'B Segment', '2698152', '4T1860', '换向阀', 1, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010010', 'B Segment', '2698152', '4T4511', '阀用管套', 1, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010011', 'B Segment', '2698152', '4T1701', '钢铁弹簧', 1, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010012', 'B Segment', '2698152', '5M2057', '橡胶密封圈', 2, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010013', 'B Segment', '2698152', '3664972', '塑料密封圈', 1, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010014', 'B Segment', '2698152', '6V5556', '橡胶密封圈', 1, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010015', 'B Segment', '2698152', '8T4185', '螺栓8T-4185', 2, 'B', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010016', 'B Segment', '2698152', '7J0204', '橡胶密封圈', 1, 'C', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010017', 'B Segment', '2698152', '1537551', '阀用止动块', 1, 'C', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010018', 'B Segment', '2698152', '1536976', '钢铁弹簧', 1, 'C', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010019', 'B Segment', '2698152', '4T4631', '钢铁弹簧', 1, 'C', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010020', 'B Segment', '2698152', '1537067', '阀用止动挡圈', 1, 'C', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010021', 'B Segment', '2698152', '5K0227', '橡胶密封圈', 1, 'D', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010022', 'B Segment', '2698152', '1027365', '钢铁制螺栓', 2, 'D', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890401559010023', 'B Segment', '2698152', '6V5192', '钢铁制螺栓', 2, 'D', 1, '2025-03-25 16:13:22', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412678010000', 'B Segment', '3773675', '2S2596', '钢铁弹簧', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010000', 'B Segment', '3773675', '1008010', '阀芯', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010001', 'B Segment', '3773675', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010002', 'B Segment', '3773675', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010003', 'B Segment', '3773675', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010004', 'B Segment', '3773675', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010005', 'B Segment', '3773675', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010006', 'B Segment', '3773675', '4J5351', '橡胶密封圈', 2, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010007', 'B Segment', '3773675', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010008', 'B Segment', '3773675', '4T5072', '塑料密封圈', 2, 'B', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010009', 'B Segment', '3773675', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010010', 'B Segment', '3773675', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010011', 'B Segment', '3773675', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010012', 'B Segment', '3773675', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010013', 'B Segment', '3773675', '2608590', '换向阀', 1, 'C', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010014', 'B Segment', '3773675', '1239624', '钢铁弹簧', 1, 'C', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010015', 'B Segment', '3773675', '5M2057', '橡胶密封圈', 1, 'C', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010016', 'B Segment', '3773675', '9X2027', '钢铁制垫圈', 2, 'C', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010017', 'B Segment', '3773675', '1919247', '钢铁制垫圈', 2, 'C', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010018', 'B Segment', '3773675', '1982914', '钢铁制螺母', 2, 'C', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010019', 'B Segment', '3773675', '3995792', '安全阀', 1, 'D', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010020', 'B Segment', '3773675', '3128629', '电磁线圈', 2, 'E', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010021', 'B Segment', '3773675', '3161438', '插装阀组件', 2, 'F', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010022', 'B Segment', '3773675', '3617213', '插装阀组件', 2, 'F', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010023', 'B Segment', '3773675', '2427955', '阀座', 2, 'G', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010024', 'B Segment', '3773675', '2077434', '阀用止动块', 2, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010025', 'B Segment', '3773675', '9S4180', '钢铁制塞堵', 1, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010026', 'B Segment', '3773675', '4J7533', '橡胶密封圈', 1, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010027', 'B Segment', '3773675', '1H1023', '橡胶密封圈', 4, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010028', 'B Segment', '3773675', '1879630', '橡胶密封圈', 2, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010029', 'B Segment', '3773675', '3J1907', '橡胶密封圈', 2, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010030', 'B Segment', '3773675', '9S8004', '钢铁制塞堵', 2, 'H', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010031', 'B Segment', '3773675', '3529954', '钢铁弹簧', 2, 'I', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010032', 'B Segment', '3773675', '3529956', '阀用止动块', 2, 'I', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742890412679010033', 'B Segment', '3773675', '9X8256', '钢铁制垫圈', 4, 'I', 6, '2025-03-25 16:13:33', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010000', 'B Segment', '3679496', '0963831/HE', '节流阀', 1, 'A', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010001', 'B Segment', '3679496', '9T1573', '安全阀', 1, 'A', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010002', 'B Segment', '3679496', '8T4145', '螺钉', 2, 'A', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010003', 'B Segment', '3679496', '9X8256', '垫片', 2, 'A', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010004', 'B Segment', '3679496', '3711784', '溢流阀', 1, 'B', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010005', 'B Segment', '3679496', '9X2027', '垫片', 2, 'B', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620111010006', 'B Segment', '3679496', '0858091/HE', '螺钉', 2, 'B', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010000', 'B Segment', '3679496', '1879630', '密封O型圈', 2, 'C', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010001', 'B Segment', '3679496', '1H1023', '密封O型圈', 4, 'C', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010002', 'B Segment', '3679496', '1239624', '弹簧', 1, 'C', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010003', 'B Segment', '3679496', '5M2057', '密封O型圈', 1, 'C', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010004', 'B Segment', '3679496', '3529954', '弹簧', 1, 'D', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010005', 'B Segment', '3679496', '2077434', '弹簧座', 1, 'D', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010006', 'B Segment', '3679496', '3529956', '弹簧座', 1, 'D', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010007', 'B Segment', '3679496', '9T1573', '安全阀', 1, 'D', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010008', 'B Segment', '3679496', '2077434', '弹簧座', 1, 'E', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010009', 'B Segment', '3679496', '3529956', '弹簧座', 1, 'E', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010010', 'B Segment', '3679496', '8T4145', '螺钉', 2, 'E', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010011', 'B Segment', '3679496', '9X8256', '垫片', 2, 'E', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010012', 'B Segment', '3679496', '3529954', '弹簧', 1, 'E', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010013', 'B Segment', '3679496', '3679493', '铭牌', 1, 'E', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010014', 'B Segment', '3679496', '3617213', '阀', 1, 'F', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010015', 'B Segment', '3679496', '1919247', '垫片', 1, 'F', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010016', 'B Segment', '3679496', '1982914', '螺母', 1, 'F', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010017', 'B Segment', '3679496', '3128629', '电磁线圈', 1, 'F', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010018', 'B Segment', '3679496', '3161438', '阀杆', 1, 'F', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620112010019', 'B Segment', '3679496', '3617213', '阀', 1, 'G', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010000', 'B Segment', '3679496', '1919247', '垫片', 1, 'G', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010001', 'B Segment', '3679496', '1982914', '螺母', 1, 'G', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010002', 'B Segment', '3679496', '3128629', '电磁线圈', 1, 'G', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010003', 'B Segment', '3679496', '3161438', '阀杆', 1, 'G', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010004', 'B Segment', '3679496', '2427955', '端盖', 1, 'H', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010005', 'B Segment', '3679496', '2427955', '端盖', 1, 'I', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010006', 'B Segment', '3679496', '9S8002', '堵头', 2, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010007', 'B Segment', '3679496', '3J7354', '密封O型圈', 2, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010008', 'B Segment', '3679496', '4J7533', '密封O型圈', 3, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010009', 'B Segment', '3679496', '9S8001', '堵头', 2, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010010', 'B Segment', '3679496', '3J1907', '密封O型圈', 2, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010011', 'B Segment', '3679496', '9S8004', '堵头', 2, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010012', 'B Segment', '3679496', '9S4180', '堵头', 1, '预装配1', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010013', 'B Segment', '3679496', '1008011', '堵头', 1, '预装配2', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010014', 'B Segment', '3679496', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010015', 'B Segment', '3679496', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742952620113010016', 'B Segment', '3679496', '1008010', '阀', 1, '预装配2', 6, '2025-03-26 09:30:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010000', 'B Segment', '3623308', '9J8126', '节流阀', 1, 'A', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010001', 'B Segment', '3623308', '2608590', '梭阀', 1, 'A', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010002', 'B Segment', '3623308', '8T4145', '螺钉', 2, 'A', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010003', 'B Segment', '3623308', '9X8256', '垫片', 2, 'A', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010004', 'B Segment', '3623308', '5M2057', '密封O型圈', 1, 'B', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010005', 'B Segment', '3623308', '4T1701', '弹簧', 1, 'B', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010006', 'B Segment', '3623308', '8T4185', '螺钉', 2, 'B', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010007', 'B Segment', '3623308', '4T1649', '端盖', 1, 'B', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010008', 'B Segment', '3623308', '3487104', '弹簧', 1, 'D', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111402010009', 'B Segment', '3623308', '2077434', '弹簧座', 1, 'D', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010000', 'B Segment', '3623308', '3529955', '弹簧座', 1, 'D', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010001', 'B Segment', '3623308', '1879630', '密封O型圈', 2, 'D', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010002', 'B Segment', '3623308', '1H1023', '密封O型圈', 4, 'D', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010003', 'B Segment', '3623308', '2077434', '弹簧座', 1, 'E', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010004', 'B Segment', '3623308', '3529956', '弹簧座', 1, 'E', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010005', 'B Segment', '3623308', '8T4145', '螺钉', 2, 'E', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010006', 'B Segment', '3623308', '9X8256', '垫片', 2, 'E', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010007', 'B Segment', '3623308', '3529954', '弹簧', 1, 'E', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010008', 'B Segment', '3623308', '3623325', '铭牌', 1, 'E', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010009', 'B Segment', '3623308', '3617213', '阀', 1, 'F1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010010', 'B Segment', '3623308', '1919247', '垫片', 1, 'F1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010011', 'B Segment', '3623308', '1982914', '螺母', 1, 'F1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010012', 'B Segment', '3623308', '3128629', '电磁线圈', 1, 'F1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010013', 'B Segment', '3623308', '3161438', '阀杆', 1, 'F1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010014', 'B Segment', '3623308', '3617213', '阀', 1, 'F2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010015', 'B Segment', '3623308', '1919247', '垫片', 1, 'F2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010016', 'B Segment', '3623308', '1982914', '螺母', 1, 'F2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111403010017', 'B Segment', '3623308', '3128629', '电磁线圈', 1, 'F2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010000', 'B Segment', '3623308', '3161438', '阀杆', 1, 'F2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010001', 'B Segment', '3623308', '6V0852', '防尘套', 2, 'F3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010002', 'B Segment', '3623308', '2427954', '铝盖', 1, 'F4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010003', 'B Segment', '3623308', '2427955', '铝盖', 1, 'F5', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010004', 'B Segment', '3623308', '9S8002', '堵头', 1, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010005', 'B Segment', '3623308', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010006', 'B Segment', '3623308', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010007', 'B Segment', '3623308', '9S8001', '堵头', 2, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010008', 'B Segment', '3623308', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010009', 'B Segment', '3623308', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010010', 'B Segment', '3623308', '1008012', '阀体', 1, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010011', 'B Segment', '3623308', '1008010', '阀', 2, '预装配1', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010012', 'B Segment', '3623308', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010013', 'B Segment', '3623308', '2S2596', '弹簧', 2, '预装配2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010014', 'B Segment', '3623308', '1008011', '堵头', 1, '预装配2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010015', 'B Segment', '3623308', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010016', 'B Segment', '3623308', '4J5351', '密封O型圈', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111404010017', 'B Segment', '3623308', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010000', 'B Segment', '3623308', '4T5072', '密封环', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010001', 'B Segment', '3623308', '9S4180', '堵头', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010002', 'B Segment', '3623308', '4J7533', '密封O型圈', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010003', 'B Segment', '3623308', '6V5556', '密封O型圈', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010004', 'B Segment', '3623308', '3664972', '密封环', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010005', 'B Segment', '3623308', '4T4511', '导套', 1, '预装配3', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010006', 'B Segment', '3623308', '7W7381', '连接头', 1, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010007', 'B Segment', '3623308', '3J1907', '密封O型圈', 3, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010008', 'B Segment', '3623308', '6V3965', '测压头', 2, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010009', 'B Segment', '3623308', '2147568', '密封O型圈', 2, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010010', 'B Segment', '3623308', '8C8431', '连接头', 1, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010011', 'B Segment', '3623308', '7E9898', '测压头', 1, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953111405010012', 'B Segment', '3623308', '6V8397', '密封O型圈', 1, '预装配4', 6, '2025-03-26 09:38:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874701010000', 'B Segment', '2350402', '6L9716', '节流阀', 1, 'A', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010000', 'B Segment', '2350402', '2350388', '铭牌', 1, 'A', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010001', 'B Segment', '2350402', '4T1860', '阀', 1, 'A', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010002', 'B Segment', '2350402', '5M2057', '密封O型圈', 1, 'B', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010003', 'B Segment', '2350402', '9T6688', '弹簧', 1, 'B', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010004', 'B Segment', '2350402', '8T4185', '螺钉', 2, 'B', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010005', 'B Segment', '2350402', '4T1649', '端盖', 1, 'B', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010006', 'B Segment', '2350402', '4T1850', '端盖', 1, 'C', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010007', 'B Segment', '2350402', '0993649', '螺钉', 2, 'C', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010008', 'B Segment', '2350402', '8T4224', '垫片', 2, 'C', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010009', 'B Segment', '2350402', '2D0598', '密封O型圈', 1, 'C', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010010', 'B Segment', '2350402', '9T6316', '弹簧', 1, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010011', 'B Segment', '2350402', '1071179', '挡板', 1, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010012', 'B Segment', '2350402', '4T0993', '弹簧座', 2, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010013', 'B Segment', '2350402', '4T1021', '弹簧座', 2, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010014', 'B Segment', '2350402', '7D9749', '密封O型圈', 1, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010015', 'B Segment', '2350402', '8T4177', '螺钉', 2, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010016', 'B Segment', '2350402', '8T4224', '垫片', 2, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010017', 'B Segment', '2350402', '2085498', '密封O型圈', 1, 'D', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010018', 'B Segment', '2350402', '1071177', '端盖', 1, 'F', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010019', 'B Segment', '2350402', '1071183', '阀芯', 1, 'G', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010020', 'B Segment', '2350402', '1008012', '阀体', 1, '预装配2', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010021', 'B Segment', '2350402', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010022', 'B Segment', '2350402', '1008010', '阀', 2, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010023', 'B Segment', '2350402', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010024', 'B Segment', '2350402', '9S8002', '堵头', 1, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010025', 'B Segment', '2350402', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010026', 'B Segment', '2350402', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010027', 'B Segment', '2350402', '9S8001', '堵头', 2, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010028', 'B Segment', '2350402', '1008012', '阀体', 1, '预装配1', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010029', 'B Segment', '2350402', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010030', 'B Segment', '2350402', '1N5999', '堵头', 1, '预装配3', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010031', 'B Segment', '2350402', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010032', 'B Segment', '2350402', '1008011', '堵头', 1, '预装配2', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010033', 'B Segment', '2350402', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010034', 'B Segment', '2350402', '2S2596', '弹簧', 3, '预装配2', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010035', 'B Segment', '2350402', '1008010', '阀', 1, '预装配2', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010036', 'B Segment', '2350402', '6V5556', '密封O型圈', 1, '预装配3', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010037', 'B Segment', '2350402', '3664972', '密封环', 1, '预装配3', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742953874702010038', 'B Segment', '2350402', '4T4511', '导套', 1, '预装配3', 6, '2025-03-26 09:51:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010000', 'B Segment', '2350405', '9J8126', '节流阀', 1, 'A', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010001', 'B Segment', '2350405', '4T1860', '阀', 1, 'A', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010002', 'B Segment', '2350405', '2350391', '铭牌', 1, 'A', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010003', 'B Segment', '2350405', '1027365', '螺钉', 2, 'A', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010004', 'B Segment', '2350405', '1216649', '溢流阀', 1, 'B', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010005', 'B Segment', '2350405', '9X2027', '垫片', 2, 'B', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010006', 'B Segment', '2350405', '0858091', '螺钉', 2, 'B', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010007', 'B Segment', '2350405', '1239624', '弹簧', 1, 'C', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010008', 'B Segment', '2350405', '1730514', '端盖', 1, 'C', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595909010009', 'B Segment', '2350405', '6V5192', '螺钉', 2, 'C', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010000', 'B Segment', '2350405', '5M2057', '密封O型圈', 2, 'C', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010001', 'B Segment', '2350405', '4T4631', '弹簧', 1, 'D', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010002', 'B Segment', '2350405', '1536976', '弹簧', 1, 'D', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010003', 'B Segment', '2350405', '1537067', '弹簧座', 1, 'D', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010004', 'B Segment', '2350405', '1537551', '弹簧座', 1, 'D', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010005', 'B Segment', '2350405', '5K0227', '密封O型圈', 1, 'E', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010006', 'B Segment', '2350405', '1730511', '端盖', 1, 'F', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010007', 'B Segment', '2350405', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010008', 'B Segment', '2350405', '4T1108', '堵头', 1, '预装配1', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010009', 'B Segment', '2350405', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010010', 'B Segment', '2350405', '4J7533', '密封O型圈', 1, '预装配1', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010011', 'B Segment', '2350405', '9S8001', '堵头', 1, '预装配1', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010012', 'B Segment', '2350405', '1008011', '堵头', 1, '预装配2', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010013', 'B Segment', '2350405', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010014', 'B Segment', '2350405', '1008010', '阀', 1, '预装配2', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010015', 'B Segment', '2350405', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010016', 'B Segment', '2350405', '4J5351', '密封O型圈', 2, '预装配3', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010017', 'B Segment', '2350405', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010018', 'B Segment', '2350405', '4T5072', '密封环', 2, '预装配3', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010019', 'B Segment', '2350405', '1612684', '螺钉', 1, '预装配3', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010020', 'B Segment', '2350405', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1742954595910010021', 'B Segment', '2350405', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-26 10:03:16', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010000', 'selector', '1199478', '3J1907', 'O型圈', 2, 'A', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010001', 'selector', '1199478', '9S4191', '螺堵', 2, 'A', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010002', 'selector', '1199478', '2521631', '塑料螺堵', 1, 'A', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010003', 'selector', '1199478', '0874786', '堵头', 1, 'B', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010004', 'selector', '1199478', '2M9780', 'O型圈', 2, 'B', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010005', 'selector', '1199478', '6V4647', '螺母', 1, 'B', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010006', 'selector', '1199478', '6E2140', '定位器', 1, 'B', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010007', 'selector', '1199478', '9T8621', '弹簧', 1, 'B', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043272002010008', 'selector', '1199478', '1411500', '铭牌', 1, 'B', 10, '2025-03-27 10:41:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333506010000', 'MB', '1334239', '6E5457', '螺堵', 3, 'A', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333506010001', 'MB', '1334239', '3D2824', 'O型圈', 3, 'A', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333506010002', 'MB', '1334239', '3603694', '螺堵', 1, 'A', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010000', 'MB', '1334239', '2M9780', 'O型圈', 1, 'A', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010001', 'MB', '1334239', '6E5643', '阀', 3, 'A', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010002', 'MB', '1334239', '4T3148', '弹簧', 3, 'A', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010003', 'MB', '1334239', '9T7634', '阀', 1, 'B', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010004', 'MB', '1334239', '1860908', '阀', 3, 'B', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010005', 'MB', '1334239', '1857712', '阀', 1, 'B', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010006', 'MB', '1334239', '9N6629', '夹子', 1, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010007', 'MB', '1334239', '8T4200', '螺栓', 1, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010008', 'MB', '1334239', '1334268', '铭牌', 1, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010009', 'MB', '1334239', '8F0212', 'O型圈', 6, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010010', 'MB', '1334239', '6E5436', '固定器', 6, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010011', 'MB', '1334239', '6E5437', '弹簧', 2, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010012', 'MB', '1334239', '6E5438', '弹簧', 2, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010013', 'MB', '1334239', '1086428', '阀', 1, 'C', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010014', 'MB', '1334239', '6E5439', '弹簧', 4, 'D', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010015', 'MB', '1334239', '6E5440', '弹簧', 4, 'D', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010016', 'MB', '1334239', '8T6870', '螺栓', 12, 'D', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010017', 'MB', '1334239', '8T4224', '垫圈', 12, 'D', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010018', 'MB', '1334239', '6E5434', '机架', 6, 'E', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010019', 'MB', '1334239', '3603697', '螺堵', 7, 'F', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010020', 'MB', '1334239', '7M8485', 'O型圈', 7, 'F', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010021', 'MB', '1334239', '3603698', '螺堵', 1, 'F', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010022', 'MB', '1334239', '2S4078', 'O型圈', 1, 'F', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010023', 'MB', '1334239', '3603692', '螺堵', 6, 'F', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043333507010024', 'MB', '1334239', '3J1907', 'O型圈', 6, 'F', 3, '2025-03-27 10:42:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428555010000', 'Steering', '1423996', '9S4183', '堵头', 1, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428555010001', 'Steering', '1423996', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428555010002', 'Steering', '1423996', '9S4185', '堵头', 1, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010000', 'Steering', '1423996', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010001', 'Steering', '1423996', '9S8006', '堵头', 1, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010002', 'Steering', '1423996', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010003', 'Steering', '1423996', '7J1089', '堵头', 2, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010004', 'Steering', '1423996', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010005', 'Steering', '1423996', '5H3193', '穿销', 4, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010006', 'Steering', '1423996', '9S8002', '堵头', 10, 'A', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010007', 'Steering', '1423996', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010008', 'Steering', '1423996', '6E5289', '堵头', 2, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010009', 'Steering', '1423996', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010010', 'Steering', '1423996', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010011', 'Steering', '1423996', '9S4185', '堵头', 1, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010012', 'Steering', '1423996', '9S8002', '堵头', 1, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010013', 'Steering', '1423996', '9J9821', '底座阀', 4, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010014', 'Steering', '1423996', '4B9782', '钢珠', 5, 'B', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010015', 'Steering', '1423996', '2S2596', '弹簧', 4, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010016', 'Steering', '1423996', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010017', 'Steering', '1423996', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010018', 'Steering', '1423996', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010019', 'Steering', '1423996', '8T4196', '螺栓', 2, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010020', 'Steering', '1423996', '8T6466', '螺栓', 2, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010021', 'Steering', '1423996', '6E5291', '弹簧', 2, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010022', 'Steering', '1423996', '6T6052', '截流套', 1, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010023', 'Steering', '1423996', '6V9830', '盖帽', 2, 'C', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010024', 'Steering', '1423996', '6J6506', '垫片', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010025', 'Steering', '1423996', '1268473', '弹簧', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010026', 'Steering', '1423996', '7J4321', '固定器', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010027', 'Steering', '1423996', '9M1974', '垫圈', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010028', 'Steering', '1423996', '6V5195', '螺栓', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010029', 'Steering', '1423996', '8T5005', '螺栓', 4, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010030', 'Steering', '1423996', '1357272', '铭牌', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010031', 'Steering', '1423996', '9T8672', '固定器', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010032', 'Steering', '1423996', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010033', 'Steering', '1423996', '1298222', '溢流阀', 1, 'E', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010034', 'Steering', '1423996', '1325258', '溢流阀', 1, 'E', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010035', 'Steering', '1423996', '9T7220', '盖板', 1, 'E', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010036', 'Steering', '1423996', '8C3206', '法兰', 8, 'F终装', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010037', 'Steering', '1423996', '5H4019', '盖板', 4, 'F终装', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010038', 'Steering', '1423996', '4J0520', '密封圈', 4, 'F终装', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010039', 'Steering', '1423996', '7S0530', '吊环', 1, 'F终装', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010040', 'Steering', '1423996', '8T4121', '垫圈', 16, 'F终装', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043428556010041', 'Steering', '1423996', '8T4196', '螺栓', 16, 'F终装', 2, '2025-03-27 10:43:49', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010000', 'WL-ZL50', '2011150', '3G2683', '螺堵', 3, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010001', 'WL-ZL50', '2011150', '2S4078', 'O型圈', 3, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010002', 'WL-ZL50', '2011150', '1U1577', '螺堵', 1, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010003', 'WL-ZL50', '2011150', '6K6307', 'O型圈', 1, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010004', 'WL-ZL50', '2011150', '9S8005', '堵头', 1, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010005', 'WL-ZL50', '2011150', '3K0360', 'O型圈', 1, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010006', 'WL-ZL50', '2011150', '1U0322', '轴承', 3, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010007', 'WL-ZL50', '2011150', '7S8491', '弹簧', 3, 'A', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010008', 'WL-ZL50', '2011150', '7J7423', '阀', 3, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010009', 'WL-ZL50', '2011150', '1J8960', '弹簧', 1, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010010', 'WL-ZL50', '2011150', '1U1578', '阀', 1, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487759010011', 'WL-ZL50', '2011150', '3G4117', '盖子', 1, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010000', 'WL-ZL50', '2011150', '4J0522', 'O型圈', 1, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010001', 'WL-ZL50', '2011150', '5P2228', '螺栓', 2, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010002', 'WL-ZL50', '2011150', '4T6103', '阀', 2, 'B', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010003', 'WL-ZL50', '2011150', '2011146', '阀', 1, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010004', 'WL-ZL50', '2011150', '4T9312', '盖子', 2, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010005', 'WL-ZL50', '2011150', '1H9696', 'O型圈', 2, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010006', 'WL-ZL50', '2011150', '5S7383', '螺栓', 4, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010007', 'WL-ZL50', '2011150', '5P1075', '垫圈', 4, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010008', 'WL-ZL50', '2011150', '3G8991', '弹簧', 2, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010009', 'WL-ZL50', '2011150', '3385495', '弹簧', 2, 'C', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010010', 'WL-ZL50', '2011150', '4761915', '固定器', 4, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010011', 'WL-ZL50', '2011150', '8T9378', '螺栓', 4, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010012', 'WL-ZL50', '2011150', '5P1075', '垫片', 4, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010013', 'WL-ZL50', '2011150', '7K0734', '螺栓', 2, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010014', 'WL-ZL50', '2011150', '4D6433', '垫圈', 2, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010015', 'WL-ZL50', '2011150', '0041963', 'O型圈', 2, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010016', 'WL-ZL50', '2011150', '2011148', '铭牌', 1, 'D', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010017', 'WL-ZL50', '2011150', '4T9311', '盖子', 2, 'E', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010018', 'WL-ZL50', '2011150', '4D2886', '吊环', 2, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010019', 'WL-ZL50', '2011150', '3J1907', 'O型圈', 5, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010020', 'WL-ZL50', '2011150', '9S4191', '堵头', 5, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010021', 'WL-ZL50', '2011150', '3J5553', '纸垫片', 2, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010022', 'WL-ZL50', '2011150', '3J5554', '纸垫片', 4, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010023', 'WL-ZL50', '2011150', '8J4398', '盖板', 4, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010024', 'WL-ZL50', '2011150', '8J5893', '盖板', 2, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010025', 'WL-ZL50', '2011150', '8T9383', '螺栓', 4, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043487760010026', 'WL-ZL50', '2011150', '7X0272', '螺栓', 8, 'F', 4, '2025-03-27 10:44:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748157010000', 'QCT', '2120394', '5M2504', 'SLUG', 2, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010000', 'QCT', '2120394', '5H8985', 'PIN-SPRING', 1, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010001', 'QCT', '2120394', '8E8439', 'DOWEL', 1, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010002', 'QCT', '2120394', '1S1636', 'RETAINER', 2, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010003', 'QCT', '2120394', '1S1638', 'RING-RETAINING', 2, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010004', 'QCT', '2120394', '4B9880', 'BALL', 2, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010005', 'QCT', '2120394', '4M2381', 'SPRING', 2, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010006', 'QCT', '2120394', '6Y8049', 'SPOOL', 1, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010007', 'QCT', '2120394', '8P7386', 'SPOOL', 1, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010008', 'QCT', '2120394', '9P0683', 'SPRING', 1, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010009', 'QCT', '2120394', '2132227', 'PLATE-IDENT', 1, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010010', 'QCT', '2120394', '9S8001', 'PLUG-INTL HEX', 7, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010011', 'QCT', '2120394', '2385078', 'SEAL-O-RING-STOR', 7, 'A', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010012', 'QCT', '2120394', '0S1618', 'BOLT', 2, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748158010013', 'QCT', '2120394', '5J1036', 'SHIM', 2, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010000', 'QCT', '2120394', '5J2721', 'SHIM', 2, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010001', 'QCT', '2120394', '6J3993', 'SHIM', 2, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010002', 'QCT', '2120394', '6V3683', 'SEAL-O-RING', 1, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010003', 'QCT', '2120394', '9G9150', 'CLIP', 1, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010004', 'QCT', '2120394', '9M1974', 'WASHER-HARD', 1, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010005', 'QCT', '2120394', '9W7410', 'SPRING', 1, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010006', 'QCT', '2120394', '9S8004', 'PLUG-INTL HEX', 3, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010007', 'QCT', '2120394', '2147568', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010008', 'QCT', '2120394', '9S8008', 'PLUG-LD STOR', 3, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010009', 'QCT', '2120394', '2385082', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010010', 'QCT', '2120394', '2S0675', 'SPACER', 2, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010011', 'QCT', '2120394', '6Y4541', 'PISTON-SELECTOR', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010012', 'QCT', '2120394', '6Y4542', 'PISTON-LOAD', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010013', 'QCT', '2120394', '6Y7267', 'SPRING', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010014', 'QCT', '2120394', '8E6144', 'SPRING', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010015', 'QCT', '2120394', '8J4452', 'SHIM', 2, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010016', 'QCT', '2120394', '8L2777', 'SEAL-O-RING', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748159010017', 'QCT', '2120394', '9D7884', 'SPRING', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010000', 'QCT', '2120394', '9J1330', 'SHIM', 2, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010001', 'QCT', '2120394', '6V0484', 'ADPTR-ELB 90 DEG', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010002', 'QCT', '2120394', '3706346', 'ORIFICE AS', 1, 'C', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010003', 'QCT', '2120394', '2B2695', 'BOLT', 2, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010004', 'QCT', '2120394', '5L9018', 'BOLT-SOCKET HEAD', 2, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010005', 'QCT', '2120394', '6Y4538', 'COVER', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010006', 'QCT', '2120394', '8E4592', 'STOP', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010007', 'QCT', '2120394', '9W6964', 'VALVE AS-EXHAUST', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010008', 'QCT', '2120394', '0617540', 'SEAL-O-RING', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010009', 'QCT', '2120394', '6V3965', 'ADAPTER-STR', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010010', 'QCT', '2120394', '2147568', 'SEAL-O-RING-STOR', 2, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010011', 'QCT', '2120394', '3023809', 'VALVE GP-SOL', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010012', 'QCT', '2120394', '9S8003', 'PLUG-LD STOR', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010013', 'QCT', '2120394', '2147567', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010014', 'QCT', '2120394', '0S1618', 'BOLT', 4, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010015', 'QCT', '2120394', '5F4899', 'BOLT', 3, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748160010016', 'QCT', '2120394', '5M2894', 'WASHER-HARD', 3, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010000', 'QCT', '2120394', '6V0852', 'CAP-DUST', 1, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010001', 'QCT', '2120394', '6V6353', 'SEAL-O-RING', 1, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010002', 'QCT', '2120394', '7N9738', 'HOUSING-RCPT', 1, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010003', 'QCT', '2120394', '8E8867', 'COVER', 1, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010004', 'QCT', '2120394', '8E8868', 'GASKET', 1, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010005', 'QCT', '2120394', '9G3695', 'PLUG-SEAL', 2, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010006', 'QCT', '2120394', '9M1974', 'WASHER-HARD', 4, 'E', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043748161010007', 'QCT', '2120394', '6Y4539', 'COVER', 1, 'F', 1, '2025-03-27 10:49:08', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010000', 'B Segment', '3266549', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010001', 'B Segment', '3266549', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010002', 'B Segment', '3266549', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010003', 'B Segment', '3266549', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010004', 'B Segment', '3266549', '4D0514', 'PLUG-PTF ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010005', 'B Segment', '3266549', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010006', 'B Segment', '3266549', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010007', 'B Segment', '3266549', '4J5351', 'SEAL-O-RING ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010008', 'B Segment', '3266549', '7J9933', 'SEAL-O RING ', 1, 'A', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010009', 'B Segment', '3266549', '4T1108', 'PLUG ', 1, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010010', 'B Segment', '3266549', '4K1388', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010011', 'B Segment', '3266549', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010012', 'B Segment', '3266549', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010013', 'B Segment', '3266549', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010014', 'B Segment', '3266549', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010015', 'B Segment', '3266549', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010016', 'B Segment', '3266549', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010017', 'B Segment', '3266549', '4T1108', 'PLUG ', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010018', 'B Segment', '3266549', '4T5072', 'RING-BACKUP ', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010019', 'B Segment', '3266549', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010020', 'B Segment', '3266549', '2608590', 'VALVE GP-SHTL -B', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010021', 'B Segment', '3266549', '7M8485', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010022', 'B Segment', '3266549', '9S4181', 'PLUG-LD STOR ', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010023', 'B Segment', '3266549', '4J7533', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010024', 'B Segment', '3266549', '9S4180', 'PLUG-LD STOR ', 1, 'C', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010025', 'B Segment', '3266549', '2077434', 'RETAINER ', 1, 'D', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010026', 'B Segment', '3266549', '8T4145', 'BOLT-HEX HEAD ', 2, 'D', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010027', 'B Segment', '3266549', '9X8256', 'WASHER ', 2, 'D', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010028', 'B Segment', '3266549', '3529956', 'RETAINER ', 2, 'D', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010029', 'B Segment', '3266549', '3529954', 'SPRING ', 2, 'D', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010030', 'B Segment', '3266549', '2077434', 'RETAINER ', 1, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010031', 'B Segment', '3266549', '8T4145', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010032', 'B Segment', '3266549', '9X8256', 'WASHER ', 2, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010033', 'B Segment', '3266549', '3266548', 'PLATE-IDENT ', 1, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010034', 'B Segment', '3266549', '1503065', 'ADAPTER AS-ELBOW', 1, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010035', 'B Segment', '3266549', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010036', 'B Segment', '3266549', '7W7381', 'FITTING-OUTLET ', 2, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010037', 'B Segment', '3266549', '6V3965', 'ADAPTER-STR ', 2, 'E', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010038', 'B Segment', '3266549', '2147568', 'SEAL-O-RING-STOR', 2, 'F', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010039', 'B Segment', '3266549', '6V0852', 'CAP-DUST ', 2, 'F', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010040', 'B Segment', '3266549', '2427955', 'HOUSING AS ', 1, 'G', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010041', 'B Segment', '3266549', '3617213', 'CARTRIDGE AS ', 1, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010042', 'B Segment', '3266549', '3161438', 'CARTRIDGE AS ', 1, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010043', 'B Segment', '3266549', '3128629', 'COIL AS ', 1, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010044', 'B Segment', '3266549', '1919247', 'WASHER ', 1, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010045', 'B Segment', '3266549', '1982914', 'NUT-HEXAGON ', 1, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010046', 'B Segment', '3266549', '1879630', 'SEAL-O-RING ', 1, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010047', 'B Segment', '3266549', '1H1023', 'SEAL-O RING ', 2, 'H', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010048', 'B Segment', '3266549', '3328826', 'HOUSING AS ', 1, 'I', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010049', 'B Segment', '3266549', '3617213', 'CARTRIDGE AS ', 1, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010050', 'B Segment', '3266549', '3161438', 'CARTRIDGE AS ', 1, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010051', 'B Segment', '3266549', '3128629', 'COIL AS ', 1, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010052', 'B Segment', '3266549', '1919247', 'WASHER ', 1, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010053', 'B Segment', '3266549', '1982914', 'NUT-HEXAGON ', 1, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010054', 'B Segment', '3266549', '1879630', 'SEAL-O-RING ', 1, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743043973273010055', 'B Segment', '3266549', '1H1023', 'SEAL-O RING ', 2, 'J', 6, '2025-03-27 10:52:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217410010000', 'WL-ZL50', '3340892', '1415497', 'SPRING', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010000', 'WL-ZL50', '3340892', '1415498', 'SPRING', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010001', 'WL-ZL50', '3340892', '1422864', 'RETAINER', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010002', 'WL-ZL50', '3340892', '5S6980', 'RING-RETAININ', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010003', 'WL-ZL50', '3340892', '1883365', 'SPRING', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010004', 'WL-ZL50', '3340892', '1744321', 'SPOOL-CONTROL', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010005', 'WL-ZL50', '3340892', '1734012', 'SPRING', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010006', 'WL-ZL50', '3340892', '3161438', 'CARTRIDGE AS', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010007', 'WL-ZL50', '3340892', '3265212', 'COIL AS', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010008', 'WL-ZL50', '3340892', '1919247', 'WASHER-SOFT', 6, 'A', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010009', 'WL-ZL50', '3340892', '1982914', 'NUT-HEXAGON', 6, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010010', 'WL-ZL50', '3340892', '3603679', 'PLUG-HD STOR', 18, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010011', 'WL-ZL50', '3340892', '3J1907', 'SEAL-O-RING-STOR', 18, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010012', 'WL-ZL50', '3340892', '3676001', 'PLUG AS-HD STOR', 6, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010013', 'WL-ZL50', '3340892', '6K0806', 'STRAP-CABLE', 6, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010014', 'WL-ZL50', '3340892', '2071617', 'PLATE-IDENT', 6, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010015', 'WL-ZL50', '3340892', '4D3107', 'SEAL O RING', 8, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010016', 'WL-ZL50', '3340892', '1H1023', 'SEAL-O RING', 12, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010017', 'WL-ZL50', '3340892', '8T6870', 'BOLT-HEX HEAD', 8, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010018', 'WL-ZL50', '3340892', '7J7423', 'VALVE', 5, 'B', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010019', 'WL-ZL50', '3340892', '7S8491', 'SPRING', 5, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010020', 'WL-ZL50', '3340892', '3G2683', 'PLUG-O-RING', 5, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010021', 'WL-ZL50', '3340892', '1U0322', 'BEARING-SLEEVE', 5, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010022', 'WL-ZL50', '3340892', '2S4078', 'SEAL-O-RING', 5, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010023', 'WL-ZL50', '3340892', '3603690', 'PLUG-HD STOR', 3, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010024', 'WL-ZL50', '3340892', '3J7354', 'SEAL-O-RING-STOR', 3, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010025', 'WL-ZL50', '3340892', '4J0522', 'SEAL-O-RING', 2, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010026', 'WL-ZL50', '3340892', '4J0523', 'SEAL-O-RING', 1, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010027', 'WL-ZL50', '3340892', '5P5874', 'SEAL-O-RING', 6, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010028', 'WL-ZL50', '3340892', '7X2551', 'BOLT-HEX HEAD', 5, 'C', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010029', 'WL-ZL50', '3340892', '5P1076', 'WASHER-HARD', 5, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010030', 'WL-ZL50', '3340892', '3G4135', 'PLUG-O-RING', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010031', 'WL-ZL50', '3340892', '7M8485', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010032', 'WL-ZL50', '3340892', '6E5950', 'VALVE GRP RELIEF', 3, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010033', 'WL-ZL50', '3340892', '6E6129', 'PLUG MAIN RELIEF', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010034', 'WL-ZL50', '3340892', '7J9933', 'SEAL-O RING', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010035', 'WL-ZL50', '3340892', '3K0360', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010036', 'WL-ZL50', '3340892', '3603681', 'PLUG-HD STOR', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010037', 'WL-ZL50', '3340892', '2M9780', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010038', 'WL-ZL50', '3340892', '1920895', 'VALVE GRP-RELIEF', 1, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010039', 'WL-ZL50', '3340892', '3603679', 'PLUG-HD STOR', 5, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010040', 'WL-ZL50', '3340892', '3J1907', 'SEAL-O-RING-STOR', 5, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010041', 'WL-ZL50', '3340892', '4T7581', 'VALVE GRP RELIEF', 1, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010042', 'WL-ZL50', '3340892', '1P3703', 'SEAL-RECTANGULAR', 1, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010043', 'WL-ZL50', '3340892', '1P3704', 'SEAL-RECTANGULAR', 1, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010044', 'WL-ZL50', '3340892', '4J0522', 'SEAL-O-RING', 1, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010045', 'WL-ZL50', '3340892', '5H4020', 'FLANGE-COVER', 1, 'E', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010046', 'WL-ZL50', '3340892', '1973295', 'FLANGE', 2, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010047', 'WL-ZL50', '3340892', '7X2550', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010048', 'WL-ZL50', '3340892', '8T7971', 'WASHER-HARD', 4, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010049', 'WL-ZL50', '3340892', '3676002', 'PLUG AS-HD STOR', 4, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010050', 'WL-ZL50', '3340892', '7X2538', 'BOLT-HEX HEAD', 4, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010051', 'WL-ZL50', '3340892', '9S8005', 'PLUG-LD STOR', 1, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010052', 'WL-ZL50', '3340892', '3K0360', 'SEAL-O-RING-STOR', 1, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010053', 'WL-ZL50', '3340892', '3340870', 'PLATE-IDENT', 1, 'F', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010054', 'WL-ZL50', '3340892', '8J4398', 'COVER', 4, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010055', 'WL-ZL50', '3340892', '3J5554', 'GASKET', 5, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010056', 'WL-ZL50', '3340892', '8T4179', 'BOLT-HEX HEAD', 13, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010057', 'WL-ZL50', '3340892', '3J5553', 'GASKET', 1, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010058', 'WL-ZL50', '3340892', '8J5893', 'COVER', 1, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010059', 'WL-ZL50', '3340892', '8X6166', 'COVER', 1, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010060', 'WL-ZL50', '3340892', '8T4139', 'BOLT-HEX HEAD', 1, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010061', 'WL-ZL50', '3340892', '4D2886', 'CLIP', 2, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010062', 'WL-ZL50', '3340892', '5P0048', 'COVER', 1, 'G', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010063', 'WL-ZL50', '3340892', '1P3704', 'SEAL-RECTANGULAR', 1, 'H', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010064', 'WL-ZL50', '3340892', '1P5767', 'FLANGE-SPLIT', 2, 'H', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010065', 'WL-ZL50', '3340892', '8T4194', 'BOLT-HEX HEAD', 4, 'H', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010066', 'WL-ZL50', '3340892', '8T4223', 'WASHER-HARD', 4, 'H', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010067', 'WL-ZL50', '3340892', '1552269', 'PLUG AS-CONN', 6, 'H', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010068', 'WL-ZL50', '3340892', '1620095', 'MANIFOLD', 1, 'H', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010069', 'WL-ZL50', '3340892', '1633395', 'STEM-TILT', 1, 'I', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010070', 'WL-ZL50', '3340892', '3395399', 'STEM-TILT', 1, 'I', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044217411010071', 'WL-ZL50', '3340892', '1502329', 'STEM-TILT', 1, 'I', 1, '2025-03-27 10:56:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010000', 'B Segment', '3612415', '4T4207', '钢铁制塞堵', 1, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010001', 'B Segment', '3612415', '1T0936', '钢铁制塞堵', 2, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010002', 'B Segment', '3612415', '3603678', '钢铁制塞堵', 1, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010003', 'B Segment', '3612415', '2147567', '橡胶密封圈', 1, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010004', 'B Segment', '3612415', '3676001', '钢铁制塞堵组件', 1, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010005', 'B Segment', '3612415', '3676002', '钢铁制塞堵组件', 2, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010006', 'B Segment', '3612415', '6E5066', '滤网', 2, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010007', 'B Segment', '3612415', '2608590', '换向阀', 1, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010008', 'B Segment', '3612415', '7M8485', '橡胶密封圈', 1, 'A', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010009', 'B Segment', '3612415', '1008010', '阀芯', 1, 'B', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010010', 'B Segment', '3612415', '1008011', '钢铁制塞堵', 1, 'B', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010011', 'B Segment', '3612415', '2S2596', '钢铁弹簧', 1, 'B', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010012', 'B Segment', '3612415', '7J0204', '橡胶密封圈', 1, 'B', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010013', 'B Segment', '3612415', '1537551', '阀用止动块', 1, 'B', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010014', 'B Segment', '3612415', '4214353', '钢铁弹簧', 1, 'B', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010015', 'B Segment', '3612415', '1537067', '阀用止动挡圈', 1, 'C', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010016', 'B Segment', '3612415', '1H1023', '橡胶密封圈', 3, 'C', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010017', 'B Segment', '3612415', '3J9015', '橡胶密封圈', 3, 'C', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010018', 'B Segment', '3612415', '6V9606', '钢铁螺栓', 2, 'C', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010019', 'B Segment', '3612415', '3612426', '钢铁弹簧', 1, 'C', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010020', 'B Segment', '3612415', '5F9144', '橡胶密封圈', 1, 'C', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010021', 'B Segment', '3612415', '8T4198', '钢铁制螺栓', 2, 'D', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010022', 'B Segment', '3612415', '1482557', '阀用塞堵', 1, 'D', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010023', 'B Segment', '3612415', '2040814', '钢铁螺钉', 2, 'D', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010024', 'B Segment', '3612415', '3J1907', '橡胶密封圈', 2, 'D', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010025', 'B Segment', '3612415', '3603692', '钢铁制塞堵', 2, 'D', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010026', 'B Segment', '3612415', '4363448', '阀座', 2, 'E', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010027', 'B Segment', '3612415', '3612429', '液压传动阀', 1, 'E', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010028', 'B Segment', '3612415', '4363447', '阀座', 1, 'E', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044385088010029', 'B Segment', '3612415', '3706923', '安全阀', 2, 'E', 1, '2025-03-27 10:59:45', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010000', 'B Segment', '3623314', '1008010', 'VALVE ', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010001', 'B Segment', '3623314', '2S2596', 'SPRING ', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010002', 'B Segment', '3623314', '1008011', 'PLUG ', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010003', 'B Segment', '3623314', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010004', 'B Segment', '3623314', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010005', 'B Segment', '3623314', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010006', 'B Segment', '3623314', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010007', 'B Segment', '3623314', '4T1108', 'PLUG ', 1, 'A', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010008', 'B Segment', '3623314', '4J5351', 'SEAL-O-RING ', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010009', 'B Segment', '3623314', '7J9933', 'SEAL-O RING ', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010010', 'B Segment', '3623314', '4K1388', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010011', 'B Segment', '3623314', '4T5072', 'RING-BACKUP ', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010012', 'B Segment', '3623314', '4T5073', 'RING-BACKUP ', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010013', 'B Segment', '3623314', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010014', 'B Segment', '3623314', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010015', 'B Segment', '3623314', '4T1108', 'PLUG ', 1, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010016', 'B Segment', '3623314', '2608590', 'VALVE GP-SHTL -B', 1, 'B', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010017', 'B Segment', '3623314', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010018', 'B Segment', '3623314', '1216649', 'VALVE GP-RELIEF ', 1, 'D', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010019', 'B Segment', '3623314', '1239624', 'SPRING ', 1, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010020', 'B Segment', '3623314', '0858091/HE', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010021', 'B Segment', '3623314', '9X2027', 'WASHER-HARD ', 2, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010022', 'B Segment', '3623314', '4J7533', 'SEAL-O-RING-STOR', 1, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010023', 'B Segment', '3623314', '9S4180', 'PLUG-LD STOR ', 1, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010024', 'B Segment', '3623314', '2077434', 'RETAINER ', 1, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010025', 'B Segment', '3623314', '3529954', 'SPRING ', 1, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010026', 'B Segment', '3623314', '3529956', 'RETAINER ', 1, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010027', 'B Segment', '3623314', '8T4145', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010028', 'B Segment', '3623314', '2077434', 'RETAINER ', 1, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010029', 'B Segment', '3623314', '3529954', 'SPRING ', 1, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010030', 'B Segment', '3623314', '3529956', 'RETAINER ', 1, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010031', 'B Segment', '3623314', '8T4145', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010032', 'B Segment', '3623314', '9X8256', 'WASHER ', 4, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010033', 'B Segment', '3623314', '3623331', 'PLATE-IDENT ', 1, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010034', 'B Segment', '3623314', '1503065', 'ADAPTER AS-ELBOW', 1, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010035', 'B Segment', '3623314', '6V3965', 'ADAPTER-STR ', 2, 'F', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010036', 'B Segment', '3623314', '2147568', 'SEAL-O-RING-STOR', 2, 'G', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010037', 'B Segment', '3623314', '6V0852', 'CAP-DUST ', 2, 'G', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010038', 'B Segment', '3623314', '2427955', 'HOUSING AS ', 2, 'I', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010039', 'B Segment', '3623314', '3617213', 'CARTRIDGE AS ', 1, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010040', 'B Segment', '3623314', '3161438', 'CARTRIDGE AS ', 1, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010041', 'B Segment', '3623314', '3128629', 'COIL AS ', 1, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010042', 'B Segment', '3623314', '1919247', 'WASHER ', 1, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010043', 'B Segment', '3623314', '1982914', 'NUT-HEXAGON ', 1, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010044', 'B Segment', '3623314', '1879630', 'SEAL-O-RING ', 1, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010045', 'B Segment', '3623314', '1H1023', 'SEAL-O RING ', 2, 'J', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010046', 'B Segment', '3623314', '3617213', 'CARTRIDGE AS ', 1, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010047', 'B Segment', '3623314', '3161438', 'CARTRIDGE AS ', 1, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010048', 'B Segment', '3623314', '3128629', 'COIL AS ', 1, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010049', 'B Segment', '3623314', '1919247', 'WASHER ', 1, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010050', 'B Segment', '3623314', '1982914', 'NUT-HEXAGON ', 1, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010051', 'B Segment', '3623314', '1879630', 'SEAL-O-RING ', 1, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044527395010052', 'B Segment', '3623314', '1H1023', 'SEAL-O RING ', 2, 'L', 6, '2025-03-27 11:02:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010000', 'B Segment', '3649542', '4T5896', '止回阀', 1, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010001', 'B Segment', '3649542', '8J6815', '钢铁制塞堵', 1, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010002', 'B Segment', '3649542', '3J1907', '橡胶密封圈', 3, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010003', 'B Segment', '3649542', '9S4191', '钢铁制塞堵', 3, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010004', 'B Segment', '3649542', '3J7354', '橡胶密封圈', 2, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010005', 'B Segment', '3649542', '9S4182', '钢铁制塞堵', 2, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010006', 'B Segment', '3649542', '6V0400', '钢铁制法兰', 4, 'A', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010007', 'B Segment', '3649542', '6V8178', '钢铁制垫圈', 8, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010008', 'B Segment', '3649542', '8T4184', '钢铁制螺栓', 8, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010009', 'B Segment', '3649542', '1P3703', '橡胶密封圈', 2, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010010', 'B Segment', '3649542', '5P0047', '钢铁安装盖', 2, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010011', 'B Segment', '3649542', '3J7354', '橡胶密封圈', 2, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010012', 'B Segment', '3649542', '9S4182', '钢铁制塞堵', 2, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010013', 'B Segment', '3649542', '1P3702', '橡胶密封圈', 1, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010014', 'B Segment', '3649542', '6V5555', '橡胶密封圈', 15, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010015', 'B Segment', '3649542', '4J8997', '橡胶密封圈', 4, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010016', 'B Segment', '3649542', '4J0522', '橡胶密封圈', 15, 'B', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010017', 'B Segment', '3649542', '5334159', '钢铁制螺栓', 36, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010018', 'B Segment', '3649542', '5H4019', '钢铁安装盖', 8, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010019', 'B Segment', '3649542', '8T4223', '钢铁制垫圈', 6, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010020', 'B Segment', '3649542', '5H4020', 'Cover', 1, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010021', 'B Segment', '3649542', '4J0522', '橡胶密封圈', 1, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010022', 'B Segment', '3649542', '4J0520', '橡胶密封圈', 8, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010023', 'B Segment', '3649542', '7S0530', '钢铁制管夹', 1, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010024', 'B Segment', '3649542', '6V8188', '钢铁制螺母', 6, 'C', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010025', 'B Segment', '3649542', '9T2856', '车辆用调节连杆', 3, 'D', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010026', 'B Segment', '3649542', '3523968', 'CLIP-LADDER', 4, 'E', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010027', 'B Segment', '3649542', '9X2038', 'WASHER-HARD', 4, 'E', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010028', 'B Segment', '3649542', '4C8359', '钢铁制环头螺栓', 1, 'E', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010029', 'B Segment', '3649542', '1P4578', '钢铁制法兰', 2, 'E', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010030', 'B Segment', '3649542', '1047574', '安全阀', 1, 'F', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044610752010031', 'B Segment', '3649542', '8C3206', '钢铁制法兰', 16, 'H', 1, '2025-03-27 11:03:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010000', 'B Segment', '3939137', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010001', 'B Segment', '3939137', '9S9334', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010002', 'B Segment', '3939137', '4T4207', 'PLUG-NPTF ', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010003', 'B Segment', '3939137', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010004', 'B Segment', '3939137', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010005', 'B Segment', '3939137', '4T1108', 'PLUG ', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010006', 'B Segment', '3939137', '4K1388', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010007', 'B Segment', '3939137', '4T5073', 'RING-BACKUP ', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010008', 'B Segment', '3939137', '7J9933', 'SEAL-O RING ', 1, 'A', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010009', 'B Segment', '3939137', '4J5351', 'SEAL-O-RING ', 2, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010010', 'B Segment', '3939137', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010011', 'B Segment', '3939137', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010012', 'B Segment', '3939137', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010013', 'B Segment', '3939137', '4T1108', 'PLUG ', 1, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010014', 'B Segment', '3939137', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010015', 'B Segment', '3939137', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010016', 'B Segment', '3939137', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010017', 'B Segment', '3939137', '4T5072', 'RING-BACKUP ', 1, 'C', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010018', 'B Segment', '3939137', '3939143', 'PLATE-IDENT ', 1, 'C', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010019', 'B Segment', '3939137', '4T4511', 'SLEEVE ', 1, 'C', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010020', 'B Segment', '3939137', '3664972', 'RING-BACKUP ', 1, 'C', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010021', 'B Segment', '3939137', '6V5556', 'SEAL-O RING ', 1, 'C', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010022', 'B Segment', '3939137', '4T1701', 'SPRING ', 1, 'C', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010023', 'B Segment', '3939137', '4T1649', 'HOUSING ', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010024', 'B Segment', '3939137', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010025', 'B Segment', '3939137', '8T4185', 'BOLT-HEX HEAD ', 2, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010026', 'B Segment', '3939137', '4J7533', 'SEAL-O-RING-STOR', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010027', 'B Segment', '3939137', '9S4180', 'PLUG-LD STOR ', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010028', 'B Segment', '3939137', '3529956', 'RETAINER ', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010029', 'B Segment', '3939137', '3529954', 'SPRING ', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010030', 'B Segment', '3939137', '2077434', 'RETAINER ', 1, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010031', 'B Segment', '3939137', '8T4145', 'BOLT-HEX HEAD ', 2, 'D', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010032', 'B Segment', '3939137', '9X8256', 'WASHER ', 4, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010033', 'B Segment', '3939137', '3529956', 'RETAINER ', 1, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010034', 'B Segment', '3939137', '3529954', 'SPRING ', 1, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690828010035', 'B Segment', '3939137', '2077434', 'RETAINER ', 1, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010000', 'B Segment', '3939137', '8T4145', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010001', 'B Segment', '3939137', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010002', 'B Segment', '3939137', '9S8004', 'PLUG-LD STOR ', 2, 'E', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010003', 'B Segment', '3939137', '1919247', 'WASHER ', 1, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010004', 'B Segment', '3939137', '1982914', 'NUT-HEXAGON ', 1, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010005', 'B Segment', '3939137', '3128629', 'COIL AS ', 1, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010006', 'B Segment', '3939137', '3161438', 'CARTRIDGE AS ', 1, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010007', 'B Segment', '3939137', '3617213', 'CARTRIDGE AS ', 1, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010008', 'B Segment', '3939137', '1879630', 'SEAL-O-RING ', 1, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010009', 'B Segment', '3939137', '1H1023', 'SEAL-O RING ', 2, 'F', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010010', 'B Segment', '3939137', '2608590', 'VALVE GP-SHTL -B', 1, 'H', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010011', 'B Segment', '3939137', '2427955', 'HOUSING AS ', 2, 'I', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010012', 'B Segment', '3939137', '1919247', 'WASHER ', 1, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010013', 'B Segment', '3939137', '1982914', 'NUT-HEXAGON ', 1, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010014', 'B Segment', '3939137', '3128629', 'COIL AS ', 1, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010015', 'B Segment', '3939137', '3161438', 'CARTRIDGE AS ', 1, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010016', 'B Segment', '3939137', '3617213', 'CARTRIDGE AS ', 1, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010017', 'B Segment', '3939137', '1879630', 'SEAL-O-RING ', 1, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044690829010018', 'B Segment', '3939137', '1H1023', 'SEAL-O RING ', 2, 'K', 6, '2025-03-27 11:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010000', 'Steering', '4560776', '9S4183', '堵头', 1, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010001', 'Steering', '4560776', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010002', 'Steering', '4560776', '9S4185', '堵头', 1, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010003', 'Steering', '4560776', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010004', 'Steering', '4560776', '9S8006', '堵头', 1, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010005', 'Steering', '4560776', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010006', 'Steering', '4560776', '7J1089', '堵头', 2, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010007', 'Steering', '4560776', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010008', 'Steering', '4560776', '5H3193', '穿销', 4, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010009', 'Steering', '4560776', '9S8002', '堵头', 11, 'A', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010010', 'Steering', '4560776', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010011', 'Steering', '4560776', '6E5289', '堵头', 2, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010012', 'Steering', '4560776', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010013', 'Steering', '4560776', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010014', 'Steering', '4560776', '9S4185', '堵头', 1, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010015', 'Steering', '4560776', '9J9821', '底座阀', 4, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010016', 'Steering', '4560776', '4B9782', '钢珠', 5, 'B', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010017', 'Steering', '4560776', '2S2596', '弹簧', 4, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010018', 'Steering', '4560776', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010019', 'Steering', '4560776', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010020', 'Steering', '4560776', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010021', 'Steering', '4560776', '8T4196', '螺栓', 2, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010022', 'Steering', '4560776', '8T6466', '螺栓', 2, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010023', 'Steering', '4560776', '6E5291', '弹簧', 2, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010024', 'Steering', '4560776', '6T6052', '截流套', 1, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010025', 'Steering', '4560776', '6V9830', '盖帽', 2, 'C', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010026', 'Steering', '4560776', '6J6506', '垫片', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010027', 'Steering', '4560776', '1268473', '弹簧', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010028', 'Steering', '4560776', '7J4321', '固定器', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010029', 'Steering', '4560776', '9M1974', '垫圈', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010030', 'Steering', '4560776', '8T5005', '螺栓', 4, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010031', 'Steering', '4560776', '4564626', '铭牌', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010032', 'Steering', '4560776', '1070269', '螺栓', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010033', 'Steering', '4560776', '9T8672', '固定器', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010034', 'Steering', '4560776', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010035', 'Steering', '4560776', '4564633', '溢流阀', 1, 'E', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010036', 'Steering', '4560776', '4564624', '溢流阀', 1, 'E', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010037', 'Steering', '4560776', '9T7220', '盖板', 1, 'E', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010038', 'Steering', '4560776', '8C3206', '法兰', 4, 'F终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010039', 'Steering', '4560776', '5H4019', '盖板', 2, 'F终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010040', 'Steering', '4560776', '4J0520', '密封圈', 2, 'F终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010041', 'Steering', '4560776', '7S0530', '吊环', 1, 'F终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010042', 'Steering', '4560776', '8T4121', '垫圈', 8, 'F终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010043', 'Steering', '4560776', '8T4196', '螺栓', 8, 'F终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743044938122010044', 'Steering', '4560776', '6065745', '盖板', 1, 'G终装', 2, '2025-03-27 11:08:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010000', 'Steering', '9T7420', '9S4183', '堵头', 1, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010001', 'Steering', '9T7420', '3D2824', 'O型圈', 1, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010002', 'Steering', '9T7420', '9S4185', '堵头', 1, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010003', 'Steering', '9T7420', '3K0360', 'O型圈', 1, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010004', 'Steering', '9T7420', '9S8006', '堵头', 1, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010005', 'Steering', '9T7420', '2M9780', 'O型圈', 1, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010006', 'Steering', '9T7420', '7J1089', '堵头', 2, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010007', 'Steering', '9T7420', '3J1907', 'O型圈', 2, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010008', 'Steering', '9T7420', '5H3193', '穿销', 4, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010009', 'Steering', '9T7420', '9S8002', '堵头', 10, 'A', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010010', 'Steering', '9T7420', '3J7354', 'O型圈', 11, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010011', 'Steering', '9T7420', '6E5289', '堵头', 2, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010012', 'Steering', '9T7420', '3K0360', 'O型圈', 3, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010013', 'Steering', '9T7420', '6V8398', 'O型圈', 2, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010014', 'Steering', '9T7420', '9S4185', '堵头', 1, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010015', 'Steering', '9T7420', '9S8002', '堵头', 1, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010016', 'Steering', '9T7420', '9J9821', '底座阀', 4, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010017', 'Steering', '9T7420', '4B9782', '钢珠', 5, 'B', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010018', 'Steering', '9T7420', '2S2596', '弹簧', 4, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010019', 'Steering', '9T7420', '8J6815', '节流螺丝', 2, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010020', 'Steering', '9T7420', '8F9206', 'O型圈', 7, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010021', 'Steering', '9T7420', '5J2974', 'O型圈', 2, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010022', 'Steering', '9T7420', '8T4196', '螺栓', 2, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010023', 'Steering', '9T7420', '8T6466', '螺栓', 2, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010024', 'Steering', '9T7420', '6E5291', '弹簧', 2, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010025', 'Steering', '9T7420', '6E2508', '截流套', 1, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010026', 'Steering', '9T7420', '6V9830', '盖帽', 2, 'C', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010027', 'Steering', '9T7420', '6J6506', '垫片', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010028', 'Steering', '9T7420', '1268473', '弹簧', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010029', 'Steering', '9T7420', '7J4321', '固定器', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010030', 'Steering', '9T7420', '9M1974', '垫圈', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010031', 'Steering', '9T7420', '6V5195', '螺栓', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010032', 'Steering', '9T7420', '8T5005', '螺栓', 4, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010033', 'Steering', '9T7420', '1078234', '铭牌', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010034', 'Steering', '9T7420', '9T8672', '固定器', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010035', 'Steering', '9T7420', '4J0520', 'O型圈', 1, 'D', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010036', 'Steering', '9T7420', '6E3447', '溢流阀', 1, 'E', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010037', 'Steering', '9T7420', '9T7419', '溢流阀', 1, 'E', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010038', 'Steering', '9T7420', '9T7220', '盖板', 1, 'E', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010039', 'Steering', '9T7420', '8C3206', '法兰', 8, 'F终装', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010040', 'Steering', '9T7420', '5H4019', '盖板', 4, 'F终装', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010041', 'Steering', '9T7420', '4J0520', '密封圈', 4, 'F终装', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010042', 'Steering', '9T7420', '7S0530', '吊环', 1, 'F终装', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010043', 'Steering', '9T7420', '8T4121', '垫圈', 16, 'F终装', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045050879010044', 'Steering', '9T7420', '8T4196', '螺栓', 16, 'F终装', 2, '2025-03-27 11:10:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010000', 'TRS', '6063779', '3E4352', 'WASHER-HARD ', 2, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010001', 'TRS', '6063779', '3J6956', 'SPRING ', 1, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010002', 'TRS', '6063779', '4D1322', 'RING-RETAINING ', 1, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010003', 'TRS', '6063779', '6Y2584', 'RETAINER ', 1, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010004', 'TRS', '6063779', '8C5176', 'SEAL-O-RING ', 2, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010005', 'TRS', '6063779', '8T9535', 'BOLT-HEX SKT HD ', 2, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010006', 'TRS', '6063779', '9L9068', 'DOWEL ', 2, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010007', 'TRS', '6063779', '9P9150', 'WASHER ', 4, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010008', 'TRS', '6063779', '1421767', 'POPPET ', 1, 'A', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010009', 'TRS', '6063779', '4J7533', 'SEAL-O-RING-STOR', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010010', 'TRS', '6063779', '6Y0871', 'SPRING ', 2, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010011', 'TRS', '6063779', '8E1139', 'SPRING ', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010012', 'TRS', '6063779', '8E1142', 'SLUG ', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010013', 'TRS', '6063779', '8E3675', 'SPOOL ', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010014', 'TRS', '6063779', '9U9328', 'SPRING ', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010015', 'TRS', '6063779', '9W6096', 'SLUG ', 6, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010016', 'TRS', '6063779', '9W6097', 'SPOOL-SELECTOR ', 6, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010017', 'TRS', '6063779', '9W8279', 'PISTON ', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010018', 'TRS', '6063779', '1760258', 'PLUG ', 1, 'B', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010019', 'TRS', '6063779', '9L9068', 'DOWEL ', 4, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010020', 'TRS', '6063779', '4F4097', 'SEAL-O RING ', 2, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010021', 'TRS', '6063779', '4J2506', 'SEAL-O RING ', 2, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010022', 'TRS', '6063779', '6Y2522', 'SPRING ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010023', 'TRS', '6063779', '7T8810', 'PLUNGER ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010024', 'TRS', '6063779', '8E9571', 'WASHER-HARD ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010025', 'TRS', '6063779', '8T4776', 'BOLT-HEX SKT HD ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010026', 'TRS', '6063779', '7T8797', 'SPACER ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010027', 'TRS', '6063779', '8E1143', 'SLUG ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010028', 'TRS', '6063779', '8E3674', 'SPOOL ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010029', 'TRS', '6063779', '8J2283', 'RING-RETAINING ', 1, 'C', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010030', 'TRS', '6063779', '6Y7582', 'PISTON ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010031', 'TRS', '6063779', '6Y7621', 'SPOOL ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010032', 'TRS', '6063779', '8E4958', 'SPOOL ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010033', 'TRS', '6063779', '8E4959', 'SLUG ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010034', 'TRS', '6063779', '8E5522', 'PLATE-IDENT ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010035', 'TRS', '6063779', '8P0346', 'SPRING ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010036', 'TRS', '6063779', '9L9188', 'SPRING-VALVE ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010037', 'TRS', '6063779', '2P5755', 'SPRING ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010038', 'TRS', '6063779', '8E0987', 'SPOOL ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010039', 'TRS', '6063779', '6072348', 'PLATE-IDENT ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010040', 'TRS', '6063779', '6072350', 'PLATE-IDENT ', 1, 'D', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010041', 'TRS', '6063779', '3K0360', 'SEAL-O-RING-STOR', 1, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010042', 'TRS', '6063779', '9S8006', 'PLUG-LD STOR ', 2, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010043', 'TRS', '6063779', '9S8005', 'PLUG-INTL HEX ', 1, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010044', 'TRS', '6063779', '2M9780', 'SEAL-O-RING-STOR', 6, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159926010045', 'TRS', '6063779', '4J7533', 'SEAL-O-RING-STOR', 1, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010000', 'TRS', '6063779', '6Y4638', 'PLUG-LD STOR ', 2, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010001', 'TRS', '6063779', '7M8485', 'SEAL-O-RING-STOR', 2, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010002', 'TRS', '6063779', '7T7679', 'PLUG-STR THD ', 4, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010003', 'TRS', '6063779', '8E6051', 'PLUG-ORIFICE ', 1, 'E', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010004', 'TRS', '6063779', '3J1907', 'SEAL-O-RING-STOR', 4, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010005', 'TRS', '6063779', '6V3965', 'ADAPTER-STR ', 3, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010006', 'TRS', '6063779', '3K0360', 'SEAL-O-RING-STOR', 2, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010007', 'TRS', '6063779', '9S8004', 'PLUG-INTL HEX ', 1, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010008', 'TRS', '6063779', '9S8005', 'PLUG-INTL HEX ', 2, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010009', 'TRS', '6063779', '7M8485', 'SEAL-O-RING-STOR', 1, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010010', 'TRS', '6063779', '8E2035', 'PLUG-0-RING ', 1, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010011', 'TRS', '6063779', '6V0852', 'CAP-DUST ', 3, 'F', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045159927010012', 'TRS', '6063779', '1861526', 'VALVE GP-SOL ', 6, 'G', 2, '2025-03-27 11:12:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010000', 'EH-Steering', '5218492', '6024220', 'VALVEGP-CHECK-E', 1, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010001', 'EH-Steering', '5218492', '2828827', 'PLUG', 2, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010002', 'EH-Steering', '5218492', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010003', 'EH-Steering', '5218492', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010004', 'EH-Steering', '5218492', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010005', 'EH-Steering', '5218492', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010006', 'EH-Steering', '5218492', '2976291', 'PLUGAS', 9, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010007', 'EH-Steering', '5218492', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010008', 'EH-Steering', '5218492', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010009', 'EH-Steering', '5218492', '1919247', 'WASHER', 4, 'B', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010010', 'EH-Steering', '5218492', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010011', 'EH-Steering', '5218492', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010012', 'EH-Steering', '5218492', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010013', 'EH-Steering', '5218492', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010014', 'EH-Steering', '5218492', '4168195', 'VALVEGP-SOL', 1, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010015', 'EH-Steering', '5218492', '4973504', 'VALVEGP-PRLF-A', 3, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010016', 'EH-Steering', '5218492', '2608590', 'VALVE GP-SHUTTLE', 1, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010017', 'EH-Steering', '5218492', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010018', 'EH-Steering', '5218492', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010019', 'EH-Steering', '5218492', '6V8653', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010020', 'EH-Steering', '5218492', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010021', 'EH-Steering', '5218492', '0951582/HE', 'SEAL-O-RING', 1, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010022', 'EH-Steering', '5218492', '4612544', 'SENSOR AS-SPOOL', 1, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010023', 'EH-Steering', '5218492', '6V8653', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010024', 'EH-Steering', '5218492', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010025', 'EH-Steering', '5218492', '3278527', 'SPRING', 1, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010026', 'EH-Steering', '5218492', '1749194', 'BOLT-FLANGE HEAD', 1, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010027', 'EH-Steering', '5218492', '3410825', 'PROBEAS-SPOOL', 1, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010028', 'EH-Steering', '5218492', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010029', 'EH-Steering', '5218492', '8T2396', 'BOLT-SOCKETHD', 2, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010030', 'EH-Steering', '5218492', '9X8256', 'WASHER ', 2, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010031', 'EH-Steering', '5218492', '3J1907', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010032', 'EH-Steering', '5218492', '9S8004', 'PLUG-LD STOR', 1, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010033', 'EH-Steering', '5218492', '3676002', 'PLUG AS-HD', 1, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010034', 'EH-Steering', '5218492', '2304013', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010035', 'EH-Steering', '5218492', '8T8737', 'PLUG-SEAL', 5, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010036', 'EH-Steering', '5218492', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010037', 'EH-Steering', '5218492', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010038', 'EH-Steering', '5218492', '2965987', 'PLUG', 2, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010039', 'EH-Steering', '5218492', '3331701', 'PLUG', 1, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010040', 'EH-Steering', '5218492', '3J1907', 'SEAL-O-RING-STOR', 1, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010041', 'EH-Steering', '5218492', '6V8397', 'SEAL-O-RING-ORFS', 2, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010042', 'EH-Steering', '5218492', '6V8398', 'SEAL-O-RING-ORFS', 1, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010043', 'EH-Steering', '5218492', '2446625', 'ADAPTER-SPL', 1, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010044', 'EH-Steering', '5218492', '6V9829', 'CAP-ORFS', 2, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010045', 'EH-Steering', '5218492', '6V9830', 'CAP-ORFS', 1, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010046', 'EH-Steering', '5218492', '4J0520', 'SEAL-O-RING', 2, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010047', 'EH-Steering', '5218492', '8T6466', 'BOLT-HEX HEAD', 8, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010048', 'EH-Steering', '5218492', '8T4121', 'WASHER-HARD', 8, 'F', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010049', 'EH-Steering', '5218492', '7S0530', 'CLIP', 1, 'G', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010050', 'EH-Steering', '5218492', '3267680', 'PLUG', 4, 'G', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010051', 'EH-Steering', '5218492', '7J3554', 'COVER', 2, 'G', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010052', 'EH-Steering', '5218492', '8T4137', 'BOLT-HEX HEAD', 4, 'G', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010053', 'EH-Steering', '5218492', '2D0094', 'GASKET', 2, 'G', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045275285010054', 'EH-Steering', '5218492', '5218454', 'PLATE-IDENT', 1, 'G', 1, '2025-03-27 11:14:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010000', 'WTS', '5241514', '9S8009', '堵头', 2, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010001', 'WTS', '5241514', '4K1388', '密封O型圈', 3, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010002', 'WTS', '5241514', '6V3510', '堵头/适配器', 1, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010003', 'WTS', '5241514', '3603692', '堵头', 1, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010004', 'WTS', '5241514', '3J1907', '密封O型圈', 1, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010005', 'WTS', '5241514', '3676003', '堵头', 2, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010006', 'WTS', '5241514', '3676002', '堵头', 1, 'A', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010007', 'WTS', '5241514', '3603679', '堵头', 2, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010008', 'WTS', '5241514', '3J1907', '密封O型圈', 5, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010009', 'WTS', '5241514', '6V8076', '直角过度接头', 1, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010010', 'WTS', '5241514', '6V3965', '测压接头', 1, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010011', 'WTS', '5241514', '6V0852', '保护套', 1, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010012', 'WTS', '5241514', '9S4184', '堵头', 1, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010013', 'WTS', '5241514', '3D2824', '密封O型圈', 1, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010014', 'WTS', '5241514', '3603692', '堵头', 1, 'B', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010015', 'WTS', '5241514', '5241515', '标牌', 1, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010016', 'WTS', '5241514', '9T2134', '阀体', 1, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010017', 'WTS', '5241514', '6V8398', '密封', 1, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010018', 'WTS', '5241514', '7G6741', '垫圈', 3, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010019', 'WTS', '5241514', '4T1862', '堵头', 1, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010020', 'WTS', '5241514', '3D2824', '密封O型圈', 1, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010021', 'WTS', '5241514', '4K1388', '密封O型圈', 1, 'C', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010022', 'WTS', '5241514', '9J4848', '阀芯', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010023', 'WTS', '5241514', '6V9830', '端口封盖', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010024', 'WTS', '5241514', '3G3126', '弹簧', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010025', 'WTS', '5241514', '3P9498', '节流螺钉', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010026', 'WTS', '5241514', '1T0689', '垫圈', 2, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010027', 'WTS', '5241514', '2L9056', '垫圈', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010028', 'WTS', '5241514', '1612829', '弹簧', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010029', 'WTS', '5241514', '7J5926', '弹簧座', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010030', 'WTS', '5241514', '4T5967', '弹簧', 1, 'D', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010031', 'WTS', '5241514', '5099491', '阀', 1, 'E', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010032', 'WTS', '5241514', '5171078', '阀', 1, 'E', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010033', 'WTS', '5241514', '2808912', '螺栓', 2, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010034', 'WTS', '5241514', '6V5839', '垫片', 2, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010035', 'WTS', '5241514', '1808722', '密封O型圈', 1, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010036', 'WTS', '5241514', '7Y5219/HE', '密封O型圈', 1, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010037', 'WTS', '5241514', '7J5928', '阀体', 1, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010038', 'WTS', '5241514', '7J5934', '活塞/阀芯', 1, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010039', 'WTS', '5241514', '1J8497', '阀芯', 1, 'F', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010040', 'WTS', '5241514', '1K4066', '弹簧', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010041', 'WTS', '5241514', '1053478', '螺栓', 2, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010042', 'WTS', '5241514', '4J8997', '密封圈', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010043', 'WTS', '5241514', '8C3085', '密封圈', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010044', 'WTS', '5241514', '4J0519', '密封O型圈', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010045', 'WTS', '5241514', '1808722', '密封O型圈', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010046', 'WTS', '5241514', '4J9535', '密封O型圈', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010047', 'WTS', '5241514', '8T0372', '螺钉', 2, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010048', 'WTS', '5241514', '5J1987', '弹簧', 1, 'G', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010049', 'WTS', '5241514', '1P4576', '法兰', 6, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010050', 'WTS', '5241514', '5H4018', '盖子', 3, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010051', 'WTS', '5241514', '5F1678', 'O型圈', 3, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010052', 'WTS', '5241514', '7S0530', '吊环', 1, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010053', 'WTS', '5241514', '3603690', '堵头', 1, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010054', 'WTS', '5241514', '3J7354', 'O型圈', 1, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010055', 'WTS', '5241514', '8T4196', '垫片', 12, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743045392283010056', 'WTS', '5241514', '8T4121', '螺栓', 12, 'H', 3, '2025-03-27 11:16:32', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010000', 'Fenix', '4812462', '4J8997', 'SEAL-O-RING ', 6, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010001', 'Fenix', '4812462', '6V5555', 'SEAL-O RING ', 6, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010002', 'Fenix', '4812462', '8T7930', 'BOLT-HEX HEAD ', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010003', 'Fenix', '4812462', '8T4223', 'WASHER-HARD ', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010004', 'Fenix', '4812462', '2828827', 'PLUG-EXPANSION ', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010005', 'Fenix', '4812462', '2458472/X', 'PLUG-EXPANSION ', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010006', 'Fenix', '4812462', '1483483', 'PLUG ', 2, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010007', 'Fenix', '4812462', '4D0514', 'PLUG-PTF ', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010008', 'Fenix', '4812462', '3J7354', 'SEAL-O-RING-STOR', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010009', 'Fenix', '4812462', '9S8002', 'PLUG-LD STOR ', 3, 'A', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010010', 'Fenix', '4812462', '9T8685', 'VALVE ', 3, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010011', 'Fenix', '4812462', '2N7029', 'SPRING-CONT PIN ', 3, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010012', 'Fenix', '4812462', '3D2824', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010013', 'Fenix', '4812462', '3788543', 'PLUG ', 3, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010014', 'Fenix', '4812462', '4812476', 'VALVE GP-D RLF-C', 3, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010015', 'Fenix', '4812462', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010016', 'Fenix', '4812462', '3603692', 'PLUG-HD STOR ', 1, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010017', 'Fenix', '4812462', '3338242', 'VALVE GP-SOL ', 1, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010018', 'Fenix', '4812462', '4841390', 'PLUG AS ', 1, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010019', 'Fenix', '4812462', '5127785', 'VALVE GP-D RLF-C', 1, 'B', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010020', 'Fenix', '4812462', '5127787', 'VALVE GP-D RLF-C', 1, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010021', 'Fenix', '4812462', '7J9933', 'SEAL-O RING ', 3, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010022', 'Fenix', '4812462', '2608590', 'VALVE GP-SHTL -B', 2, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010023', 'Fenix', '4812462', '4829841', 'RING-BACKUP ', 3, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010024', 'Fenix', '4812462', '4K1388', 'SEAL-O-RING-STOR', 3, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010025', 'Fenix', '4812462', '4681138', 'PLUG-RETAINER ', 3, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010026', 'Fenix', '4812462', '5105247', 'HOUSING ', 1, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010027', 'Fenix', '4812462', '2Y2347', 'SEAL-O-RING ', 3, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010028', 'Fenix', '4812462', '1H1023', 'SEAL-O RING ', 3, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010029', 'Fenix', '4812462', '4908810', 'HOUSING ', 2, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010030', 'Fenix', '4812462', '3D2824', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010031', 'Fenix', '4812462', '9S4183', 'PLUG-HD STOR ', 1, 'C', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010032', 'Fenix', '4812462', '4681142', 'RETAINER ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010033', 'Fenix', '4812462', '4681134', 'SPRING ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010034', 'Fenix', '4812462', '4681133', 'SPRING ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010035', 'Fenix', '4812462', '4681143', 'RETAINER ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010036', 'Fenix', '4812462', '4681144', 'RETAINER ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010037', 'Fenix', '4812462', '2098296', 'BOLT-HEX SOCKET ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010038', 'Fenix', '4812462', '4681141', 'RETAINER ', 4, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010039', 'Fenix', '4812462', '4681135', 'SPRING ', 2, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010040', 'Fenix', '4812462', '4681145', 'BOLT-FLAT ', 2, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010041', 'Fenix', '4812462', '4681340', 'HOUSING ', 1, 'D', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010042', 'Fenix', '4812462', '3848758', 'BOLT-HEX HEAD ', 2, 'E', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010043', 'Fenix', '4812462', '9X8256', 'WASHER ', 6, 'E', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010044', 'Fenix', '4812462', '4681339', 'HOUSING ', 2, 'E', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010045', 'Fenix', '4812462', '3P1979', 'SEAL-O-RING ', 2, 'E', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010046', 'Fenix', '4812462', '1323877/EY', 'BOLT-HEX HEAD ', 4, 'E', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010047', 'Fenix', '4812462', '7X5315', 'COUPLING-QDISC ', 6, 'E', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010048', 'Fenix', '4812462', '1483483', 'PLUG ', 3, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010049', 'Fenix', '4812462', '7X2535', 'BOLT-HEX HEAD ', 6, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010050', 'Fenix', '4812462', '9X8256', 'WASHER ', 6, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010051', 'Fenix', '4812462', '7X5308', 'CAP-DUST ', 6, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010052', 'Fenix', '4812462', '6005898', 'PLATE-IDENT ', 1, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010053', 'Fenix', '4812462', '5421918', 'PLATE-IDENT ', 1, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010054', 'Fenix', '4812462', '5421919', 'PLATE-IDENT ', 1, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010055', 'Fenix', '4812462', '5106937', 'PLATE-IDENT ', 1, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010056', 'Fenix', '4812462', '3J1907', 'SEAL-O-RING-STOR', 2, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010057', 'Fenix', '4812462', '3603692', 'PLUG-HD STOR ', 2, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010058', 'Fenix', '4812462', '3K0360', 'SEAL-O-RING-STOR', 1, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010059', 'Fenix', '4812462', '9S4185', 'PLUG-LD STOR ', 1, 'F', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010060', 'Fenix', '4812462', '4689932', 'MANIFOLD GP-CONT', 3, 'G', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010061', 'Fenix', '4812462', '4805267', 'CLIP-LIFT ', 2, 'H', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010062', 'Fenix', '4812462', '4J0520', 'SEAL-O-RING ', 6, 'H', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010063', 'Fenix', '4812462', '5H4019', 'COVER ', 6, 'H', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010064', 'Fenix', '4812462', '8C3206', 'FLANGE-SPLIT ', 12, 'H', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010065', 'Fenix', '4812462', '5334159', 'BOLT-HEX HEAD ', 24, 'H', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010066', 'Fenix', '4812462', '4J0522', 'SEAL-O-RING ', 1, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010067', 'Fenix', '4812462', '5H4020', 'FLANGE-COVER ', 1, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010068', 'Fenix', '4812462', '1P4578', 'FLANGE-SPLIT ', 2, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010069', 'Fenix', '4812462', '5334159', 'BOLT-HEX HEAD ', 4, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010070', 'Fenix', '4812462', '1P3703', 'SEAL-RECTANGULAR', 1, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010071', 'Fenix', '4812462', '5P0047', 'COVER ', 1, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010072', 'Fenix', '4812462', '6V0400', 'FLANGE-SPLIT ', 2, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010073', 'Fenix', '4812462', '8T4194', 'BOLT-HEX HEAD ', 4, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010074', 'Fenix', '4812462', '8T4223', 'WASHER-HARD ', 4, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010075', 'Fenix', '4812462', '2965987', 'PLUG ', 4, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010076', 'Fenix', '4812462', '2660531', 'CAP-CONNECTOR ', 1, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010077', 'Fenix', '4812462', '5542333/HE', 'CAP-PROTECTION ', 6, 'I', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010078', 'Fenix', '4812462', '5421261', 'STEM-APRON ', 1, 'J', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010079', 'Fenix', '4812462', '5702566', 'STEM-EJECTOR ', 1, 'J', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052120204010080', 'Fenix', '4812462', '5421266', 'STEM-BOWL ', 1, 'J', 1, '2025-03-27 13:08:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010000', 'QCT', '5173289', '1P3709', 'SEAL-RECTANGULAR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010001', 'QCT', '5173289', '1U0322', 'BEARING-SLEEVE', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010002', 'QCT', '5173289', '3G2683', 'PLUG-O-RING', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010003', 'QCT', '5173289', '2S4078', 'SEAL-O-RING', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010004', 'QCT', '5173289', '4J9780', 'PLUG-NPTF(ORIFICE)', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010005', 'QCT', '5173289', '7J7423', 'VALVE', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010006', 'QCT', '5173289', '7S8491', 'SPRING', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010007', 'QCT', '5173289', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010008', 'QCT', '5173289', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010009', 'QCT', '5173289', '4J7533', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010010', 'QCT', '5173289', '9S8001', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010011', 'QCT', '5173289', '9S8002', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010012', 'QCT', '5173289', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010013', 'QCT', '5173289', '5H6005', 'SEAL-O RING', 2, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010014', 'QCT', '5173289', '3676001', 'PLUG AS-HD STOR', 3, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010015', 'QCT', '5173289', '6V8676', 'SEAL-O-RING', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010016', 'QCT', '5173289', '0304606', 'SEAL O RING', 1, 'A', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010017', 'QCT', '5173289', '2R1256', 'RING-RETAINING', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010018', 'QCT', '5173289', '3D4603', 'PLUG-PIPE', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010019', 'QCT', '5173289', '4H5232', 'PIN-SPRING', 3, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010020', 'QCT', '5173289', '4J0519', 'SEAL-O-RING', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010021', 'QCT', '5173289', '6E1297', 'SCREEN', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010022', 'QCT', '5173289', '6J3405', 'SEAT', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010023', 'QCT', '5173289', '1138263', 'PISTON', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010024', 'QCT', '5173289', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010025', 'QCT', '5173289', '9S4191', 'PLUG-LD STOR', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010026', 'QCT', '5173289', '6J3380', 'SPRING', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010027', 'QCT', '5173289', '6K6307', 'SEAL-O-RING', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010028', 'QCT', '5173289', '1266104', 'PLUG-STOR', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010029', 'QCT', '5173289', '3886987', 'SHIM', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010030', 'QCT', '5173289', '5149364', 'VALVE', 1, 'B', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010031', 'QCT', '5173289', '1P6744', 'SPRING', 1, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010032', 'QCT', '5173289', '4J0519', 'SEAL-O-RING', 1, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010033', 'QCT', '5173289', '4J2506', 'SEAL-O RING', 2, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010034', 'QCT', '5173289', '5J4664', 'SPRING', 1, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010035', 'QCT', '5173289', '7D8048', 'SEAL-O RING', 2, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010036', 'QCT', '5173289', '7X0326', 'BOLT', 2, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010037', 'QCT', '5173289', '8J2306', 'VALVE ', 1, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010038', 'QCT', '5173289', '3K0360', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010039', 'QCT', '5173289', '9S8005', 'PLUG-LD STOR', 2, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010040', 'QCT', '5173289', '3676002', 'PLUG AS-HD STOR', 1, 'C', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010041', 'QCT', '5173289', '6V4432', 'BOLT', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010042', 'QCT', '5173289', '7X0293', 'BOLT', 2, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010043', 'QCT', '5173289', '7X0301', 'BOLT', 2, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010044', 'QCT', '5173289', '7X0339', 'BOLT', 2, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010045', 'QCT', '5173289', '8T4223', 'WASHER-HARD', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010046', 'QCT', '5173289', '9P8217', 'WASHER', 4, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010047', 'QCT', '5173289', '4168724', 'VALVE GP-D RLF-A', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010048', 'QCT', '5173289', '4224594', 'VALVE GP-RELIEF', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010049', 'QCT', '5173289', '5174401', 'PLATE-IDENT', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010050', 'QCT', '5173289', '4D2886', 'Clip', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010051', 'QCT', '5173289', '3E3882', 'huan', 1, 'D', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010052', 'QCT', '5173289', '2D6648', 'RING-RETAINING', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010053', 'QCT', '5173289', '4386138', 'RETAINER', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010054', 'QCT', '5173289', '1185086', 'SPRING', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010055', 'QCT', '5173289', '1185087', 'SPRING', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010056', 'QCT', '5173289', '1212051', 'SPRING', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010057', 'QCT', '5173289', '2176414', 'SPOOL-CONTROL', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010058', 'QCT', '5173289', '6V3965', 'ADAPTER-STR', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010059', 'QCT', '5173289', '2147568', 'SEAL-O-RING-STOR', 2, 'E', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010060', 'QCT', '5173289', '3C8388/S', 'PIN-ROLL', 4, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010061', 'QCT', '5173289', '8T3998', 'BOLT-HEAD', 8, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010062', 'QCT', '5173289', '0304605', 'SEAL-O RING', 2, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010063', 'QCT', '5173289', '1552251', 'PLATE', 2, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010064', 'QCT', '5173289', '1771405', 'SPRING-STABLIZIN', 2, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010065', 'QCT', '5173289', '3161438', 'CARTRIDGE AS', 2, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010066', 'QCT', '5173289', '3265212', 'COIL AS', 2, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010067', 'QCT', '5173289', '3603679', 'Plug', 4, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010068', 'QCT', '5173289', '3J1907', 'SEAL-O-RING-STOR', 4, 'F', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010069', 'QCT', '5173289', '5H6005', 'SEAL-O RING', 4, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010070', 'QCT', '5173289', '1P3709', 'SEAL-RECTANGULAR', 2, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010071', 'QCT', '5173289', '6K0806', 'STRAP-CABLE', 2, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010072', 'QCT', '5173289', '6V0852', 'CAP-DUST', 2, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010073', 'QCT', '5173289', '1919247', 'WASHER', 2, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010074', 'QCT', '5173289', '1982914', 'NUT-HEXAGON', 2, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010075', 'QCT', '5173289', '2177195', 'PLATE-IDENT', 2, 'G', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010076', 'QCT', '5173289', '2J2668', 'COVER-SHIPPING', 4, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010077', 'QCT', '5173289', '2J5608', 'COVER', 1, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010078', 'QCT', '5173289', '4J0524', 'SEAL-O-RING', 4, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010079', 'QCT', '5173289', '4J0527', 'SEAL-O-RING', 1, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010080', 'QCT', '5173289', '5P2566', 'BOLT-HEX HEAD', 20, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010081', 'QCT', '5173289', '8T4223', 'WASHER-HARD', 20, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010082', 'QCT', '5173289', '2660531', 'CAP-CONNECTOR', 2, 'I', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010083', 'QCT', '5173289', '1P4579', 'FLANGE-SPLIT', 8, 'J', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743052374520010084', 'QCT', '5173289', '1P4582', 'FLANGE-SPLIT', 2, 'J', 1, '2025-03-27 13:12:55', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010000', 'B Stack', '5195778', '5334159', '钢铁制螺栓', 40, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010001', 'B Stack', '5195778', '1P3703', '橡胶密封圈', 1, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010002', 'B Stack', '5195778', '5P0047', '钢铁安装盖', 1, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010003', 'B Stack', '5195778', '6V0400', '钢铁制法兰', 2, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010004', 'B Stack', '5195778', '8T4184', '钢铁制螺栓', 4, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010005', 'B Stack', '5195778', '8T4223', '钢铁制垫圈', 4, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010006', 'B Stack', '5195778', '3J1907', '橡胶密封圈', 1, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010007', 'B Stack', '5195778', '9S4191', '钢铁制塞堵', 1, 'A', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010008', 'B Stack', '5195778', '9T3541', '安全阀', 1, 'B', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010009', 'B Stack', '5195778', '3J1907', '橡胶密封圈', 2, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010010', 'B Stack', '5195778', '3603692', '钢铁制塞堵', 1, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010011', 'B Stack', '5195778', '8C3206', '钢铁制法兰', 18, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010012', 'B Stack', '5195778', '8T4121', '钢铁制垫圈', 8, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853558010013', 'B Stack', '5195778', '4J0520', '橡胶密封圈', 9, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010000', 'B Stack', '5195778', '5H4019', '钢铁安装盖', 9, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010001', 'B Stack', '5195778', '9S4191', '钢铁制塞堵', 1, 'D', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010002', 'B Stack', '5195778', '1P3702', '橡胶密封圈', 1, 'E', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010003', 'B Stack', '5195778', '4J0522', '橡胶密封圈', 18, 'E', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010004', 'B Stack', '5195778', '6V5555', '橡胶密封圈', 18, 'E', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010005', 'B Stack', '5195778', '4J8997', '橡胶密封圈', 5, 'E', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010006', 'B Stack', '5195778', '8T4182', '钢铁制螺栓', 8, 'E', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010007', 'B Stack', '5195778', '8T9403', '钢铁制法兰', 4, 'E', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010008', 'B Stack', '5195778', '1P3702', '橡胶密封圈', 2, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010009', 'B Stack', '5195778', '5P0046', '钢铁安装盖', 2, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010010', 'B Stack', '5195778', '6V8188', '钢铁制螺母', 3, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010011', 'B Stack', '5195778', '8T4223', '钢铁制垫圈', 3, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010012', 'B Stack', '5195778', '1P4578', '钢铁制法兰', 2, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010013', 'B Stack', '5195778', '4J0522', '橡胶密封圈', 1, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010014', 'B Stack', '5195778', '5H4020', '钢铁安装盖', 1, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010015', 'B Stack', '5195778', '7S0530', '钢铁制管夹', 2, 'F', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010016', 'B Stack', '5195778', '4K1388', '橡胶密封圈', 1, 'H', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010017', 'B Stack', '5195778', '9S4188', '钢铁制塞堵', 1, 'H', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853559010018', 'B Stack', '5195778', '3J7354', '橡胶密封圈', 3, 'H', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743053853560010000', 'B Stack', '5195778', '9S4182', '钢铁制塞堵', 3, 'H', 6, '2025-03-27 13:37:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010000', 'EH-Steering', '5218493', '6024220', 'VALVEGP-CHECK-E', 1, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010001', 'EH-Steering', '5218493', '2828827', 'PLUG', 2, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010002', 'EH-Steering', '5218493', '2458472/X', 'PLUG-EXPANSION', 2, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010003', 'EH-Steering', '5218493', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010004', 'EH-Steering', '5218493', '9S8006', 'PLUG-LD STOR', 1, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010005', 'EH-Steering', '5218493', '4J5309', 'SEAL-O RING', 2, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010006', 'EH-Steering', '5218493', '2976291', 'PLUGAS', 9, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010007', 'EH-Steering', '5218493', '3341673', 'BOLT-HEXSKTHD', 4, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010008', 'EH-Steering', '5218493', '3133966', 'VALVEGP-SHUTTLE', 2, 'A', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010009', 'EH-Steering', '5218493', '1919247', 'WASHER', 4, 'B', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010010', 'EH-Steering', '5218493', '1982914', 'NUT-HEXAGON', 4, 'B', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010011', 'EH-Steering', '5218493', '3128629', 'COIL AS', 4, 'B', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010012', 'EH-Steering', '5218493', '3161438', 'CARTRIDGE AS', 4, 'B', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010013', 'EH-Steering', '5218493', '3617213', 'Cartridge As', 4, 'B', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010014', 'EH-Steering', '5218493', '4168195', 'VALVEGP-SOL', 1, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010015', 'EH-Steering', '5218493', '4973504', 'VALVEGP-PRLF-A', 3, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010016', 'EH-Steering', '5218493', '2608590', 'VALVE GP-SHUTTLE', 1, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010017', 'EH-Steering', '5218493', '6V5597', 'SEAL-O RING', 2, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010018', 'EH-Steering', '5218493', '1012862', 'DOWEL', 2, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010019', 'EH-Steering', '5218493', '6V8653', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010020', 'EH-Steering', '5218493', '3497431', 'HOUSING-SENSOR', 1, 'C', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010021', 'EH-Steering', '5218493', '0951582/HE', 'SEAL-O-RING', 1, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010022', 'EH-Steering', '5218493', '4612544', 'SENSOR AS-SPOOL', 1, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010023', 'EH-Steering', '5218493', '6V8653', 'BOLT-SOCKET HD', 2, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010024', 'EH-Steering', '5218493', '3294603', 'RETAINER', 2, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010025', 'EH-Steering', '5218493', '3278527', 'SPRING', 1, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010026', 'EH-Steering', '5218493', '1749194', 'BOLT-FLANGE HEAD', 1, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010027', 'EH-Steering', '5218493', '3410825', 'PROBEAS-SPOOL', 1, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010028', 'EH-Steering', '5218493', '4989726', 'HOUSING-SPRING', 1, 'D', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010029', 'EH-Steering', '5218493', '8T2396', 'BOLT-SOCKETHD', 2, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010030', 'EH-Steering', '5218493', '9X8256', 'WASHER ', 2, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010031', 'EH-Steering', '5218493', '3J1907', 'SEAL-O-RING-STOR', 1, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010032', 'EH-Steering', '5218493', '9S8004', 'PLUG-LD STOR', 1, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010033', 'EH-Steering', '5218493', '3676002', 'PLUG AS-HD', 1, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010034', 'EH-Steering', '5218493', '2304013', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010035', 'EH-Steering', '5218493', '8T8737', 'PLUG-SEAL', 3, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010036', 'EH-Steering', '5218493', '2304011', 'PLUG AS-CONN', 1, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010037', 'EH-Steering', '5218493', '8T8737', 'PLUG-SEAL', 2, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010038', 'EH-Steering', '5218493', '2660531', 'CAP-CONNECTOR', 4, 'E', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010039', 'EH-Steering', '5218493', '2965987', 'PLUG', 2, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010040', 'EH-Steering', '5218493', '3331701', 'PLUG', 1, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010041', 'EH-Steering', '5218493', '3J1907', 'SEAL-O-RING-STOR', 1, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010042', 'EH-Steering', '5218493', '6V8397', 'SEAL-O-RING-ORFS', 2, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010043', 'EH-Steering', '5218493', '6V8398', 'SEAL-O-RING-ORFS', 1, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010044', 'EH-Steering', '5218493', '2446625', 'ADAPTER-SPL', 1, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010045', 'EH-Steering', '5218493', '6V9829', 'CAP-ORFS', 2, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010046', 'EH-Steering', '5218493', '6V9830', 'CAP-ORFS', 1, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010047', 'EH-Steering', '5218493', '4J0520', 'SEAL-O-RING', 2, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010048', 'EH-Steering', '5218493', '8T6466', 'BOLT-HEX HEAD', 8, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010049', 'EH-Steering', '5218493', '8T4121', 'WASHER-HARD', 8, 'F', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010050', 'EH-Steering', '5218493', '7S0530', 'CLIP', 1, 'G', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010051', 'EH-Steering', '5218493', '3267680', 'PLUG', 4, 'G', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010052', 'EH-Steering', '5218493', '7J3554', 'COVER', 2, 'G', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010053', 'EH-Steering', '5218493', '2D0094', 'GASKET', 2, 'G', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010054', 'EH-Steering', '5218493', '8T4137', 'BOLT-HEX HEAD', 4, 'G', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054438535010055', 'EH-Steering', '5218493', '5218455', 'PLATE-IDENT', 1, 'G', 1, '2025-03-27 13:47:19', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879966010000', 'Fenix', '5426077', '4J8997', 'SEAL-O-RING ', 9, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879966010001', 'Fenix', '5426077', '6V5555', 'SEAL-O RING ', 9, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010000', 'Fenix', '5426077', '4735264', 'BOLT ', 3, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010001', 'Fenix', '5426077', '8T4223', 'WASHER-HARD ', 3, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010002', 'Fenix', '5426077', '2828827', 'PLUG-EXPANSION ', 4, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010003', 'Fenix', '5426077', '2458472/X', 'PLUG-EXPANSION ', 3, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010004', 'Fenix', '5426077', '1483483', 'PLUG ', 4, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010005', 'Fenix', '5426077', '9J8126', 'PLUG-NPTF ', 4, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010006', 'Fenix', '5426077', '3J7354', 'SEAL-O-RING-STOR', 4, 'A', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010007', 'Fenix', '5426077', '9S8002', 'PLUG-LD STOR ', 4, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010008', 'Fenix', '5426077', '2608590', 'VALVE GP-SHTL -B', 3, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010009', 'Fenix', '5426077', '4812471', '2', 4, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010010', 'Fenix', '5426077', '4812473', 'VALVE GP-P RLF-B', 1, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010011', 'Fenix', '5426077', '4841390', 'PLUG AS ', 3, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010012', 'Fenix', '5426077', '9T8685', 'VALVE ', 4, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010013', 'Fenix', '5426077', '2N7029', 'SPRING-CONT PIN ', 4, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879967010014', 'Fenix', '5426077', '3788543', 'PLUG ', 4, 'B', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879969010000', 'Fenix', '5426077', '3D2824', 'SEAL-O-RING-STOR', 4, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879969010001', 'Fenix', '5426077', '3J1907', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879969010002', 'Fenix', '5426077', '3603692', 'PLUG-HD STOR ', 2, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879970010000', 'Fenix', '5426077', '4681136', 'SPRING ', 4, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010000', 'Fenix', '5426077', '7J9933', 'SEAL-O RING ', 4, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010001', 'Fenix', '5426077', '4K1388', 'SEAL-O-RING-STOR', 4, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010002', 'Fenix', '5426077', '4829841', 'RING-BACKUP ', 4, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010003', 'Fenix', '5426077', '5Y2425/G', 'WASHER-SOFT ', 8, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010004', 'Fenix', '5426077', '6293326', 'VALVE ', 4, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010005', 'Fenix', '5426077', '4681138', 'PLUG-RETAINER ', 3, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010006', 'Fenix', '5426077', '4681139', 'PLUG-RETAINER ', 1, 'C', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879971010007', 'Fenix', '5426077', '5112163', 'VALVE GP-RLF -A', 1, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010000', 'Fenix', '5426077', '5J1391', 'SPRING ', 3, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010001', 'Fenix', '5426077', '4T0993', 'RETAINER ', 10, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010002', 'Fenix', '5426077', '4T1021', 'RETAINER ', 6, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010003', 'Fenix', '5426077', '1879630', 'SEAL-O-RING ', 2, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010004', 'Fenix', '5426077', '5078902', 'HOUSING ', 1, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010005', 'Fenix', '5426077', '4908811', 'HOUSING ', 1, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010006', 'Fenix', '5426077', '3J7694', 'SPRING ', 1, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010007', 'Fenix', '5426077', '1H1023', 'SEAL-O RING ', 2, 'D', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010008', 'Fenix', '5426077', '4T2691', 'VALVE', 4, 'E', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010009', 'Fenix', '5426077', '8T4224', 'WASHER-HARD ', 8, 'F', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010010', 'Fenix', '5426077', '7X2539', 'BOLT-HEX HEAD ', 4, 'F', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010011', 'Fenix', '5426077', '7X2538', 'BOLT-HEX HEAD ', 4, 'F', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010012', 'Fenix', '5426077', '4T1850', 'HOUSING ', 3, 'G', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010013', 'Fenix', '5426077', '2D0598', 'SEAL-O RING ', 3, 'G', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010014', 'Fenix', '5426077', '1483483', 'PLUG ', 3, 'G', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010015', 'Fenix', '5426077', '9T4697', '橡胶护套', 4, 'G', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010016', 'Fenix', '5426077', '9T4685', '垫片', 12, 'G', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010017', 'Fenix', '5426077', '4T0998', '橡胶护套', 3, 'G', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010018', 'Fenix', '5426077', '6429806', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010019', 'Fenix', '5426077', '6429805', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010020', 'Fenix', '5426077', '6429804', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010021', 'Fenix', '5426077', '8T4224', 'WASHER-HARD ', 6, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010022', 'Fenix', '5426077', '6E4139', 'VALVE GP-D RLF-B', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010023', 'Fenix', '5426077', '7J0204', 'SEAL-O-RING ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010024', 'Fenix', '5426077', '5078901', 'BOLT ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010025', 'Fenix', '5426077', '4T1855', 'DETENT ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010026', 'Fenix', '5426077', '4T1849', 'HOUSING ', 1, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010027', 'Fenix', '5426077', '0993649', 'BOLT-HEX HEAD ', 6, 'H', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010028', 'Fenix', '5426077', '2D0598', 'SEAL-O RING ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010029', 'Fenix', '5426077', '1089402', 'SPRING ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010030', 'Fenix', '5426077', '2D6642', 'BALL ', 6, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010031', 'Fenix', '5426077', '4L7711', 'SEAL-O RING ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010032', 'Fenix', '5426077', '4T1851', 'RETAINER ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010033', 'Fenix', '5426077', '4T1852', 'RETAINER ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010034', 'Fenix', '5426077', '1082989', 'BOLT-HEX HEAD ', 2, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010035', 'Fenix', '5426077', '6429803', 'PLATE-IDENT ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010036', 'Fenix', '5426077', '8T4224', 'WASHER-HARD ', 2, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010037', 'Fenix', '5426077', '6V0852', 'CAP-DUST ', 1, 'I', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010038', 'Fenix', '5426077', '1061791', 'SWITCH GP ', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010039', 'Fenix', '5426077', '8T0151', 'ADAPTER-STR ', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010040', 'Fenix', '5426077', '3J1907', 'SEAL-O-RING-STOR', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010041', 'Fenix', '5426077', '6V3965', 'ADAPTER-STR ', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010042', 'Fenix', '5426077', '2147568', 'SEAL-O-RING-STOR', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010043', 'Fenix', '5426077', '5112253', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010044', 'Fenix', '5426077', '4J0520', 'SEAL-O-RING ', 8, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010045', 'Fenix', '5426077', '5H4019', 'COVER ', 8, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010046', 'Fenix', '5426077', '3K0360', 'SEAL-O-RING-STOR', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010047', 'Fenix', '5426077', '9S4185', 'PLUG-LD STOR ', 1, 'J', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010048', 'Fenix', '5426077', '5334159', 'Bolt AS', 32, 'K', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010049', 'Fenix', '5426077', '4805267', 'CLIP-LIFT ', 2, 'K', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010050', 'Fenix', '5426077', '8C3206', 'FLANGE-SPLIT ', 16, 'K', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010051', 'Fenix', '5426077', '5426076', 'PLATE-IDENT ', 1, 'K', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010052', 'Fenix', '5426077', '5334159', 'Bolt AS', 8, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010053', 'Fenix', '5426077', '4J0520', 'SEAL-O-RING ', 1, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010054', 'Fenix', '5426077', '5H4019', 'COVER ', 1, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010055', 'Fenix', '5426077', '8C3206', 'FLANGE-SPLIT ', 2, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010056', 'Fenix', '5426077', '4J0522', 'SEAL-O-RING ', 1, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010057', 'Fenix', '5426077', '5H4020', 'FLANGE-COVER ', 1, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010058', 'Fenix', '5426077', '1P4578', 'FLANGE-SPLIT ', 2, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010059', 'Fenix', '5426077', '2965987', 'PLUG ', 2, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010060', 'Fenix', '5426077', '8T4195', 'BOLT-HEX HEAD ', 2, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010061', 'Fenix', '5426077', '2660531', 'CAP-CONNECTOR', 1, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010062', 'Fenix', '5426077', '8T4121', 'WASHER-HARD ', 3, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010063', 'Fenix', '5426077', '8T4136', 'BOLT-HEX HEAD ', 1, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010064', 'Fenix', '5426077', '8T4139', 'BOLT-HEX HEAD ', 3, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010065', 'Fenix', '5426077', '8T4223', 'WASHER-HARD ', 3, 'L', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010066', 'Fenix', '5426077', '5806445', '阀芯', 1, 'M', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010067', 'Fenix', '5426077', '5806446', '阀芯', 1, 'M', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010068', 'Fenix', '5426077', '5806447', '阀芯', 1, 'M', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743054879972010069', 'Fenix', '5426077', '5806448', '阀芯', 1, 'M', 1, '2025-03-27 13:54:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010000', 'EH-Steering', '5215592', '6024220', 'VALVE GP-CHECK-E', 1, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010001', 'EH-Steering', '5215592', '2828827', 'PLUG ', 2, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010002', 'EH-Steering', '5215592', '2458472/X', 'PLUG-EXPANSION ', 2, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010003', 'EH-Steering', '5215592', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010004', 'EH-Steering', '5215592', '9S8006', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010005', 'EH-Steering', '5215592', '4J5309', 'SEAL-O RING ', 2, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010006', 'EH-Steering', '5215592', '2976291', 'PLUG ', 7, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010007', 'EH-Steering', '5215592', '3341673', 'BOLT-HEX SKT HD ', 4, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010008', 'EH-Steering', '5215592', '3133966', 'VALVE GP-SHUTTLE', 2, 'A', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010009', 'EH-Steering', '5215592', '1919247', 'WASHER ', 2, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010010', 'EH-Steering', '5215592', '1982914', 'NUT-HEXAGON ', 2, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010011', 'EH-Steering', '5215592', '3128629', 'COIL AS ', 2, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010012', 'EH-Steering', '5215592', '3161438', 'CARTRIDGE AS ', 2, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010013', 'EH-Steering', '5215592', '3617213', 'CARTRIDGE AS ', 2, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010014', 'EH-Steering', '5215592', '4168195', 'VALVE GP-SOL ', 1, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010015', 'EH-Steering', '5215592', '5215588', 'VALVE GP-P RLF-A', 3, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010016', 'EH-Steering', '5215592', '2608590', 'VALVE GP-SHTL -B', 1, 'B', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010017', 'EH-Steering', '5215592', '6V5597', 'SEAL-O RING ', 2, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010018', 'EH-Steering', '5215592', '1012862', 'DOWEL ', 2, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010019', 'EH-Steering', '5215592', '6V8653', 'BOLT-SOCKET HD ', 4, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010020', 'EH-Steering', '5215592', '3497431', 'HOUSING-SENSOR ', 1, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010021', 'EH-Steering', '5215592', '0951582/HE', 'SEAL-O-RING ', 1, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010022', 'EH-Steering', '5215592', '4612544', 'SENSOR AS-SPOOL ', 1, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010023', 'EH-Steering', '5215592', '3294603', 'RETAINER ', 2, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010024', 'EH-Steering', '5215592', '3278527', 'SPRING ', 1, 'C', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010025', 'EH-Steering', '5215592', '1749194', 'BOLT-HEX FLG HD ', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010026', 'EH-Steering', '5215592', '3410825', 'PROBE AS-SPOOL ', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010027', 'EH-Steering', '5215592', '8T2396', 'BOLT-SOCKET HD ', 2, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010028', 'EH-Steering', '5215592', '9X8256', 'WASHER ', 2, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010029', 'EH-Steering', '5215592', '4989726', 'HOUSING-SPRING ', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010030', 'EH-Steering', '5215592', '3J1907', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010031', 'EH-Steering', '5215592', '9S8004', 'PLUG-LD STOR ', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010032', 'EH-Steering', '5215592', '5215607', 'PLATE-IDENT ', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010033', 'EH-Steering', '5215592', '3676002', 'PLUG AS-HD', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010034', 'EH-Steering', '5215592', '2304013', 'PLUG AS-CONN ', 1, 'D', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010035', 'EH-Steering', '5215592', '8T8737', 'PLUG-SEAL ', 5, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010036', 'EH-Steering', '5215592', '2304011', 'PLUG AS-CONN ', 1, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010037', 'EH-Steering', '5215592', '2660531', 'CAP-CONNECTOR ', 2, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010038', 'EH-Steering', '5215592', '3331701', 'PLUG ', 3, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010039', 'EH-Steering', '5215592', '2965987', 'PLUG ', 2, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010040', 'EH-Steering', '5215592', '7J3554', 'COVER ', 4, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010041', 'EH-Steering', '5215592', '8T4137', 'BOLT-HEX HEAD ', 8, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010042', 'EH-Steering', '5215592', '2D0094', 'GASKET ', 4, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055000201010043', 'EH-Steering', '5215592', '7S0530', 'CLIP ', 1, 'E', 1, '2025-03-27 13:56:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010000', 'Fenix', '5872375', '4J8997', 'SEAL-O-RING ', 15, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010001', 'Fenix', '5872375', '6V5555', 'SEAL-O RING ', 15, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010002', 'Fenix', '5872375', '6V8149', 'NUT-HEX ', 3, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010003', 'Fenix', '5872375', '8T0106', 'BOLT ', 3, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010004', 'Fenix', '5872375', '8T4223', 'WASHER-HARD ', 6, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010005', 'Fenix', '5872375', '2828827', 'PLUG-EXPANSION ', 2, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010006', 'Fenix', '5872375', '1483483', 'PLUG ', 4, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010007', 'Fenix', '5872375', '4D0514', 'PLUG-PTF ', 4, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010008', 'Fenix', '5872375', '9J8126', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010009', 'Fenix', '5872375', '9S8002', 'PLUG-LD STOR ', 5, 'A', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010010', 'Fenix', '5872375', '3J7354', 'SEAL-O-RING-STOR', 5, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010011', 'Fenix', '5872375', '9T8685', 'VALVE ', 5, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010012', 'Fenix', '5872375', '2N7029', 'SPRING-CONT PIN ', 5, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010013', 'Fenix', '5872375', '3788543', 'PLUG ', 5, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010014', 'Fenix', '5872375', '3D2824', 'SEAL-O-RING-STOR', 5, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010015', 'Fenix', '5872375', '4841390', 'PLUG AS ', 3, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010016', 'Fenix', '5872375', '4812471', 'VALVE GP-CHECK ', 1, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010017', 'Fenix', '5872375', '4812473', 'VALVE GP-P RLF-B', 1, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010018', 'Fenix', '5872375', '5127785', 'VALVE GP-P RLF-B', 1, 'B', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010019', 'Fenix', '5872375', '4812471', 'VALVE GP-CHECK ', 4, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010020', 'Fenix', '5872375', '1483483', 'PLUG ', 5, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010021', 'Fenix', '5872375', '2828827', 'PLUG-EXPANSION ', 6, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010022', 'Fenix', '5872375', '2608590', 'VALVE GP-SHTL -B', 3, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010023', 'Fenix', '5872375', '9S8002', 'PLUG-LD STOR ', 1, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010024', 'Fenix', '5872375', '3J7354', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010025', 'Fenix', '5872375', '4681138', 'PLUG-RETAINER ', 4, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010026', 'Fenix', '5872375', '4K1388', 'SEAL-O-RING-STOR', 5, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010027', 'Fenix', '5872375', '4829841', 'RING-BACKUP ', 5, 'C', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010028', 'Fenix', '5872375', '7J9933', 'SEAL-O RING ', 5, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010029', 'Fenix', '5872375', '2S2596', 'SPRING ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010030', 'Fenix', '5872375', '1008010', 'VALVE ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010031', 'Fenix', '5872375', '7M8485', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010032', 'Fenix', '5872375', '1008011', 'PLUG ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010033', 'Fenix', '5872375', '2147568', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010034', 'Fenix', '5872375', '6V3965', 'ADAPTER-STR ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010035', 'Fenix', '5872375', '6V0852', 'CAP-DUST ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010036', 'Fenix', '5872375', '5Y2425', 'WASHER-SOFT ', 2, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010037', 'Fenix', '5872375', '4681136', 'SPRING ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010038', 'Fenix', '5872375', '5010642', 'VALVE GP-RLF -A', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010039', 'Fenix', '5872375', '4681139', 'PLUG-RETAINER ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010040', 'Fenix', '5872375', '6293326', 'VALVE ', 1, 'D', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010041', 'Fenix', '5872375', '4681142', 'RETAINER ', 1, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010042', 'Fenix', '5872375', '4681134', 'SPRING ', 1, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010043', 'Fenix', '5872375', '4681133', 'SPRING ', 1, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010044', 'Fenix', '5872375', '4681143', 'RETAINER ', 1, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010045', 'Fenix', '5872375', '4681144', 'RETAINER ', 1, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010046', 'Fenix', '5872375', '2098296', 'BOLT-HEX SOCKET ', 1, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010047', 'Fenix', '5872375', '4681141', 'RETAINER ', 8, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010048', 'Fenix', '5872375', '4681135', 'SPRING ', 4, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010049', 'Fenix', '5872375', '4681145', 'BOLT-FLAT ', 4, 'E', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010050', 'Fenix', '5872375', '4908810', 'HOUSING ', 2, 'F', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010051', 'Fenix', '5872375', '2Y2347', 'SEAL-O-RING ', 2, 'F', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010052', 'Fenix', '5872375', '1H1023', 'SEAL-O RING ', 2, 'F', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010053', 'Fenix', '5872375', '4681340', 'HOUSING ', 1, 'F', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010054', 'Fenix', '5872375', '4681339', 'HOUSING ', 4, 'F', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010055', 'Fenix', '5872375', '7X0465', 'BOLT-HEX HEAD ', 2, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010056', 'Fenix', '5872375', '9X8256', 'WASHER ', 20, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010057', 'Fenix', '5872375', '3P1979', 'SEAL-O-RING ', 5, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010058', 'Fenix', '5872375', '7X2535', 'BOLT-HEX HEAD ', 10, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010059', 'Fenix', '5872375', '7X5315', 'COUPLING-QDISC ', 5, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010060', 'Fenix', '5872375', '7X7888', 'BOLT-HEX HEAD ', 4, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010061', 'Fenix', '5872375', '1323877', 'BOLT-HEX HEAD ', 4, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010062', 'Fenix', '5872375', '1483483', 'PLUG ', 5, 'G', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010063', 'Fenix', '5872375', '4689932', 'MANIFOLD GP-CONT', 5, 'H', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010064', 'Fenix', '5872375', '3338242', 'VALVE GP-SOL ', 1, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010065', 'Fenix', '5872375', '5668578', 'VALVE GP-D RLF-B', 1, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010066', 'Fenix', '5872375', '3603692', 'PLUG-HD STOR ', 7, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010067', 'Fenix', '5872375', '3J1907', 'SEAL-O-RING-STOR', 7, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010068', 'Fenix', '5872375', '6V3965', 'ADAPTER-STR ', 1, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010069', 'Fenix', '5872375', '2147568', 'SEAL-O-RING-STOR', 1, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010070', 'Fenix', '5872375', '6V0852', 'CAP-DUST ', 1, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010071', 'Fenix', '5872375', '7X5315', 'COUPLING-QDISC ', 5, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010072', 'Fenix', '5872375', '7X5308', 'CAP-DUST ', 10, 'I', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010073', 'Fenix', '5872375', '9S4185', 'PLUG-LD STOR ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010074', 'Fenix', '5872375', '3K0360', 'SEAL-O-RING ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010075', 'Fenix', '5872375', '5872367', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010076', 'Fenix', '5872375', '4993694', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010077', 'Fenix', '5872375', '4993695', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010078', 'Fenix', '5872375', '4993696', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010079', 'Fenix', '5872375', '5702554', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010080', 'Fenix', '5872375', '5872368', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010081', 'Fenix', '5872375', '5872373', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010082', 'Fenix', '5872375', '5H4019', 'COVER ', 10, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010083', 'Fenix', '5872375', '4J0520', 'SEAL-O-RING ', 10, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010084', 'Fenix', '5872375', '4805267', 'CLIP-LIFT ', 2, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010085', 'Fenix', '5872375', '8T4191', 'BOLT-HEX HEAD ', 2, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010086', 'Fenix', '5872375', '8T4121', 'WASHER-HARD ', 2, 'J', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010087', 'Fenix', '5872375', '8C3206', 'FLANGE-SPLIT ', 20, 'K', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010088', 'Fenix', '5872375', '5542333', 'CAP-CONNECTOR ', 10, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010089', 'Fenix', '5872375', '2660531', 'CAP-CONNECTOR ', 1, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010090', 'Fenix', '5872375', '2965987', 'PLUG ', 6, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010091', 'Fenix', '5872375', '1P4579', 'FLANGE-SPLIT ', 2, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010092', 'Fenix', '5872375', '2J2668', 'FLANGE-COVER ', 1, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010093', 'Fenix', '5872375', '4J0524', 'SEAL-O-RING ', 1, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010094', 'Fenix', '5872375', '8T4223', 'WASHER-HARD ', 4, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010095', 'Fenix', '5872375', '8T4183', 'BOLT-HEX HEAD ', 4, 'L', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010096', 'Fenix', '5872375', '6V0400', 'FLANGE-SPLIT ', 4, 'M', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010097', 'Fenix', '5872375', '8T4194', 'BOLT-HEX HEAD ', 8, 'M', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010098', 'Fenix', '5872375', '8T4223', 'WASHER-HARD ', 8, 'M', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010099', 'Fenix', '5872375', '1P3703', 'SEAL-RECTANGULAR', 2, 'M', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010100', 'Fenix', '5872375', '5P0047', 'COVER ', 2, 'M', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010101', 'Fenix', '5872375', '4735263', 'STUD-STR THREAD ', 3, 'N', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010102', 'Fenix', '5872375', '4674761', 'STEM-LIFT ', 1, 'N', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010103', 'Fenix', '5872375', '4674762', 'STEM-TILT ', 1, 'N', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010104', 'Fenix', '5872375', '4674763', 'STEM-RIPPER LIFT', 1, 'N', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010105', 'Fenix', '5872375', '4674764', 'STEM-LIFT ', 1, 'N', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055490677010106', 'Fenix', '5872375', '4812466', 'STEM-RIPPER TIP ', 1, 'N', 1, '2025-03-27 14:04:51', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010000', 'Fenix', '6223020', '4J8997', 'SEAL-O-RING ', 5, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010001', 'Fenix', '6223020', '6V5555', 'SEAL-O RING ', 15, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010002', 'Fenix', '6223020', '6V8149', 'NUT-HEX ', 3, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010003', 'Fenix', '6223020', '4823555', 'BOLT ', 3, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010004', 'Fenix', '6223020', '8T4223', 'WASHER-HARD ', 6, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010005', 'Fenix', '6223020', '2828827', 'PLUG-EXPANSION ', 1, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010006', 'Fenix', '6223020', '1483483', 'PLUG ', 4, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983192010007', 'Fenix', '6223020', '4D0514', 'PLUG-PTF ', 4, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010000', 'Fenix', '6223020', '9J8126', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010001', 'Fenix', '6223020', '9S8002', 'PLUG-LD STOR ', 5, 'A', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010002', 'Fenix', '6223020', '3J7354', 'SEAL-O-RING-STOR', 5, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010003', 'Fenix', '6223020', '9T8685', 'VALVE ', 1, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010004', 'Fenix', '6223020', '2N7029', 'SPRING-CONT PIN ', 5, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010005', 'Fenix', '6223020', '3788543', 'PLUG ', 5, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010006', 'Fenix', '6223020', '3D2824', 'SEAL-O-RING-STOR', 5, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010007', 'Fenix', '6223020', '4841390', 'PLUG AS ', 3, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010008', 'Fenix', '6223020', '4812471', 'VALVE GP-CHECK ', 1, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010009', 'Fenix', '6223020', '4812473', 'VALVE GP-P RLF-B', 1, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010010', 'Fenix', '6223020', '5127785', 'VALVE GP-P RLF-B', 1, 'B', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010011', 'Fenix', '6223020', '4812471', 'VALVE GP-CHECK ', 4, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010012', 'Fenix', '6223020', '1483483', 'PLUG ', 5, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010013', 'Fenix', '6223020', '2828827', 'PLUG-EXPANSION ', 11, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010014', 'Fenix', '6223020', '2608590', 'VALVE GP-SHTL -B', 3, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010015', 'Fenix', '6223020', '9S8002', 'PLUG-LD STOR ', 1, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010016', 'Fenix', '6223020', '3J7354', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010017', 'Fenix', '6223020', '4681138', 'PLUG-RETAINER ', 4, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983193010018', 'Fenix', '6223020', '4K1388', 'SEAL-O-RING-STOR', 5, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010000', 'Fenix', '6223020', '4829841', 'RING-BACKUP ', 5, 'C', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010001', 'Fenix', '6223020', '7J9933', 'SEAL-O RING ', 4, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010002', 'Fenix', '6223020', '2N7029', 'SPRING ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010003', 'Fenix', '6223020', '6152334', 'VALVE ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010004', 'Fenix', '6223020', '3D2824', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010005', 'Fenix', '6223020', '3788543', 'PLUG ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010006', 'Fenix', '6223020', '2147568', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010007', 'Fenix', '6223020', '6V3965', 'ADAPTER-STR ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010008', 'Fenix', '6223020', '6V0852', 'CAP-DUST ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010009', 'Fenix', '6223020', '6293326', 'VALVE ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010010', 'Fenix', '6223020', '4681139', 'PLUG-RETAINER ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010011', 'Fenix', '6223020', '5Y2425', 'WASHER-SOFT ', 2, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010012', 'Fenix', '6223020', '4681136', 'SPRING ', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010013', 'Fenix', '6223020', '5010642', 'VALVE GP-RLF -A', 1, 'D', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010014', 'Fenix', '6223020', '4681142', 'RETAINER ', 1, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010015', 'Fenix', '6223020', '4681134', 'SPRING ', 1, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010016', 'Fenix', '6223020', '4681133', 'SPRING ', 1, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010017', 'Fenix', '6223020', '4681143', 'RETAINER ', 1, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010018', 'Fenix', '6223020', '4681144', 'RETAINER ', 1, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983194010019', 'Fenix', '6223020', '2098296', 'BOLT-HEX SOCKET ', 1, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010000', 'Fenix', '6223020', '4681141', 'RETAINER ', 8, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010001', 'Fenix', '6223020', '4681135', 'SPRING ', 4, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010002', 'Fenix', '6223020', '4681145', 'BOLT-FLAT ', 4, 'E', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010003', 'Fenix', '6223020', '4908810', 'HOUSING ', 2, 'F', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010004', 'Fenix', '6223020', '2Y2347', 'SEAL-O-RING ', 2, 'F', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010005', 'Fenix', '6223020', '1H1023', 'SEAL-O RING ', 2, 'F', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010006', 'Fenix', '6223020', '4681340', 'HOUSING ', 1, 'F', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010007', 'Fenix', '6223020', '4681339', 'HOUSING ', 4, 'F', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010008', 'Fenix', '6223020', '7X0465', 'BOLT-HEX HEAD ', 2, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010009', 'Fenix', '6223020', '3P1979', 'SEAL-O-RING ', 5, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010010', 'Fenix', '6223020', '7X7888', 'BOLT-HEX HEAD ', 4, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010011', 'Fenix', '6223020', '1323877/EY', 'BOLT-HEX HEAD ', 4, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010012', 'Fenix', '6223020', '1483483', 'PLUG ', 5, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010013', 'Fenix', '6223020', '7X2535', 'BOLT-HEX HEAD ', 10, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010014', 'Fenix', '6223020', '9X8256', 'WASHER ', 20, 'G', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010015', 'Fenix', '6223020', '4689932', 'MANIFOLD GP-CONT', 5, 'H', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983195010016', 'Fenix', '6223020', '7X5315', 'COUPLING-QDISC ', 10, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010000', 'Fenix', '6223020', '7X5308', 'CAP-DUST ', 10, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010001', 'Fenix', '6223020', '3338242', 'VALVE GP-SOL ', 1, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010002', 'Fenix', '6223020', '5668578', 'VALVE GP-D RLF-B', 1, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010003', 'Fenix', '6223020', '3603692', 'PLUG-HD STOR ', 7, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010004', 'Fenix', '6223020', '3J1907', 'SEAL-O-RING-STOR', 7, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010005', 'Fenix', '6223020', '6V3965', 'ADAPTER-STR ', 1, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010006', 'Fenix', '6223020', '2147568', 'SEAL-O-RING-STOR', 1, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010007', 'Fenix', '6223020', '6V0852', 'CAP-DUST ', 1, 'I', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010008', 'Fenix', '6223020', '9S4185', 'PLUG-LD STOR ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010009', 'Fenix', '6223020', '3K0360', 'SEAL-O-RING ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010010', 'Fenix', '6223020', '6223005', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010011', 'Fenix', '6223020', '6223006', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010012', 'Fenix', '6223020', '6223007', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010013', 'Fenix', '6223020', '6223008', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010014', 'Fenix', '6223020', '6223009', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010015', 'Fenix', '6223020', '6418296', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010016', 'Fenix', '6223020', '6223022', 'PLATE-IDENT ', 1, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010017', 'Fenix', '6223020', '5H4019', 'COVER ', 10, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010018', 'Fenix', '6223020', '4J0520', 'SEAL-O-RING ', 10, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983196010019', 'Fenix', '6223020', '4805267', 'CLIP-LIFT ', 2, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010000', 'Fenix', '6223020', '8T4191', 'BOLT-HEX HEAD ', 2, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010001', 'Fenix', '6223020', '8T4121', 'WASHER-HARD ', 2, 'J', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010002', 'Fenix', '6223020', '8C3206', 'FLANGE-SPLIT ', 20, 'K', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010003', 'Fenix', '6223020', '5334159', 'BOLT-AS ', 40, 'K', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010004', 'Fenix', '6223020', '5542333/HE', 'CAP-CONNECTOR ', 10, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010005', 'Fenix', '6223020', '2660531', 'CAP-CONNECTOR ', 1, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010006', 'Fenix', '6223020', '2965987', 'PLUG ', 6, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010007', 'Fenix', '6223020', '1P4579', 'FLANGE-SPLIT ', 2, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010008', 'Fenix', '6223020', '2J2668', 'FLANGE-COVER ', 1, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010009', 'Fenix', '6223020', '4J0524', 'SEAL-O-RING ', 1, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010010', 'Fenix', '6223020', '8T4223', 'WASHER-HARD ', 4, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010011', 'Fenix', '6223020', '8T4183', 'BOLT-HEX HEAD ', 4, 'L', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010012', 'Fenix', '6223020', '6V0400', 'FLANGE-SPLIT ', 4, 'M', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010013', 'Fenix', '6223020', '8T4194', 'BOLT-HEX HEAD ', 8, 'M', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010014', 'Fenix', '6223020', '8T4223', 'WASHER-HARD ', 8, 'M', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010015', 'Fenix', '6223020', '1P3703', 'SEAL-RECTANGULAR', 2, 'M', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010016', 'Fenix', '6223020', '5P0047', 'COVER ', 2, 'M', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010017', 'Fenix', '6223020', '4735263', 'STUD-STR THREAD ', 3, 'N', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010018', 'Fenix', '6223020', '4J5573', 'SEAL-O-RING ', 10, 'O', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010019', 'Fenix', '6223020', '6152334', 'VALVE ', 4, 'O', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983197010020', 'Fenix', '6223020', '3613549', 'SEAL', 1, 'O', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983198010000', 'Fenix', '6223020', '6152335', 'STEM-LIFT ', 1, 'N', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983198010001', 'Fenix', '6223020', '6293327', 'STEM-TILT ', 1, 'N', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983198010002', 'Fenix', '6223020', '6152336', 'STEM-RIPPER LIFT', 1, 'N', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983198010003', 'Fenix', '6223020', '6152339', 'STEM-LIFT ', 1, 'N', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743055983198010004', 'Fenix', '6223020', '6152337', 'STEM-RIPPER TIP ', 1, 'N', 1, '2025-03-27 14:13:03', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010000', 'B Segment', '9T8991', '9J8126', '节流阀', 1, 'A', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010001', 'B Segment', '9T8991', '7X0277', '螺钉', 2, 'A', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010002', 'B Segment', '9T8991', '8T4224', '垫片', 2, 'A', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010003', 'B Segment', '9T8991', '4T1860', '阀', 1, 'A', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010004', 'B Segment', '9T8991', '5M2057', '密封O型圈', 1, 'B', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010005', 'B Segment', '9T8991', '4T1701', '弹簧', 1, 'B', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010006', 'B Segment', '9T8991', '8T2501', '螺钉', 2, 'B', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010007', 'B Segment', '9T8991', '4T1649', '端盖', 1, 'B', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010008', 'B Segment', '9T8991', '4T5795', '支承座', 2, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010009', 'B Segment', '9T8991', '9T4684', '端盖', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010010', 'B Segment', '9T8991', '9T4697', '防护圈', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010011', 'B Segment', '9T8991', '6V5391', '密封O型圈', 2, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010012', 'B Segment', '9T8991', '4T5945', '密封环', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010013', 'B Segment', '9T8991', '9T4683', '端盖', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010014', 'B Segment', '9T8991', '6E2007', '换向杆', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010015', 'B Segment', '9T8991', '5P5874', '密封O型圈', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010016', 'B Segment', '9T8991', '9H6761', '密封O型圈', 1, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192836010017', 'B Segment', '9T8991', '6L5897', '螺钉', 2, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010000', 'B Segment', '9T8991', '9T4685', '垫片', 3, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010001', 'B Segment', '9T8991', '8T0334', '垫片', 2, 'D', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010002', 'B Segment', '9T8991', '4T0993', '支承座', 2, 'E', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010003', 'B Segment', '9T8991', '9T2927', '支承座', 2, 'E', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010004', 'B Segment', '9T8991', '9T6394', '弹簧', 1, 'E', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010005', 'B Segment', '9T8991', '9T2092', '止爪', 1, 'E', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010006', 'B Segment', '9T8991', '9T2125', '支承座', 1, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010007', 'B Segment', '9T8991', '2D6642', '钢球', 6, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010008', 'B Segment', '9T8991', '4T1851', '支撑座', 1, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010009', 'B Segment', '9T8991', '4L7711', '密封O型圈', 1, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010010', 'B Segment', '9T8991', '9T3976', '保持器', 1, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010011', 'B Segment', '9T8991', '2D0598', '密封O型圈', 1, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010012', 'B Segment', '9T8991', '9T0953', '弹簧', 1, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010013', 'B Segment', '9T8991', '5P2955', '螺钉', 2, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010014', 'B Segment', '9T8991', '8T4224', '垫片', 2, 'F', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010015', 'B Segment', '9T8991', '1425596', '铭牌', 1, 'G', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010016', 'B Segment', '9T8991', '4T1854', '端盖', 1, 'G', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010017', 'B Segment', '9T8991', '4T2692', '端盖', 1, 'H', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010018', 'B Segment', '9T8991', '1008012', '阀体', 1, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010019', 'B Segment', '9T8991', '1008010', '阀', 2, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010020', 'B Segment', '9T8991', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010021', 'B Segment', '9T8991', '3603690', '堵头', 1, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010022', 'B Segment', '9T8991', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010023', 'B Segment', '9T8991', '4J7533', '密封O型圈', 1, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010024', 'B Segment', '9T8991', '9S8001', '堵头', 1, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010025', 'B Segment', '9T8991', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010026', 'B Segment', '9T8991', '3670001', '堵头', 1, '预装配1', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010027', 'B Segment', '9T8991', '1008011', '堵头', 1, '预装配2', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010028', 'B Segment', '9T8991', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010029', 'B Segment', '9T8991', '2S2596', '弹簧', 2, '预装配2', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010030', 'B Segment', '9T8991', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010031', 'B Segment', '9T8991', '6V5556', '密封O型圈', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010032', 'B Segment', '9T8991', '4T5074', '密封环', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010033', 'B Segment', '9T8991', '4T4511', '导套', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010034', 'B Segment', '9T8991', '9T2093', '螺钉', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010035', 'B Segment', '9T8991', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010036', 'B Segment', '9T8991', '4J5351', '密封O型圈', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010037', 'B Segment', '9T8991', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148192837010038', 'B Segment', '9T8991', '4T5072', '密封环', 1, '预装配3', 6, '2025-03-28 15:49:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211457010000', 'B Segment', '2714969', '9J8126', '节流阀', 1, 'A', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010000', 'B Segment', '2714969', '4T1860', '阀', 1, 'A', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010001', 'B Segment', '2714969', '2739632', '铭牌', 1, 'A', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010002', 'B Segment', '2714969', '1027365', '螺钉', 2, 'A', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010003', 'B Segment', '2714969', '3676002', '堵头', 1, 'A', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010004', 'B Segment', '2714969', '3676001', '堵头', 1, 'A', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010005', 'B Segment', '2714969', '1216650', '溢流阀', 1, 'B', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010006', 'B Segment', '2714969', '9X2027', '垫片', 2, 'B', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010007', 'B Segment', '2714969', '0858091', '螺钉', 2, 'B', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010008', 'B Segment', '2714969', '1239624', '弹簧', 1, 'C', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010009', 'B Segment', '2714969', '1730514', '端盖', 1, 'C', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010010', 'B Segment', '2714969', '6V5192', '螺钉', 2, 'C', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010011', 'B Segment', '2714969', '5M2057', '密封O型圈', 2, 'C', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010012', 'B Segment', '2714969', '4T4631', '弹簧', 1, 'D', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010013', 'B Segment', '2714969', '1536976', '弹簧', 1, 'D', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010014', 'B Segment', '2714969', '1537067', '弹簧座', 1, 'D', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010015', 'B Segment', '2714969', '1537551', '弹簧座', 1, 'D', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010016', 'B Segment', '2714969', '5K0227', '密封O型圈', 1, 'E', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010017', 'B Segment', '2714969', '1730511', '端盖', 1, 'F', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010018', 'B Segment', '2714969', '4T5073', '密封环', 2, '预装配1', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010019', 'B Segment', '2714969', '4T1108', '堵头', 1, '预装配1', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010020', 'B Segment', '2714969', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010021', 'B Segment', '2714969', '4J7533', '密封O型圈', 1, '预装配1', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010022', 'B Segment', '2714969', '9S8001', '堵头', 1, '预装配1', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010023', 'B Segment', '2714969', '1008011', '堵头', 1, '预装配2', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010024', 'B Segment', '2714969', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010025', 'B Segment', '2714969', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010026', 'B Segment', '2714969', '1008010', '阀', 1, '预装配2', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010027', 'B Segment', '2714969', '4T1108', '堵头', 1, '预装配2', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010028', 'B Segment', '2714969', '1612684', '螺钉', 1, '预装配3', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010029', 'B Segment', '2714969', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010030', 'B Segment', '2714969', '4J5351', '密封O型圈', 2, '预装配3', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010031', 'B Segment', '2714969', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148211458010032', 'B Segment', '2714969', '4T5072', '密封环', 2, '预装配3', 6, '2025-03-28 15:50:11', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010000', 'B Segment', '6E1359', '9J8126', '节流阀', 1, 'A', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010001', 'B Segment', '6E1359', '7X0277', '螺钉', 2, 'A', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010002', 'B Segment', '6E1359', '8T4224', '垫片', 2, 'A', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010003', 'B Segment', '6E1359', '4T1860', '阀', 1, 'A', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010004', 'B Segment', '6E1359', '5M2057', '密封O型圈', 1, 'B', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010005', 'B Segment', '6E1359', '4T1701', '弹簧', 1, 'B', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010006', 'B Segment', '6E1359', '8T2501', '螺钉', 2, 'B', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010007', 'B Segment', '6E1359', '4T1649', '端盖', 1, 'B', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010008', 'B Segment', '6E1359', '4T5795', '支承座', 2, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010009', 'B Segment', '6E1359', '9T4684', '端盖', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010010', 'B Segment', '6E1359', '9T4697', '防护圈', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010011', 'B Segment', '6E1359', '6V5391', '密封O型圈', 2, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010012', 'B Segment', '6E1359', '4T5945', '密封环', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010013', 'B Segment', '6E1359', '9T4683', '端盖', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010014', 'B Segment', '6E1359', '4T0998', '换向杆', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010015', 'B Segment', '6E1359', '5P5874', '密封O型圈', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010016', 'B Segment', '6E1359', '9H6761', '密封O型圈', 1, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010017', 'B Segment', '6E1359', '6L5897', '螺钉', 2, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010018', 'B Segment', '6E1359', '9T4685', '垫片', 3, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010019', 'B Segment', '6E1359', '8T0334', '垫片', 2, 'D', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010020', 'B Segment', '6E1359', '4T1021', '支承座', 2, 'E', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227272010021', 'B Segment', '6E1359', '5J1391', '弹簧', 1, 'E', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010000', 'B Segment', '6E1359', '4T0993', '支承座', 2, 'E', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010001', 'B Segment', '6E1359', '2D0598', '密封O型圈', 1, 'F', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010002', 'B Segment', '6E1359', '4T1850', '端盖', 1, 'F', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010003', 'B Segment', '6E1359', '1425580', '铭牌', 1, 'F', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010004', 'B Segment', '6E1359', '8C3121', '螺钉', 2, 'F', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010005', 'B Segment', '6E1359', '8T4224', '垫片', 2, 'F', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010006', 'B Segment', '6E1359', '4T2692', '端盖', 1, 'G', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010007', 'B Segment', '6E1359', '9S4182', '堵头', 1, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010008', 'B Segment', '6E1359', '9S8001', '堵头', 2, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010009', 'B Segment', '6E1359', '4T5073', '塑料密封圈', 2, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010010', 'B Segment', '6E1359', '3J7354', 'O型圈', 1, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010011', 'B Segment', '6E1359', '4J7533', '橡胶密封圈', 2, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010012', 'B Segment', '6E1359', '7J9933', 'SEAL-O RING', 2, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010013', 'B Segment', '6E1359', '4T1108', '轴套', 1, '预装配1', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010014', 'B Segment', '6E1359', '1008010', 'SLEEVE', 1, '预装配2', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010015', 'B Segment', '6E1359', '7M8485', 'SEAL-O-RING-STOR', 1, '预装配2', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010016', 'B Segment', '6E1359', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010017', 'B Segment', '6E1359', '1008011', '螺堵', 1, '预装配2', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010018', 'B Segment', '6E1359', '4T1108', '螺堵', 1, '预装配2', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010019', 'B Segment', '6E1359', '4J5351', '橡胶密封圈', 2, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010020', 'B Segment', '6E1359', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010021', 'B Segment', '6E1359', '6V5556', 'SEAL-O RING ', 1, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010022', 'B Segment', '6E1359', '4T5072', '塑料密封圈', 2, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010023', 'B Segment', '6E1359', '4T4511', 'SLEEVE', 1, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010024', 'B Segment', '6E1359', '4T5074', '塑料密封圈', 1, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010025', 'B Segment', '6E1359', '1N5999', '螺堵', 1, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148227273010026', 'B Segment', '6E1359', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-03-28 15:50:27', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010000', 'B Segment', '2350404', '9J8126', '节流阀', 1, 'A', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010001', 'B Segment', '2350404', '4T1860', '阀', 1, 'A', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010002', 'B Segment', '2350404', '2350390', '铭牌', 1, 'A', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010003', 'B Segment', '2350404', '1027365', '螺钉', 2, 'A', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010004', 'B Segment', '2350404', '1216649', '溢流阀', 1, 'B', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010005', 'B Segment', '2350404', '9X2027', '垫片', 2, 'B', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010006', 'B Segment', '2350404', '0858091', '螺钉', 2, 'B', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010007', 'B Segment', '2350404', '1239624', '弹簧', 1, 'C', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010008', 'B Segment', '2350404', '1730514', '端盖', 1, 'C', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010009', 'B Segment', '2350404', '6V5192', '螺钉', 2, 'C', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010010', 'B Segment', '2350404', '5M2057', '密封O型圈', 2, 'C', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010011', 'B Segment', '2350404', '4T4631', '弹簧', 1, 'D', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010012', 'B Segment', '2350404', '1536976', '弹簧', 1, 'D', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010013', 'B Segment', '2350404', '1537067', '弹簧座', 1, 'D', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010014', 'B Segment', '2350404', '1537551', '弹簧座', 1, 'D', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010015', 'B Segment', '2350404', '5K0227', '密封O型圈', 1, 'E', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010016', 'B Segment', '2350404', '1730511', '端盖', 1, 'F', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010017', 'B Segment', '2350404', '9S8001', '堵头', 1, '预装配1', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010018', 'B Segment', '2350404', '4T5073', '塑料密封圈', 2, '预装配1', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010019', 'B Segment', '2350404', '4J7533', '橡胶密封圈', 1, '预装配1', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010020', 'B Segment', '2350404', '7J9933', 'SEAL-O RING', 2, '预装配1', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010021', 'B Segment', '2350404', '4T1108', 'VALVE ', 1, '预装配1', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010022', 'B Segment', '2350404', '1008010', 'VALVE ', 1, '预装配2', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010023', 'B Segment', '2350404', '7M8485', 'SEAL-O-RING-STOR', 1, '预装配2', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010024', 'B Segment', '2350404', '2S2596', '弹簧', 1, '预装配2', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010025', 'B Segment', '2350404', '1008011', 'PLUG', 1, '预装配2', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010026', 'B Segment', '2350404', '4T1108', 'VALVE ', 1, '预装配2', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010027', 'B Segment', '2350404', '4J5351', '橡胶密封圈', 2, '预装配3', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010028', 'B Segment', '2350404', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010029', 'B Segment', '2350404', '4T5072', '塑料密封圈', 2, '预装配3', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010030', 'B Segment', '2350404', '7J0204', 'O型圈', 1, '预装配3', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148244071010031', 'B Segment', '2350404', '1612684', '螺堵', 1, '预装配3', 6, '2025-03-28 15:50:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010000', 'Fenix', '5426075', '4J8997', 'SEAL-O-RING ', 9, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010001', 'Fenix', '5426075', '6V5555', 'SEAL-O RING ', 9, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010002', 'Fenix', '5426075', '4735264', 'BOLT ', 3, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010003', 'Fenix', '5426075', '8T4223', 'WASHER-HARD ', 3, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010004', 'Fenix', '5426075', '2828827', 'PLUG-EXPANSION ', 4, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010005', 'Fenix', '5426075', '2458472/X', 'PLUG-EXPANSION ', 4, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010006', 'Fenix', '5426075', '1483483', 'PLUG ', 4, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010007', 'Fenix', '5426075', '9J8126', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335391010008', 'Fenix', '5426075', '4D0514', 'PLUG-NPTF ', 2, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010000', 'Fenix', '5426075', '3J7354', 'SEAL-O-RING-STOR', 3, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010001', 'Fenix', '5426075', '9S8002', 'PLUG-LD STOR ', 3, 'A', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010002', 'Fenix', '5426075', '1014845', 'PLUG-NPTF ', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010003', 'Fenix', '5426075', '8T0151', 'ADAPTER-STR ', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010004', 'Fenix', '5426075', '3J1907', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010005', 'Fenix', '5426075', '9F2247', 'PLUG-NPTF ', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010006', 'Fenix', '5426075', '1J9671', 'SEAL-O-RING-STOR', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010007', 'Fenix', '5426075', '9S8003', 'PLUG-LD STOR ', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010008', 'Fenix', '5426075', '9T8685', 'VALVE ', 4, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010009', 'Fenix', '5426075', '2N7029', 'SPRING-CONT PIN ', 4, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010010', 'Fenix', '5426075', '3788543', 'PLUG ', 4, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010011', 'Fenix', '5426075', '3D2824', 'SEAL-O-RING-STOR', 4, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010012', 'Fenix', '5426075', '4812471', 'VALVE GP-CHECK ', 2, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010013', 'Fenix', '5426075', '4841390', 'PLUG AS ', 2, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010014', 'Fenix', '5426075', '3338242', 'VALVE GP-SOL ', 1, 'B', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010015', 'Fenix', '5426075', '6V3965', 'ADAPTER-STR ', 2, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010016', 'Fenix', '5426075', '2147568', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010017', 'Fenix', '5426075', '6V0852', 'CAP-DUST ', 2, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010018', 'Fenix', '5426075', '4841390', 'PLUG AS ', 1, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010019', 'Fenix', '5426075', '4812471', 'VALVE GP-CHECK ', 2, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010020', 'Fenix', '5426075', '4812473', 'VALVE GP-P RLF-B', 1, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010021', 'Fenix', '5426075', '2608590', 'VALVE GP-SHTL -B', 3, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010022', 'Fenix', '5426075', '4681138', 'PLUG-RETAINER ', 2, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010023', 'Fenix', '5426075', '5872371', 'PLUG-RETAINER ', 1, 'C', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010024', 'Fenix', '5426075', '5Y2425/G', 'WASHER-SOFT ', 2, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010025', 'Fenix', '5426075', '4681139', 'PLUG-RETAINER ', 1, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010026', 'Fenix', '5426075', '4681136', 'SPRING ', 1, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010027', 'Fenix', '5426075', '6293326', 'VALVE ', 1, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010028', 'Fenix', '5426075', '5112163', 'VALVE GP-RLF -A', 1, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010029', 'Fenix', '5426075', '6E4139 ', 'VALVE GP-D RLF-B', 1, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010030', 'Fenix', '5426075', '7J9933', 'SEAL-O RING ', 4, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010031', 'Fenix', '5426075', '4829841', 'RING-BACKUP ', 4, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010032', 'Fenix', '5426075', '4K1388', 'SEAL-O-RING-STOR', 4, 'D', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010033', 'Fenix', '5426075', '4681142', 'RETAINER ', 1, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010034', 'Fenix', '5426075', '4681134', 'SPRING ', 1, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010035', 'Fenix', '5426075', '4681133', 'SPRING ', 1, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010036', 'Fenix', '5426075', '4681143', 'RETAINER ', 1, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010037', 'Fenix', '5426075', '4681144', 'RETAINER ', 1, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010038', 'Fenix', '5426075', '2098296', 'BOLT-HEX SOCKET ', 1, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010039', 'Fenix', '5426075', '4681141', 'RETAINER ', 6, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010040', 'Fenix', '5426075', '4681135', 'SPRING ', 3, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010041', 'Fenix', '5426075', '4681145', 'BOLT-FLAT ', 3, 'E', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010042', 'Fenix', '5426075', '4681340', 'HOUSING ', 1, 'F', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010043', 'Fenix', '5426075', '7X0465', 'BOLT-HEX HEAD ', 2, 'F', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010044', 'Fenix', '5426075', '3P1979', 'SEAL-O-RING ', 4, 'F', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010045', 'Fenix', '5426075', '4681339', 'HOUSING ', 3, 'F', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010046', 'Fenix', '5426075', '7X7888', 'BOLT-HEX HEAD ', 6, 'F', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010047', 'Fenix', '5426075', '9X8256', 'WASHER ', 8, 'F', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010048', 'Fenix', '5426075', '4689932', 'MANIFOLD GP-CONT', 3, 'G', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010049', 'Fenix', '5426075', '7X2535', 'BOLT-HEX HEAD ', 6, 'G', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010050', 'Fenix', '5426075', '9X8256', 'WASHER ', 6, 'G', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010051', 'Fenix', '5426075', '1483483', 'PLUG ', 4, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010052', 'Fenix', '5426075', '7X5308', 'CAP-DUST ', 4, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010053', 'Fenix', '5426075', '5806452', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010054', 'Fenix', '5426075', '6429811', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335393010055', 'Fenix', '5426075', '7X5315', 'COUPLING-QDISC ', 4, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010000', 'Fenix', '5426075', '5129465', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010001', 'Fenix', '5426075', '5129466', 'PLATE-IDENT ', 1, 'H', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010002', 'Fenix', '5426075', '7X5308', 'CAP-DUST ', 4, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010003', 'Fenix', '5426075', '4689932', 'MANIFOLD GP-CONT', 1, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010004', 'Fenix', '5426075', '7X2535', 'BOLT-HEX HEAD ', 2, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010005', 'Fenix', '5426075', '9X8256', 'WASHER ', 2, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010006', 'Fenix', '5426075', '7X5315', 'COUPLING-QDISC ', 4, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010007', 'Fenix', '5426075', '3J1907', 'SEAL-O-RING-STOR', 3, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010008', 'Fenix', '5426075', '3603692', 'PLUG-HD STOR ', 3, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010009', 'Fenix', '5426075', '3K0360', 'SEAL-O-RING-STOR', 1, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010010', 'Fenix', '5426075', '9S4185', 'PLUG-LD STOR ', 1, 'I', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010011', 'Fenix', '5426075', '4805267', 'CLIP-LIFT ', 2, 'J', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010012', 'Fenix', '5426075', '4J0520', 'SEAL-O-RING ', 8, 'J', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010013', 'Fenix', '5426075', '5H4019', 'COVER ', 8, 'J', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010014', 'Fenix', '5426075', '8C3206', 'FLANGE-SPLIT ', 16, 'J', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010015', 'Fenix', '5426075', '5334159', 'Bolt AS', 32, 'J', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010016', 'Fenix', '5426075', '4J0520', 'SEAL-O-RING ', 1, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010017', 'Fenix', '5426075', '5334159', 'Bolt AS', 8, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010018', 'Fenix', '5426075', '5H4019', 'COVER ', 1, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010019', 'Fenix', '5426075', '8C3206', 'FLANGE-SPLIT ', 2, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010020', 'Fenix', '5426075', '4J0522', 'SEAL-O-RING ', 1, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010021', 'Fenix', '5426075', '5H4020', 'FLANGE-COVER ', 1, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010022', 'Fenix', '5426075', '1P4578', 'FLANGE-SPLIT ', 2, 'K', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010023', 'Fenix', '5426075', '2660531', 'CAP-CONNECTOR ', 1, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010024', 'Fenix', '5426075', '2965987', 'PLUG ', 4, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010025', 'Fenix', '5426075', '5542333/HE', 'CAP-CONNECTOR ', 8, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010026', 'Fenix', '5426075', '8T4195', 'BOLT-HEX HEAD ', 2, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010027', 'Fenix', '5426075', '8T4121', 'WASHER-HARD ', 3, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010028', 'Fenix', '5426075', '8T4136', 'BOLT-HEX HEAD ', 1, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010029', 'Fenix', '5426075', '8T4139', 'BOLT-HEX HEAD ', 3, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010030', 'Fenix', '5426075', '8T4223', 'WASHER-HARD ', 3, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010031', 'Fenix', '5426075', '5426074', 'PLATE-IDENT ', 1, 'L', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010032', 'Fenix', '5426075', '4681129', 'STEM-TILT ', 1, 'M', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010033', 'Fenix', '5426075', '4681130', 'STEM-RIPPER TIP ', 1, 'M', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010034', 'Fenix', '5426075', '4681131', 'STEM-RIPPER LIFT', 1, 'M', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743148335394010035', 'Fenix', '5426075', '5806451', 'STEM-LIFT ', 1, 'M', 1, '2025-03-28 15:52:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010000', 'MTV', '6128271', '4B9782', 'BALL', 2, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010001', 'MTV', '6128271', '5S7906', 'STOP', 1, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010002', 'MTV', '6128271', '1J5799', 'PIN-SPRING', 1, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010003', 'MTV', '6128271', '8T6757', 'PLUG-NPTF', 3, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010004', 'MTV', '6128271', '3T9560', 'SPOOL', 2, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010005', 'MTV', '6128271', '4B9880', 'BALL', 2, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010006', 'MTV', '6128271', '3T9836', 'SPRING', 2, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010007', 'MTV', '6128271', '1S1636', 'RETAINER', 2, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046128010008', 'MTV', '6128271', '1S1638', 'RING-RETAINING', 2, 'A', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010000', 'MTV', '6128271', '5M2504', 'SLUG', 2, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010001', 'MTV', '6128271', '9G9226', 'SPRING', 2, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010002', 'MTV', '6128271', '1F8359', 'BALL', 1, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010003', 'MTV', '6128271', '1F8419', 'WASHER-VALVE', 1, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010004', 'MTV', '6128271', '9G9227', 'SPRING', 1, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010005', 'MTV', '6128271', '4H1349', 'DOWEL', 1, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010006', 'MTV', '6128271', '5P5846', 'SEAL-O-RING', 1, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010007', 'MTV', '6128271', '8M4988', 'SEAL-O RING', 6, 'B', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010008', 'MTV', '6128271', '0S1618', 'BOLT', 10, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010009', 'MTV', '6128271', '9M1974', 'WASHER-HARD', 10, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010010', 'MTV', '6128271', '9G9203', 'PLUG-STOP', 2, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010011', 'MTV', '6128271', '3J1907', 'SEAL-O-RING-STOR', 2, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010012', 'MTV', '6128271', '2L1699', 'PIN-SPRING', 1, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010013', 'MTV', '6128271', '9G9205', 'PISTON-LOAD', 1, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010014', 'MTV', '6128271', '8M5248', 'SEAL-O-RING', 1, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010015', 'MTV', '6128271', '1160118/HE', 'CLIP', 1, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010016', 'MTV', '6128271', '2577440', 'PLUG AS', 1, 'C', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010017', 'MTV', '6128271', '6V7418', 'PLUG-NPTF', 2, 'D', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010018', 'MTV', '6128271', '2K9111', 'PIN SPRING', 1, 'D', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010019', 'MTV', '6128271', '8M4436', 'SEAL-O-RING', 2, 'D', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010020', 'MTV', '6128271', '6T7532', 'SCREEN AS', 1, 'D', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010021', 'MTV', '6128271', '0S1590', 'BOLT', 2, 'D', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010022', 'MTV', '6128271', '5M2894', 'WASHER-HARD', 2, 'D', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010023', 'MTV', '6128271', '1726240', 'COVER', 1, 'D1', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010024', 'MTV', '6128271', '9G9201', 'SEAT', 1, 'D2', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010025', 'MTV', '6128271', '1726236', 'RETAINER', 1, 'D2', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010026', 'MTV', '6128271', '7S0530', 'CLIP', 1, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010027', 'MTV', '6128271', '6V3965', 'ADAPTER - STR', 2, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010028', 'MTV', '6128271', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010029', 'MTV', '6128271', '6V0852', 'CAP-DUST', 2, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010030', 'MTV', '6128271', '8M8282', 'SEAL-O RING', 5, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010031', 'MTV', '6128271', '0S1619', 'BOLT', 2, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010032', 'MTV', '6128271', '5M2894', 'WASHER-HARD', 2, 'E', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010033', 'MTV', '6128271', '3E8575', 'VALVE GP SOL', 1, 'F', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010034', 'MTV', '6128271', '6128272', 'VALVE GP-SOLENOID', 1, 'G', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010035', 'MTV', '6128271', '0L1143', 'BOLT', 2, 'G', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010036', 'MTV', '6128271', '5M2894', 'WASHER-HARD', 2, 'G', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010037', 'MTV', '6128271', '1160118/HE', 'CLIP', 1, 'G', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010038', 'MTV', '6128271', '6134697', 'PLATE-IDENTIFICATION', 1, 'G', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010039', 'MTV', '6128271', '5498842', 'PLUG', 4, 'H', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010040', 'MTV', '6128271', '1P1669', 'PLUG-SEALING', 1, 'I', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010041', 'MTV', '6128271', '3K0360', 'SEAL-O-RING-STOR', 1, 'I', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010042', 'MTV', '6128271', '1552267', 'PLUG AS-CONN', 1, 'I', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010043', 'MTV', '6128271', '1552272', 'PLUG AS-CONN', 1, 'I', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396046129010044', 'MTV', '6128271', '8T8737', 'PLUG-SEAL', 7, 'I', 6, '2025-03-31 12:40:46', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010000', 'MTV', '2549238', '5H8985', 'PIN-SPRING ', 1, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010001', 'MTV', '2549238', '8E8439', 'DOWEL ', 1, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010002', 'MTV', '2549238', '9S8001', 'PLUG-LD STOR ', 7, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010003', 'MTV', '2549238', '2385078', 'SEAL-O-RING-STOR', 7, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010004', 'MTV', '2549238', '4B9880', 'BALL ', 2, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010005', 'MTV', '2549238', '8P7386', 'SPOOL ', 1, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010006', 'MTV', '2549238', '4M2381', 'SPRING ', 2, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010007', 'MTV', '2549238', '1S1636', 'RETAINER ', 2, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010008', 'MTV', '2549238', '1S1638', 'RING-RETAINING ', 2, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010009', 'MTV', '2549238', '6Y8049', 'SPOOL ', 1, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010010', 'MTV', '2549238', '5M2504', 'SLUG ', 2, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010011', 'MTV', '2549238', '2551197', 'PLATE-IDENT ', 1, 'A', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010012', 'MTV', '2549238', '9S8008', 'PLUG-LD STOR ', 3, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010013', 'MTV', '2549238', '2385082', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010014', 'MTV', '2549238', '9W7410', 'SPRING ', 1, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010015', 'MTV', '2549238', '6V3683', 'SEAL-O-RING ', 1, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010016', 'MTV', '2549238', '5J2721', 'SHIM ', 2, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010017', 'MTV', '2549238', '6J3993', 'SHIM ', 2, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010018', 'MTV', '2549238', '5J1036', 'SHIM ', 2, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010019', 'MTV', '2549238', '9M1974', 'WASHER-HARD ', 1, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010020', 'MTV', '2549238', '0S1618', 'BOLT ', 2, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010021', 'MTV', '2549238', '1305300', 'CLIP ', 1, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010022', 'MTV', '2549238', '9S8004', 'PLUG-LD STOR ', 3, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010023', 'MTV', '2549238', '2147568', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010024', 'MTV', '2549238', '9P0683', 'SPRING ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010025', 'MTV', '2549238', '8L2777', 'SEAL-O-RING ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010026', 'MTV', '2549238', '3706346', 'ORIFICE AS ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010027', 'MTV', '2549238', '9D7884', 'SPRING ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010028', 'MTV', '2549238', '6Y4541', 'PISTON-SELECTOR ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010029', 'MTV', '2549238', '6Y4542', 'PISTON-LOAD ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010030', 'MTV', '2549238', '9J1330', 'SHIM ', 2, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010031', 'MTV', '2549238', '2S0675', 'SPACER ', 2, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010032', 'MTV', '2549238', '8J4452', 'SHIM ', 2, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010033', 'MTV', '2549238', '6Y7267', 'SPRING ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010034', 'MTV', '2549238', '8E6144', 'SPRING ', 1, 'C', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010035', 'MTV', '2549238', '8E4592', 'STOP ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010036', 'MTV', '2549238', '5L9018', 'BOLT-SOCKET HEAD', 2, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010037', 'MTV', '2549238', '0617540', 'SEAL-O-RING ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010038', 'MTV', '2549238', '2B2695', 'BOLT ', 2, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010039', 'MTV', '2549238', '6Y4538', 'COVER ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010040', 'MTV', '2549238', '9W6964', 'VALVE AS-EXHAUST', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010041', 'MTV', '2549238', '9S8003', 'PLUG-LD STOR ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010042', 'MTV', '2549238', '2147567', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010043', 'MTV', '2549238', '3023813', 'VALVE GP-SOL ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010044', 'MTV', '2549238', '6V3965', 'ADAPTER-STR ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010045', 'MTV', '2549238', '6V0484', 'ADAPTER-ELBOW ', 1, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010046', 'MTV', '2549238', '2147568', 'SEAL-O-RING-STOR', 2, 'D', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010047', 'MTV', '2549238', '8E8867', 'COVER ', 1, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010048', 'MTV', '2549238', '8E8868', 'GASKET ', 1, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010049', 'MTV', '2549238', '9M1974', 'WASHER-HARD ', 4, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010050', 'MTV', '2549238', '0S1618', 'BOLT ', 4, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010051', 'MTV', '2549238', '8T8737', 'PLUG-SEAL ', 2, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010052', 'MTV', '2549238', '1552269', 'PLUG AS-CONN ', 1, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010053', 'MTV', '2549238', '6V0852', 'CAP-DUST ', 1, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010054', 'MTV', '2549238', '5M2894', 'WASHER-HARD ', 3, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010055', 'MTV', '2549238', '5F4899', 'BOLT ', 3, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010056', 'MTV', '2549238', '6V6353', 'SEAL-O-RING ', 1, 'E', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396112438010057', 'MTV', '2549238', '6Y4539', 'COVER ', 1, 'F', 1, '2025-03-31 12:41:52', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010000', 'MTV', '2224744', '4B9782', 'BALL', 2, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010001', 'MTV', '2224744', '5S7906', 'STOP', 1, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010002', 'MTV', '2224744', '1J5799', 'PIN-SPRING', 1, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010003', 'MTV', '2224744', '8T6757', 'PLUG-NPTF', 3, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010004', 'MTV', '2224744', '3T9560', 'SPOOL', 2, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010005', 'MTV', '2224744', '4B9880', 'BALL', 2, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010006', 'MTV', '2224744', '3T9836', 'SPRING', 2, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010007', 'MTV', '2224744', '1S1636', 'RETAINER', 2, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010008', 'MTV', '2224744', '1S1638', 'RING-RETAINING', 2, 'A', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010009', 'MTV', '2224744', '5M2504', 'SLUG', 2, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010010', 'MTV', '2224744', '9G9226', 'SPRING', 2, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010011', 'MTV', '2224744', '1F8359', 'BALL', 1, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010012', 'MTV', '2224744', '1F8419', 'WASHER-VALVE', 1, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010013', 'MTV', '2224744', '9G9227', 'SPRING', 1, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010014', 'MTV', '2224744', '4H1349', 'DOWEL', 1, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010015', 'MTV', '2224744', '5P5846', 'SEAL-O-RING', 1, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010016', 'MTV', '2224744', '8M4988', 'SEAL-O RING', 6, 'B', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010017', 'MTV', '2224744', '0S1618', 'BOLT', 10, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010018', 'MTV', '2224744', '9M1974', 'WASHER-HARD', 10, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010019', 'MTV', '2224744', '9G9203', 'PLUG-STOP', 2, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010020', 'MTV', '2224744', '3J1907', 'SEAL-O-RING-STOR', 2, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010021', 'MTV', '2224744', '2L1699', 'PIN-SPRING', 1, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010022', 'MTV', '2224744', '9G9205', 'PISTON-LOAD', 1, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010023', 'MTV', '2224744', '8M5248', 'SEAL-O-RING', 1, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010024', 'MTV', '2224744', '1160118/HE', 'CLIP', 1, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010025', 'MTV', '2224744', '2577440', 'PLUG AS', 1, 'C', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010026', 'MTV', '2224744', '6V7418', 'PLUG-NPTF', 2, 'D', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010027', 'MTV', '2224744', '2K9111', 'PIN SPRING', 1, 'D', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010028', 'MTV', '2224744', '8M4436', 'SEAL-O-RING', 2, 'D', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010029', 'MTV', '2224744', '6T7532', 'SCREEN AS', 1, 'D', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010030', 'MTV', '2224744', '0S1590', 'BOLT', 2, 'D', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010031', 'MTV', '2224744', '5M2894', 'WASHER-HARD', 2, 'D', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010032', 'MTV', '2224744', '1726240', 'COVER', 1, 'D1', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010033', 'MTV', '2224744', '1726236', 'RETAINER', 1, 'D2', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010034', 'MTV', '2224744', '9G9201', 'SEAT', 1, 'D2', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010035', 'MTV', '2224744', '7S0530', 'CLIP', 1, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010036', 'MTV', '2224744', '6V3965', 'ADAPTER - STR', 2, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010037', 'MTV', '2224744', '3J1907', 'SEAL-O-RING-STOR', 2, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010038', 'MTV', '2224744', '6V0852', 'CAP-DUST', 2, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010039', 'MTV', '2224744', '8M8282', 'SEAL-O RING', 5, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010040', 'MTV', '2224744', '0S1619', 'BOLT', 2, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010041', 'MTV', '2224744', '5M2894', 'WASHER-HARD', 2, 'E', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010042', 'MTV', '2224744', '3E8575', 'VALVE GP SOL', 1, 'F', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010043', 'MTV', '2224744', '2224741', 'VALVE GP-SOLENOID', 1, 'G', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010044', 'MTV', '2224744', '0L1143', 'BOLT', 2, 'G', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010045', 'MTV', '2224744', '5M2894', 'WASHER-HARD', 2, 'G', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010046', 'MTV', '2224744', '1160118/HE', 'CLIP', 1, 'G', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010047', 'MTV', '2224744', '4738146', 'PLATE-IDENTIFICATION', 1, 'G', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010048', 'MTV', '2224744', '5498842', 'PLUG', 4, 'H', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010049', 'MTV', '2224744', '1P1669', 'PLUG-SEALING', 1, 'I', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010050', 'MTV', '2224744', '3K0360', 'SEAL-O-RING-STOR', 1, 'I', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010051', 'MTV', '2224744', '1552267', 'PLUG AS-CONN', 1, 'I', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010052', 'MTV', '2224744', '1552272', 'PLUG AS-CONN', 1, 'I', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010053', 'MTV', '2224744', '8T8737', 'PLUG-SEAL', 7, 'I', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396286718010054', 'MTV', '2224744', '7B3028', 'SCREW-DRIVE', 1, 'I', 6, '2025-03-31 12:44:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010000', 'MTV', '6I9514', '5H8985', 'PIN-SPRING', 1, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010001', 'MTV', '6I9514', '8E8439', 'DOWEL', 1, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010002', 'MTV', '6I9514', '9S8001', 'PLUG-LD STOR', 7, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010003', 'MTV', '6I9514', '2385078', 'SEAL-O-RING-STOR', 7, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010004', 'MTV', '6I9514', '4B9880', 'BALL', 2, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010005', 'MTV', '6I9514', '8P7386', 'SPOOL', 1, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010006', 'MTV', '6I9514', '4M2381', 'SPRING', 2, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010007', 'MTV', '6I9514', '1S1636', 'RETAINER', 2, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010008', 'MTV', '6I9514', '1S1638', 'RING-RETAINING', 2, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010009', 'MTV', '6I9514', '6Y8049', 'SPOOL', 1, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010010', 'MTV', '6I9514', '5M2504', 'SLUG', 2, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010011', 'MTV', '6I9514', '2215311', 'PLATE-IDENT', 1, 'A', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010012', 'MTV', '6I9514', '9S8008', 'PLUG-LD STOR', 3, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010013', 'MTV', '6I9514', '2385082', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010014', 'MTV', '6I9514', '9W7410', 'SPRING', 1, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010015', 'MTV', '6I9514', '6V3683', 'SEAL-O-RING', 1, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010016', 'MTV', '6I9514', '5J2721', 'SHIM', 2, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010017', 'MTV', '6I9514', '6J3993', 'SHIM', 2, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010018', 'MTV', '6I9514', '5J1036', 'SHIM', 2, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010019', 'MTV', '6I9514', '9M1974', 'WASHER-HARD', 1, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010020', 'MTV', '6I9514', '0S1618', 'BOLT', 2, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010021', 'MTV', '6I9514', '9G9150', 'CLIP', 1, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010022', 'MTV', '6I9514', '9S8004', 'PLUG-LD STOR', 3, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010023', 'MTV', '6I9514', '2147568', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010024', 'MTV', '6I9514', '9P0683', 'SPRING', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010025', 'MTV', '6I9514', '8L2777', 'SEAL-O-RING', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010026', 'MTV', '6I9514', '3706345', 'ORIFICE AS.', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010027', 'MTV', '6I9514', '9D7884', 'SPRING', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010028', 'MTV', '6I9514', '6Y4541', 'PISTON-SELECTOR', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010029', 'MTV', '6I9514', '6Y4542', 'PISTON-LOAD', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010030', 'MTV', '6I9514', '9J1330', 'SHIM', 2, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010031', 'MTV', '6I9514', '2S0675', 'SPACER', 2, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010032', 'MTV', '6I9514', '8J4452', 'SHIM', 2, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010033', 'MTV', '6I9514', '8E0758', 'SPRING', 1, 'C', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010034', 'MTV', '6I9514', '8E4592', 'STOP', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010035', 'MTV', '6I9514', '5L9018', 'BOLT-SOCKET HEAD', 2, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010036', 'MTV', '6I9514', '0617540', 'SEAL-O-RING', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010037', 'MTV', '6I9514', '2B2695', 'BOLT', 2, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010038', 'MTV', '6I9514', '6Y4538', 'COVER', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010039', 'MTV', '6I9514', '9W6964', 'VALVE AS-EXHAUST', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010040', 'MTV', '6I9514', '9S8003', 'PLUG-LD STOR', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010041', 'MTV', '6I9514', '2147567', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010042', 'MTV', '6I9514', '3023809', 'VALVE GP-SOL', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010043', 'MTV', '6I9514', '6V3965', 'ADAPTER-STR', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010044', 'MTV', '6I9514', '2147568', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010045', 'MTV', '6I9514', '8E8867', 'COVER', 1, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010046', 'MTV', '6I9514', '8E8868', 'GASKET', 1, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010047', 'MTV', '6I9514', '9M1974', 'WASHER-HARD', 4, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010048', 'MTV', '6I9514', '0S1618', 'BOLT', 4, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010049', 'MTV', '6I9514', '9G3695', 'PLUG-SEALING', 2, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010050', 'MTV', '6I9514', '7N9738', 'HOUSING-RECP', 1, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010051', 'MTV', '6I9514', '6V0852', 'CAP-DUST', 1, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010052', 'MTV', '6I9514', '5M2894', 'WASHER-HARD', 3, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010053', 'MTV', '6I9514', '5F4899', 'BOLT', 3, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010054', 'MTV', '6I9514', '6V6353', 'SEAL-O-RING', 1, 'E', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396568444010055', 'MTV', '6I9514', '6Y4539', 'COVER', 1, 'F', 1, '2025-03-31 12:49:28', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010000', 'MTV', '3844615', '5H8985', 'PIN-SPRING ', 1, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010001', 'MTV', '3844615', '8E8439', 'DOWEL ', 1, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010002', 'MTV', '3844615', '9S8001', 'PLUG-LD STOR ', 7, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010003', 'MTV', '3844615', '2385078', 'SEAL-O-RING-STOR', 7, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010004', 'MTV', '3844615', '4B9880', 'BALL ', 2, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010005', 'MTV', '3844615', '8P7386', 'SPOOL ', 1, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010006', 'MTV', '3844615', '4M2381', 'SPRING ', 2, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010007', 'MTV', '3844615', '1S1636', 'RETAINER ', 2, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010008', 'MTV', '3844615', '1S1638', 'RING-RETAINING ', 2, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010009', 'MTV', '3844615', '6Y8049', 'SPOOL ', 1, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010010', 'MTV', '3844615', '5M2504', 'SLUG ', 2, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010011', 'MTV', '3844615', '3850021', 'PLATE-IDENT ', 1, 'A', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010012', 'MTV', '3844615', '9S8008', 'PLUG-LD STOR ', 3, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010013', 'MTV', '3844615', '2385082', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010014', 'MTV', '3844615', '9W7410', 'SPRING ', 1, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010015', 'MTV', '3844615', '6V3683', 'SEAL-O-RING ', 1, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010016', 'MTV', '3844615', '5J2721', 'SHIM ', 2, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010017', 'MTV', '3844615', '6J3993', 'SHIM ', 2, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010018', 'MTV', '3844615', '5J1036', 'SHIM ', 2, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010019', 'MTV', '3844615', '9M1974', 'WASHER-HARD ', 1, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010020', 'MTV', '3844615', '0S1618', 'BOLT ', 2, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010021', 'MTV', '3844615', '1305300', 'CLIP ', 1, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010022', 'MTV', '3844615', '9S8004', 'PLUG-LD STOR ', 3, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010023', 'MTV', '3844615', '2147568', 'SEAL-O-RING-STOR', 3, 'B', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010024', 'MTV', '3844615', '9P0683', 'SPRING ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010025', 'MTV', '3844615', '8L2777', 'SEAL-O-RING ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010026', 'MTV', '3844615', '3706345', 'ORIFICE AS ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010027', 'MTV', '3844615', '9D7884', 'SPRING ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010028', 'MTV', '3844615', '6Y4541', 'PISTON-SELECTOR ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010029', 'MTV', '3844615', '6Y4542', 'PISTON-LOAD ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010030', 'MTV', '3844615', '9J1330', 'SHIM ', 2, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010031', 'MTV', '3844615', '2S0675', 'SPACER ', 2, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010032', 'MTV', '3844615', '8J4452', 'SHIM ', 2, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010033', 'MTV', '3844615', '8E0758', 'SPRING ', 1, 'C', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010034', 'MTV', '3844615', '8E4592', 'STOP ', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010035', 'MTV', '3844615', '5L9018', 'BOLT-SOCKET HEAD', 2, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010036', 'MTV', '3844615', '0617540', 'SEAL-O-RING ', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010037', 'MTV', '3844615', '2B2695', 'BOLT ', 2, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010038', 'MTV', '3844615', '6Y4538', 'COVER ', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010039', 'MTV', '3844615', '9W6964', 'VALVE AS-EXHAUST', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010040', 'MTV', '3844615', '9S8003', 'PLUG-LD STOR ', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010041', 'MTV', '3844615', '2147567', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010042', 'MTV', '3844615', '3023813', 'VALVE GP-SOL ', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010043', 'MTV', '3844615', '6V3965', 'ADAPTER-STR ', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010044', 'MTV', '3844615', '2147568', 'SEAL-O-RING-STOR', 1, 'D', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010045', 'MTV', '3844615', '8E8867', 'COVER ', 1, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010046', 'MTV', '3844615', '8E8868', 'GASKET ', 1, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010047', 'MTV', '3844615', '9M1974', 'WASHER-HARD ', 4, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010048', 'MTV', '3844615', '0S1618', 'BOLT ', 4, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010049', 'MTV', '3844615', '8T8737', 'PLUG-SEAL ', 2, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010050', 'MTV', '3844615', '1552269', 'PLUG AS-CONN ', 1, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010051', 'MTV', '3844615', '6V0852', 'CAP-DUST ', 1, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010052', 'MTV', '3844615', '5M2894', 'WASHER-HARD ', 3, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010053', 'MTV', '3844615', '5F4899', 'BOLT ', 3, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010054', 'MTV', '3844615', '6V6353', 'SEAL-O-RING ', 1, 'E', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396657251010055', 'MTV', '3844615', '6Y4539', 'COVER ', 1, 'F', 1, '2025-03-31 12:50:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010000', 'B Segment', '3706919', '9J8126', '钢铁制塞堵', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010001', 'B Segment', '3706919', '3676002', '钢铁制塞堵组件', 2, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010002', 'B Segment', '3706919', '4J7533', '橡胶密封圈', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010003', 'B Segment', '3706919', '9S8001', '钢铁制塞堵', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010004', 'B Segment', '3706919', '4K1388', '橡胶密封圈', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010005', 'B Segment', '3706919', '3603696', '钢铁制塞堵', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010006', 'B Segment', '3706919', '3676001', '钢铁制塞堵组件', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010007', 'B Segment', '3706919', '4T5072', '塑料密封圈', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010008', 'B Segment', '3706919', '4T5073', '塑料密封圈', 1, 'A', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010009', 'B Segment', '3706919', '7J9933', '橡胶密封圈', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010010', 'B Segment', '3706919', '1008010', '阀芯', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010011', 'B Segment', '3706919', '1008011', '钢铁制塞堵', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010012', 'B Segment', '3706919', '7M8485', '橡胶密封圈', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010013', 'B Segment', '3706919', '2S2596', '钢铁弹簧', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010014', 'B Segment', '3706919', '2077434', '阀用止动块', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010015', 'B Segment', '3706919', '9S4180', '钢铁制塞堵', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010016', 'B Segment', '3706919', '4J7533', '橡胶密封圈', 1, 'B', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010017', 'B Segment', '3706919', '3529954', '钢铁弹簧', 1, 'C', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010018', 'B Segment', '3706919', '3529956', '阀用止动块', 1, 'C', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010019', 'B Segment', '3706919', '1H1023', '橡胶密封圈', 2, 'C', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010020', 'B Segment', '3706919', '1879630', '橡胶密封圈', 2, 'C', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010021', 'B Segment', '3706919', '4T5074', '塑料密封圈', 1, 'C', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010022', 'B Segment', '3706919', '5M2057', '橡胶密封圈', 1, 'C', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010023', 'B Segment', '3706919', '6V5556', '橡胶密封圈', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010024', 'B Segment', '3706919', '3612422', '阀用间隔套', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010025', 'B Segment', '3706919', '3706936', '钢铁弹簧', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010026', 'B Segment', '3706919', '8T4185', '螺栓8T-4185', 2, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010027', 'B Segment', '3706919', '1919247', '钢铁制垫圈', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010028', 'B Segment', '3706919', '1982914', '钢铁制螺母', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010029', 'B Segment', '3706919', '3161438', '插装阀组件', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010030', 'B Segment', '3706919', '3617213', '插装阀组件', 1, 'D', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010031', 'B Segment', '3706919', '8T5066', '钢铁螺栓', 2, 'E', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010032', 'B Segment', '3706919', '3J1907', '橡胶密封圈', 1, 'E', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010033', 'B Segment', '3706919', '3603692', '钢铁制塞堵', 1, 'E', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010034', 'B Segment', '3706919', '4K1388', '橡胶密封圈', 1, 'F', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010035', 'B Segment', '3706919', '4J5351', '橡胶密封圈', 1, 'F', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010036', 'B Segment', '3706919', '7X7888', '钢铁螺栓', 2, 'F', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010037', 'B Segment', '3706919', '4363449', '阀座', 1, 'F', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010038', 'B Segment', '3706919', '3706916', '阀座', 1, 'F', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396685611010039', 'B Segment', '3706919', '3128629', '电磁线圈', 1, 'F', 1, '2025-03-31 12:51:26', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010000', 'B Segment', '1199620', '9T3004', 'VALVE ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010001', 'B Segment', '1199620', '9T7677', 'RETAINER ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010002', 'B Segment', '1199620', '9T3005', 'SPRING ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010003', 'B Segment', '1199620', '7D9749', 'SEAL-O RING ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010004', 'B Segment', '1199620', '9T7678', 'COVER ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010005', 'B Segment', '1199620', '1541580', 'WASHER-HARD ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010006', 'B Segment', '1199620', '8D7815', 'SCREW-BUTTON HD ', 2, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010007', 'B Segment', '1199620', '2M9780', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396759953010008', 'B Segment', '1199620', '9S8006', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-31 12:52:40', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743396778601010000', 'Cover As', '6T7533', '2K9111', 'PIN-SPRING', 1, 'A', 1, '2025-03-31 12:52:59', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010000', 'WTS', '6005905', '5668578', 'VALVE GP-RELIEF ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010001', 'WTS', '6005905', '4J0527', 'SEAL-O-RING ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010002', 'WTS', '6005905', '2J5608', 'FLANGE-COVER ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010003', 'WTS', '6005905', '1P4582', 'FLANGE-SPLIT ', 2, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010004', 'WTS', '6005905', '8T4184', 'BOLT-HEX HEAD ', 4, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010005', 'WTS', '6005905', '8T4223', 'WASHER-HARD ', 4, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010006', 'WTS', '6005905', '4J0527', 'SEAL-O-RING ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010007', 'WTS', '6005905', '2J5608', 'FLANGE-COVER ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010008', 'WTS', '6005905', '1P4582', 'FLANGE-SPLIT ', 2, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010009', 'WTS', '6005905', '8T4184', 'BOLT-HEX HEAD ', 4, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010010', 'WTS', '6005905', '8T4223', 'WASHER-HARD ', 4, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010011', 'WTS', '6005905', '4J0527', 'SEAL-O-RING ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010012', 'WTS', '6005905', '2J5608', 'FLANGE-COVER ', 1, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010013', 'WTS', '6005905', '1P4582', 'FLANGE-SPLIT ', 2, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010014', 'WTS', '6005905', '8T4184', 'BOLT-HEX HEAD ', 4, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010015', 'WTS', '6005905', '8T4223', 'WASHER-HARD ', 4, 'A', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010016', 'WTS', '6005905', '1P3705', 'SEAL-RECTANGULAR', 1, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010017', 'WTS', '6005905', '5P0049', 'COVER ', 1, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010018', 'WTS', '6005905', '5P8077', 'FLANGE-SPLIT ', 2, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010019', 'WTS', '6005905', '8T4140', 'BOLT-HEX HEAD ', 4, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010020', 'WTS', '6005905', '8T4122', 'WASHER-HARD ', 4, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010021', 'WTS', '6005905', '6005903', 'PLATE-IDENT ', 1, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010022', 'WTS', '6005905', '1P3705', 'SEAL-RECTANGULAR', 1, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010023', 'WTS', '6005905', '5P0049', 'COVER ', 1, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010024', 'WTS', '6005905', '5P8077', 'FLANGE-SPLIT ', 2, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010025', 'WTS', '6005905', '8T4140', 'BOLT-HEX HEAD ', 4, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743398502519010026', 'WTS', '6005905', '8T4122', 'WASHER-HARD ', 4, 'B', 1, '2025-03-31 13:21:43', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470050010000', 'B Segment', '3773677', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010000', 'B Segment', '3773677', '1008010', '阀芯', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010001', 'B Segment', '3773677', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010002', 'B Segment', '3773677', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010003', 'B Segment', '3773677', '4D0514', '阀用塞堵', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010004', 'B Segment', '3773677', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010005', 'B Segment', '3773677', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010006', 'B Segment', '3773677', '4T5073', '塑料密封圈', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010007', 'B Segment', '3773677', '1008012', '阀体', 1, 'A', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010008', 'B Segment', '3773677', '1750453', '阀芯', 1, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010009', 'B Segment', '3773677', '4K1388', '橡胶密封圈', 1, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010010', 'B Segment', '3773677', '7J9933', '橡胶密封圈', 1, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010011', 'B Segment', '3773677', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010012', 'B Segment', '3773677', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010013', 'B Segment', '3773677', '2608590', '换向阀', 1, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010014', 'B Segment', '3773677', '7M8485', '橡胶密封圈', 1, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010015', 'B Segment', '3773677', '9S4181', '钢铁制塞堵', 1, 'B', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010016', 'B Segment', '3773677', '1919247', '钢铁制垫圈', 2, 'C', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010017', 'B Segment', '3773677', '1982914', '钢铁制螺母', 2, 'C', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010018', 'B Segment', '3773677', '3128629', '电磁线圈', 2, 'D', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010019', 'B Segment', '3773677', '2077434', '阀用止动块', 2, 'E', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010020', 'B Segment', '3773677', '9S4180', '钢铁制塞堵', 1, 'E', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010021', 'B Segment', '3773677', '4J7533', '橡胶密封圈', 1, 'E', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010022', 'B Segment', '3773677', '3161438', '插装阀组件', 2, 'E', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010023', 'B Segment', '3773677', '3617213', '插装阀组件', 2, 'E', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010024', 'B Segment', '3773677', '2427955', '阀座', 2, 'F', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010025', 'B Segment', '3773677', '1879630', '橡胶密封圈', 2, 'G', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010026', 'B Segment', '3773677', '1H1023', '橡胶密封圈', 6, 'G', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010027', 'B Segment', '3773677', '2Y2347', '橡胶密封圈', 1, 'G', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010028', 'B Segment', '3773677', '3J1907', '橡胶密封圈', 2, 'G', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010029', 'B Segment', '3773677', '9S8004', '钢铁制塞堵', 2, 'G', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010030', 'B Segment', '3773677', '3885295', '阀座', 1, 'H', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010031', 'B Segment', '3773677', '3529954', '钢铁弹簧', 2, 'I', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010032', 'B Segment', '3773677', '3529956', '阀用止动块', 2, 'I', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743406470051010033', 'B Segment', '3773677', '9X8256', '钢铁制垫圈', 4, 'I', 6, '2025-03-31 15:34:30', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010000', 'B Segment', '3773676', '2S2596', '钢铁弹簧', 3, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010001', 'B Segment', '3773676', '1008010', '阀芯', 1, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010002', 'B Segment', '3773676', '1750453', '阀芯', 2, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010003', 'B Segment', '3773676', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010004', 'B Segment', '3773676', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010005', 'B Segment', '3773676', '4D0514', '阀用塞堵', 1, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010006', 'B Segment', '3773676', '9S8002', '钢铁制塞堵', 2, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010007', 'B Segment', '3773676', '3J7354', '橡胶密封圈', 2, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010008', 'B Segment', '3773676', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010009', 'B Segment', '3773676', '1008012', '阀体', 2, 'B', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010010', 'B Segment', '3773676', '4T5073', '塑料密封圈', 2, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010011', 'B Segment', '3773676', '7J9933', '橡胶密封圈', 2, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010012', 'B Segment', '3773676', '4J7533', '橡胶密封圈', 2, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010013', 'B Segment', '3773676', '9S8001', '钢铁制塞堵', 2, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010014', 'B Segment', '3773676', '7M8485', '橡胶密封圈', 1, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010015', 'B Segment', '3773676', '9S4181', '钢铁制塞堵', 1, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010016', 'B Segment', '3773676', '1919247', '钢铁制垫圈', 2, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010017', 'B Segment', '3773676', '1982914', '钢铁制螺母', 2, 'C', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010018', 'B Segment', '3773676', '3128629', '电磁线圈', 2, 'D', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010019', 'B Segment', '3773676', '2427955', '阀座', 2, 'E', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010020', 'B Segment', '3773676', '3161438', '插装阀组件', 2, 'F', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010021', 'B Segment', '3773676', '3617213', '插装阀组件', 2, 'F', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010022', 'B Segment', '3773676', '2077434', '阀用止动块', 2, 'F', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010023', 'B Segment', '3773676', '9S4180', '钢铁制塞堵', 1, 'F', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010024', 'B Segment', '3773676', '4J7533', '橡胶密封圈', 1, 'G', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534482010025', 'B Segment', '3773676', '1879630', '橡胶密封圈', 2, 'G', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010000', 'B Segment', '3773676', '1H1023', '橡胶密封圈', 6, 'G', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010001', 'B Segment', '3773676', '2Y2347', '橡胶密封圈', 1, 'G', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010002', 'B Segment', '3773676', '3J1907', '橡胶密封圈', 2, 'G', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010003', 'B Segment', '3773676', '9S8004', '钢铁制塞堵', 2, 'G', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010004', 'B Segment', '3773676', '3885295', '阀座', 1, 'H', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010005', 'B Segment', '3773676', '3529954', '钢铁弹簧', 2, 'I', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010006', 'B Segment', '3773676', '3529956', '阀用止动块', 2, 'I', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743407534483010007', 'B Segment', '3773676', '9X8256', '钢铁制垫圈', 4, 'I', 6, '2025-03-31 15:52:14', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010000', 'B Segment', '4204712', '1235798', 'SEAT', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010001', 'B Segment', '4204712', '1249957', 'PIN', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010002', 'B Segment', '4204712', '1235799', 'SEAT', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010003', 'B Segment', '4204712', '4342475', 'VALVE GP-D RLF-A', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010004', 'B Segment', '4204712', '2828827', 'PLUG', 2, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010005', 'B Segment', '4204712', '6V3965', 'ADAPTER-STR', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010006', 'B Segment', '4204712', '2147568', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010007', 'B Segment', '4204712', '6V0852', 'CAP-DUST', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010008', 'B Segment', '4204712', '3K0360', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743473807347010009', 'B Segment', '4204712', '9S8005', 'PLUG-LD STOR', 1, 'A', 1, '2025-04-01 10:16:47', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010000', 'B Segment', '3872116', '9T1573', '安全阀', 1, 'A', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010001', 'B Segment', '3872116', '0963831/HE', '节流阀', 1, 'A', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010002', 'B Segment', '3872116', '3872119', '铭牌', 1, 'A', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010003', 'B Segment', '3872116', '1027365', '螺钉', 2, 'A', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010004', 'B Segment', '3872116', '3711784', '溢流阀', 1, 'B', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010005', 'B Segment', '3872116', '9X2027', '垫片', 2, 'B', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010006', 'B Segment', '3872116', '0858091', '螺钉', 2, 'B', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010007', 'B Segment', '3872116', '1239624', '弹簧', 1, 'C', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010008', 'B Segment', '3872116', '1730514', '端盖', 1, 'C', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010009', 'B Segment', '3872116', '6V5192', '螺钉', 2, 'C', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010010', 'B Segment', '3872116', '5M2057', '密封O型圈', 2, 'C', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010011', 'B Segment', '3872116', '4T4631', '弹簧', 1, 'D', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010012', 'B Segment', '3872116', '1536976', '弹簧', 1, 'D', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010013', 'B Segment', '3872116', '1537067', '弹簧座', 1, 'D', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010014', 'B Segment', '3872116', '1537551', '弹簧座', 1, 'D', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010015', 'B Segment', '3872116', '9T1573', '安全阀', 1, 'E', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010016', 'B Segment', '3872116', '5K0227', '密封O型圈', 1, 'E', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010017', 'B Segment', '3872116', '1730511', '端盖', 1, 'F', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010018', 'B Segment', '3872116', '3J1907', '密封O型圈', 1, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010019', 'B Segment', '3872116', '9S8004', '堵头', 1, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010020', 'B Segment', '3872116', '9S8002', '堵头', 1, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010021', 'B Segment', '3872116', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010022', 'B Segment', '3872116', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010023', 'B Segment', '3872116', '9S8001', '堵头', 2, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010024', 'B Segment', '3872116', '1612684', '螺钉', 1, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010025', 'B Segment', '3872116', '7J0204', '密封O型圈', 1, '预装配1', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010026', 'B Segment', '3872116', '1008011', '堵头', 1, '预装配2', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010027', 'B Segment', '3872116', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010028', 'B Segment', '3872116', '2S2596', '弹簧', 1, '预装配2', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743475680417010029', 'B Segment', '3872116', '1008010', '阀', 1, '预装配2', 6, '2025-04-01 10:48:00', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010000', 'B Segment', '5786299', '1008010', 'VALVE,VALVE GP-CONT -P', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010001', 'B Segment', '5786299', '1008011', 'PLUG,VALVE GP-CONT -P', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010002', 'B Segment', '5786299', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010003', 'B Segment', '5786299', '2S2596', 'SPRING', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010004', 'B Segment', '5786299', '4D0514', 'PLUG-PTF', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010005', 'B Segment', '5786299', '3603678', 'PLUG-HD STOR', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010006', 'B Segment', '5786299', '2147567', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010007', 'B Segment', '5786299', '1161890', 'VALVE GP-CHECK-D', 2, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010008', 'B Segment', '5786299', '3676001', 'PLUG AS-HD STOR', 1, 'A', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010009', 'B Segment', '5786299', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010010', 'B Segment', '5786299', '9S8001', 'PLUG-LD STOR', 2, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010011', 'B Segment', '5786299', '3612422', 'SLEEVE', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010012', 'B Segment', '5786299', '4T5074', 'RING-BACKU', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010013', 'B Segment', '5786299', '6V5556', 'SEAL-O RING', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010014', 'B Segment', '5786299', '4T1649', 'HOUSING', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010015', 'B Segment', '5786299', '5M2057', 'SEAL-O-RING', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010016', 'B Segment', '5786299', '8T4185', 'BOLT-HEX HEAD', 2, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010017', 'B Segment', '5786299', '4933160', 'HOUSING', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010018', 'B Segment', '5786299', '2271189', 'SCREEN - PILOT', 1, 'B', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010019', 'B Segment', '5786299', '1717978', 'PLUG-PIPE', 2, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010020', 'B Segment', '5786299', '7J0204', 'SEAL-O-RING', 1, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010021', 'B Segment', '5786299', '9S8007', 'PLUG-LD STOR', 1, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010022', 'B Segment', '5786299', '1H1023', 'SEAL-O RING', 3, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010023', 'B Segment', '5786299', '3J9015', 'SEAL-O RING', 3, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010024', 'B Segment', '5786299', '1483483', 'PLUG', 1, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010025', 'B Segment', '5786299', '0951582/HE', 'SEAL-O-RING', 1, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010026', 'B Segment', '5786299', '8T2396', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010027', 'B Segment', '5786299', '4612544', 'SENSOR AS-SPOOL', 1, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010028', 'B Segment', '5786299', '6V8653', 'BOLT-SOCKET HD', 2, 'C', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010029', 'B Segment', '5786299', '3410825', 'PROBEAS-SPOOL', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010030', 'B Segment', '5786299', '1537551', 'RETAINER', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010031', 'B Segment', '5786299', '4214353', 'SPRING', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010032', 'B Segment', '5786299', '1537067', 'RETAINER,', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010033', 'B Segment', '5786299', '1612684', 'SCREW', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010034', 'B Segment', '5786299', '7J0204', 'SEAL-O-RING', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010035', 'B Segment', '5786299', '4363447', 'HOUSING', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010036', 'B Segment', '5786299', '4363448', 'HOUSING', 1, 'D', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010037', 'B Segment', '5786299', '6E5066', 'SCREEN', 1, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010038', 'B Segment', '5786299', '5786301', 'PLATE-IDENT', 1, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010039', 'B Segment', '5786299', '6V9606', 'BOLT', 2, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010040', 'B Segment', '5786299', '3J1907', 'SEAL-O-RING-STOR', 3, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010041', 'B Segment', '5786299', '3603692', 'PLUG-HD STOR', 3, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010042', 'B Segment', '5786299', '3676002', 'PLUG AS-HD STOR', 1, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010043', 'B Segment', '5786299', '2304013', 'PLUG AS-CONN', 1, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476273479010044', 'B Segment', '5786299', '8T8737', 'PLUG-SEAL', 3, 'E', 1, '2025-04-01 10:57:53', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010000', 'B Segment', '4938509', '1008010', '阀芯', 1, 'A', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010001', 'B Segment', '4938509', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010002', 'B Segment', '4938509', '3676001', '钢铁制塞堵组件', 1, 'A', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010003', 'B Segment', '4938509', '3676002', '钢铁制塞堵组件', 2, 'A', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010004', 'B Segment', '4938509', '2S2596', '钢铁弹簧', 1, 'A', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010005', 'B Segment', '4938509', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010006', 'B Segment', '4938509', '1239624', '钢铁弹簧', 1, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010007', 'B Segment', '4938509', '2077434', '阀用止动块', 2, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010008', 'B Segment', '4938509', '3529956', '阀用止动块', 2, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010009', 'B Segment', '4938509', '4J7533', '橡胶密封圈', 1, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010010', 'B Segment', '4938509', '5M2057', '橡胶密封圈', 1, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010011', 'B Segment', '4938509', '9S4180', '钢铁制塞堵', 1, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010012', 'B Segment', '4938509', '9X2027', '钢铁制垫圈', 2, 'D', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010013', 'B Segment', '4938509', '2427955', '阀座', 2, 'E', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010014', 'B Segment', '4938509', '1879630', '橡胶密封圈', 2, 'F', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010015', 'B Segment', '4938509', '1919247', '钢铁制垫圈', 2, 'F', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010016', 'B Segment', '4938509', '1982914', '钢铁制螺母', 2, 'F', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010017', 'B Segment', '4938509', '3161438', '插装阀组件', 2, 'F', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010018', 'B Segment', '4938509', '3617213', '插装阀组件', 2, 'F', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010019', 'B Segment', '4938509', '1H1023', '橡胶密封圈', 4, 'F', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010020', 'B Segment', '4938509', '3128629', '电磁线圈', 2, 'G', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010021', 'B Segment', '4938509', '3529954', '钢铁弹簧', 2, 'H', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010022', 'B Segment', '4938509', '3603679', '钢铁制塞堵', 2, 'H', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010023', 'B Segment', '4938509', '3J1907', '橡胶密封圈', 2, 'H', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010024', 'B Segment', '4938509', '9X8256', '钢铁制垫圈', 4, 'H', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010025', 'B Segment', '4938509', '9S8001', '钢铁制塞堵', 1, 'H', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743476937017010026', 'B Segment', '4938509', '4J7533', '橡胶密封圈', 1, 'H', 6, '2025-04-01 11:08:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010000', 'B Segment', '1628040', '1008010', '阀芯', 2, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010001', 'B Segment', '1628040', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010002', 'B Segment', '1628040', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010003', 'B Segment', '1628040', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010004', 'B Segment', '1628040', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010005', 'B Segment', '1628040', '3676002', '钢铁制塞堵组件', 1, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010006', 'B Segment', '1628040', '3676001', '钢铁制塞堵组件', 1, 'A', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010007', 'B Segment', '1628040', '4J5351', '橡胶密封圈', 1, 'B', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010008', 'B Segment', '1628040', '4K1388', '橡胶密封圈', 2, 'B', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010009', 'B Segment', '1628040', '4T5072', '塑料密封圈', 1, 'B', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010010', 'B Segment', '1628040', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010011', 'B Segment', '1628040', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010012', 'B Segment', '1628040', '1008012', '阀体', 1, 'B', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010013', 'B Segment', '1628040', '4J7533', '橡胶密封圈', 1, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010014', 'B Segment', '1628040', '9S8001', '钢铁制塞堵', 1, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010015', 'B Segment', '1628040', '4T1860', '换向阀', 1, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010016', 'B Segment', '1628040', '1239624', '钢铁弹簧', 1, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010017', 'B Segment', '1628040', '5M2057', '橡胶密封圈', 2, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010018', 'B Segment', '1628040', '8T4896', '钢铁制垫圈', 2, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010019', 'B Segment', '1628040', '8T9377', '钢铁制螺栓', 2, 'C', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010020', 'B Segment', '1628040', '1216649', '安全阀', 1, 'D', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010021', 'B Segment', '1628040', '1730515', '钢铁间隔套', 1, 'D', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010022', 'B Segment', '1628040', '5K0227', '橡胶密封圈', 2, 'D', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010023', 'B Segment', '1628040', '1537549', '阀用止动块', 1, 'D', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010024', 'B Segment', '1628040', '1537553', '钢铁弹簧', 1, 'D', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010025', 'B Segment', '1628040', '1635671', '钢铁制垫圈', 1, 'D', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010026', 'B Segment', '1628040', '9S7381', '钢铁制螺栓', 2, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010027', 'B Segment', '1628040', '1537550', '阀用止动挡圈', 1, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010028', 'B Segment', '1628040', '1640938', '钢铁弹簧', 1, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010029', 'B Segment', '1628040', '1704001', '钢铁弹簧', 1, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010030', 'B Segment', '1628040', '1537067', '阀用止动挡圈', 1, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010031', 'B Segment', '1628040', '7J0204', '橡胶密封圈', 1, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743487271540010032', 'B Segment', '1628040', '2788966', '钢铁制螺栓', 2, 'E', 6, '2025-04-01 14:01:12', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010000', 'B Segment', '2698153', '3D4603', '节流阀', 1, 'A', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010001', 'B Segment', '2698153', '4T1860', '阀', 1, 'A', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010002', 'B Segment', '2698153', '1730514', '端盖', 1, 'B', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010003', 'B Segment', '2698153', '6V5192', '螺钉', 2, 'B', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010004', 'B Segment', '2698153', '5M2057', '密封O型圈', 1, 'B', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010005', 'B Segment', '2698153', '4T4631', '弹簧', 1, 'C', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010006', 'B Segment', '2698153', '1536976', '弹簧', 1, 'C', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010007', 'B Segment', '2698153', '1537067', '弹簧座', 1, 'C', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010008', 'B Segment', '2698153', '1537551', '弹簧座', 1, 'C', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010009', 'B Segment', '2698153', '1027365', '螺钉', 2, 'D', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010010', 'B Segment', '2698153', '2732152', '铭牌', 1, 'D', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010011', 'B Segment', '2698153', '5K0227', '密封O型圈', 1, 'D', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010012', 'B Segment', '2698153', '1730511', '端盖', 1, 'E', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010013', 'B Segment', '2698153', '4T5073', '密封环', 2, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010014', 'B Segment', '2698153', '4T1108', '堵头', 1, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010015', 'B Segment', '2698153', '7J9933', '密封O型圈', 2, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010016', 'B Segment', '2698153', '9S8002', '堵头', 1, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010017', 'B Segment', '2698153', '3J7354', '密封O型圈', 1, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010018', 'B Segment', '2698153', '4J7533', '密封O型圈', 2, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010019', 'B Segment', '2698153', '9S8001', '堵头', 2, '预装配1', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010020', 'B Segment', '2698153', '4T1108', '堵头', 1, '预装配2', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010021', 'B Segment', '2698153', '1008011', '堵头', 1, '预装配2', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314860010022', 'B Segment', '2698153', '7M8485', '密封O型圈', 1, '预装配2', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010000', 'B Segment', '2698153', '2S2596', '弹簧', 1, '预装配2', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010001', 'B Segment', '2698153', '1008010', '阀', 1, '预装配2', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010002', 'B Segment', '2698153', '4J5351', '密封O型圈', 2, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010003', 'B Segment', '2698153', '2918148', '密封O型圈', 1, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010004', 'B Segment', '2698153', '7M8485', '密封O型圈', 1, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010005', 'B Segment', '2698153', '9S4181', '堵头', 1, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010006', 'B Segment', '2698153', '4T5072', '密封环', 2, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010007', 'B Segment', '2698153', '1612684', '螺钉', 1, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743488314861010008', 'B Segment', '2698153', '7J0204', '密封O型圈', 1, '预装配3', 6, '2025-04-01 14:18:35', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010000', 'B Segment', '1628314', '1008010', 'VALVE,VALVE GP-CONT -P', 2, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010001', 'B Segment', '1628314', '1008011', 'PLUG,VALVE GP-CONT -P', 1, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010002', 'B Segment', '1628314', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010003', 'B Segment', '1628314', '2S2596', 'SPRING', 2, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010004', 'B Segment', '1628314', '9J8126', 'PLUG-ORIFICE', 1, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010005', 'B Segment', '1628314', '3676002', 'PLUG AS-HD STOR', 1, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010006', 'B Segment', '1628314', '4T1108', 'PLUG', 1, 'A', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010007', 'B Segment', '1628314', '4J5351', 'SEAL-O RING,RUBBER', 1, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010008', 'B Segment', '1628314', '4K1388', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010009', 'B Segment', '1628314', '4T5072', 'RING-BACKUP', 1, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010010', 'B Segment', '1628314', '4T5073', 'RING-BACKUP', 2, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010011', 'B Segment', '1628314', '7J9933', 'SEAL-O RING', 2, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010012', 'B Segment', '1628314', '1008012', 'BODY', 1, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010013', 'B Segment', '1628314', '1809604', 'PLATE-IDENT', 1, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010014', 'B Segment', '1628314', '3676001', 'PLUG AS-HD STOR', 1, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010015', 'B Segment', '1628314', '4J7533', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010016', 'B Segment', '1628314', '9S8001', 'PLUG-LD STOR', 1, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010017', 'B Segment', '1628314', '4T1860', 'VALVE GP-SHTL -B', 1, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010018', 'B Segment', '1628314', '1216647', 'VALVE GP-RELIEF', 1, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010019', 'B Segment', '1628314', '5M2057', 'SEAL-O-RING', 2, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010020', 'B Segment', '1628314', '1239624', 'SPRING', 1, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010021', 'B Segment', '1628314', '8T4896', 'WASHER-HARD', 2, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010022', 'B Segment', '1628314', '8T9377', 'BOLT', 2, 'C', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010023', 'B Segment', '1628314', '1730515', 'SPACER', 1, 'D', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010024', 'B Segment', '1628314', '5K0227', 'SEAL-O-RING', 2, 'D', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010025', 'B Segment', '1628314', '1537549', 'RETAINER', 1, 'D', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010026', 'B Segment', '1628314', '1537553', 'SPRING', 1, 'D', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010027', 'B Segment', '1628314', '1635671', 'WASHER', 1, 'D', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010028', 'B Segment', '1628314', '1730512', 'HOUSING', 1, 'D', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010029', 'B Segment', '1628314', '9S7381', 'BOLT-SOCKET HEAD', 2, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010030', 'B Segment', '1628314', '1537550', 'RETAINER', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010031', 'B Segment', '1628314', '1640938', 'SPRING', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010032', 'B Segment', '1628314', '1704001', 'SPRING', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010033', 'B Segment', '1628314', '1537067', 'RETAINER', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010034', 'B Segment', '1628314', '1612685', 'SCREW', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010035', 'B Segment', '1628314', '7J0204', 'SEAL-O-RING', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010036', 'B Segment', '1628314', '1730511', 'HOUSING', 1, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489044379010037', 'B Segment', '1628314', '2788966', 'BOLT-HEX SOCKET', 2, 'E', 6, '2025-04-01 14:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010000', 'B Segment', '1628041', '1008010', '阀芯', 1, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010001', 'B Segment', '1628041', '2S2596', '钢铁弹簧', 1, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010002', 'B Segment', '1628041', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010003', 'B Segment', '1628041', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010004', 'B Segment', '1628041', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010005', 'B Segment', '1628041', '3676002', '钢铁制塞堵组件', 1, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010006', 'B Segment', '1628041', '4J5351', '橡胶密封圈', 2, 'A', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010007', 'B Segment', '1628041', '4K1388', '橡胶密封圈', 2, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010008', 'B Segment', '1628041', '4T5072', '塑料密封圈', 2, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010009', 'B Segment', '1628041', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010010', 'B Segment', '1628041', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010011', 'B Segment', '1628041', '4J7533', '橡胶密封圈', 1, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010012', 'B Segment', '1628041', '9S8001', '钢铁制塞堵', 1, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010013', 'B Segment', '1628041', '3676001', '钢铁制塞堵组件', 1, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010014', 'B Segment', '1628041', '4T1860', '换向阀', 1, 'B', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010015', 'B Segment', '1628041', '1216649', '安全阀', 1, 'D', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010016', 'B Segment', '1628041', '5M2057', '橡胶密封圈', 2, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010017', 'B Segment', '1628041', '1239624', '钢铁弹簧', 1, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010018', 'B Segment', '1628041', '8T4896', '钢铁制垫圈', 2, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010019', 'B Segment', '1628041', '8T9377', '钢铁制螺栓', 2, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010020', 'B Segment', '1628041', '7J0204', '橡胶密封圈', 1, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010021', 'B Segment', '1628041', '1537551', '阀用止动块', 1, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010022', 'B Segment', '1628041', '1536976', '钢铁弹簧', 1, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010023', 'B Segment', '1628041', '4T4631', '钢铁弹簧', 1, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010024', 'B Segment', '1628041', '1537067', '阀用止动挡圈', 1, 'E', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010025', 'B Segment', '1628041', '5K0227', '橡胶密封圈', 1, 'H', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010026', 'B Segment', '1628041', '2788966', '钢铁制螺栓', 2, 'H', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489477027010027', 'B Segment', '1628041', '1T0284', '钢铁制螺栓', 2, 'H', 6, '2025-04-01 14:37:57', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010000', 'B Segment', '3251766', '8T4196', '钢铁制螺栓', 4, 'B', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010001', 'B Segment', '3251766', '5H4019', '钢铁安装盖', 1, 'B', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010002', 'B Segment', '3251766', '8C3206', '钢铁制法兰', 2, 'B', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010003', 'B Segment', '3251766', '8T4121', '钢铁制垫圈', 4, 'B', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010004', 'B Segment', '3251766', '3J1907', '橡胶密封圈', 2, 'B', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010005', 'B Segment', '3251766', '4J0520', '橡胶密封圈', 1, 'C', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010006', 'B Segment', '3251766', '9S4191', '钢铁制塞堵', 2, 'C', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010007', 'B Segment', '3251766', '4K1388', '橡胶密封圈', 1, 'C', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743489878416010008', 'B Segment', '3251766', '9S4188', '钢铁制塞堵', 1, 'C', 6, '2025-04-01 14:44:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010000', 'B Segment', '3250383', '1008010', '阀芯', 2, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010001', 'B Segment', '3250383', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010002', 'B Segment', '3250383', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010003', 'B Segment', '3250383', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010004', 'B Segment', '3250383', '4D0514', '阀用塞堵', 1, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010005', 'B Segment', '3250383', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010006', 'B Segment', '3250383', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010007', 'B Segment', '3250383', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010008', 'B Segment', '3250383', '4J5351', '橡胶密封圈', 1, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010009', 'B Segment', '3250383', '4T5072', '塑料密封圈', 1, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010010', 'B Segment', '3250383', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010011', 'B Segment', '3250383', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010012', 'B Segment', '3250383', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010013', 'B Segment', '3250383', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010014', 'B Segment', '3250383', '2608590', '换向阀', 1, 'B', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010015', 'B Segment', '3250383', '1008012', '阀体', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010016', 'B Segment', '3250383', '7M8485', '橡胶密封圈', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010017', 'B Segment', '3250383', '9S4181', '钢铁制塞堵', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010018', 'B Segment', '3250383', '9S4180', '钢铁制塞堵', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010019', 'B Segment', '3250383', '4J7533', '橡胶密封圈', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010020', 'B Segment', '3250383', '3529956', '阀用止动块', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010021', 'B Segment', '3250383', '3529954', '钢铁弹簧', 1, 'C', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010022', 'B Segment', '3250383', '2077434', '阀用止动块', 2, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010023', 'B Segment', '3250383', '1919247', '钢铁制垫圈', 2, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010024', 'B Segment', '3250383', '1982914', '钢铁制螺母', 2, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010025', 'B Segment', '3250383', '3161438', '插装阀组件', 2, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010026', 'B Segment', '3250383', '3617213', '插装阀组件', 2, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010027', 'B Segment', '3250383', '1879630', '橡胶密封圈', 2, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010028', 'B Segment', '3250383', '1H1023', '橡胶密封圈', 4, 'E', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010029', 'B Segment', '3250383', '3128629', '电磁线圈', 2, 'F', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010030', 'B Segment', '3250383', '3328826', '阀座', 1, 'G', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010031', 'B Segment', '3250383', '9X8256', '钢铁制垫圈', 4, 'H', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010032', 'B Segment', '3250383', '3487104', '钢铁弹簧', 1, 'H', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010033', 'B Segment', '3250383', '6V0852', '橡胶防尘盖', 2, 'H', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010034', 'B Segment', '3250383', '1503065', '钢铁制螺纹接头组件', 1, 'H', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010035', 'B Segment', '3250383', '6V3965', '取样阀', 2, 'H', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010036', 'B Segment', '3250383', '2147568', '橡胶密封圈', 2, 'H', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010037', 'B Segment', '3250383', '2427955', '阀座', 1, 'I', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010038', 'B Segment', '3250383', '3J1907', '橡胶密封圈', 2, 'J', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743491914210010039', 'B Segment', '3250383', '7W7381', '钢铁制管路接头', 2, 'J', 6, '2025-04-01 15:18:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010000', 'B Segment', '1648913', '9T3541', '安全阀', 1, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010001', 'B Segment', '1648913', '3J1907', '橡胶密封圈', 1, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010002', 'B Segment', '1648913', '9S4191', '钢铁制塞堵', 1, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010003', 'B Segment', '1648913', '1P5766', '钢铁制法兰', 2, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010004', 'B Segment', '1648913', '8C6877', '钢铁制螺栓', 4, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010005', 'B Segment', '1648913', '8T5360', '钢铁制垫圈', 4, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010006', 'B Segment', '1648913', '1P3703', '橡胶密封圈', 1, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743492007283010007', 'B Segment', '1648913', '5P0047', '钢铁安装盖', 1, 'A', 1, '2025-04-01 15:20:07', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319449010000', 'B Segment', '3275267', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319449010001', 'B Segment', '3275267', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319449010002', 'B Segment', '3275267', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319449010003', 'B Segment', '3275267', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319449010004', 'B Segment', '3275267', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319449010005', 'B Segment', '3275267', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010000', 'B Segment', '3275267', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010001', 'B Segment', '3275267', '4J5351', 'SEAL-O-RING ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010002', 'B Segment', '3275267', '7J9933', 'SEAL-O RING ', 1, 'A', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010003', 'B Segment', '3275267', '4T1108', 'PLUG ', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010004', 'B Segment', '3275267', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010005', 'B Segment', '3275267', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010006', 'B Segment', '3275267', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010007', 'B Segment', '3275267', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010008', 'B Segment', '3275267', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010009', 'B Segment', '3275267', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010010', 'B Segment', '3275267', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010011', 'B Segment', '3275267', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010012', 'B Segment', '3275267', '4T1108', 'PLUG ', 1, 'C', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010013', 'B Segment', '3275267', '4T5072', 'RING-BACKUP ', 1, 'D', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010014', 'B Segment', '3275267', '4T5073', 'RING-BACKUP ', 1, 'D', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010015', 'B Segment', '3275267', '2608590', 'VALVE GP-SHTL -B', 1, 'D', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010016', 'B Segment', '3275267', '6V5556', 'SEAL-O RING ', 1, 'D', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010017', 'B Segment', '3275267', '3664972', 'RING-BACKUP ', 1, 'D', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319450010018', 'B Segment', '3275267', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010000', 'B Segment', '3275267', '4T1701', 'SPRING ', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010001', 'B Segment', '3275267', '4T1649', 'HOUSING ', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010002', 'B Segment', '3275267', '5M2057', 'SEAL-O-RING ', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010003', 'B Segment', '3275267', '8T4185', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010004', 'B Segment', '3275267', '4J7533', 'SEAL-O-RING-STOR', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010005', 'B Segment', '3275267', '9S4180', 'PLUG-LD STOR ', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010006', 'B Segment', '3275267', '3529956', 'RETAINER ', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010007', 'B Segment', '3275267', '2077434', 'RETAINER ', 1, 'E', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010008', 'B Segment', '3275267', '3529956', 'RETAINER ', 1, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010009', 'B Segment', '3275267', '3529954', 'SPRING ', 2, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010010', 'B Segment', '3275267', '2077434', 'RETAINER ', 1, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010011', 'B Segment', '3275267', '8T4145', 'BOLT-HEX HEAD ', 4, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010012', 'B Segment', '3275267', '9X8256', 'WASHER ', 4, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010013', 'B Segment', '3275267', '3275268', 'PLATE-IDENT ', 1, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010014', 'B Segment', '3275267', '1503065', 'ADAPTER AS-ELBOW', 1, 'F', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319451010015', 'B Segment', '3275267', '3J1907', 'SEAL-O-RING-STOR', 2, 'G', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010000', 'B Segment', '3275267', '7W7381', 'FITTING-OUTLET ', 2, 'G', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010001', 'B Segment', '3275267', '6V3965', 'ADAPTER-STR ', 2, 'G', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010002', 'B Segment', '3275267', '2147568', 'SEAL-O-RING-STOR', 2, 'G', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010003', 'B Segment', '3275267', '6V0852', 'CAP-DUST ', 2, 'G', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010004', 'B Segment', '3275267', '2427955', 'HOUSING AS ', 1, 'H', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010005', 'B Segment', '3275267', '3617213', 'CARTRIDGE AS ', 1, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010006', 'B Segment', '3275267', '3161438', 'CARTRIDGE AS ', 1, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010007', 'B Segment', '3275267', '3128629', 'COIL AS ', 1, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010008', 'B Segment', '3275267', '1919247', 'WASHER ', 1, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010009', 'B Segment', '3275267', '1982914', 'NUT-HEXAGON ', 1, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010010', 'B Segment', '3275267', '1879630', 'SEAL-O-RING ', 1, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010011', 'B Segment', '3275267', '1H1023', 'SEAL-O RING ', 2, 'I', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010012', 'B Segment', '3275267', '3328826', 'HOUSING AS ', 1, 'J', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010013', 'B Segment', '3275267', '3617213', 'CARTRIDGE AS ', 1, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010014', 'B Segment', '3275267', '3161438', 'CARTRIDGE AS ', 1, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010015', 'B Segment', '3275267', '3128629', 'COIL AS ', 1, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010016', 'B Segment', '3275267', '1919247', 'WASHER ', 1, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010017', 'B Segment', '3275267', '1982914', 'NUT-HEXAGON ', 1, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010018', 'B Segment', '3275267', '1879630', 'SEAL-O-RING ', 1, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743560319452010019', 'B Segment', '3275267', '1H1023', 'SEAL-O RING ', 2, 'K', 6, '2025-04-02 10:18:39', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637906010000', 'B Segment', '3365713', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637906010001', 'B Segment', '3365713', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637906010002', 'B Segment', '3365713', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010000', 'B Segment', '3365713', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010001', 'B Segment', '3365713', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010002', 'B Segment', '3365713', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010003', 'B Segment', '3365713', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010004', 'B Segment', '3365713', '1008012', 'BODY ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010005', 'B Segment', '3365713', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010006', 'B Segment', '3365713', '1750453', 'VALVE ', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010007', 'B Segment', '3365713', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010008', 'B Segment', '3365713', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010009', 'B Segment', '3365713', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010010', 'B Segment', '3365713', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010011', 'B Segment', '3365713', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010012', 'B Segment', '3365713', '1161895', 'VALVE GP-D RLF ', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010013', 'B Segment', '3365713', '3J7354', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010014', 'B Segment', '3365713', '9S8002', 'PLUG-LD STOR ', 1, 'B', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010015', 'B Segment', '3365713', '6V5556', 'SEAL-O RING ', 1, 'D', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637907010016', 'B Segment', '3365713', '3664972', 'RING-BACKUP ', 1, 'D', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010000', 'B Segment', '3365713', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010001', 'B Segment', '3365713', '4T1701', 'SPRING ', 1, 'D', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010002', 'B Segment', '3365713', '4T1649', 'HOUSING ', 1, 'D', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010003', 'B Segment', '3365713', '5M2057', 'SEAL-O-RING ', 1, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010004', 'B Segment', '3365713', '8T4185', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010005', 'B Segment', '3365713', '4J7533', 'SEAL-O-RING-STOR', 1, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010006', 'B Segment', '3365713', '9S4180', 'PLUG-LD STOR ', 1, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010007', 'B Segment', '3365713', '2077434', 'RETAINER ', 1, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010008', 'B Segment', '3365713', '3529954', 'SPRING ', 1, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010009', 'B Segment', '3365713', '3529956', 'RETAINER ', 1, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010010', 'B Segment', '3365713', '8T4145', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010011', 'B Segment', '3365713', '9X8256', 'WASHER ', 2, 'E', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010012', 'B Segment', '3365713', '2077434', 'RETAINER ', 1, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010013', 'B Segment', '3365713', '3529954', 'SPRING ', 1, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010014', 'B Segment', '3365713', '3529956', 'RETAINER ', 1, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010015', 'B Segment', '3365713', '8T4145', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010016', 'B Segment', '3365713', '9X8256', 'WASHER ', 2, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010017', 'B Segment', '3365713', '3365724', 'PLATE-IDENT ', 1, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637908010018', 'B Segment', '3365713', '1503065', 'ADAPTER AS-ELBOW', 1, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010000', 'B Segment', '3365713', '6V3965', 'ADAPTER-STR ', 2, 'F', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010001', 'B Segment', '3365713', '2147568', 'SEAL-O-RING-STOR', 2, 'G', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010002', 'B Segment', '3365713', '6V0852', 'CAP-DUST ', 2, 'G', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010003', 'B Segment', '3365713', '2427955', 'HOUSING AS ', 1, 'I', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010004', 'B Segment', '3365713', '3617213', 'CARTRIDGE AS ', 1, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010005', 'B Segment', '3365713', '3161438', 'CARTRIDGE AS ', 1, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010006', 'B Segment', '3365713', '3128629', 'COIL AS ', 1, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010007', 'B Segment', '3365713', '1919247', 'WASHER ', 1, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010008', 'B Segment', '3365713', '1982914', 'NUT-HEXAGON ', 1, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010009', 'B Segment', '3365713', '1879630', 'SEAL-O-RING ', 1, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010010', 'B Segment', '3365713', '1H1023', 'SEAL-O RING ', 2, 'J', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010011', 'B Segment', '3365713', '2427955', 'HOUSING AS ', 1, 'K', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010012', 'B Segment', '3365713', '3617213', 'CARTRIDGE AS ', 1, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010013', 'B Segment', '3365713', '3161438', 'CARTRIDGE AS ', 1, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010014', 'B Segment', '3365713', '3128629', 'COIL AS ', 1, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010015', 'B Segment', '3365713', '1919247', 'WASHER ', 1, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637909010016', 'B Segment', '3365713', '1982914', 'NUT-HEXAGON ', 1, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637910010000', 'B Segment', '3365713', '1879630', 'SEAL-O-RING ', 1, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743561637910010001', 'B Segment', '3365713', '1H1023', 'SEAL-O RING ', 2, 'L', 6, '2025-04-02 10:40:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010000', 'B Segment', '3623313', '1008010', '阀芯', 2, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010001', 'B Segment', '3623313', '2S2596', '钢铁弹簧', 2, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010002', 'B Segment', '3623313', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010003', 'B Segment', '3623313', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010004', 'B Segment', '3623313', '9J8126', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010005', 'B Segment', '3623313', '9S8002', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010006', 'B Segment', '3623313', '3J7354', '橡胶密封圈', 1, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010007', 'B Segment', '3623313', '4K1388', '橡胶密封圈', 2, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010008', 'B Segment', '3623313', '4T5072', '塑料密封圈', 1, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010009', 'B Segment', '3623313', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010010', 'B Segment', '3623313', '4J5351', '橡胶密封圈', 1, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581881010011', 'B Segment', '3623313', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010000', 'B Segment', '3623313', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010001', 'B Segment', '3623313', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010002', 'B Segment', '3623313', '2608590', '换向阀', 1, 'B', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010003', 'B Segment', '3623313', '1008012', '阀体', 1, 'A', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010004', 'B Segment', '3623313', '5M2057', '橡胶密封圈', 1, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010005', 'B Segment', '3623313', '3664972', '塑料密封圈', 1, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010006', 'B Segment', '3623313', '6V5556', '橡胶密封圈', 1, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010007', 'B Segment', '3623313', '4T1701', '钢铁弹簧', 1, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010008', 'B Segment', '3623313', '4T4511', '阀用管套', 1, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010009', 'B Segment', '3623313', '8T4185', '螺栓8T-4185', 2, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010010', 'B Segment', '3623313', '9S4180', '钢铁制塞堵', 1, 'D', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010011', 'B Segment', '3623313', '4J7533', '橡胶密封圈', 1, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010012', 'B Segment', '3623313', '2077434', '阀用止动块', 2, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010013', 'B Segment', '3623313', '3529954', '钢铁弹簧', 1, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010014', 'B Segment', '3623313', '3529956', '阀用止动块', 1, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010015', 'B Segment', '3623313', '1879630', '橡胶密封圈', 2, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010016', 'B Segment', '3623313', '1H1023', '橡胶密封圈', 4, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010017', 'B Segment', '3623313', '1919247', '钢铁制垫圈', 2, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581882010018', 'B Segment', '3623313', '1982914', '钢铁制螺母', 2, 'F', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010000', 'B Segment', '3623313', '2427955', '阀座', 2, 'G', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010001', 'B Segment', '3623313', '3128629', '电磁线圈', 2, 'H', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010002', 'B Segment', '3623313', '3161438', '插装阀组件', 2, 'I', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010003', 'B Segment', '3623313', '3617213', '插装阀组件', 2, 'I', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010004', 'B Segment', '3623313', '9X8256', '钢铁制垫圈', 4, 'I', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010005', 'B Segment', '3623313', '3487104', '钢铁弹簧', 1, 'I', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010006', 'B Segment', '3623313', '6V3965', '取样阀', 1, 'J', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010007', 'B Segment', '3623313', '2147568', '橡胶密封圈', 1, 'J', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743563581883010008', 'B Segment', '3623313', '6V0852', '橡胶防尘盖', 1, 'J', 6, '2025-04-02 11:13:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120073010000', 'B Segment', '3623319', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120073010001', 'B Segment', '3623319', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120074010000', 'B Segment', '3623319', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120074010001', 'B Segment', '3623319', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120074010002', 'B Segment', '3623319', '4T4207', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120074010003', 'B Segment', '3623319', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120075010000', 'B Segment', '3623319', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120075010001', 'B Segment', '3623319', '4J5351', 'SEAL-O-RING ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120075010002', 'B Segment', '3623319', '7J9933', 'SEAL-O RING ', 1, 'A', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120075010003', 'B Segment', '3623319', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120076010000', 'B Segment', '3623319', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120076010001', 'B Segment', '3623319', '4T1108', 'PLUG ', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120078010000', 'B Segment', '3623319', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120079010000', 'B Segment', '3623319', '3623336', 'PLATE-IDENT ', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120081010000', 'B Segment', '3623319', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120082010000', 'B Segment', '3623319', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120082010001', 'B Segment', '3623319', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120082010002', 'B Segment', '3623319', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010000', 'B Segment', '3623319', '4K1388', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010001', 'B Segment', '3623319', '4T5072', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010002', 'B Segment', '3623319', '4T1108', 'PLUG ', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010003', 'B Segment', '3623319', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010004', 'B Segment', '3623319', '3J7354', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010005', 'B Segment', '3623319', '9S8002', 'PLUG-LD STOR ', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010006', 'B Segment', '3623319', '6V5556', 'SEAL-O RING ', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010007', 'B Segment', '3623319', '3664972', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010008', 'B Segment', '3623319', '4T4511', 'SLEEVE ', 1, 'E', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010009', 'B Segment', '3623319', '4T1701', 'SPRING ', 1, 'E', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010010', 'B Segment', '3623319', '4T1649', 'HOUSING ', 1, 'E', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010011', 'B Segment', '3623319', '5M2057', 'SEAL-O-RING ', 1, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120084010012', 'B Segment', '3623319', '8T4185', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010000', 'B Segment', '3623319', '4J7533', 'SEAL-O-RING-STOR', 1, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010001', 'B Segment', '3623319', '9S4180', 'PLUG-LD STOR ', 1, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010002', 'B Segment', '3623319', '2077434', 'RETAINER ', 1, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010003', 'B Segment', '3623319', '3529954', 'SPRING ', 1, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010004', 'B Segment', '3623319', '3529956', 'RETAINER ', 1, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010005', 'B Segment', '3623319', '8T4145', 'BOLT-HEX HEAD ', 2, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010006', 'B Segment', '3623319', '9X8256', 'WASHER ', 2, 'F', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010007', 'B Segment', '3623319', '2077434', 'RETAINER ', 1, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120086010008', 'B Segment', '3623319', '3529954', 'SPRING ', 1, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010000', 'B Segment', '3623319', '3529956', 'RETAINER ', 1, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010001', 'B Segment', '3623319', '8T4145', 'BOLT-HEX HEAD ', 2, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010002', 'B Segment', '3623319', '9X8256', 'WASHER ', 2, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010003', 'B Segment', '3623319', '1503065', 'ADAPTER AS-ELBOW', 2, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010004', 'B Segment', '3623319', '3J1907', 'SEAL-O-RING-STOR', 2, 'G', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010005', 'B Segment', '3623319', '7W7381', 'FITTING-OUTLET ', 2, 'H', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010006', 'B Segment', '3623319', '6V3965', 'ADAPTER-STR ', 2, 'H', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010007', 'B Segment', '3623319', '2147568', 'SEAL-O-RING-STOR', 2, 'H', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010008', 'B Segment', '3623319', '6V0852', 'CAP-DUST ', 2, 'H', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575120087010009', 'B Segment', '3623319', '3120312', 'CAP-CONNECTOR ', 2, 'H', 6, '2025-04-02 14:25:20', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757718010000', 'B Segment', '3623315', '1008010', 'VALVE ', 2, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010000', 'B Segment', '3623315', '2S2596', 'SPRING ', 2, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010001', 'B Segment', '3623315', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010002', 'B Segment', '3623315', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010003', 'B Segment', '3623315', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010004', 'B Segment', '3623315', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010005', 'B Segment', '3623315', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010006', 'B Segment', '3623315', '1008012', 'BODY ', 1, 'A', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010007', 'B Segment', '3623315', '4K1388', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010008', 'B Segment', '3623315', '7J9933', 'SEAL-O RING ', 2, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010009', 'B Segment', '3623315', '4T5073', 'RING-BACKUP ', 2, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010010', 'B Segment', '3623315', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010011', 'B Segment', '3623315', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010012', 'B Segment', '3623315', '1008012', 'BODY ', 1, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010013', 'B Segment', '3623315', '2S2596', 'SPRING ', 1, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010014', 'B Segment', '3623315', '1008010', 'VALVE ', 1, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010015', 'B Segment', '3623315', '2608590', 'VALVE GP-SHTL -B', 1, 'B', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010016', 'B Segment', '3623315', '6V5556', 'SEAL-O RING ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010017', 'B Segment', '3623315', '3664972', 'RING-BACKUP ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010018', 'B Segment', '3623315', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010019', 'B Segment', '3623315', '4B4278', 'WASHER ', 5, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010020', 'B Segment', '3623315', '4T1701', 'SPRING ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010021', 'B Segment', '3623315', '4T1649', 'HOUSING ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010022', 'B Segment', '3623315', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010023', 'B Segment', '3623315', '8T4185', 'BOLT-HEX HEAD ', 2, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010024', 'B Segment', '3623315', '4J7533', 'SEAL-O-RING-STOR', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757719010025', 'B Segment', '3623315', '9S4180', 'PLUG-LD STOR ', 1, 'D', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010000', 'B Segment', '3623315', '2077434', 'RETAINER ', 2, 'E', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010001', 'B Segment', '3623315', '3529954', 'SPRING ', 2, 'E', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010002', 'B Segment', '3623315', '3529956', 'RETAINER ', 2, 'E', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010003', 'B Segment', '3623315', '8T4145', 'BOLT-HEX HEAD ', 4, 'E', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010004', 'B Segment', '3623315', '9X8256', 'WASHER ', 4, 'E', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010005', 'B Segment', '3623315', '3623332', 'PLATE-IDENT ', 1, 'F', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010006', 'B Segment', '3623315', '1503065', 'ADAPTER AS-ELBOW', 1, 'F', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010007', 'B Segment', '3623315', '6V3965', 'ADAPTER-STR ', 2, 'F', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010008', 'B Segment', '3623315', '2147568', 'SEAL-O-RING-STOR', 2, 'F', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010009', 'B Segment', '3623315', '6V0852', 'CAP-DUST ', 2, 'F', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010010', 'B Segment', '3623315', '2427955', 'HOUSING AS ', 2, 'H', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010011', 'B Segment', '3623315', '3617213', 'CARTRIDGE AS ', 1, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010012', 'B Segment', '3623315', '3161438', 'CARTRIDGE AS ', 1, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010013', 'B Segment', '3623315', '3128629', 'COIL AS ', 1, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010014', 'B Segment', '3623315', '1919247', 'WASHER ', 1, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010015', 'B Segment', '3623315', '1982914', 'NUT-HEXAGON ', 1, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010016', 'B Segment', '3623315', '1879630', 'SEAL-O-RING ', 1, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010017', 'B Segment', '3623315', '1H1023', 'SEAL-O RING ', 2, 'I', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010018', 'B Segment', '3623315', '3617213', 'CARTRIDGE AS ', 1, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010019', 'B Segment', '3623315', '3161438', 'CARTRIDGE AS ', 1, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010020', 'B Segment', '3623315', '3128629', 'COIL AS ', 1, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010021', 'B Segment', '3623315', '1919247', 'WASHER ', 1, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010022', 'B Segment', '3623315', '1982914', 'NUT-HEXAGON ', 1, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010023', 'B Segment', '3623315', '1879630', 'SEAL-O-RING ', 1, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743575757720010024', 'B Segment', '3623315', '1H1023', 'SEAL-O RING ', 2, 'K', 6, '2025-04-02 14:35:58', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956897010000', 'B Segment', '3661352', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010000', 'B Segment', '3661352', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010001', 'B Segment', '3661352', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010002', 'B Segment', '3661352', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010003', 'B Segment', '3661352', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010004', 'B Segment', '3661352', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010005', 'B Segment', '3661352', '9S8002', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010006', 'B Segment', '3661352', '4K1388', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010007', 'B Segment', '3661352', '4T1108', 'PLUG ', 1, 'B', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010008', 'B Segment', '3661352', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010009', 'B Segment', '3661352', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010010', 'B Segment', '3661352', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010011', 'B Segment', '3661352', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010012', 'B Segment', '3661352', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010013', 'B Segment', '3661352', '1008012', 'BODY ', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010014', 'B Segment', '3661352', '4K1388', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010015', 'B Segment', '3661352', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010016', 'B Segment', '3661352', '7J9933', 'SEAL-O RING ', 2, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010017', 'B Segment', '3661352', '1008010', 'VALVE ', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956898010018', 'B Segment', '3661352', '2S2596', 'SPRING ', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010000', 'B Segment', '3661352', '3J7354', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010001', 'B Segment', '3661352', '9S8002', 'PLUG-LD STOR ', 1, 'C', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010002', 'B Segment', '3661352', '4T4511', 'SLEEVE ', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010003', 'B Segment', '3661352', '3664972', 'RING-BACKUP ', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010004', 'B Segment', '3661352', '6V5556', 'SEAL-O RING ', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010005', 'B Segment', '3661352', '4T1701', 'SPRING ', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010006', 'B Segment', '3661352', '5M2057', 'SEAL-O-RING ', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010007', 'B Segment', '3661352', '8T4185', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010008', 'B Segment', '3661352', '4J7533', 'SEAL-O-RING-STOR', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010009', 'B Segment', '3661352', '9S4180', 'PLUG-LD STOR ', 1, 'E', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010010', 'B Segment', '3661352', '4T1649', 'HOUSING ', 1, 'F', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010011', 'B Segment', '3661352', '3487104', 'SPRING ', 1, 'F', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010012', 'B Segment', '3661352', '3529955', 'RETAINER ', 1, 'F', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010013', 'B Segment', '3661352', '3529956', 'RETAINER ', 1, 'F', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010014', 'B Segment', '3661352', '2077434', 'RETAINER ', 2, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010015', 'B Segment', '3661352', '8T4145', 'BOLT-HEX HEAD ', 4, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010016', 'B Segment', '3661352', '9X8256', 'WASHER ', 4, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010017', 'B Segment', '3661352', '3529954', 'SPRING ', 1, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010018', 'B Segment', '3661352', '3661344', 'PLATE-IDENT ', 1, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010019', 'B Segment', '3661352', '3J1907', 'SEAL-O-RING-STOR', 2, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010020', 'B Segment', '3661352', '9S8004', 'PLUG-LD STOR ', 2, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010021', 'B Segment', '3661352', '2660531', 'CAP-CONNECTOR ', 2, 'G', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010022', 'B Segment', '3661352', '3617213', 'CARTRIDGE AS ', 2, 'H', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010023', 'B Segment', '3661352', '3161438', 'CARTRIDGE AS ', 2, 'H', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010024', 'B Segment', '3661352', '1919247', 'WASHER ', 2, 'H', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956899010025', 'B Segment', '3661352', '1982914', 'NUT-HEXAGON ', 2, 'H', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956900010000', 'B Segment', '3661352', '1879630', 'SEAL-O-RING ', 2, 'H', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956900010001', 'B Segment', '3661352', '1H1023', 'SEAL-O RING ', 4, 'H', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956900010002', 'B Segment', '3661352', '3328826', 'HOUSING AS ', 2, 'I', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743578956900010003', 'B Segment', '3661352', '3128629', 'COIL AS ', 2, 'J', 6, '2025-04-02 15:29:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010000', 'B Segment', '1693323', '9J8126', '节流阀', 1, 'A', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010001', 'B Segment', '1693323', '4T1860', '阀', 1, 'A', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010002', 'B Segment', '1693323', '5M2057', '密封O型圈', 1, 'A', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010003', 'B Segment', '1693323', '5M2057', '密封O型圈', 1, 'B', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010004', 'B Segment', '1693323', '4T1701', '弹簧', 1, 'B', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010005', 'B Segment', '1693323', '8T2501', '螺钉', 2, 'B', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010006', 'B Segment', '1693323', '4T1649', '端盖', 1, 'B', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010007', 'B Segment', '1693323', '1730514', '端盖', 1, 'C', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010008', 'B Segment', '1693323', '1T0284', '螺钉', 2, 'C', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010009', 'B Segment', '1693323', '4T4631', '弹簧', 1, 'D', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010010', 'B Segment', '1693323', '1536976', '弹簧', 1, 'D', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010011', 'B Segment', '1693323', '1537067', '弹簧座', 1, 'D', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010012', 'B Segment', '1693323', '1537551', '弹簧座', 1, 'D', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010013', 'B Segment', '1693323', '2788966', '螺钉', 2, 'E', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010014', 'B Segment', '1693323', '1837029', '铭牌', 1, 'E', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010015', 'B Segment', '1693323', '5K0227', '密封O型圈', 1, 'E', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010016', 'B Segment', '1693323', '9S8002', '堵头', 1, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010017', 'B Segment', '1693323', '9S8001', '堵头', 2, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010018', 'B Segment', '1693323', '4T5073', '塑料密封圈', 2, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010019', 'B Segment', '1693323', '3J7354', 'O型圈', 1, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010020', 'B Segment', '1693323', '4J7533', '橡胶密封圈', 2, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010021', 'B Segment', '1693323', '1008010', 'VALVE', 2, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010022', 'B Segment', '1693323', '1008012', 'VALVE', 1, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010023', 'B Segment', '1693323', '7J9933', 'SEAL-O RING', 2, '预装配1', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010024', 'B Segment', '1693323', '4T1108', 'VALVE', 1, '预装配2', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010025', 'B Segment', '1693323', '1008011', '阀体', 1, '预装配2', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010026', 'B Segment', '1693323', '7M8485', 'SEAL-O-RING-STOR', 1, '预装配2', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010027', 'B Segment', '1693323', '2S2596', '弹簧', 2, '预装配2', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010028', 'B Segment', '1693323', '4J5351', '橡胶密封圈', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010029', 'B Segment', '1693323', '4K1388', '密封O型圈', 2, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010030', 'B Segment', '1693323', '6V5556', 'SEAL-O RING ', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010031', 'B Segment', '1693323', '4T5072', '塑料密封圈', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010032', 'B Segment', '1693323', '4T4511', 'SLEEVE ', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010033', 'B Segment', '1693323', '3664972', 'RING-BACKUP ', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010034', 'B Segment', '1693323', '1612684', 'PLUG-LD STOR', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743581373602010035', 'B Segment', '1693323', '7J0204', 'O型圈', 1, '预装配3', 6, '2025-04-02 16:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615297010000', 'B Segment', '6E5138', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615297010001', 'B Segment', '6E5138', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615297010002', 'B Segment', '6E5138', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615297010003', 'B Segment', '6E5138', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615297010004', 'B Segment', '6E5138', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010000', 'B Segment', '6E5138', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010001', 'B Segment', '6E5138', '3603690', 'PLUG-HD STOR ', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010002', 'B Segment', '6E5138', '4K1388', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010003', 'B Segment', '6E5138', '4T5073', 'RING-BACKUP ', 1, 'A', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010004', 'B Segment', '6E5138', '4T1108', 'PLUG ', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010005', 'B Segment', '6E5138', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010006', 'B Segment', '6E5138', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010007', 'B Segment', '6E5138', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615298010008', 'B Segment', '6E5138', '3676001', 'PLUG AS-HD STOR ', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615300010000', 'B Segment', '6E5138', '4J7533', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010000', 'B Segment', '6E5138', '9S8001', 'PLUG-LD STOR ', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010001', 'B Segment', '6E5138', '4T1860', 'VALVE GP-SHTL -B', 1, 'B', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010002', 'B Segment', '6E5138', '1008012', 'BODY ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010003', 'B Segment', '6E5138', '4K1388', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010004', 'B Segment', '6E5138', '7J9933', 'SEAL-O RING ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010005', 'B Segment', '6E5138', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010006', 'B Segment', '6E5138', '1008010', 'VALVE ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010007', 'B Segment', '6E5138', '2S2596', 'SPRING ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010008', 'B Segment', '6E5138', '6V5556', 'SEAL-O RING ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010009', 'B Segment', '6E5138', '4T5074', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010010', 'B Segment', '6E5138', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010011', 'B Segment', '6E5138', '4T1701', 'SPRING ', 1, 'D', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010012', 'B Segment', '6E5138', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010013', 'B Segment', '6E5138', '8T2501', 'BOLT ', 2, 'D', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010014', 'B Segment', '6E5138', '4T0993', 'RETAINER ', 4, 'D1', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010015', 'B Segment', '6E5138', '4T1649', 'HOUSING ', 1, 'E', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010016', 'B Segment', '6E5138', '3J7694', 'SPRING ', 1, 'E', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010017', 'B Segment', '6E5138', '7X0277', 'BOLT ', 2, 'E', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010018', 'B Segment', '6E5138', '8T4224', 'WASHER-HARD ', 2, 'E', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010019', 'B Segment', '6E5138', '4T1852', 'RETAINER ', 1, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010020', 'B Segment', '6E5138', '1089402', 'SPRING ', 1, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010021', 'B Segment', '6E5138', '4T1851', 'RETAINER ', 1, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010022', 'B Segment', '6E5138', '2D6642', 'BALL ', 6, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010023', 'B Segment', '6E5138', '2D0598', 'SEAL-O RING ', 1, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010024', 'B Segment', '6E5138', '4L7711', 'SEAL-O RING ', 1, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010025', 'B Segment', '6E5138', '4T1849', 'HOUSING ', 1, 'F', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010026', 'B Segment', '6E5138', '7X0280', 'BOLT ', 2, 'G', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010027', 'B Segment', '6E5138', '8T4224', 'WASHER-HARD ', 2, 'G', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010028', 'B Segment', '6E5138', '1425590', 'PLATE-IDENT ', 1, 'G', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010029', 'B Segment', '6E5138', '4T2691', 'HOUSING ', 1, 'H', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010030', 'B Segment', '6E5138', '6V5391', 'SEAL-O RING ', 1, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010031', 'B Segment', '6E5138', '9T4684', 'HOUSING ', 1, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010032', 'B Segment', '6E5138', '9H6761', 'SEAL-O RING ', 1, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010033', 'B Segment', '6E5138', '4T5945', 'RING ', 1, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010034', 'B Segment', '6E5138', '6E2007', 'LEVER ', 1, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010035', 'B Segment', '6E5138', '4T5795', 'BEARING ', 2, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010036', 'B Segment', '6E5138', '9T4685', 'SHIM ', 6, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010037', 'B Segment', '6E5138', '9T4697', 'BOOT ', 1, 'I', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010038', 'B Segment', '6E5138', '9T4683', 'COVER ', 1, 'J', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010039', 'B Segment', '6E5138', '6L5897', 'BOLT-HEX SKT HD ', 2, 'J', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010040', 'B Segment', '6E5138', '8T0334', 'WASHER-HARD ', 2, 'J', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010041', 'B Segment', '6E5138', '6V5391', 'SEAL-O RING ', 1, 'J', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582615302010042', 'B Segment', '6E5138', '5P5874', 'SEAL-O-RING ', 1, 'J', 6, '2025-04-02 16:30:15', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010000', 'B Segment', '6E4049', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010001', 'B Segment', '6E4049', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010002', 'B Segment', '6E4049', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010003', 'B Segment', '6E4049', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010004', 'B Segment', '6E4049', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010005', 'B Segment', '6E4049', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010006', 'B Segment', '6E4049', '3603690', 'PLUG-HD STOR ', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010007', 'B Segment', '6E4049', '4T1108', 'PLUG ', 1, 'A', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010008', 'B Segment', '6E4049', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010009', 'B Segment', '6E4049', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010010', 'B Segment', '6E4049', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010011', 'B Segment', '6E4049', '4J5351', 'SEAL-O-RING ', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010012', 'B Segment', '6E4049', '4T5072', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010013', 'B Segment', '6E4049', '3676001', 'PLUG AS-HD STOR ', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010014', 'B Segment', '6E4049', '4J7533', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010015', 'B Segment', '6E4049', '9S8001', 'PLUG-LD STOR ', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010016', 'B Segment', '6E4049', '4T1860', 'VALVE GP-SHTL -B', 1, 'B', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010017', 'B Segment', '6E4049', '4T1108', 'PLUG ', 1, 'C', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010018', 'B Segment', '6E4049', '4K1388', 'SEAL-O-RING-STOR', 1, 'C', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010019', 'B Segment', '6E4049', '7J9933', 'SEAL-O RING ', 1, 'C', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010020', 'B Segment', '6E4049', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010021', 'B Segment', '6E4049', '4J5351', 'SEAL-O-RING ', 1, 'C', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010022', 'B Segment', '6E4049', '4T5072', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010023', 'B Segment', '6E4049', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010024', 'B Segment', '6E4049', '1216649', 'VALVE GP-RELIEF ', 1, 'D', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010025', 'B Segment', '6E4049', '1239624', 'SPRING ', 1, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010026', 'B Segment', '6E4049', '8T9377', 'BOLT-HEX HEAD ', 2, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010027', 'B Segment', '6E4049', '8T4896', 'WASHER-HARD ', 2, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010028', 'B Segment', '6E4049', '4T1850', 'HOUSING ', 1, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010029', 'B Segment', '6E4049', '2D0598', 'SEAL-O RING ', 1, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010030', 'B Segment', '6E4049', '8C3121', 'BOLT ', 2, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010031', 'B Segment', '6E4049', '8T4224', 'WASHER-HARD ', 2, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010032', 'B Segment', '6E4049', '1425584', 'PLATE-IDENT ', 1, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643728010033', 'B Segment', '6E4049', '4T1021', 'RETAINER ', 2, 'E', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010000', 'B Segment', '6E4049', '5J1391', 'SPRING ', 1, 'F', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010001', 'B Segment', '6E4049', '4T0993', 'RETAINER ', 2, 'F', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010002', 'B Segment', '6E4049', '7J0204', 'SEAL-O-RING ', 1, 'F', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010003', 'B Segment', '6E4049', '3603689', 'PLUG-HD STOR ', 1, 'F', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010004', 'B Segment', '6E4049', '7X0277', 'BOLT ', 2, 'F', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010005', 'B Segment', '6E4049', '8T4224', 'WASHER-HARD ', 2, 'F', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010006', 'B Segment', '6E4049', '4T2691', 'HOUSING ', 1, 'G', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010007', 'B Segment', '6E4049', '6V5391', 'SEAL-O RING ', 1, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010008', 'B Segment', '6E4049', '9T4684', 'HOUSING ', 1, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010009', 'B Segment', '6E4049', '4T5795', 'BEARING ', 2, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010010', 'B Segment', '6E4049', '9H6761', 'SEAL-O RING ', 1, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010011', 'B Segment', '6E4049', '4T5945', 'RING ', 1, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010012', 'B Segment', '6E4049', '4T0998', 'LEVER ', 1, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010013', 'B Segment', '6E4049', '9T4685', 'SHIM ', 6, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010014', 'B Segment', '6E4049', '9T4697', 'BOOT ', 1, 'H', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010015', 'B Segment', '6E4049', '6L5897', 'BOLT-HEX SKT HD ', 2, 'I', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010016', 'B Segment', '6E4049', '8T0334', 'WASHER-HARD ', 2, 'I', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010017', 'B Segment', '6E4049', '9T4683', 'COVER ', 1, 'I', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010018', 'B Segment', '6E4049', '6V5391', 'SEAL-O RING ', 1, 'I', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582643729010019', 'B Segment', '6E4049', '5P5874', 'SEAL-O-RING ', 1, 'I', 6, '2025-04-02 16:30:44', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010000', 'B Segment', '6E4051', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010001', 'B Segment', '6E4051', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010002', 'B Segment', '6E4051', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010003', 'B Segment', '6E4051', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010004', 'B Segment', '6E4051', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010005', 'B Segment', '6E4051', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010006', 'B Segment', '6E4051', '9S4182', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010007', 'B Segment', '6E4051', '4K1388', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010008', 'B Segment', '6E4051', '7J9933', 'SEAL-O RING ', 1, 'A', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010009', 'B Segment', '6E4051', '1008012', 'BODY ', 2, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010010', 'B Segment', '6E4051', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010011', 'B Segment', '6E4051', '2S2596', 'SPRING ', 1, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010012', 'B Segment', '6E4051', '1008010', 'VALVE ', 1, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010013', 'B Segment', '6E4051', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010014', 'B Segment', '6E4051', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010015', 'B Segment', '6E4051', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010016', 'B Segment', '6E4051', '4T1860', 'VALVE GP-SHTL -B', 1, 'C', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010017', 'B Segment', '6E4051', '7J9933', 'SEAL-O RING ', 1, 'C', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010018', 'B Segment', '6E4051', '4T5073', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010019', 'B Segment', '6E4051', '2S2596', 'SPRING ', 1, 'C', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010020', 'B Segment', '6E4051', '1008010', 'VALVE ', 1, 'C', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010021', 'B Segment', '6E4051', '6V5556', 'SEAL-O RING ', 1, 'D', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010022', 'B Segment', '6E4051', '4T5074', 'RING-BACKUP ', 1, 'D', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010023', 'B Segment', '6E4051', '4T4511', 'SLEEVE ', 1, 'D', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010024', 'B Segment', '6E4051', '4T1701', 'SPRING ', 1, 'D', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010025', 'B Segment', '6E4051', '4T1649', 'HOUSING ', 1, 'D', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010026', 'B Segment', '6E4051', '5M2057', 'SEAL-O-RING ', 1, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010027', 'B Segment', '6E4051', '8T2501', 'BOLT ', 2, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010028', 'B Segment', '6E4051', '4T1850', 'HOUSING ', 1, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010029', 'B Segment', '6E4051', '2D0598', 'SEAL-O RING ', 1, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010030', 'B Segment', '6E4051', '8C3121', 'BOLT ', 2, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010031', 'B Segment', '6E4051', '8T4224', 'WASHER-HARD ', 2, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010032', 'B Segment', '6E4051', '1425589', 'PLATE-IDENT ', 1, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010033', 'B Segment', '6E4051', '4T1021', 'RETAINER ', 2, 'E', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010034', 'B Segment', '6E4051', '4J3832', 'SPRING ', 1, 'F', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010035', 'B Segment', '6E4051', '4T0993', 'RETAINER ', 2, 'F', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010036', 'B Segment', '6E4051', '1N5999', 'PLUG-LD STOR ', 1, 'F', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010037', 'B Segment', '6E4051', '7J0204', 'SEAL-O-RING ', 1, 'F', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010038', 'B Segment', '6E4051', '7X0277', 'BOLT ', 2, 'F', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010039', 'B Segment', '6E4051', '8T4224', 'WASHER-HARD ', 2, 'F', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010040', 'B Segment', '6E4051', '4T2691', 'HOUSING ', 1, 'G', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010041', 'B Segment', '6E4051', '6V5391', 'SEAL-O RING ', 1, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010042', 'B Segment', '6E4051', '9T4684', 'HOUSING ', 1, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010043', 'B Segment', '6E4051', '4T5795', 'BEARING ', 2, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010044', 'B Segment', '6E4051', '9H6761', 'SEAL-O RING ', 1, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010045', 'B Segment', '6E4051', '4T5945', 'RING ', 1, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010046', 'B Segment', '6E4051', '4T0998', 'LEVER ', 1, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010047', 'B Segment', '6E4051', '9T4685', 'SHIM ', 6, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010048', 'B Segment', '6E4051', '9T4697', 'BOOT ', 1, 'H', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010049', 'B Segment', '6E4051', '6L5897', 'BOLT-HEX SKT HD ', 2, 'I', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010050', 'B Segment', '6E4051', '8T0334', 'WASHER-HARD ', 2, 'I', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010051', 'B Segment', '6E4051', '9T4683', 'COVER ', 1, 'I', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010052', 'B Segment', '6E4051', '6V5391', 'SEAL-O RING ', 1, 'I', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582662023010053', 'B Segment', '6E4051', '5P5874', 'SEAL-O-RING ', 1, 'I', 6, '2025-04-02 16:31:02', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010000', 'B Segment', '1878637', '1008010', 'VALVE ', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010001', 'B Segment', '1878637', '2S2596', 'SPRING ', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010002', 'B Segment', '1878637', '1008011', 'PLUG ', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010003', 'B Segment', '1878637', '7M8485', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010004', 'B Segment', '1878637', '9J8126', 'PLUG-NPTF ', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010005', 'B Segment', '1878637', '3J7354', 'SEAL-O-RING-STOR', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010006', 'B Segment', '1878637', '9S4182', 'PLUG-LD STOR ', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010007', 'B Segment', '1878637', '1008012', 'BODY ', 1, 'A', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010008', 'B Segment', '1878637', '4K1388', 'SEAL-O-RING-STOR', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010009', 'B Segment', '1878637', '7J9933', 'SEAL-O RING ', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010010', 'B Segment', '1878637', '4T5073', 'RING-BACKUP ', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010011', 'B Segment', '1878637', '2S2596', 'SPRING ', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010012', 'B Segment', '1878637', '1750453', 'VALVE ', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010013', 'B Segment', '1878637', '4J7533', 'SEAL-O-RING-STOR', 2, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010014', 'B Segment', '1878637', '9S8001', 'PLUG-LD STOR ', 2, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010015', 'B Segment', '1878637', '4T1860', 'VALVE GP-SHTL -B', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010016', 'B Segment', '1878637', '1161895', 'VALVE GP-D RLF ', 1, 'B', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010017', 'B Segment', '1878637', '6V5556', 'SEAL-O RING ', 1, 'C', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010018', 'B Segment', '1878637', '4T5074', 'RING-BACKUP ', 1, 'C', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010019', 'B Segment', '1878637', '4T4511', 'SLEEVE ', 1, 'C', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010020', 'B Segment', '1878637', '4T1701', 'SPRING ', 1, 'C', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010021', 'B Segment', '1878637', '4T1649', 'HOUSING ', 1, 'C', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010022', 'B Segment', '1878637', '5M2057', 'SEAL-O-RING ', 1, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010023', 'B Segment', '1878637', '8T2501', 'BOLT ', 2, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010024', 'B Segment', '1878637', '4T1850', 'HOUSING ', 1, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010025', 'B Segment', '1878637', '2D0598', 'SEAL-O RING ', 1, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010026', 'B Segment', '1878637', '8C3121', 'BOLT ', 2, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010027', 'B Segment', '1878637', '8T4224', 'WASHER-HARD ', 2, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010028', 'B Segment', '1878637', '1883476', 'PLATE-IDENT ', 1, 'D', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010029', 'B Segment', '1878637', '4T1021', 'RETAINER ', 2, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010030', 'B Segment', '1878637', '4J3832', 'SPRING ', 1, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010031', 'B Segment', '1878637', '4T0993', 'RETAINER ', 2, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010032', 'B Segment', '1878637', '1N5999', 'PLUG-LD STOR ', 1, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010033', 'B Segment', '1878637', '7J0204', 'SEAL-O-RING ', 1, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010034', 'B Segment', '1878637', '7X0277', 'BOLT ', 2, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010035', 'B Segment', '1878637', '8T4224', 'WASHER-HARD ', 2, 'E', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010036', 'B Segment', '1878637', '4T2691', 'HOUSING ', 1, 'F', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010037', 'B Segment', '1878637', '6V5391', 'SEAL-O RING ', 1, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010038', 'B Segment', '1878637', '9T4684', 'HOUSING ', 1, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010039', 'B Segment', '1878637', '4T5795', 'BEARING ', 2, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010040', 'B Segment', '1878637', '9H6761', 'SEAL-O RING ', 1, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010041', 'B Segment', '1878637', '4T5945', 'RING ', 1, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010042', 'B Segment', '1878637', '4T0998', 'LEVER ', 1, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010043', 'B Segment', '1878637', '9T4685', 'SHIM ', 6, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690609010044', 'B Segment', '1878637', '9T4697', 'BOOT ', 1, 'G', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690610010000', 'B Segment', '1878637', '6L5897', 'BOLT-HEX SKT HD ', 2, 'H', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690610010001', 'B Segment', '1878637', '8T0334', 'WASHER-HARD ', 2, 'H', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690610010002', 'B Segment', '1878637', '9T4683', 'COVER ', 1, 'H', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690610010003', 'B Segment', '1878637', '6V5391', 'SEAL-O RING ', 1, 'H', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582690610010004', 'B Segment', '1878637', '5P5874', 'SEAL-O-RING ', 1, 'H', 6, '2025-04-02 16:31:31', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010000', 'B Stack', '1878636', '8J6815', 'PLUG-NPTF ', 1, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010001', 'B Stack', '1878636', '4T5896', 'VALVE GP-CHECK-C', 1, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010002', 'B Stack', '1878636', '3J7354', 'SEAL-O-RING-STOR', 2, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010003', 'B Stack', '1878636', '9S4182', 'PLUG-LD STOR ', 2, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010004', 'B Stack', '1878636', '3J1907', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010005', 'B Stack', '1878636', '9S4191', 'PLUG-LD STOR ', 1, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010006', 'B Stack', '1878636', '6E4139', 'VALVE GP-D RLF-A', 1, 'A', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010007', 'B Stack', '1878636', '1047574', 'VALVE GP-RELIEF ', 1, 'B', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010008', 'B Stack', '1878636', '3K0360', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010009', 'B Stack', '1878636', '9S8005', 'PLUG-LD STOR ', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010010', 'B Stack', '1878636', '3J1907', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010011', 'B Stack', '1878636', '8J9990', 'ADAPTER-STR ', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010012', 'B Stack', '1878636', '3J1907', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010013', 'B Stack', '1878636', '9S4191', 'PLUG-LD STOR ', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010014', 'B Stack', '1878636', '3J1907', 'SEAL-O-RING-STOR', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010015', 'B Stack', '1878636', '3603692', 'PLUG-LD STOR ', 1, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010016', 'B Stack', '1878636', '3J1907', 'SEAL-O-RING-STOR', 2, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010017', 'B Stack', '1878636', '3603692', 'PLUG-LD STOR ', 2, 'C', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010018', 'B Stack', '1878636', '1P4578', 'FLANGE-SPLIT ', 2, 'D', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010019', 'B Stack', '1878636', '8T8916', 'BOLT ', 4, 'D', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010020', 'B Stack', '1878636', '8T5360', 'WASHER-HARD ', 4, 'D', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010021', 'B Stack', '1878636', '5H4020', 'FLANGE-COVER ', 1, 'D', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010022', 'B Stack', '1878636', '4J0522', 'SEAL-O-RING ', 1, 'D', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010023', 'B Stack', '1878636', '1883475', 'PLATE ', 1, 'D', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010024', 'B Stack', '1878636', '3603690', 'PLUG-LD STOR ', 5, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010025', 'B Stack', '1878636', '3J7354', 'SEAL-O-RING-STOR', 5, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010026', 'B Stack', '1878636', '4J0522', 'SEAL-O-RING ', 3, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010027', 'B Stack', '1878636', '6V5555', 'SEAL-O RING ', 3, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010028', 'B Stack', '1878636', '1P3702', 'SEAL-RECTANGULAR', 1, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010029', 'B Stack', '1878636', '6V8188', 'NUT-FULL ', 3, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010030', 'B Stack', '1878636', '8T4223', 'WASHER-HARD ', 3, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010031', 'B Stack', '1878636', '5H4019', 'COVER ', 8, 'E', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010032', 'B Stack', '1878636', '1P4577', 'FLANGE-SPLIT ', 16, 'F', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010033', 'B Stack', '1878636', '4J0520', 'SEAL-O-RING ', 8, 'G', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010034', 'B Stack', '1878636', '8T4896', 'WASHER-HARD ', 32, 'G', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010035', 'B Stack', '1878636', '5S7382', 'BOLT-HEX HEAD ', 32, 'G', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010036', 'B Stack', '1878636', '4805267', 'CLIP', 2, 'G', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010037', 'B Stack', '1878636', '4J0522', 'SEAL-O-RING ', 12, ' H', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010038', 'B Stack', '1878636', '6V5555', 'SEAL-O RING ', 12, ' H', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010039', 'B Stack', '1878636', '4J8997', 'SEAL-O-RING ', 4, ' H', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010040', 'B Stack', '1878636', '6V8188', 'NUT-FULL ', 3, ' H', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010041', 'B Stack', '1878636', '8T4223', 'WASHER-HARD ', 3, ' H', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010042', 'B Stack', '1878636', '1P4577', 'FLANGE-SPLIT ', 2, ' H', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010043', 'B Stack', '1878636', '9T2856', 'ROD ', 3, 'I', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010044', 'B Stack', '1878636', '5S7382', 'BOLT-HEX HEAD ', 4, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010045', 'B Stack', '1878636', '5H4019', 'COVER ', 1, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010046', 'B Stack', '1878636', '4J0520', 'SEAL-O-RING ', 1, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010047', 'B Stack', '1878636', '8T4896', 'WASHER-HARD ', 4, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010048', 'B Stack', '1878636', '1P4578', 'FLANGE-SPLIT ', 2, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010049', 'B Stack', '1878636', '8T8916', 'BOLT ', 4, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010050', 'B Stack', '1878636', '5H4020', 'FLANGE-COVER ', 1, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010051', 'B Stack', '1878636', '4J0522', 'SEAL-O-RING ', 1, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743582697584010052', 'B Stack', '1878636', '8T5360', 'WASHER-HARD ', 4, 'J', 1, '2025-04-02 16:31:38', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010000', 'B Stack', '5256743', '1P3703', '橡胶密封圈', 1, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010001', 'B Stack', '5256743', '5P0047', '钢铁安装盖', 1, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010002', 'B Stack', '5256743', '6V0400', '钢铁制法兰', 2, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010003', 'B Stack', '5256743', '8T4184', '钢铁制螺栓', 4, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010004', 'B Stack', '5256743', '8T4223', '钢铁制垫圈', 4, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010005', 'B Stack', '5256743', '3J1907', '橡胶密封圈', 2, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010006', 'B Stack', '5256743', '9S4191', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010007', 'B Stack', '5256743', '3603692', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010008', 'B Stack', '5256743', '9T3541', '安全阀', 1, 'B', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010009', 'B Stack', '5256743', '5334159', '钢铁制螺栓', 24, 'D', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010010', 'B Stack', '5256743', '8C3206', '钢铁制法兰', 10, 'D', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010011', 'B Stack', '5256743', '4J0520', '橡胶密封圈', 5, 'D', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010012', 'B Stack', '5256743', '5H4019', '钢铁安装盖', 5, 'D', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010013', 'B Stack', '5256743', '3J1907', '橡胶密封圈', 1, 'D', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010014', 'B Stack', '5256743', '9S4191', '钢铁制塞堵', 1, 'D', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010015', 'B Stack', '5256743', '8T4121', '钢铁制垫圈', 16, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010016', 'B Stack', '5256743', '5256751', '橡胶密封圈', 1, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010017', 'B Stack', '5256743', '1P3702', '橡胶密封圈', 1, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010018', 'B Stack', '5256743', '4J0522', '橡胶密封圈', 15, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010019', 'B Stack', '5256743', '6V5555', '橡胶密封圈', 15, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010020', 'B Stack', '5256743', '4J8997', '橡胶密封圈', 4, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010021', 'B Stack', '5256743', '8T4182', '钢铁制螺栓', 16, 'E', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010022', 'B Stack', '5256743', '8T9403', '钢铁制法兰', 8, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010023', 'B Stack', '5256743', '1P3702', '橡胶密封圈', 4, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010024', 'B Stack', '5256743', '5P0046', '钢铁安装盖', 4, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010025', 'B Stack', '5256743', '6V8188', '钢铁制螺母', 3, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010026', 'B Stack', '5256743', '8T4223', '钢铁制垫圈', 3, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010027', 'B Stack', '5256743', '1P4578', '钢铁制法兰', 2, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010028', 'B Stack', '5256743', '4J0522', '橡胶密封圈', 1, 'F', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010029', 'B Stack', '5256743', '5H4020', '钢铁安装盖', 1, 'H', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010030', 'B Stack', '5256743', '7S0530', '钢铁制管夹', 2, 'H', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010031', 'B Stack', '5256743', '4K1388', '橡胶密封圈', 1, 'H', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010032', 'B Stack', '5256743', '9S4188', '钢铁制塞堵', 1, 'H', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010033', 'B Stack', '5256743', '3J7354', '橡胶密封圈', 3, 'H', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584147709010034', 'B Stack', '5256743', '9S4182', '钢铁制塞堵', 3, 'H', 6, '2025-04-02 16:55:48', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177315010000', 'B Segment', '5243712', '2S2596', '钢铁弹簧', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010000', 'B Segment', '5243712', '7M8485', '橡胶密封圈', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010001', 'B Segment', '5243712', '1008010', '阀芯', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010002', 'B Segment', '5243712', '1008011', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010003', 'B Segment', '5243712', '7Y4224', '钢铁制缩径接头', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010004', 'B Segment', '5243712', '7N4333', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010005', 'B Segment', '5243712', '1J9671', '橡胶密封圈', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010006', 'B Segment', '5243712', '9S8003', '钢铁制塞堵', 1, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010007', 'B Segment', '5243712', '4K1388', '橡胶密封圈', 2, 'A', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010008', 'B Segment', '5243712', '4T5073', '塑料密封圈', 2, 'B', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010009', 'B Segment', '5243712', '7J9933', '橡胶密封圈', 2, 'B', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010010', 'B Segment', '5243712', '4J7533', '橡胶密封圈', 2, 'B', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010011', 'B Segment', '5243712', '9S8001', '钢铁制塞堵', 2, 'B', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010012', 'B Segment', '5243712', '4J5351', '橡胶密封圈', 2, 'B', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010013', 'B Segment', '5243712', '4T5072', '塑料密封圈', 2, 'B', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010014', 'B Segment', '5243712', '5252098', '橡胶密封圈', 1, 'C', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010015', 'B Segment', '5243712', '2608590', '换向阀', 1, 'C', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010016', 'B Segment', '5243712', '4T1701', '钢铁弹簧', 1, 'C', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010017', 'B Segment', '5243712', '5M2057', '橡胶密封圈', 1, 'C', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010018', 'B Segment', '5243712', '6V5556', '橡胶密封圈', 1, 'D', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010019', 'B Segment', '5243712', '3664972', '塑料密封圈', 1, 'D', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010020', 'B Segment', '5243712', '8T4185', '螺栓8T-4185', 2, 'D', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010021', 'B Segment', '5243712', '4T4511', '阀用管套', 1, 'D', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010022', 'B Segment', '5243712', '1919247', '钢铁制垫圈', 2, 'D', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010023', 'B Segment', '5243712', '1982914', '钢铁制螺母', 2, 'D', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010024', 'B Segment', '5243712', '3128629', '电磁线圈', 2, 'E', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010025', 'B Segment', '5243712', '3161438', '插装阀组件', 2, 'F', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010026', 'B Segment', '5243712', '3617213', '插装阀组件', 2, 'F', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010027', 'B Segment', '5243712', '2077434', '阀用止动块', 2, 'F', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010028', 'B Segment', '5243712', '9S4180', '钢铁制塞堵', 1, 'F', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010029', 'B Segment', '5243712', '4J7533', '橡胶密封圈', 1, 'F', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010030', 'B Segment', '5243712', '1H1023', '橡胶密封圈', 4, 'G', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010031', 'B Segment', '5243712', '1879630', '橡胶密封圈', 2, 'G', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010032', 'B Segment', '5243712', '9X8256', '钢铁制垫圈', 4, 'G', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010033', 'B Segment', '5243712', '1503065', '钢铁制螺纹接头组件', 1, 'G', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010034', 'B Segment', '5243712', '3J1907', '橡胶密封圈', 2, 'G', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010035', 'B Segment', '5243712', '7W7381', '钢铁制管路接头', 2, 'G', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010036', 'B Segment', '5243712', '2427955', '阀座', 1, 'H', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010037', 'B Segment', '5243712', '3328826', '阀座', 1, 'H1', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010038', 'B Segment', '5243712', '3529954', '钢铁弹簧', 2, 'I', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010039', 'B Segment', '5243712', '3529956', '阀用止动块', 2, 'I', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010040', 'B Segment', '5243712', '6V3965', '取样阀', 2, 'I', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010041', 'B Segment', '5243712', '2147568', '橡胶密封圈', 2, 'I', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); +INSERT INTO `t_app_product` VALUES ('1743584177316010042', 'B Segment', '5243712', '6V0852', '橡胶防尘盖', 2, 'I', 6, '2025-04-02 16:56:17', '管理员', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_product_extend +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_product_extend`; +CREATE TABLE `t_app_product_extend` ( + `record_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'id', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '总成号', + `single_product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '单片号', + `model` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '机型', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '导入人员', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + PRIMARY KEY (`record_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_product_extend +-- ---------------------------- +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010014', '1303122', '6E3034', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010015', '1303122', '6E3035', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010016', '1303122', '6E3036', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010017', '1303122', '1303110', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010018', '1303122', '1199550', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010019', '1303122', '1378104', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010020', '1303122', '1506649', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010032', '3701262', '3701245', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010033', '3701262', '3701247', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010034', '3701262', '3701249', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010035', '3701262', '3701251', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010036', '3701262', '3701237', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010057', '5757796', '6E3028', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010058', '5757796', '6E3029', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010059', '5757796', '6E3030', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010060', '5757796', '1288647', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010061', '5757796', '1199551', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010076', '1048660', '1070554', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010077', '1048660', '1070555', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010078', '1048660', '1070556', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010079', '1048660', '1070558', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1741759774266010080', '1048660', '1070559', 'MG Stack', '2025-03-12 14:09:34', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010000', '1303116', '6E3028', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010001', '1303116', '6E3029', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010002', '1303116', '6E3030', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010003', '1303116', '1288647', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010004', '1303118', '6E3034', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010005', '1303118', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108683010006', '1303118', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010000', '1303118', '1303110', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010001', '1303118', '1199550', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010002', '5757795', '6E3034', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010003', '5757795', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010004', '5757795', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010005', '5757795', '1303110', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010006', '5757795', '5805847', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010007', '1303124', '6E3028', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010008', '1303124', '6E3029', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010009', '1303124', '6E3030', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010010', '1303124', '1151007', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010011', '1303124', '1288647', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010012', '1303124', '1303111', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010013', '5829209', '6E3028', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010014', '5829209', '6E3029', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010015', '5829209', '6E3030', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010016', '5829209', '5829211', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010017', '5793325', '1070554', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010018', '5793325', '1070555', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010019', '5793325', '5793326', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010020', '5793325', '1303115', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010021', '5793325', '1243455', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010022', '1303135', '1070560', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010023', '1303135', '1070562', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010024', '1303135', '1070563', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010025', '1303135', '1303114', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010026', '5829206', '6E3034', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010027', '5829206', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010028', '5829206', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010029', '5829206', '5829210', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010030', '5829206', '5805847', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010031', '5890385', '6E3028', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010032', '5890385', '6E3029', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010033', '5890385', '6E3030', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010034', '5890385', '1288647', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010035', '5890385', '1934431', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010036', '5887917', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010037', '5887917', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010038', '5887917', '1303110', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010039', '5887917', '1199549', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010040', '1303123', '6E3028', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010041', '1303123', '6E3029', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010042', '1303123', '6E3030', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010043', '1303123', '1288647', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010044', '1303123', '1303111', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010045', '5890390', '6E3028', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010046', '5890390', '6E3029', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010047', '5890390', '6E3030', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010048', '5890390', '1288647', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010049', '5890390', '1303111', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010050', '5890390', '1506649', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010051', '5890390', '1538906', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010052', '1048646', '6E3034', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010053', '1048646', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010054', '1048646', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010055', '1048646', '6E3037', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010056', '1048646', '1070543', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010057', '2500551', '6E3034', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010058', '2500551', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010059', '2500551', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010060', '2500551', '5829210', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010061', '2500551', '1199550', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010062', '1303117', '6E3034', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010063', '1303117', '6E3035', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010064', '1303117', '6E3036', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010065', '1303117', '1303110', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010066', '3701232', '3701245', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010067', '3701232', '3701247', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010068', '3701232', '3701249', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010069', '3701232', '3701251', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010070', '3701261', '3701253', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010071', '3701261', '3701255', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010072', '3701261', '3701257', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010073', '3701261', '3701259', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010074', '3701261', '3701235', 'MG Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010075', '3934854', '3939136', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010076', '3934854', '3939137', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010077', '3934854', '3939138', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010078', '3612413', '3612415', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010079', '3612413', '3706919', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010080', '5195778', '5195781', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010081', '5195778', '5195782', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010082', '5195778', '5195783', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010083', '5195778', '5195784', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); +INSERT INTO `t_app_product_extend` VALUES ('1742521108684010084', '5195778', '5195784', 'B Stack', '2025-03-21 09:38:29', '管理员', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_single_product +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_single_product`; +CREATE TABLE `t_app_single_product` ( + `single_template_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键id', + `model` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '机型', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '成品号--dbs零件号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '原材料号', + `goods_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '原材料物料描述', + `quantity_1_pair` int NOT NULL COMMENT '单套数量', + `box_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料盒号', + `quantity_of_pair` int NOT NULL COMMENT '套数', + `first_import_time` datetime NULL DEFAULT NULL COMMENT '初次导入时间', + `first_import_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '初次导入用户', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + PRIMARY KEY (`single_template_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_single_product +-- ---------------------------- +INSERT INTO `t_app_single_product` VALUES ('1742783219677010000', 'M3PC 单片', '3232245', '2937639', 'PLUG ', 4, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010000', 'M3PC 单片', '3232245', '3J1907', 'SEAL-O-RING-STOR', 8, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010001', 'M3PC 单片', '3232245', '9S4191', 'PLUG-LD STOR ', 5, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010002', 'M3PC 单片', '3232245', '2833462', 'SCREEN ', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010003', 'M3PC 单片', '3232245', '3K0360', 'SEAL-O-RING-STOR', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010004', 'M3PC 单片', '3232245', '9S8005', 'PLUG-LD STOR ', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010005', 'M3PC 单片', '3232245', '9S8004', 'PLUG-LD STOR ', 3, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010006', 'M3PC 单片', '3232245', '3757263', 'VALVE GP-D RLF-B', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010007', 'M3PC 单片', '3232245', '3054563', 'VALVE GP-SHTL -B', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010008', 'M3PC 单片', '3232245', '0963831/HE', 'PLUG-NPTF ', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010009', 'M3PC 单片', '3232245', '3232246', 'PLATE-IDENT ', 1, 'A', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010010', 'M3PC 单片', '3232245', '3J5553', 'GASKET', 1, 'B', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010011', 'M3PC 单片', '3232245', '7J7366', 'GASKET', 1, 'B', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010012', 'M3PC 单片', '3232245', '7J7367', 'COVER', 1, 'B', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010013', 'M3PC 单片', '3232245', '8J5893', 'COVER', 1, 'B', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); +INSERT INTO `t_app_single_product` VALUES ('1742783219678010014', 'M3PC 单片', '3232245', '8T4179', 'BOLT-HEX HEAD', 4, 'B', 1, '2025-03-24 10:27:00', '管理员', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_stand +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_stand`; +CREATE TABLE `t_app_stand` ( + `stand_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '站台号', + `stand_type` int NOT NULL COMMENT '站台类型', + `stand_status` int NOT NULL COMMENT '站台状态', + `stand_ip` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '站台电脑的ip', + `stand_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '站台名称', + `stand_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '站台描述', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + PRIMARY KEY (`stand_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_stand +-- ---------------------------- +INSERT INTO `t_app_stand` VALUES ('P1', 1, 1, '127.0.0.1', '1号拣选站台', '1号拣选站台', '2025-09-11 15:26:49', 'wms-web'); +INSERT INTO `t_app_stand` VALUES ('P2', 1, 1, '127.0.0.12', '2号拣选站台', '2号拣选站台', '2025-09-11 15:27:04', 'wms-web'); +INSERT INTO `t_app_stand` VALUES ('P3', 1, 1, '10.90.80.115', '3号拣选站台', '3号拣选站台', '2025-02-15 15:26:25', 'admin'); +INSERT INTO `t_app_stand` VALUES ('P4', 1, 0, '121.1.1.1', '4号拣选站台', '4号拣选站台', '2025-09-05 01:17:28', 'admin'); +INSERT INTO `t_app_stand` VALUES ('R1', 2, 1, '10.90.21.19', '1号入库站台', '1号入库站台', '2025-02-15 15:28:10', 'admin'); + +-- ---------------------------- +-- Table structure for t_app_stand_work +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_stand_work`; +CREATE TABLE `t_app_stand_work` ( + `work_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'id', + `stand_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '站台号', + `work_order` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工单', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '成品号', + `single_product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '单片号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '料号', + `box_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料盒号', + `plan_pick_qty` int NULL DEFAULT NULL COMMENT '计划拣选数量', + `real_pick_qty` int NULL DEFAULT NULL COMMENT '实际拣选数量', + `stock_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '库存id', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '载具号', + `plan_remain_qty` int NULL DEFAULT NULL COMMENT '计划剩余数量', + `real_remain_qty` int NULL DEFAULT NULL COMMENT '实际剩余数量', + `is_out` int NULL DEFAULT NULL COMMENT '是否是库外料', + `put_area` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '存放位置', + `work_index` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'work_index', + `kitting_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`work_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_stand_work +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_app_stock +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_stock`; +CREATE TABLE `t_app_stock` ( + `stock_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '库存id', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '容器编号', + `location_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '库位编号', + `stock_status` int NOT NULL COMMENT '库存状态', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '物料编号', + `goods_status` int NOT NULL COMMENT '物料状态', + `first_in_time` datetime NULL DEFAULT NULL COMMENT '初次入库时间', + `first_in_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '初次入库用户', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + `total_num` int NOT NULL COMMENT '总数量', + `remain_num` int NOT NULL COMMENT '剩余数量', + `real_num` int NOT NULL COMMENT '库存实际数量', + `goods_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '物料描述', + `expire_date` date NULL DEFAULT NULL, + `sled` int NULL DEFAULT NULL, + `last_inventory_time` datetime NULL DEFAULT NULL COMMENT '上次盘点时间', + `last_inventory_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次盘点id', + `bill_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '单据号', + `bill_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '单据类型', + `task_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '客户任务号', + `order_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '客户原始单号', + `order_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '单据类型', + `sku_unit` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '对应商品基础资料的MEINH', + `remark` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + `special_stock` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '特殊库存(E,K\r\n,Q)', + `special_stock_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT 'so单号与供应商编号,出库指定SO号或者供应商编号出库', + `special_stock_item_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '特殊库存item号', + `batch_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '批次号', + PRIMARY KEY (`stock_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_stock +-- ---------------------------- +INSERT INTO `t_app_stock` VALUES ('1758265456986010000', 'BASR202509060036', 'A1-01-01', 0, '16010100212', 0, '2025-09-19 15:03:16', NULL, '2025-09-19 15:04:17', NULL, 1, 1, 1, '电磁流量计_DMA20-AAAAA1-螺纹-24VDC-4~20mA_E+H', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000010/1', '4500979572/5', NULL, 'EA', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265609985010000', 'BASR202509060042', 'A2-01-01', 0, '18028800043', 0, '2025-09-19 15:06:06', NULL, '2025-09-19 15:06:50', NULL, 20, 20, 20, '六角带_BB155_欧皮特_4010Ld', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000008/1', '4500884425/4', NULL, 'EA', NULL, 'K', '101220', NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265670985010000', 'BASR202509060040', 'A5-01-01', 0, '24190200059', 0, '2025-09-19 15:06:44', NULL, '2025-09-19 15:07:51', NULL, 4, 4, 4, '行程开关_ExES98D-11-40°C_世德_Ⅱ2DExtbⅢCT80℃Db…', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000006/1', '4500794127/1', NULL, 'EA', NULL, 'Q', '12.020296.01.02.01.01', NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265673985010000', 'BASR202509060038', 'A3-01-01', 0, '18014200038', 0, '2025-09-19 15:06:15', NULL, '2025-09-19 15:07:54', NULL, 5, 5, 5, '自润滑轴承_GFM-6065-30_IGUS', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000004/1', '4501089568/6', NULL, 'EA', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265705985010000', 'BASR202509060039', 'A1-01-02', 0, '16010100227', 0, '2025-09-19 15:07:10', NULL, '2025-09-19 15:08:26', NULL, 1, 1, 1, '电磁流量计_5H3B04-AAIBAEAFAAAD5S0AA1+AK-法兰_E…', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000005/1', '4500784974/1', NULL, 'EA', NULL, 'Q', '12.020296.01.02.01.01', NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265709985010000', 'BASR202509060043', 'A4-01-01', 0, 'DBA00630600', 0, '2025-09-19 15:07:32', NULL, '2025-09-19 15:08:30', NULL, 30, 30, 30, '轴承_6306-2Z_SKF', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000009/1', '4501078299/19', NULL, 'EA', NULL, 'K', '106721', NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265735985010000', 'BASR202509060041', 'A1-02-01', 0, 'STHJ011006191', 0, '2025-09-19 15:07:22', NULL, '2025-09-19 15:08:56', NULL, 1, 1, 1, '硅橡胶加热板_STHJ50×275B.00-06', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000007/1', '4500804473/1', NULL, 'EA', NULL, 'Q', '01.021503.01.02.01.01', NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265738985010000', 'BASR202509060034', 'A6-01-01', 0, '15011100026', 0, '2025-09-19 15:07:44', NULL, '2025-09-19 15:08:59', NULL, 2, 2, 2, '气弹簧_GS-22-150-BB-450N_ACE_两端关节轴承_优化淘汰', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000001/1', '4501046497/1', NULL, 'EA', NULL, 'Q', '12.021983.01.02.01.01', NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265763985010000', 'BASR202509060035', 'A3-01-02', 0, '10220800037', 0, '2025-09-19 15:08:25', NULL, '2025-09-19 15:09:24', NULL, 8, 8, 8, '气管_Φ8×Φ5×L_PU-红色_亚德客', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000002/1', '4501090811/1', NULL, 'M', NULL, NULL, NULL, NULL, NULL); +INSERT INTO `t_app_stock` VALUES ('1758265787985010000', 'BASR202509060037', 'A2-01-02', 0, 'Q2101030021', 0, '2025-09-19 15:08:37', NULL, '2025-09-19 15:09:48', NULL, 40, 40, 40, '喷嘴_H-VV_1/4_8030_外丝_304_通用', NULL, NULL, NULL, NULL, NULL, 'GR', '2025091900000003/1', '4501082119/1', NULL, 'EA', NULL, NULL, NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_stock_compare +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_stock_compare`; +CREATE TABLE `t_app_stock_compare` ( + `id` bigint NOT NULL AUTO_INCREMENT COMMENT 'ID', + `goods_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `goods_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '物料描述', + `wms_total_num` int NOT NULL COMMENT 'wms总数量', + `ewm_total_num` int NOT NULL COMMENT 'ewm总数量', + `special_stock` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `special_stock_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `special_stock_item_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `batch_no` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `create_time` datetime NULL DEFAULT NULL, + `compare_status` int NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 114 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_stock_compare +-- ---------------------------- +INSERT INTO `t_app_stock_compare` VALUES (110, 'G04010103013', '快插接头_PUT6_通用', 0, 30, NULL, NULL, NULL, NULL, '2025-09-19 15:31:37', -2); +INSERT INTO `t_app_stock_compare` VALUES (111, 'TZMQ011002271', NULL, 0, 0, NULL, NULL, NULL, NULL, '2025-09-19 15:31:37', -2); +INSERT INTO `t_app_stock_compare` VALUES (112, 'JX00005010', NULL, 0, 0, NULL, NULL, NULL, NULL, '2025-09-19 15:31:37', -2); +INSERT INTO `t_app_stock_compare` VALUES (113, 'Q2101030025', '喷嘴_H-VV_1/4_8050_外丝_304_通用', 0, 6, NULL, NULL, NULL, NULL, '2025-09-19 15:31:37', -2); +INSERT INTO `t_app_stock_compare` VALUES (114, '18014200038', '自润滑轴承_GFM-6065-30_IGUS', 5, 0, NULL, NULL, NULL, NULL, '2025-09-19 15:31:37', 2); + +-- ---------------------------- +-- Table structure for t_app_stock_update +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_stock_update`; +CREATE TABLE `t_app_stock_update` ( + `update_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料号', + `first_in_time` datetime NOT NULL, + `before_num` int NOT NULL COMMENT '原数量', + `after_num` int NOT NULL COMMENT '新数量', + `reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '更新理由', + `update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '更新用户', + `update_time` datetime NOT NULL COMMENT '更新时间', + PRIMARY KEY (`update_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_stock_update +-- ---------------------------- +INSERT INTO `t_app_stock_update` VALUES ('1742627059351010000', 'ASRS-0371', '2D6648', '2025-03-22 14:31:31', 500, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:04:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742627059351010001', 'ASRS-0371', '2D6648', '2025-03-22 14:13:01', 200, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:04:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742627085705010000', 'ASRS-0362', '4D9986', '2025-03-22 14:16:10', 100, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:04:46'); +INSERT INTO `t_app_stock_update` VALUES ('1742627109027010000', 'ASRS-0270', '7X0272', '2025-03-22 14:12:15', 100, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:05:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742627275061010000', 'ASRS-0378', '8F9206', '2025-03-22 14:32:21', 100, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:07:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742627275062010000', 'ASRS-0378', '8F9206', '2025-03-22 14:18:44', 3385, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:07:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742627429627010000', 'ASRS-0348', '4D9986', '2025-03-22 14:23:14', 900, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:10:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742627487162010000', 'ASRS-0347', '7X0272', '2025-03-22 14:22:48', 400, 0, 'P3:出库拣选', '管理员', '2025-03-22 15:11:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742775892048010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 350, 347, 'P3:配料拣选', '管理员', '2025-03-24 08:24:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742775899644010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 100, 99, 'P3:配料拣选', '管理员', '2025-03-24 08:25:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742775927686010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 1000, 999, 'P3:配料拣选', '管理员', '2025-03-24 08:25:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742775951686010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 75, 74, 'P3:配料拣选', '管理员', '2025-03-24 08:25:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742775982261010000', 'ASRS-0302', '9S4183', '2025-03-22 08:25:13', 60, 59, 'P3:配料拣选', '管理员', '2025-03-24 08:26:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742776199934010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1200, 1197, 'P3:配料拣选', '管理员', '2025-03-24 08:30:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742776208699010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1197, 1195, 'P3:配料拣选', '管理员', '2025-03-24 08:30:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742776463379010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 600, 599, 'P3:配料拣选', '管理员', '2025-03-24 08:34:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742776495019010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 300, 298, 'P3:配料拣选', '管理员', '2025-03-24 08:34:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742776524668010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 500, 499, 'P3:配料拣选', '管理员', '2025-03-24 08:35:25'); +INSERT INTO `t_app_stock_update` VALUES ('1742776684845010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 2000, 1999, 'P3:配料拣选', '管理员', '2025-03-24 08:38:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742776707945010000', 'ASRS-0329', '3603693', '2025-03-22 08:23:11', 100, 96, 'P3:配料拣选', '管理员', '2025-03-24 08:38:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742776734630010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 500, 499, 'P3:配料拣选', '管理员', '2025-03-24 08:38:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742776764557010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 900, 899, 'P3:配料拣选', '管理员', '2025-03-24 08:39:25'); +INSERT INTO `t_app_stock_update` VALUES ('1742776826997010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 3000, 2996, 'P3:配料拣选', '管理员', '2025-03-24 08:40:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742776836654010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2996, 2995, 'P3:配料拣选', '管理员', '2025-03-24 08:40:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742777176248010000', 'ASRS-0314', '9F6705', '2025-03-22 08:24:00', 60, 59, 'P3:配料拣选', '管理员', '2025-03-24 08:46:16'); +INSERT INTO `t_app_stock_update` VALUES ('1742777256634010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 1000, 999, 'P3:配料拣选', '管理员', '2025-03-24 08:47:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742777293607010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 30, 29, 'P3:配料拣选', '管理员', '2025-03-24 08:48:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742777388154010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 160, 158, 'P3:配料拣选', '管理员', '2025-03-24 08:49:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742777437348010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 600, 599, 'P3:配料拣选', '管理员', '2025-03-24 08:50:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742777482236010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 100, 99, 'P3:配料拣选', '管理员', '2025-03-24 08:51:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742777668316010000', 'ASRS-0330', '6E1925', '2025-03-22 08:22:57', 50, 49, 'P3:配料拣选', '管理员', '2025-03-24 08:54:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742777695061010000', 'ASRS-0328', '6E1924', '2025-03-22 08:23:29', 50, 49, 'P3:配料拣选', '管理员', '2025-03-24 08:54:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742777836420010000', 'ASRS-1529', '1007000', '2025-03-24 08:51:34', 48, 46, 'P3:配料拣选', '管理员', '2025-03-24 08:57:16'); +INSERT INTO `t_app_stock_update` VALUES ('1742777936493010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 700, 698, 'P3:配料拣选', '管理员', '2025-03-24 08:58:56'); +INSERT INTO `t_app_stock_update` VALUES ('1742778006670010000', 'ASRS-0331', '6E1923', '2025-03-22 08:22:44', 20, 19, 'P3:配料拣选', '管理员', '2025-03-24 09:00:07'); +INSERT INTO `t_app_stock_update` VALUES ('1742778036604010000', 'ASRS-0338', '6V5230', '2025-03-22 14:27:35', 50, 48, 'P3:配料拣选', '管理员', '2025-03-24 09:00:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742778157005010000', 'ASRS-0327', '6V9834', '2025-03-22 08:23:44', 30, 29, 'P3:配料拣选', '管理员', '2025-03-24 09:02:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742778173926010000', 'ASRS-0274', '1488356', '2025-03-22 11:53:32', 12, 11, 'P3:配料拣选', '管理员', '2025-03-24 09:02:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742778442579010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 159, 157, 'P3:配料拣选', '管理员', '2025-03-24 09:07:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742778562775010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 150, 149, 'P3:配料拣选', '管理员', '2025-03-24 09:09:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742778599855010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 500, 499, 'P3:配料拣选', '管理员', '2025-03-24 09:10:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742778714513010000', 'ASRS-0303', '2191893', '2025-03-22 08:24:59', 100, 96, 'P3:配料拣选', '管理员', '2025-03-24 09:11:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742779025767010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 99, 88, 'P3:配料拣选', '管理员', '2025-03-24 09:17:06'); +INSERT INTO `t_app_stock_update` VALUES ('1742779082417010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 347, 314, 'P3:配料拣选', '管理员', '2025-03-24 09:18:02'); +INSERT INTO `t_app_stock_update` VALUES ('1742779112907010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 74, 63, 'P3:配料拣选', '管理员', '2025-03-24 09:18:33'); +INSERT INTO `t_app_stock_update` VALUES ('1742779154628010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 599, 588, 'P3:配料拣选', '管理员', '2025-03-24 09:19:15'); +INSERT INTO `t_app_stock_update` VALUES ('1742779197146010000', 'ASRS-0302', '9S4183', '2025-03-22 08:25:13', 59, 48, 'P3:配料拣选', '管理员', '2025-03-24 09:19:57'); +INSERT INTO `t_app_stock_update` VALUES ('1742779234960010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 999, 988, 'P3:配料拣选', '管理员', '2025-03-24 09:20:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742779348785010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 298, 276, 'P3:配料拣选', '管理员', '2025-03-24 09:22:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742779382567010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 499, 488, 'P3:配料拣选', '管理员', '2025-03-24 09:23:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742779484321010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1195, 1140, 'P3:配料拣选', '管理员', '2025-03-24 09:24:44'); +INSERT INTO `t_app_stock_update` VALUES ('1742779702681010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 314, 281, 'P3:配料拣选', '管理员', '2025-03-24 09:28:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742779885514010000', 'ASRS-0329', '3603693', '2025-03-22 08:23:11', 96, 52, 'P3:配料拣选', '管理员', '2025-03-24 09:31:26'); +INSERT INTO `t_app_stock_update` VALUES ('1742779928669010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1999, 1988, 'P3:配料拣选', '管理员', '2025-03-24 09:32:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742779955948010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 899, 888, 'P3:配料拣选', '管理员', '2025-03-24 09:32:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742779990029010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 499, 488, 'P3:配料拣选', '管理员', '2025-03-24 09:33:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742780433144010000', 'ASRS-0301', '1061791', '2025-03-22 11:49:02', 5, 0, 'P2:出库拣选', '管理员', '2025-03-24 09:40:33'); +INSERT INTO `t_app_stock_update` VALUES ('1742780472317010000', 'ASRS-0274', '1488356', '2025-03-22 11:53:32', 11, 0, 'P2:出库拣选', '管理员', '2025-03-24 09:41:12'); +INSERT INTO `t_app_stock_update` VALUES ('1742780534951010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2995, 2940, 'P3:配料拣选', '管理员', '2025-03-24 09:42:15'); +INSERT INTO `t_app_stock_update` VALUES ('1742780605639010000', 'ASRS-1529', '1007000', '2025-03-24 08:51:34', 46, 24, 'P3:配料拣选', '管理员', '2025-03-24 09:43:26'); +INSERT INTO `t_app_stock_update` VALUES ('1742781015143010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2940, 2907, 'P3:配料拣选', '管理员', '2025-03-24 09:50:15'); +INSERT INTO `t_app_stock_update` VALUES ('1742781170000010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 29, 18, 'P3:配料拣选', '管理员', '2025-03-24 09:52:50'); +INSERT INTO `t_app_stock_update` VALUES ('1742781304725010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 999, 988, 'P3:配料拣选', '管理员', '2025-03-24 09:55:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742781489043010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 599, 588, 'P3:配料拣选', '管理员', '2025-03-24 09:58:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742781535163010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 158, 136, 'P3:配料拣选', '管理员', '2025-03-24 09:58:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742781580988010000', 'ASRS-0314', '9F6705', '2025-03-22 08:24:00', 59, 48, 'P3:配料拣选', '管理员', '2025-03-24 09:59:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742781630459010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 99, 88, 'P3:配料拣选', '管理员', '2025-03-24 10:00:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742781699757010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 157, 135, 'P3:配料拣选', '管理员', '2025-03-24 10:01:40'); +INSERT INTO `t_app_stock_update` VALUES ('1742781867577010000', 'ASRS-0328', '6E1924', '2025-03-22 08:23:29', 49, 38, 'P3:配料拣选', '管理员', '2025-03-24 10:04:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742781896554010000', 'ASRS-0330', '6E1925', '2025-03-22 08:22:57', 49, 38, 'P3:配料拣选', '管理员', '2025-03-24 10:04:57'); +INSERT INTO `t_app_stock_update` VALUES ('1742782052696010000', 'ASRS-0338', '6V5230', '2025-03-22 14:27:35', 48, 26, 'P3:配料拣选', '管理员', '2025-03-24 10:07:33'); +INSERT INTO `t_app_stock_update` VALUES ('1742782091008010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 698, 676, 'P3:配料拣选', '管理员', '2025-03-24 10:08:11'); +INSERT INTO `t_app_stock_update` VALUES ('1742782195937010000', 'ASRS-0331', '6E1923', '2025-03-22 08:22:44', 19, 8, 'P3:配料拣选', '管理员', '2025-03-24 10:09:56'); +INSERT INTO `t_app_stock_update` VALUES ('1742782265006010000', 'ASRS-0339', '1D4566', '2025-03-22 14:27:11', 100, 50, 'P3:出库拣选', '管理员', '2025-03-24 10:11:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742782413361010000', 'ASRS-0348', '1488356', '2025-03-24 09:42:36', 11, 0, 'P3:配料拣选', '管理员', '2025-03-24 10:13:33'); +INSERT INTO `t_app_stock_update` VALUES ('1742782472416010000', 'ASRS-0327', '6V9834', '2025-03-22 08:23:44', 29, 18, 'P3:配料拣选', '管理员', '2025-03-24 10:14:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742782591629010000', 'ASRS-0337', '6V9834', '2025-03-24 03:50:49', 30, 19, 'P3:配料拣选', '管理员', '2025-03-24 10:16:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742782723279010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 499, 488, 'P3:配料拣选', '管理员', '2025-03-24 10:18:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742782750487010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 149, 138, 'P3:配料拣选', '管理员', '2025-03-24 10:19:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742782893064010000', 'ASRS-0303', '2191893', '2025-03-22 08:24:59', 96, 52, 'P3:配料拣选', '管理员', '2025-03-24 10:21:33'); +INSERT INTO `t_app_stock_update` VALUES ('1742789983755010000', 'ASRS-0376', '7X0352', '2025-03-22 14:20:47', 40, 36, 'P2:出库拣选', '管理员', '2025-03-24 12:19:44'); +INSERT INTO `t_app_stock_update` VALUES ('1742790008522010000', 'ASRS-0364', '6V1849', '2025-03-22 14:26:01', 8, 0, 'P2:出库拣选', '管理员', '2025-03-24 12:20:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742794181993010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 988, 978, 'P3:配料拣选', '管理员', '2025-03-24 13:29:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742794218125010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 175, 165, 'P3:配料拣选', '管理员', '2025-03-24 13:30:18'); +INSERT INTO `t_app_stock_update` VALUES ('1742794378179010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 200, 170, 'P3:配料拣选', '管理员', '2025-03-24 13:32:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742794415335010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 70, 60, 'P3:配料拣选', '管理员', '2025-03-24 13:33:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742794594224010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 978, 962, 'P3:配料拣选', '管理员', '2025-03-24 13:36:34'); +INSERT INTO `t_app_stock_update` VALUES ('1742794633415010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 165, 149, 'P3:配料拣选', '管理员', '2025-03-24 13:37:13'); +INSERT INTO `t_app_stock_update` VALUES ('1742794768844010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 60, 44, 'P3:配料拣选', '管理员', '2025-03-24 13:39:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742794823970010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 170, 122, 'P3:配料拣选', '管理员', '2025-03-24 13:40:24'); +INSERT INTO `t_app_stock_update` VALUES ('1742795044252010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 149, 145, 'P3:配料拣选', '管理员', '2025-03-24 13:44:04'); +INSERT INTO `t_app_stock_update` VALUES ('1742795088090010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 962, 958, 'P3:配料拣选', '管理员', '2025-03-24 13:44:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742795240289010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 44, 40, 'P3:配料拣选', '管理员', '2025-03-24 13:47:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742795294306010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 122, 110, 'P3:配料拣选', '管理员', '2025-03-24 13:48:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742795468550010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 958, 952, 'P3:配料拣选', '管理员', '2025-03-24 13:51:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742795501719010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 145, 139, 'P3:配料拣选', '管理员', '2025-03-24 13:51:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742795668954010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 40, 34, 'P3:配料拣选', '管理员', '2025-03-24 13:54:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742795720614010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 110, 92, 'P3:配料拣选', '管理员', '2025-03-24 13:55:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742796352460010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 952, 948, 'P3:配料拣选', '管理员', '2025-03-24 14:05:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742796742840010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 92, 80, 'P3:配料拣选', '管理员', '2025-03-24 14:12:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742863878330010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 948, 944, 'P3:配料拣选', '管理员', '2025-03-25 08:51:18'); +INSERT INTO `t_app_stock_update` VALUES ('1742863993300010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 80, 68, 'P3:配料拣选', '管理员', '2025-03-25 08:53:13'); +INSERT INTO `t_app_stock_update` VALUES ('1742864148702010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 139, 131, 'P3:配料拣选', '管理员', '2025-03-25 08:55:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742864190751010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 944, 936, 'P3:配料拣选', '管理员', '2025-03-25 08:56:31'); +INSERT INTO `t_app_stock_update` VALUES ('1742864338134010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 34, 26, 'P3:配料拣选', '管理员', '2025-03-25 08:58:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742864391911010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 68, 44, 'P3:配料拣选', '管理员', '2025-03-25 08:59:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742864562656010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 936, 932, 'P3:配料拣选', '管理员', '2025-03-25 09:02:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742864590162010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 131, 127, 'P3:配料拣选', '管理员', '2025-03-25 09:03:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742864701460010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 26, 22, 'P3:配料拣选', '管理员', '2025-03-25 09:05:01'); +INSERT INTO `t_app_stock_update` VALUES ('1742864786905010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 44, 32, 'P3:配料拣选', '管理员', '2025-03-25 09:06:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742864960834010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 127, 107, 'P3:配料拣选', '管理员', '2025-03-25 09:09:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742864989329010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 932, 912, 'P3:配料拣选', '管理员', '2025-03-25 09:09:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742865161492010000', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 22, 2, 'P3:配料拣选', '管理员', '2025-03-25 09:12:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742865215443010000', 'ASRS-0386', '2521631', '2025-03-24 03:53:07', 32, 0, 'P3:配料拣选', '管理员', '2025-03-25 09:13:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742866066159010000', 'ASRS-1531', '2521631', '2025-03-25 08:46:08', 200, 172, 'P3:配料拣选', '管理员', '2025-03-25 09:27:46'); +INSERT INTO `t_app_stock_update` VALUES ('1742866101435010000', 'ASRS-1180', '6J4568', '2025-03-24 03:54:09', 70, 0, 'P2:出库拣选', '管理员', '2025-03-25 09:28:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742866216872010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 912, 900, 'P3:配料拣选', '管理员', '2025-03-25 09:30:17'); +INSERT INTO `t_app_stock_update` VALUES ('1742866248201010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 107, 95, 'P3:配料拣选', '管理员', '2025-03-25 09:30:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742866380672010000', 'ASRS-1531', '2521631', '2025-03-25 08:46:08', 172, 136, 'P3:配料拣选', '管理员', '2025-03-25 09:33:01'); +INSERT INTO `t_app_stock_update` VALUES ('1742866788515010000', 'ASRS-0298', '6J4568', '2025-03-25 09:35:17', 2, 0, 'P3:配料拣选', '管理员', '2025-03-25 09:39:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742866788515010001', 'ASRS-0298', '6J4568', '2025-03-22 08:21:03', 2, 0, 'P3:配料拣选', '管理员', '2025-03-25 09:39:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742867086211010000', 'ASRS-0386', '6J4568', '2025-03-25 09:41:00', 70, 62, 'P3:配料拣选', '管理员', '2025-03-25 09:44:46'); +INSERT INTO `t_app_stock_update` VALUES ('1742867394925010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 588, 580, 'P3:配料拣选', '管理员', '2025-03-25 09:49:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742867419235010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 888, 880, 'P3:配料拣选', '管理员', '2025-03-25 09:50:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742867454356010000', 'ASRS-0299', '9J0477', '2025-03-22 11:50:32', 46, 38, 'P3:配料拣选', '管理员', '2025-03-25 09:50:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742867486724010000', 'ASRS-0250', '6J4694', '2025-03-22 11:51:30', 297, 289, 'P3:配料拣选', '管理员', '2025-03-25 09:51:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742867661019010000', 'ASRS-1189', '4B9782', '2025-03-24 03:55:05', 200, 192, 'P3:配料拣选', '管理员', '2025-03-25 09:54:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742867685454010000', 'ASRS-0297', '7B8194', '2025-03-22 11:50:05', 183, 175, 'P3:配料拣选', '管理员', '2025-03-25 09:54:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742867812134010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 880, 872, 'P3:配料拣选', '管理员', '2025-03-25 09:56:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742867842519010000', 'ASRS-1531', '2521631', '2025-03-25 08:46:08', 136, 112, 'P3:配料拣选', '管理员', '2025-03-25 09:57:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742868885477010000', 'ASRS-0303', '2191893', '2025-03-22 08:24:59', 52, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:14:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742869067526010000', 'ASRS-0329', '3603693', '2025-03-22 08:23:11', 52, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:17:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742869107108010000', 'ASRS-0331', '6E1923', '2025-03-22 08:22:44', 8, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:18:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742869131772010000', 'ASRS-0330', '6E1925', '2025-03-22 08:22:57', 38, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:18:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742869244313010000', 'ASRS-0328', '6E1924', '2025-03-22 08:23:29', 38, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:20:44'); +INSERT INTO `t_app_stock_update` VALUES ('1742869271536010000', 'ASRS-0273', '8C5176', '2025-03-22 11:54:56', 40, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:21:12'); +INSERT INTO `t_app_stock_update` VALUES ('1742869302751010000', 'ASRS-0327', '6V9834', '2025-03-22 08:23:44', 18, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:21:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742869448196010000', 'ASRS-0272', '8C5176', '2025-03-22 11:55:09', 68, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:24:08'); +INSERT INTO `t_app_stock_update` VALUES ('1742869506763010000', 'ASRS-0314', '9F6705', '2025-03-22 08:24:00', 48, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1742869551077010000', 'ASRS-0302', '9S4183', '2025-03-22 08:25:13', 48, 0, 'P2:出库拣选', '管理员', '2025-03-25 10:25:51'); +INSERT INTO `t_app_stock_update` VALUES ('1742879938899010000', 'ASRS-0341', '4T0993', '2025-03-22 14:23:27', 100, 86, 'P3:出库拣选', '管理员', '2025-03-25 13:18:59'); +INSERT INTO `t_app_stock_update` VALUES ('1742880380469010000', 'ASRS-0346', '4T1021', '2025-03-22 14:22:37', 60, 55, 'P3:出库拣选', '管理员', '2025-03-25 13:26:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742883236292010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 488, 487, 'P3:配料拣选', '管理员', '2025-03-25 14:13:56'); +INSERT INTO `t_app_stock_update` VALUES ('1742883258921010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 281, 278, 'P3:配料拣选', '管理员', '2025-03-25 14:14:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742883269970010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 88, 87, 'P3:配料拣选', '管理员', '2025-03-25 14:14:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742883285191010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 63, 62, 'P3:配料拣选', '管理员', '2025-03-25 14:14:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742883309467010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1140, 1137, 'P3:配料拣选', '管理员', '2025-03-25 14:15:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742883329649010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 580, 579, 'P3:配料拣选', '管理员', '2025-03-25 14:15:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742883460549010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 276, 274, 'P3:配料拣选', '管理员', '2025-03-25 14:17:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742883541364010000', 'ASRS-1436', '9S4183', '2025-03-24 03:48:49', 60, 59, 'P3:配料拣选', '管理员', '2025-03-25 14:19:01'); +INSERT INTO `t_app_stock_update` VALUES ('1742883592191010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 900, 899, 'P3:配料拣选', '管理员', '2025-03-25 14:19:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742883673357010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1137, 1135, 'P3:配料拣选', '管理员', '2025-03-25 14:21:13'); +INSERT INTO `t_app_stock_update` VALUES ('1742883773349010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 488, 487, 'P3:配料拣选', '管理员', '2025-03-25 14:22:53'); +INSERT INTO `t_app_stock_update` VALUES ('1742883796244010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 872, 871, 'P3:配料拣选', '管理员', '2025-03-25 14:23:16'); +INSERT INTO `t_app_stock_update` VALUES ('1742883860204010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2907, 2904, 'P3:配料拣选', '管理员', '2025-03-25 14:24:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742883910389010000', 'ASRS-1032', '3603693', '2025-03-24 09:11:08', 100, 97, 'P3:配料拣选', '管理员', '2025-03-25 14:25:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742884014372010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 18, 17, 'P3:配料拣选', '管理员', '2025-03-25 14:26:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742884032548010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1988, 1987, 'P3:配料拣选', '管理员', '2025-03-25 14:27:13'); +INSERT INTO `t_app_stock_update` VALUES ('1742884083634010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 136, 134, 'P3:配料拣选', '管理员', '2025-03-25 14:28:04'); +INSERT INTO `t_app_stock_update` VALUES ('1742884107757010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 588, 587, 'P3:配料拣选', '管理员', '2025-03-25 14:28:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742884141261010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 88, 87, 'P3:配料拣选', '管理员', '2025-03-25 14:29:01'); +INSERT INTO `t_app_stock_update` VALUES ('1742884163221010000', 'ASRS-1529', '1007000', '2025-03-24 08:51:34', 24, 22, 'P3:配料拣选', '管理员', '2025-03-25 14:29:23'); +INSERT INTO `t_app_stock_update` VALUES ('1742884213894010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2904, 2903, 'P3:配料拣选', '管理员', '2025-03-25 14:30:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742884235486010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 135, 133, 'P3:配料拣选', '管理员', '2025-03-25 14:30:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742884340165010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 676, 674, 'P3:配料拣选', '管理员', '2025-03-25 14:32:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742884358309010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 988, 987, 'P3:配料拣选', '管理员', '2025-03-25 14:32:38'); +INSERT INTO `t_app_stock_update` VALUES ('1742884422117010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 60, 59, 'P3:配料拣选', '管理员', '2025-03-25 14:33:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742884436966010000', 'ASRS-0338', '6V5230', '2025-03-22 14:27:35', 26, 24, 'P3:配料拣选', '管理员', '2025-03-25 14:33:57'); +INSERT INTO `t_app_stock_update` VALUES ('1742884535168010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 50, 49, 'P3:配料拣选', '管理员', '2025-03-25 14:35:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742884550741010000', 'ASRS-1025', '6E1925', '2025-03-24 03:58:25', 22, 21, 'P3:配料拣选', '管理员', '2025-03-25 14:35:51'); +INSERT INTO `t_app_stock_update` VALUES ('1742884666605010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 450, 449, 'P3:配料拣选', '管理员', '2025-03-25 14:37:47'); +INSERT INTO `t_app_stock_update` VALUES ('1742884724978010000', 'ASRS-1031', '6E1923', '2025-03-24 03:49:52', 20, 19, 'P3:配料拣选', '管理员', '2025-03-25 14:38:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742884833928010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 138, 136, 'P3:配料拣选', '管理员', '2025-03-25 14:40:34'); +INSERT INTO `t_app_stock_update` VALUES ('1742884849180010000', 'ASRS-0337', '6V9834', '2025-03-24 03:50:49', 19, 18, 'P3:配料拣选', '管理员', '2025-03-25 14:40:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742884952463010000', 'ASRS-1088', '2191893', '2025-03-24 03:56:02', 100, 96, 'P3:配料拣选', '管理员', '2025-03-25 14:42:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742884966894010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 488, 487, 'P3:配料拣选', '管理员', '2025-03-25 14:42:47'); +INSERT INTO `t_app_stock_update` VALUES ('1742885214555010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 278, 260, 'P3:配料拣选', '管理员', '2025-03-25 14:46:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742885239338010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 87, 81, 'P3:配料拣选', '管理员', '2025-03-25 14:47:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742885265221010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 62, 56, 'P3:配料拣选', '管理员', '2025-03-25 14:47:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742885300258010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 274, 262, 'P3:配料拣选', '管理员', '2025-03-25 14:48:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742885342514010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 579, 573, 'P3:配料拣选', '管理员', '2025-03-25 14:49:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742885364929010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 487, 481, 'P3:配料拣选', '管理员', '2025-03-25 14:49:25'); +INSERT INTO `t_app_stock_update` VALUES ('1742885391231010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 1000, 994, 'P3:配料拣选', '管理员', '2025-03-25 14:49:51'); +INSERT INTO `t_app_stock_update` VALUES ('1742885445515010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1135, 1099, 'P3:配料拣选', '管理员', '2025-03-25 14:50:46'); +INSERT INTO `t_app_stock_update` VALUES ('1742885581573010000', 'ASRS-1436', '9S4183', '2025-03-24 03:48:49', 59, 29, 'P3:配料拣选', '管理员', '2025-03-25 14:53:02'); +INSERT INTO `t_app_stock_update` VALUES ('1742885621549010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 899, 869, 'P3:配料拣选', '管理员', '2025-03-25 14:53:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742885668134010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 250, 220, 'P3:配料拣选', '管理员', '2025-03-25 14:54:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742885734648010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2903, 2873, 'P3:配料拣选', '管理员', '2025-03-25 14:55:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742885855721010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1987, 1981, 'P3:配料拣选', '管理员', '2025-03-25 14:57:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742885920865010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 871, 865, 'P3:配料拣选', '管理员', '2025-03-25 14:58:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742885945190010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 487, 481, 'P3:配料拣选', '管理员', '2025-03-25 14:59:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742886015609010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2700, 2694, 'P3:配料拣选', '管理员', '2025-03-25 15:00:16'); +INSERT INTO `t_app_stock_update` VALUES ('1742886053516010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 17, 11, 'P3:配料拣选', '管理员', '2025-03-25 15:00:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742886073898010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2873, 2867, 'P3:配料拣选', '管理员', '2025-03-25 15:01:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742886150683010000', 'ASRS-0517', '9S4191', '2025-03-24 03:55:59', 500, 494, 'P3:配料拣选', '管理员', '2025-03-25 15:02:31'); +INSERT INTO `t_app_stock_update` VALUES ('1742886198946010000', 'ASRS-1529', '1007000', '2025-03-24 08:51:34', 22, 10, 'P3:配料拣选', '管理员', '2025-03-25 15:03:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742886321412010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 449, 443, 'P3:配料拣选', '管理员', '2025-03-25 15:05:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742886349330010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 50, 44, 'P3:配料拣选', '管理员', '2025-03-25 15:05:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742886436987010000', 'ASRS-0523', '8T8987', '2025-03-24 03:54:05', 10, 4, 'P3:配料拣选', '管理员', '2025-03-25 15:07:17'); +INSERT INTO `t_app_stock_update` VALUES ('1742886456465010000', 'ASRS-1261', '1061791', '2025-03-24 09:42:46', 5, 0, 'P2:出库拣选', '管理员', '2025-03-25 15:07:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742886556436010000', 'ASRS-1025', '6E1925', '2025-03-24 03:58:25', 21, 15, 'P3:配料拣选', '管理员', '2025-03-25 15:09:16'); +INSERT INTO `t_app_stock_update` VALUES ('1742886698031010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1188, 1176, 'P3:配料拣选', '管理员', '2025-03-25 15:11:38'); +INSERT INTO `t_app_stock_update` VALUES ('1742886738048010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 133, 121, 'P3:配料拣选', '管理员', '2025-03-25 15:12:18'); +INSERT INTO `t_app_stock_update` VALUES ('1742886783192010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 87, 81, 'P3:配料拣选', '管理员', '2025-03-25 15:13:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742886816615010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 59, 53, 'P3:配料拣选', '管理员', '2025-03-25 15:13:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742886832418010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 49, 43, 'P3:配料拣选', '管理员', '2025-03-25 15:13:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742886861057010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 500, 488, 'P3:配料拣选', '管理员', '2025-03-25 15:14:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742886990121010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 674, 662, 'P3:配料拣选', '管理员', '2025-03-25 15:16:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742887007655010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 987, 981, 'P3:配料拣选', '管理员', '2025-03-25 15:16:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742887047713010000', 'ASRS-0338', '6V5230', '2025-03-22 14:27:35', 24, 12, 'P3:配料拣选', '管理员', '2025-03-25 15:17:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742887202827010000', 'ASRS-1031', '6E1923', '2025-03-24 03:49:52', 19, 13, 'P3:配料拣选', '管理员', '2025-03-25 15:20:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742887559669010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 260, 248, 'P3:配料拣选', '管理员', '2025-03-25 15:26:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742887577979010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 81, 77, 'P3:配料拣选', '管理员', '2025-03-25 15:26:18'); +INSERT INTO `t_app_stock_update` VALUES ('1742887595931010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 56, 52, 'P3:配料拣选', '管理员', '2025-03-25 15:26:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742887616788010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 262, 254, 'P3:配料拣选', '管理员', '2025-03-25 15:26:57'); +INSERT INTO `t_app_stock_update` VALUES ('1742887634460010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 481, 477, 'P3:配料拣选', '管理员', '2025-03-25 15:27:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742887652873010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 573, 569, 'P3:配料拣选', '管理员', '2025-03-25 15:27:33'); +INSERT INTO `t_app_stock_update` VALUES ('1742887745121010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1099, 1075, 'P3:配料拣选', '管理员', '2025-03-25 15:29:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742887799936010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 994, 990, 'P3:配料拣选', '管理员', '2025-03-25 15:30:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742887913667010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 869, 849, 'P3:配料拣选', '管理员', '2025-03-25 15:31:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742887983415010000', 'ASRS-1436', '9S4183', '2025-03-24 03:48:49', 29, 9, 'P3:配料拣选', '管理员', '2025-03-25 15:33:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742888011719010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 220, 200, 'P3:配料拣选', '管理员', '2025-03-25 15:33:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742888068878010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2867, 2847, 'P3:配料拣选', '管理员', '2025-03-25 15:34:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742888169910010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 11, 7, 'P3:配料拣选', '管理员', '2025-03-25 15:36:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742888202872010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1981, 1977, 'P3:配料拣选', '管理员', '2025-03-25 15:36:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742888248502010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 865, 861, 'P3:配料拣选', '管理员', '2025-03-25 15:37:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742888265216010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 481, 477, 'P3:配料拣选', '管理员', '2025-03-25 15:37:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742888331887010000', 'ASRS-1245', '6V3965', '2025-03-24 03:48:27', 250, 246, 'P3:配料拣选', '管理员', '2025-03-25 15:38:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742888394808010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2694, 2690, 'P3:配料拣选', '管理员', '2025-03-25 15:39:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742888412838010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2847, 2843, 'P3:配料拣选', '管理员', '2025-03-25 15:40:13'); +INSERT INTO `t_app_stock_update` VALUES ('1742888430462010000', 'ASRS-1529', '1007000', '2025-03-24 08:51:34', 10, 2, 'P3:配料拣选', '管理员', '2025-03-25 15:40:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742888539951010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 44, 40, 'P3:配料拣选', '管理员', '2025-03-25 15:42:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742888618150010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 443, 439, 'P3:配料拣选', '管理员', '2025-03-25 15:43:38'); +INSERT INTO `t_app_stock_update` VALUES ('1742888689065010000', 'ASRS-0523', '8T8987', '2025-03-24 03:54:05', 4, 0, 'P3:配料拣选', '管理员', '2025-03-25 15:44:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742888798295010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 53, 49, 'P3:配料拣选', '管理员', '2025-03-25 15:46:38'); +INSERT INTO `t_app_stock_update` VALUES ('1742888818244010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1176, 1168, 'P3:配料拣选', '管理员', '2025-03-25 15:46:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742888863686010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 121, 113, 'P3:配料拣选', '管理员', '2025-03-25 15:47:44'); +INSERT INTO `t_app_stock_update` VALUES ('1742888885054010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 81, 77, 'P3:配料拣选', '管理员', '2025-03-25 15:48:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742888917343010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 43, 39, 'P3:配料拣选', '管理员', '2025-03-25 15:48:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742888986201010000', 'ASRS-1025', '6E1925', '2025-03-24 03:58:25', 15, 11, 'P3:配料拣选', '管理员', '2025-03-25 15:49:46'); +INSERT INTO `t_app_stock_update` VALUES ('1742889079647010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 488, 480, 'P3:配料拣选', '管理员', '2025-03-25 15:51:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742889175075010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 981, 977, 'P3:配料拣选', '管理员', '2025-03-25 15:52:55'); +INSERT INTO `t_app_stock_update` VALUES ('1742889194337010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 662, 654, 'P3:配料拣选', '管理员', '2025-03-25 15:53:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742889261500010000', 'ASRS-0338', '6V5230', '2025-03-22 14:27:35', 12, 4, 'P3:配料拣选', '管理员', '2025-03-25 15:54:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742889380867010000', 'ASRS-1031', '6E1923', '2025-03-24 03:49:52', 13, 9, 'P3:配料拣选', '管理员', '2025-03-25 15:56:21'); +INSERT INTO `t_app_stock_update` VALUES ('1742889490041010000', 'ASRS-1683', '6V0852', '2025-03-24 03:49:27', 100, 96, 'P3:配料拣选', '管理员', '2025-03-25 15:58:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742958702806010000', 'asrs-1392', '1061791', '2025-03-26 08:32:08', 4, 0, 'P2:出库拣选', '管理员', '2025-03-26 11:11:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742961861863010000', 'ASRS-1436', '9S4183', '2025-03-24 03:48:49', 9, 0, 'P3:配料拣选', '管理员', '2025-03-26 12:04:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742961919718010000', 'ASRS-1907', '5H3193', '2025-03-22 14:12:38', 200, 164, 'P3:配料拣选', '管理员', '2025-03-26 12:05:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742961950423010000', 'ASRS-0351', '7J1089', '2025-03-24 03:50:25', 100, 82, 'P3:配料拣选', '管理员', '2025-03-26 12:05:50'); +INSERT INTO `t_app_stock_update` VALUES ('1742961976478010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 849, 840, 'P3:配料拣选', '管理员', '2025-03-26 12:06:16'); +INSERT INTO `t_app_stock_update` VALUES ('1742961999998010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2843, 2834, 'P3:配料拣选', '管理员', '2025-03-26 12:06:40'); +INSERT INTO `t_app_stock_update` VALUES ('1742962069216010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 990, 900, 'P3:配料拣选', '管理员', '2025-03-26 12:07:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742962093863010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2690, 2672, 'P3:配料拣选', '管理员', '2025-03-26 12:08:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742962121959010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 477, 468, 'P3:配料拣选', '管理员', '2025-03-26 12:08:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742962152630010000', 'ASRS-1899', '9S8006', '2025-03-24 03:52:22', 200, 191, 'P3:配料拣选', '管理员', '2025-03-26 12:09:13'); +INSERT INTO `t_app_stock_update` VALUES ('1742962176719010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 200, 191, 'P3:配料拣选', '管理员', '2025-03-26 12:09:37'); +INSERT INTO `t_app_stock_update` VALUES ('1742962469252010000', 'ASRS-0284', '6V9830', '2025-03-24 03:53:47', 200, 182, 'P3:配料拣选', '管理员', '2025-03-26 12:14:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742962707629010000', 'ASRS-0335', '8F9206', '2025-03-22 15:15:41', 3485, 3422, 'P3:配料拣选', '管理员', '2025-03-26 12:18:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742962746454010000', 'ASRS-0244', '5J2974', '2025-03-24 03:55:30', 150, 132, 'P3:配料拣选', '管理员', '2025-03-26 12:19:06'); +INSERT INTO `t_app_stock_update` VALUES ('1742962774598010000', 'ASRS-1026', '8T4196', '2025-03-24 03:49:56', 425, 407, 'P3:配料拣选', '管理员', '2025-03-26 12:19:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742962817086010000', 'asrs-1443', '6E5291', '2025-03-26 08:33:07', 150, 132, 'P3:配料拣选', '管理员', '2025-03-26 12:20:17'); +INSERT INTO `t_app_stock_update` VALUES ('1742962902037010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 113, 95, 'P3:配料拣选', '管理员', '2025-03-26 12:21:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742963328337010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1977, 1959, 'P3:配料拣选', '管理员', '2025-03-26 12:28:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742963382195010000', 'ASRS-0521', '6E5289', '2025-03-24 03:51:36', 100, 82, 'P3:配料拣选', '管理员', '2025-03-26 12:29:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742963435025010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2834, 2807, 'P3:配料拣选', '管理员', '2025-03-26 12:30:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742963460889010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 900, 891, 'P3:配料拣选', '管理员', '2025-03-26 12:31:01'); +INSERT INTO `t_app_stock_update` VALUES ('1742963508159010000', 'ASRS-1189', '4B9782', '2025-03-24 03:55:05', 192, 147, 'P3:配料拣选', '管理员', '2025-03-26 12:31:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742963598769010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 1075, 976, 'P3:配料拣选', '管理员', '2025-03-26 12:33:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742963619186010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 191, 182, 'P3:配料拣选', '管理员', '2025-03-26 12:33:39'); +INSERT INTO `t_app_stock_update` VALUES ('1742963951914010000', 'ASRS-1249', '1268473', '2025-03-24 03:54:37', 100, 91, 'P3:配料拣选', '管理员', '2025-03-26 12:39:12'); +INSERT INTO `t_app_stock_update` VALUES ('1742963999642010000', 'ASRS-1713', '8T5005', '2025-03-24 03:39:53', 235, 199, 'P3:配料拣选', '管理员', '2025-03-26 12:40:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742964029420010000', 'ASRS-0385', '4J0520', '2025-03-24 03:56:52', 300, 291, 'P3:配料拣选', '管理员', '2025-03-26 12:40:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742964250764010000', 'ASRS-1023', '4564624', '2025-03-24 03:52:18', 25, 16, 'P3:配料拣选', '管理员', '2025-03-26 12:44:11'); +INSERT INTO `t_app_stock_update` VALUES ('1742964331532010000', 'ASRS-0270', '4564633', '2025-03-24 03:53:11', 25, 16, 'P3:配料拣选', '管理员', '2025-03-26 12:45:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742964597943010000', 'ASRS-0525', '5H4019', '2025-03-24 03:57:27', 150, 132, 'P3:配料拣选', '管理员', '2025-03-26 12:49:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742964704288010000', 'ASRS-0545', '8T4121', '2025-03-24 03:48:01', 2000, 1928, 'P3:配料拣选', '管理员', '2025-03-26 12:51:44'); +INSERT INTO `t_app_stock_update` VALUES ('1742964763288010000', 'ASRS-1528', '8C3206', '2025-03-24 03:49:21', 70, 34, 'P3:配料拣选', '管理员', '2025-03-26 12:52:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742964846744010000', 'ASRS-1026', '8T4196', '2025-03-24 03:49:56', 407, 335, 'P3:配料拣选', '管理员', '2025-03-26 12:54:07'); +INSERT INTO `t_app_stock_update` VALUES ('1742964876008010000', 'ASRS-0342', '7S0530', '2025-03-24 03:50:46', 60, 51, 'P3:配料拣选', '管理员', '2025-03-26 12:54:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742965677300010000', 'ASRS-0385', '4J0520', '2025-03-24 03:56:52', 291, 273, 'P3:配料拣选', '管理员', '2025-03-26 13:07:57'); +INSERT INTO `t_app_stock_update` VALUES ('1742966102560010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 77, 73, 'P3:配料拣选', '管理员', '2025-03-26 13:15:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742966135397010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 248, 236, 'P3:配料拣选', '管理员', '2025-03-26 13:15:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742966156365010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 569, 565, 'P3:配料拣选', '管理员', '2025-03-26 13:15:56'); +INSERT INTO `t_app_stock_update` VALUES ('1742966173739010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 52, 48, 'P3:配料拣选', '管理员', '2025-03-26 13:16:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742966202606010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 254, 246, 'P3:配料拣选', '管理员', '2025-03-26 13:16:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742966225429010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 840, 836, 'P3:配料拣选', '管理员', '2025-03-26 13:17:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742966279796010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 468, 464, 'P3:配料拣选', '管理员', '2025-03-26 13:18:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742966382503010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 976, 956, 'P3:配料拣选', '管理员', '2025-03-26 13:19:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742966439028010000', 'ASRS-1436', '9S4183', '2025-03-25 10:39:06', 48, 44, 'P3:配料拣选', '管理员', '2025-03-26 13:20:39'); +INSERT INTO `t_app_stock_update` VALUES ('1742966560887010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1959, 1955, 'P3:配料拣选', '管理员', '2025-03-26 13:22:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742966571822010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 477, 473, 'P3:配料拣选', '管理员', '2025-03-26 13:22:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742966628046010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 861, 857, 'P3:配料拣选', '管理员', '2025-03-26 13:23:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742966727336010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2807, 2787, 'P3:配料拣选', '管理员', '2025-03-26 13:25:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742966849272010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 100, 94, 'P3:配料拣选', '管理员', '2025-03-26 13:27:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742966849272010001', 'ASRS-1529', '1007000', '2025-03-24 08:51:34', 2, 0, 'P3:配料拣选', '管理员', '2025-03-26 13:27:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742966891719010000', 'ASRS-1032', '3603693', '2025-03-24 09:11:08', 97, 81, 'P3:配料拣选', '管理员', '2025-03-26 13:28:12'); +INSERT INTO `t_app_stock_update` VALUES ('1742967035862010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 77, 73, 'P3:配料拣选', '管理员', '2025-03-26 13:30:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742967058927010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 977, 973, 'P3:配料拣选', '管理员', '2025-03-26 13:30:59'); +INSERT INTO `t_app_stock_update` VALUES ('1742967081847010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 587, 583, 'P3:配料拣选', '管理员', '2025-03-26 13:31:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742967104631010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 134, 126, 'P3:配料拣选', '管理员', '2025-03-26 13:31:45'); +INSERT INTO `t_app_stock_update` VALUES ('1742967146000010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 7, 3, 'P3:配料拣选', '管理员', '2025-03-26 13:32:26'); +INSERT INTO `t_app_stock_update` VALUES ('1742967295769010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 49, 45, 'P3:配料拣选', '管理员', '2025-03-26 13:34:56'); +INSERT INTO `t_app_stock_update` VALUES ('1742967328834010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 95, 87, 'P3:配料拣选', '管理员', '2025-03-26 13:35:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742967455436010000', 'ASRS-1025', '6E1925', '2025-03-24 03:58:25', 11, 7, 'P3:配料拣选', '管理员', '2025-03-26 13:37:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742967489402010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 39, 35, 'P3:配料拣选', '管理员', '2025-03-26 13:38:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742967607840010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 654, 646, 'P3:配料拣选', '管理员', '2025-03-26 13:40:08'); +INSERT INTO `t_app_stock_update` VALUES ('1742967637942010000', 'ASRS-1031', '6E1923', '2025-03-24 03:49:52', 9, 5, 'P3:配料拣选', '管理员', '2025-03-26 13:40:38'); +INSERT INTO `t_app_stock_update` VALUES ('1742967709519010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 250, 246, 'P3:配料拣选', '管理员', '2025-03-26 13:41:50'); +INSERT INTO `t_app_stock_update` VALUES ('1742967709519010001', 'ASRS-0338', '6V5230', '2025-03-22 14:27:35', 4, 0, 'P3:配料拣选', '管理员', '2025-03-26 13:41:50'); +INSERT INTO `t_app_stock_update` VALUES ('1742967811251010000', 'ASRS-0337', '6V9834', '2025-03-24 03:50:49', 18, 14, 'P3:配料拣选', '管理员', '2025-03-26 13:43:31'); +INSERT INTO `t_app_stock_update` VALUES ('1742967865989010000', 'ASRS-0501', '1488356', '2025-03-26 08:33:38', 16, 12, 'P3:配料拣选', '管理员', '2025-03-26 13:44:26'); +INSERT INTO `t_app_stock_update` VALUES ('1742967973757010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 487, 483, 'P3:配料拣选', '管理员', '2025-03-26 13:46:14'); +INSERT INTO `t_app_stock_update` VALUES ('1742968001029010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 136, 132, 'P3:配料拣选', '管理员', '2025-03-26 13:46:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742968183310010000', 'ASRS-1088', '2191893', '2025-03-24 03:56:02', 96, 80, 'P3:配料拣选', '管理员', '2025-03-26 13:49:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742968475545010000', 'ASRS-1907', '5H3193', '2025-03-22 14:12:38', 164, 160, 'P3:配料拣选', '管理员', '2025-03-26 13:54:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742968492271010000', 'ASRS-0351', '7J1089', '2025-03-24 03:50:25', 82, 80, 'P3:配料拣选', '管理员', '2025-03-26 13:54:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742968519511010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 836, 835, 'P3:配料拣选', '管理员', '2025-03-26 13:55:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742968543355010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 891, 881, 'P3:配料拣选', '管理员', '2025-03-26 13:55:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742968563259010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 464, 463, 'P3:配料拣选', '管理员', '2025-03-26 13:56:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742968575017010000', 'ASRS-1899', '9S8006', '2025-03-24 03:52:22', 191, 190, 'P3:配料拣选', '管理员', '2025-03-26 13:56:15'); +INSERT INTO `t_app_stock_update` VALUES ('1742968591347010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2672, 2670, 'P3:配料拣选', '管理员', '2025-03-26 13:56:31'); +INSERT INTO `t_app_stock_update` VALUES ('1742968599474010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 182, 181, 'P3:配料拣选', '管理员', '2025-03-26 13:56:39'); +INSERT INTO `t_app_stock_update` VALUES ('1742968618483010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2787, 2786, 'P3:配料拣选', '管理员', '2025-03-26 13:56:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742968701996010000', 'ASRS-1436', '9S4183', '2025-03-25 10:39:06', 44, 43, 'P3:配料拣选', '管理员', '2025-03-26 13:58:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742968810038010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 881, 880, 'P3:配料拣选', '管理员', '2025-03-26 14:00:10'); +INSERT INTO `t_app_stock_update` VALUES ('1742968854488010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1955, 1953, 'P3:配料拣选', '管理员', '2025-03-26 14:00:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742968913038010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 956, 945, 'P3:配料拣选', '管理员', '2025-03-26 14:01:53'); +INSERT INTO `t_app_stock_update` VALUES ('1742968939111010000', 'ASRS-0521', '6E5289', '2025-03-24 03:51:36', 82, 80, 'P3:配料拣选', '管理员', '2025-03-26 14:02:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742968960408010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2786, 2783, 'P3:配料拣选', '管理员', '2025-03-26 14:02:40'); +INSERT INTO `t_app_stock_update` VALUES ('1742969022537010000', 'ASRS-1189', '4B9782', '2025-03-24 03:55:05', 147, 142, 'P3:配料拣选', '管理员', '2025-03-26 14:03:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742969085865010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 181, 180, 'P3:配料拣选', '管理员', '2025-03-26 14:04:46'); +INSERT INTO `t_app_stock_update` VALUES ('1742969218170010000', 'ASRS-0244', '5J2974', '2025-03-24 03:55:30', 132, 130, 'P3:配料拣选', '管理员', '2025-03-26 14:06:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742969247139010000', 'ASRS-0335', '8F9206', '2025-03-22 15:15:41', 3422, 3415, 'P3:配料拣选', '管理员', '2025-03-26 14:07:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742969278025010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 87, 85, 'P3:配料拣选', '管理员', '2025-03-26 14:07:58'); +INSERT INTO `t_app_stock_update` VALUES ('1742969286658010000', 'ASRS-1026', '8T4196', '2025-03-24 03:49:56', 335, 333, 'P3:配料拣选', '管理员', '2025-03-26 14:08:07'); +INSERT INTO `t_app_stock_update` VALUES ('1742969322610010000', 'asrs-1443', '6E5291', '2025-03-26 08:33:07', 132, 130, 'P3:配料拣选', '管理员', '2025-03-26 14:08:43'); +INSERT INTO `t_app_stock_update` VALUES ('1742969331844010000', 'ASRS-0284', '6V9830', '2025-03-24 03:53:47', 182, 180, 'P3:配料拣选', '管理员', '2025-03-26 14:08:52'); +INSERT INTO `t_app_stock_update` VALUES ('1742969458548010000', 'ASRS-0349', '6V5195', '2025-03-22 14:26:39', 200, 199, 'P3:配料拣选', '管理员', '2025-03-26 14:10:59'); +INSERT INTO `t_app_stock_update` VALUES ('1742969469461010000', 'ASRS-1713', '8T5005', '2025-03-24 03:39:53', 199, 195, 'P3:配料拣选', '管理员', '2025-03-26 14:11:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742969527948010000', 'ASRS-1249', '1268473', '2025-03-24 03:54:37', 91, 90, 'P3:配料拣选', '管理员', '2025-03-26 14:12:08'); +INSERT INTO `t_app_stock_update` VALUES ('1742969688495010000', 'ASRS-0385', '4J0520', '2025-03-24 03:56:52', 273, 272, 'P3:配料拣选', '管理员', '2025-03-26 14:14:48'); +INSERT INTO `t_app_stock_update` VALUES ('1742969820443010000', 'ASRS-1023', '4564624', '2025-03-24 03:52:18', 16, 15, 'P3:配料拣选', '管理员', '2025-03-26 14:17:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742969870537010000', 'ASRS-0270', '4564633', '2025-03-24 03:53:11', 16, 15, 'P3:配料拣选', '管理员', '2025-03-26 14:17:51'); +INSERT INTO `t_app_stock_update` VALUES ('1742970071164010000', 'ASRS-0545', '8T4121', '2025-03-24 03:48:01', 1928, 1920, 'P3:配料拣选', '管理员', '2025-03-26 14:21:11'); +INSERT INTO `t_app_stock_update` VALUES ('1742970093800010000', 'ASRS-1026', '8T4196', '2025-03-24 03:49:56', 333, 325, 'P3:配料拣选', '管理员', '2025-03-26 14:21:34'); +INSERT INTO `t_app_stock_update` VALUES ('1742970112571010000', 'ASRS-1528', '8C3206', '2025-03-24 03:49:21', 34, 30, 'P3:配料拣选', '管理员', '2025-03-26 14:21:53'); +INSERT INTO `t_app_stock_update` VALUES ('1742970123410010000', 'ASRS-0385', '4J0520', '2025-03-24 03:56:52', 272, 270, 'P3:配料拣选', '管理员', '2025-03-26 14:22:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742970138507010000', 'ASRS-0342', '7S0530', '2025-03-24 03:50:46', 51, 50, 'P3:配料拣选', '管理员', '2025-03-26 14:22:19'); +INSERT INTO `t_app_stock_update` VALUES ('1742970150129010000', 'ASRS-0525', '5H4019', '2025-03-24 03:57:27', 132, 130, 'P3:配料拣选', '管理员', '2025-03-26 14:22:30'); +INSERT INTO `t_app_stock_update` VALUES ('1742970504659010000', 'ASRS-0351', '7J1089', '2025-03-24 03:50:25', 80, 74, 'P3:配料拣选', '管理员', '2025-03-26 14:28:25'); +INSERT INTO `t_app_stock_update` VALUES ('1742970526985010000', 'ASRS-1907', '5H3193', '2025-03-22 14:12:38', 160, 148, 'P3:配料拣选', '管理员', '2025-03-26 14:28:47'); +INSERT INTO `t_app_stock_update` VALUES ('1742970555355010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 880, 850, 'P3:配料拣选', '管理员', '2025-03-26 14:29:15'); +INSERT INTO `t_app_stock_update` VALUES ('1742970591246010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 835, 832, 'P3:配料拣选', '管理员', '2025-03-26 14:29:51'); +INSERT INTO `t_app_stock_update` VALUES ('1742970611626010000', 'ASRS-1899', '9S8006', '2025-03-24 03:52:22', 190, 187, 'P3:配料拣选', '管理员', '2025-03-26 14:30:12'); +INSERT INTO `t_app_stock_update` VALUES ('1742970630934010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2670, 2664, 'P3:配料拣选', '管理员', '2025-03-26 14:30:31'); +INSERT INTO `t_app_stock_update` VALUES ('1742970642172010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 463, 460, 'P3:配料拣选', '管理员', '2025-03-26 14:30:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742970669038010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2783, 2780, 'P3:配料拣选', '管理员', '2025-03-26 14:31:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742970719607010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 180, 177, 'P3:配料拣选', '管理员', '2025-03-26 14:32:00'); +INSERT INTO `t_app_stock_update` VALUES ('1742970731479010000', 'ASRS-1436', '9S4183', '2025-03-25 10:39:06', 43, 40, 'P3:配料拣选', '管理员', '2025-03-26 14:32:11'); +INSERT INTO `t_app_stock_update` VALUES ('1742970860366010000', 'ASRS-1189', '4B9782', '2025-03-24 03:55:05', 142, 127, 'P3:配料拣选', '管理员', '2025-03-26 14:34:20'); +INSERT INTO `t_app_stock_update` VALUES ('1742970882078010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1953, 1947, 'P3:配料拣选', '管理员', '2025-03-26 14:34:42'); +INSERT INTO `t_app_stock_update` VALUES ('1742970902168010000', 'ASRS-0521', '6E5289', '2025-03-24 03:51:36', 80, 74, 'P3:配料拣选', '管理员', '2025-03-26 14:35:02'); +INSERT INTO `t_app_stock_update` VALUES ('1742970922110010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 850, 847, 'P3:配料拣选', '管理员', '2025-03-26 14:35:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742971028478010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 945, 912, 'P3:配料拣选', '管理员', '2025-03-26 14:37:08'); +INSERT INTO `t_app_stock_update` VALUES ('1742971180110010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 177, 174, 'P3:配料拣选', '管理员', '2025-03-26 14:39:40'); +INSERT INTO `t_app_stock_update` VALUES ('1742972039100010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2780, 2771, 'P3:配料拣选', '管理员', '2025-03-26 14:53:59'); +INSERT INTO `t_app_stock_update` VALUES ('1742972184265010000', 'ASRS-0335', '8F9206', '2025-03-22 15:15:41', 3415, 3394, 'P3:配料拣选', '管理员', '2025-03-26 14:56:24'); +INSERT INTO `t_app_stock_update` VALUES ('1742972203534010000', 'ASRS-1026', '8T4196', '2025-03-24 03:49:56', 325, 319, 'P3:配料拣选', '管理员', '2025-03-26 14:56:44'); +INSERT INTO `t_app_stock_update` VALUES ('1742972226316010000', 'ASRS-0244', '5J2974', '2025-03-24 03:55:30', 130, 124, 'P3:配料拣选', '管理员', '2025-03-26 14:57:06'); +INSERT INTO `t_app_stock_update` VALUES ('1742972251853010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 85, 79, 'P3:配料拣选', '管理员', '2025-03-26 14:57:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742972267254010000', 'ASRS-0284', '6V9830', '2025-03-24 03:53:47', 180, 174, 'P3:配料拣选', '管理员', '2025-03-26 14:57:47'); +INSERT INTO `t_app_stock_update` VALUES ('1742972289437010000', 'asrs-1443', '6E5291', '2025-03-26 08:33:07', 130, 124, 'P3:配料拣选', '管理员', '2025-03-26 14:58:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742972485022010000', 'ASRS-0349', '6V5195', '2025-03-22 14:26:39', 199, 196, 'P3:配料拣选', '管理员', '2025-03-26 15:01:25'); +INSERT INTO `t_app_stock_update` VALUES ('1742972514266010000', 'ASRS-1713', '8T5005', '2025-03-24 03:39:53', 195, 183, 'P3:配料拣选', '管理员', '2025-03-26 15:01:54'); +INSERT INTO `t_app_stock_update` VALUES ('1742972528856010000', 'ASRS-1249', '1268473', '2025-03-24 03:54:37', 90, 87, 'P3:配料拣选', '管理员', '2025-03-26 15:02:09'); +INSERT INTO `t_app_stock_update` VALUES ('1742972547914010000', 'ASRS-0385', '4J0520', '2025-03-24 03:56:52', 270, 267, 'P3:配料拣选', '管理员', '2025-03-26 15:02:28'); +INSERT INTO `t_app_stock_update` VALUES ('1742972672490010000', 'ASRS-1030', '1298222', '2025-03-24 03:54:33', 15, 12, 'P3:配料拣选', '管理员', '2025-03-26 15:04:32'); +INSERT INTO `t_app_stock_update` VALUES ('1742972825377010000', 'ASRS-0545', '8T4121', '2025-03-24 03:48:01', 1920, 1896, 'P3:配料拣选', '管理员', '2025-03-26 15:07:05'); +INSERT INTO `t_app_stock_update` VALUES ('1742972861257010000', 'ASRS-1528', '8C3206', '2025-03-24 03:49:21', 30, 18, 'P3:配料拣选', '管理员', '2025-03-26 15:07:41'); +INSERT INTO `t_app_stock_update` VALUES ('1742972882785010000', 'ASRS-0525', '5H4019', '2025-03-24 03:57:27', 130, 124, 'P3:配料拣选', '管理员', '2025-03-26 15:08:03'); +INSERT INTO `t_app_stock_update` VALUES ('1742972909297010000', 'ASRS-1026', '8T4196', '2025-03-24 03:49:56', 319, 295, 'P3:配料拣选', '管理员', '2025-03-26 15:08:29'); +INSERT INTO `t_app_stock_update` VALUES ('1742972928603010000', 'ASRS-0342', '7S0530', '2025-03-24 03:50:46', 50, 47, 'P3:配料拣选', '管理员', '2025-03-26 15:08:49'); +INSERT INTO `t_app_stock_update` VALUES ('1742972958288010000', 'ASRS-0385', '4J0520', '2025-03-24 03:56:52', 267, 261, 'P3:配料拣选', '管理员', '2025-03-26 15:09:18'); +INSERT INTO `t_app_stock_update` VALUES ('1742974316329010000', 'ASRS-1907', '5H3193', '2025-03-22 14:12:38', 148, 132, 'P3:配料拣选', '管理员', '2025-03-26 15:31:56'); +INSERT INTO `t_app_stock_update` VALUES ('1742974354705010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2664, 2656, 'P3:配料拣选', '管理员', '2025-03-26 15:32:35'); +INSERT INTO `t_app_stock_update` VALUES ('1742974380848010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 832, 828, 'P3:配料拣选', '管理员', '2025-03-26 15:33:01'); +INSERT INTO `t_app_stock_update` VALUES ('1742974415770010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 847, 807, 'P3:配料拣选', '管理员', '2025-03-26 15:33:36'); +INSERT INTO `t_app_stock_update` VALUES ('1742974431329010000', 'ASRS-0351', '7J1089', '2025-03-24 03:50:25', 74, 66, 'P3:配料拣选', '管理员', '2025-03-26 15:33:51'); +INSERT INTO `t_app_stock_update` VALUES ('1742974450761010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2771, 2767, 'P3:配料拣选', '管理员', '2025-03-26 15:34:11'); +INSERT INTO `t_app_stock_update` VALUES ('1742974467321010000', 'ASRS-1899', '9S8006', '2025-03-24 03:52:22', 187, 183, 'P3:配料拣选', '管理员', '2025-03-26 15:34:27'); +INSERT INTO `t_app_stock_update` VALUES ('1742974546531010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 460, 456, 'P3:配料拣选', '管理员', '2025-03-26 15:35:47'); +INSERT INTO `t_app_stock_update` VALUES ('1742974641500010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 174, 170, 'P3:配料拣选', '管理员', '2025-03-26 15:37:22'); +INSERT INTO `t_app_stock_update` VALUES ('1742974776872010000', 'ASRS-1436', '9S4183', '2025-03-25 10:39:06', 40, 36, 'P3:配料拣选', '管理员', '2025-03-26 15:39:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743038371968010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1947, 1939, 'P3:配料拣选', '管理员', '2025-03-27 09:19:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743038481211010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 912, 902, 'P3:配料拣选', '管理员', '2025-03-27 09:21:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743125106631010000', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 95, 23, 'P2:出库拣选', '管理员', '2025-03-28 09:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743125142045010000', 'ASRS-0299', '9J0477', '2025-03-22 11:50:32', 38, 30, 'P2:出库拣选', '管理员', '2025-03-28 09:25:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743125169596010000', 'ASRS-0297', '7B8194', '2025-03-22 11:50:05', 175, 167, 'P2:出库拣选', '管理员', '2025-03-28 09:26:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743125176677010000', 'ASRS-0250', '6J4694', '2025-03-22 11:51:30', 289, 281, 'P2:出库拣选', '管理员', '2025-03-28 09:26:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743142275279010000', 'ASRS-0274', '8C5176', '2025-03-25 10:51:19', 67, 0, 'P3:出库拣选', '管理员', '2025-03-28 14:11:15'); +INSERT INTO `t_app_stock_update` VALUES ('1743142791876010000', 'ASRS-1246', '6Y2522', '2025-03-22 11:52:42', 132, 0, 'P2:出库拣选', '管理员', '2025-03-28 14:19:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743142873330010000', 'ASRS-0300', '4F4097', '2025-03-22 11:49:28', 275, 0, 'P2:出库拣选', '管理员', '2025-03-28 14:21:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743142929132010000', 'ASRS-0248', '8T4776', '2025-03-22 11:51:54', 313, 0, 'P2:出库拣选', '管理员', '2025-03-28 14:22:09'); +INSERT INTO `t_app_stock_update` VALUES ('1743142943843010000', 'ASRS-0276', '8P0346', '2025-03-22 11:53:16', 235, 0, 'P2:出库拣选', '管理员', '2025-03-28 14:22:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743142999331010000', 'ASRS-0249', '2P5755', '2025-03-22 11:51:11', 117, 0, 'P2:出库拣选', '管理员', '2025-03-28 14:23:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743143008276010000', 'ASRS-0275', '6Y2584', '2025-03-22 11:52:58', 279, 0, 'P2:出库拣选', '管理员', '2025-03-28 14:23:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743220241394010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 565, 553, 'P2:配料拣选', '管理员', '2025-03-29 11:50:41'); +INSERT INTO `t_app_stock_update` VALUES ('1743220279785010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 828, 816, 'P2:配料拣选', '管理员', '2025-03-29 11:51:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743220326145010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 456, 444, 'P2:配料拣选', '管理员', '2025-03-29 11:52:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743220418962010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 902, 842, 'P2:配料拣选', '管理员', '2025-03-29 11:53:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743220467703010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 236, 200, 'P2:配料拣选', '管理员', '2025-03-29 11:54:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743220511485010000', 'ASRS-1436', '9S4183', '2025-03-25 10:39:06', 36, 24, 'P2:配料拣选', '管理员', '2025-03-29 11:55:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743220766729010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 48, 37, 'P3:配料拣选', '管理员', '2025-03-29 11:59:27'); +INSERT INTO `t_app_stock_update` VALUES ('1743220812771010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 73, 62, 'P3:配料拣选', '管理员', '2025-03-29 12:00:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743220821058010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 37, 25, 'P2:配料拣选', '管理员', '2025-03-29 12:00:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743220890251010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 246, 224, 'P3:配料拣选', '管理员', '2025-03-29 12:01:30'); +INSERT INTO `t_app_stock_update` VALUES ('1743220903035010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 62, 50, 'P2:配料拣选', '管理员', '2025-03-29 12:01:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743220943451010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 807, 796, 'P3:配料拣选', '管理员', '2025-03-29 12:02:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743220949497010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 224, 200, 'P2:配料拣选', '管理员', '2025-03-29 12:02:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743220981423010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 444, 433, 'P3:配料拣选', '管理员', '2025-03-29 12:03:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743221113123010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 842, 776, 'P3:配料拣选', '管理员', '2025-03-29 12:05:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743221166079010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 553, 542, 'P3:配料拣选', '管理员', '2025-03-29 12:06:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743221359561010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 473, 461, 'P2:配料拣选', '管理员', '2025-03-29 12:09:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743221397859010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1939, 1927, 'P2:配料拣选', '管理员', '2025-03-29 12:09:58'); +INSERT INTO `t_app_stock_update` VALUES ('1743221434322010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 857, 845, 'P2:配料拣选', '管理员', '2025-03-29 12:10:34'); +INSERT INTO `t_app_stock_update` VALUES ('1743221571365010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2767, 2707, 'P2:配料拣选', '管理员', '2025-03-29 12:12:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743221619274010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 94, 70, 'P2:配料拣选', '管理员', '2025-03-29 12:13:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743221688924010000', 'ASRS-1032', '3603693', '2025-03-24 09:11:08', 81, 33, 'P2:配料拣选', '管理员', '2025-03-29 12:14:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743221940003010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 973, 961, 'P2:配料拣选', '管理员', '2025-03-29 12:19:00'); +INSERT INTO `t_app_stock_update` VALUES ('1743222000910010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 126, 102, 'P2:配料拣选', '管理员', '2025-03-29 12:20:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743222102618010000', 'ASRS-0392', '3T8236', '2025-03-22 14:23:56', 3, 0, 'P2:配料拣选', '管理员', '2025-03-29 12:21:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743222158103010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 73, 61, 'P2:配料拣选', '管理员', '2025-03-29 12:22:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743222206848010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 45, 33, 'P2:配料拣选', '管理员', '2025-03-29 12:23:27'); +INSERT INTO `t_app_stock_update` VALUES ('1743222241801010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 583, 571, 'P2:配料拣选', '管理员', '2025-03-29 12:24:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743222332393010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 79, 55, 'P2:配料拣选', '管理员', '2025-03-29 12:25:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743225872134010000', 'ASRS-0551', '3T8236', '2025-03-26 11:08:17', 20, 11, 'P2:配料拣选', '管理员', '2025-03-29 13:24:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743225939574010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 200, 167, 'P3:配料拣选', '管理员', '2025-03-29 13:25:40'); +INSERT INTO `t_app_stock_update` VALUES ('1743226010060010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 35, 23, 'P2:配料拣选', '管理员', '2025-03-29 13:26:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743226053193010000', 'ASRS-1025', '6E1925', '2025-03-24 03:58:25', 7, 0, 'P2:配料拣选', '管理员', '2025-03-29 13:27:33'); +INSERT INTO `t_app_stock_update` VALUES ('1743226177575010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 170, 115, 'P3:配料拣选', '管理员', '2025-03-29 13:29:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743226235679010000', 'ASRS-1025', '6E1925', '2025-03-25 10:36:57', 38, 33, 'P2:配料拣选', '管理员', '2025-03-29 13:30:36'); +INSERT INTO `t_app_stock_update` VALUES ('1743226243150010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 816, 761, 'P3:配料拣选', '管理员', '2025-03-29 13:30:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743226312279010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2707, 2652, 'P3:配料拣选', '管理员', '2025-03-29 13:31:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743226477241010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 120, 89, 'P3:配料拣选', '管理员', '2025-03-29 13:34:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743226477241010001', 'ASRS-1436', '9S4183', '2025-03-25 10:39:06', 24, 0, 'P3:配料拣选', '管理员', '2025-03-29 13:34:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743226520854010000', 'ASRS-1031', '6E1923', '2025-03-25 10:49:04', 8, 1, 'P2:配料拣选', '管理员', '2025-03-29 13:35:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743226520855010000', 'ASRS-1031', '6E1923', '2025-03-24 03:49:52', 5, 0, 'P2:配料拣选', '管理员', '2025-03-29 13:35:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743226597714010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 646, 622, 'P2:配料拣选', '管理员', '2025-03-29 13:36:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743226669593010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 246, 222, 'P2:配料拣选', '管理员', '2025-03-29 13:37:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743226708201010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1927, 1916, 'P3:配料拣选', '管理员', '2025-03-29 13:38:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743226762225010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 461, 450, 'P3:配料拣选', '管理员', '2025-03-29 13:39:22'); +INSERT INTO `t_app_stock_update` VALUES ('1743226801578010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2656, 2645, 'P3:配料拣选', '管理员', '2025-03-29 13:40:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743226831120010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 845, 834, 'P3:配料拣选', '管理员', '2025-03-29 13:40:31'); +INSERT INTO `t_app_stock_update` VALUES ('1743226902728010000', 'ASRS-0501', '1488356', '2025-03-26 08:33:38', 12, 0, 'P2:配料拣选', '管理员', '2025-03-29 13:41:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743226911154010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 70, 48, 'P3:配料拣选', '管理员', '2025-03-29 13:41:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743226944730010000', 'ASRS-1245', '6V3965', '2025-03-24 03:48:27', 246, 235, 'P3:配料拣选', '管理员', '2025-03-29 13:42:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743226980753010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2652, 2641, 'P3:配料拣选', '管理员', '2025-03-29 13:43:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743226989377010000', 'ASRS-0337', '6V9834', '2025-03-24 03:50:49', 14, 2, 'P2:配料拣选', '管理员', '2025-03-29 13:43:09'); +INSERT INTO `t_app_stock_update` VALUES ('1743227103954010000', 'ASRS-0551', '3T8236', '2025-03-26 11:08:17', 11, 4, 'P3:配料拣选', '管理员', '2025-03-29 13:45:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743227305226010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 439, 428, 'P3:配料拣选', '管理员', '2025-03-29 13:48:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743227361339010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 483, 471, 'P2:配料拣选', '管理员', '2025-03-29 13:49:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743227373147010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 40, 29, 'P3:配料拣选', '管理员', '2025-03-29 13:49:33'); +INSERT INTO `t_app_stock_update` VALUES ('1743227394827010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 132, 120, 'P2:配料拣选', '管理员', '2025-03-29 13:49:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743227443080010000', 'ASRS-0272', '8T8987', '2025-03-28 09:44:20', 10, 0, 'P3:配料拣选', '管理员', '2025-03-29 13:50:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743227639108010000', 'ASRS-1268', '8T8987', '2025-03-28 09:32:45', 10, 9, 'P3:配料拣选', '管理员', '2025-03-29 13:53:59'); +INSERT INTO `t_app_stock_update` VALUES ('1743227706200010000', 'ASRS-1088', '2191893', '2025-03-24 03:56:02', 80, 32, 'P2:配料拣选', '管理员', '2025-03-29 13:55:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743228229782010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1168, 1146, 'P3:配料拣选', '管理员', '2025-03-29 14:03:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743228305926010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 167, 149, 'P2:配料拣选', '管理员', '2025-03-29 14:05:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743228339807010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 50, 44, 'P2:配料拣选', '管理员', '2025-03-29 14:05:40'); +INSERT INTO `t_app_stock_update` VALUES ('1743228376535010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 200, 188, 'P2:配料拣选', '管理员', '2025-03-29 14:06:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743228404280010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 761, 755, 'P2:配料拣选', '管理员', '2025-03-29 14:06:44'); +INSERT INTO `t_app_stock_update` VALUES ('1743228447860010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 61, 50, 'P3:配料拣选', '管理员', '2025-03-29 14:07:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743228475835010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 776, 746, 'P2:配料拣选', '管理员', '2025-03-29 14:07:56'); +INSERT INTO `t_app_stock_update` VALUES ('1743228502279010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 25, 19, 'P2:配料拣选', '管理员', '2025-03-29 14:08:22'); +INSERT INTO `t_app_stock_update` VALUES ('1743228527617010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 542, 536, 'P2:配料拣选', '管理员', '2025-03-29 14:08:48'); +INSERT INTO `t_app_stock_update` VALUES ('1743228530364010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 33, 22, 'P3:配料拣选', '管理员', '2025-03-29 14:08:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743228549568010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 433, 427, 'P2:配料拣选', '管理员', '2025-03-29 14:09:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743228560112010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 23, 12, 'P3:配料拣选', '管理员', '2025-03-29 14:09:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743228604409010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 89, 83, 'P2:配料拣选', '管理员', '2025-03-29 14:10:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743228730286010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 55, 33, 'P3:配料拣选', '管理员', '2025-03-29 14:12:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743228768591010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 50, 39, 'P3:配料拣选', '管理员', '2025-03-29 14:12:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743228774572010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 450, 444, 'P2:配料拣选', '管理员', '2025-03-29 14:12:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743228805294010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1916, 1910, 'P2:配料拣选', '管理员', '2025-03-29 14:13:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743228809076010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 480, 458, 'P3:配料拣选', '管理员', '2025-03-29 14:13:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743228835940010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 834, 828, 'P2:配料拣选', '管理员', '2025-03-29 14:13:56'); +INSERT INTO `t_app_stock_update` VALUES ('1743228882061010000', 'ASRS-1032', '3603693', '2025-03-24 09:11:08', 33, 9, 'P2:配料拣选', '管理员', '2025-03-29 14:14:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743228958900010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2641, 2611, 'P2:配料拣选', '管理员', '2025-03-29 14:15:59'); +INSERT INTO `t_app_stock_update` VALUES ('1743229002070010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 48, 36, 'P2:配料拣选', '管理员', '2025-03-29 14:16:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743229192767010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 50, 44, 'P2:配料拣选', '管理员', '2025-03-29 14:19:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743229223343010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 102, 90, 'P2:配料拣选', '管理员', '2025-03-29 14:20:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743229257720010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 22, 16, 'P2:配料拣选', '管理员', '2025-03-29 14:20:58'); +INSERT INTO `t_app_stock_update` VALUES ('1743229313278010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 571, 565, 'P2:配料拣选', '管理员', '2025-03-29 14:21:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743229440289010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 33, 21, 'P2:配料拣选', '管理员', '2025-03-29 14:24:00'); +INSERT INTO `t_app_stock_update` VALUES ('1743229485063010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 222, 200, 'P3:配料拣选', '管理员', '2025-03-29 14:24:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743229515872010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 961, 950, 'P3:配料拣选', '管理员', '2025-03-29 14:25:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743229526410010000', 'ASRS-0551', '3T8236', '2025-03-26 11:08:17', 4, 0, 'P2:配料拣选', '管理员', '2025-03-29 14:25:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743229554226010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 622, 600, 'P3:配料拣选', '管理员', '2025-03-29 14:25:54'); +INSERT INTO `t_app_stock_update` VALUES ('1743229565730010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 950, 944, 'P2:配料拣选', '管理员', '2025-03-29 14:26:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743229723016010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 12, 6, 'P2:配料拣选', '管理员', '2025-03-29 14:28:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743229778256010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 39, 33, 'P2:配料拣选', '管理员', '2025-03-29 14:29:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743229801951010000', 'ASRS-1031', '6E1923', '2025-03-26 08:36:39', 20, 10, 'P3:配料拣选', '管理员', '2025-03-29 14:30:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743229801951010001', 'ASRS-1031', '6E1923', '2025-03-25 10:49:04', 1, 0, 'P3:配料拣选', '管理员', '2025-03-29 14:30:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743229922244010000', 'ASRS-1031', '6E1923', '2025-03-26 08:36:39', 10, 4, 'P2:配料拣选', '管理员', '2025-03-29 14:32:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743229953745010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 600, 588, 'P2:配料拣选', '管理员', '2025-03-29 14:32:34'); +INSERT INTO `t_app_stock_update` VALUES ('1743229970007010000', 'ASRS-1683', '6V0852', '2025-03-24 03:49:27', 96, 85, 'P3:配料拣选', '管理员', '2025-03-29 14:32:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743229993521010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 200, 188, 'P2:配料拣选', '管理员', '2025-03-29 14:33:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743230157180010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 44, 43, 'P2:配料拣选', '管理员', '2025-03-29 14:35:57'); +INSERT INTO `t_app_stock_update` VALUES ('1743230349482010000', 'ASRS-0501', '1488356', '2025-03-28 09:39:08', 16, 10, 'P2:配料拣选', '管理员', '2025-03-29 14:39:09'); +INSERT INTO `t_app_stock_update` VALUES ('1743230393484010000', 'ASRS-0337', '6V9834', '2025-03-25 10:40:21', 18, 14, 'P2:配料拣选', '管理员', '2025-03-29 14:39:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743230393484010001', 'ASRS-0337', '6V9834', '2025-03-24 03:50:49', 2, 0, 'P2:配料拣选', '管理员', '2025-03-29 14:39:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743230539645010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 120, 114, 'P2:配料拣选', '管理员', '2025-03-29 14:42:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743230594484010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 471, 465, 'P2:配料拣选', '管理员', '2025-03-29 14:43:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743230745725010000', 'ASRS-1088', '2191893', '2025-03-24 03:56:02', 32, 8, 'P2:配料拣选', '管理员', '2025-03-29 14:45:46'); +INSERT INTO `t_app_stock_update` VALUES ('1743230984319010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 149, 137, 'P2:配料拣选', '管理员', '2025-03-29 14:49:44'); +INSERT INTO `t_app_stock_update` VALUES ('1743231004127010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 44, 40, 'P2:配料拣选', '管理员', '2025-03-29 14:50:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743231036909010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 19, 15, 'P2:配料拣选', '管理员', '2025-03-29 14:50:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743231052330010000', 'ASRS-0271', '2935263', '2025-03-22 12:04:11', 169, 152, 'P3:配料拣选', '管理员', '2025-03-29 14:50:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743231052330010001', 'ASRS-0271', '2935263', '2025-03-22 11:55:55', 23, 0, 'P3:配料拣选', '管理员', '2025-03-29 14:50:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743231056760010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 427, 423, 'P2:配料拣选', '管理员', '2025-03-29 14:50:57'); +INSERT INTO `t_app_stock_update` VALUES ('1743231090535010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 536, 532, 'P2:配料拣选', '管理员', '2025-03-29 14:51:31'); +INSERT INTO `t_app_stock_update` VALUES ('1743231137545010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 755, 715, 'P3:配料拣选', '管理员', '2025-03-29 14:52:18'); +INSERT INTO `t_app_stock_update` VALUES ('1743231146961010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 746, 726, 'P2:配料拣选', '管理员', '2025-03-29 14:52:27'); +INSERT INTO `t_app_stock_update` VALUES ('1743231166608010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 715, 711, 'P2:配料拣选', '管理员', '2025-03-29 14:52:47'); +INSERT INTO `t_app_stock_update` VALUES ('1743231199259010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 83, 79, 'P2:配料拣选', '管理员', '2025-03-29 14:53:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743231232265010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 188, 180, 'P2:配料拣选', '管理员', '2025-03-29 14:53:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743231367698010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 444, 440, 'P2:配料拣选', '管理员', '2025-03-29 14:56:08'); +INSERT INTO `t_app_stock_update` VALUES ('1743231385610010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1910, 1906, 'P2:配料拣选', '管理员', '2025-03-29 14:56:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743231446906010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 828, 824, 'P2:配料拣选', '管理员', '2025-03-29 14:57:27'); +INSERT INTO `t_app_stock_update` VALUES ('1743231518412010000', 'ASRS-1032', '3603693', '2025-03-25 10:50:49', 50, 43, 'P2:配料拣选', '管理员', '2025-03-29 14:58:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743231518412010001', 'ASRS-1032', '3603693', '2025-03-24 09:11:08', 9, 0, 'P2:配料拣选', '管理员', '2025-03-29 14:58:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743231550396010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2611, 2591, 'P2:配料拣选', '管理员', '2025-03-29 14:59:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743231573436010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 36, 28, 'P2:配料拣选', '管理员', '2025-03-29 14:59:33'); +INSERT INTO `t_app_stock_update` VALUES ('1743231683086010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 944, 940, 'P2:配料拣选', '管理员', '2025-03-29 15:01:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743231732651010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 44, 40, 'P2:配料拣选', '管理员', '2025-03-29 15:02:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743231780382010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 90, 82, 'P2:配料拣选', '管理员', '2025-03-29 15:03:00'); +INSERT INTO `t_app_stock_update` VALUES ('1743231834637010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 16, 12, 'P2:配料拣选', '管理员', '2025-03-29 15:03:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743231849029010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 565, 561, 'P2:配料拣选', '管理员', '2025-03-29 15:04:09'); +INSERT INTO `t_app_stock_update` VALUES ('1743231912382010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 21, 13, 'P2:配料拣选', '管理员', '2025-03-29 15:05:12'); +INSERT INTO `t_app_stock_update` VALUES ('1743231930125010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 43, 39, 'P2:配料拣选', '管理员', '2025-03-29 15:05:30'); +INSERT INTO `t_app_stock_update` VALUES ('1743231957835010000', 'ASRS-1531', '2521631', '2025-03-25 09:24:36', 172, 164, 'P3:配料拣选', '管理员', '2025-03-29 15:05:58'); +INSERT INTO `t_app_stock_update` VALUES ('1743231957836010000', 'ASRS-1531', '2521631', '2025-03-25 08:46:08', 112, 0, 'P3:配料拣选', '管理员', '2025-03-29 15:05:58'); +INSERT INTO `t_app_stock_update` VALUES ('1743232062259010000', 'ASRS-0386', '6J4568', '2025-03-25 09:41:00', 62, 22, 'P3:配料拣选', '管理员', '2025-03-29 15:07:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743232073736010000', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 6, 2, 'P2:配料拣选', '管理员', '2025-03-29 15:07:54'); +INSERT INTO `t_app_stock_update` VALUES ('1743232140303010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 33, 29, 'P2:配料拣选', '管理员', '2025-03-29 15:09:00'); +INSERT INTO `t_app_stock_update` VALUES ('1743232249534010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 588, 580, 'P2:配料拣选', '管理员', '2025-03-29 15:10:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743232334504010000', 'ASRS-1031', '6E1923', '2025-03-26 08:36:39', 4, 0, 'P2:配料拣选', '管理员', '2025-03-29 15:12:15'); +INSERT INTO `t_app_stock_update` VALUES ('1743232397760010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 188, 180, 'P2:配料拣选', '管理员', '2025-03-29 15:13:18'); +INSERT INTO `t_app_stock_update` VALUES ('1743232442069010000', 'ASRS-0271', '2935263', '2025-03-22 12:04:11', 152, 136, 'P3:配料拣选', '管理员', '2025-03-29 15:14:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743232519598010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 711, 695, 'P3:配料拣选', '管理员', '2025-03-29 15:15:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743232566026010000', 'ASRS-0501', '1488356', '2025-03-28 09:39:08', 10, 6, 'P2:配料拣选', '管理员', '2025-03-29 15:16:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743232573847010000', 'ASRS-0337', '6V9834', '2025-03-25 10:40:21', 14, 10, 'P2:配料拣选', '管理员', '2025-03-29 15:16:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743232691048010000', 'ASRS-0386', '6J4568', '2025-03-25 09:41:00', 22, 6, 'P3:配料拣选', '管理员', '2025-03-29 15:18:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743232724301010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 114, 110, 'P2:配料拣选', '管理员', '2025-03-29 15:18:44'); +INSERT INTO `t_app_stock_update` VALUES ('1743232816312010000', 'ASRS-1531', '2521631', '2025-03-25 09:24:36', 164, 116, 'P3:配料拣选', '管理员', '2025-03-29 15:20:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743232837892010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 465, 461, 'P2:配料拣选', '管理员', '2025-03-29 15:20:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743232974582010000', 'ASRS-1088', '2191893', '2025-03-25 10:50:16', 51, 43, 'P2:配料拣选', '管理员', '2025-03-29 15:22:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743232974582010001', 'ASRS-1088', '2191893', '2025-03-24 03:56:02', 8, 0, 'P2:配料拣选', '管理员', '2025-03-29 15:22:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743233130936010000', 'ASRS-0271', '2935263', '2025-03-22 12:04:11', 136, 132, 'P3:配料拣选', '管理员', '2025-03-29 15:25:31'); +INSERT INTO `t_app_stock_update` VALUES ('1743233150072010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 695, 691, 'P3:配料拣选', '管理员', '2025-03-29 15:25:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743233280754010000', 'ASRS-1531', '2521631', '2025-03-25 09:24:36', 116, 104, 'P3:配料拣选', '管理员', '2025-03-29 15:28:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743233343620010000', 'ASRS-0386', '6J4568', '2025-03-25 09:41:00', 6, 2, 'P3:配料拣选', '管理员', '2025-03-29 15:29:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743384044557010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 691, 675, 'P3:配料拣选', '管理员', '2025-03-31 09:20:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743384119157010000', 'ASRS-0271', '2935263', '2025-03-22 12:04:11', 132, 116, 'P3:配料拣选', '管理员', '2025-03-31 09:21:59'); +INSERT INTO `t_app_stock_update` VALUES ('1743384350686010000', 'ASRS-1531', '2521631', '2025-03-25 09:24:36', 104, 56, 'P3:配料拣选', '管理员', '2025-03-31 09:25:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743384442896010000', 'ASRS-0386', '6J4568', '2025-03-26 08:37:20', 70, 56, 'P3:配料拣选', '管理员', '2025-03-31 09:27:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743384442896010001', 'ASRS-0386', '6J4568', '2025-03-25 09:41:00', 2, 0, 'P3:配料拣选', '管理员', '2025-03-31 09:27:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743384785070010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 675, 671, 'P3:配料拣选', '管理员', '2025-03-31 09:33:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743384910954010000', 'ASRS-1531', '2521631', '2025-03-25 09:24:36', 56, 44, 'P3:配料拣选', '管理员', '2025-03-31 09:35:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743395256023010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 40, 32, 'P3:配料拣选', '管理员', '2025-03-31 12:27:36'); +INSERT INTO `t_app_stock_update` VALUES ('1743395287540010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 137, 113, 'P3:配料拣选', '管理员', '2025-03-31 12:28:08'); +INSERT INTO `t_app_stock_update` VALUES ('1743395321902010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 532, 524, 'P3:配料拣选', '管理员', '2025-03-31 12:28:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743395356718010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 15, 7, 'P3:配料拣选', '管理员', '2025-03-31 12:29:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743395383849010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 180, 164, 'P3:配料拣选', '管理员', '2025-03-31 12:29:44'); +INSERT INTO `t_app_stock_update` VALUES ('1743395404289010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 796, 788, 'P3:配料拣选', '管理员', '2025-03-31 12:30:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743395700882010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 423, 415, 'P3:配料拣选', '管理员', '2025-03-31 12:35:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743395748797010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 726, 678, 'P3:配料拣选', '管理员', '2025-03-31 12:35:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743395885911010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 115, 75, 'P3:配料拣选', '管理员', '2025-03-31 12:38:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743395919098010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 671, 631, 'P3:配料拣选', '管理员', '2025-03-31 12:38:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743395957214010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2591, 2551, 'P3:配料拣选', '管理员', '2025-03-31 12:39:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743396030140010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 79, 39, 'P3:配料拣选', '管理员', '2025-03-31 12:40:30'); +INSERT INTO `t_app_stock_update` VALUES ('1743396135568010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1906, 1898, 'P3:配料拣选', '管理员', '2025-03-31 12:42:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743396157570010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 440, 432, 'P3:配料拣选', '管理员', '2025-03-31 12:42:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743396205550010000', 'ASRS-1245', '6V3965', '2025-03-24 03:48:27', 235, 227, 'P3:配料拣选', '管理员', '2025-03-31 12:43:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743396234845010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 824, 816, 'P3:配料拣选', '管理员', '2025-03-31 12:43:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743396348894010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2645, 2637, 'P3:配料拣选', '管理员', '2025-03-31 12:45:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743396406541010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2551, 2543, 'P3:配料拣选', '管理员', '2025-03-31 12:46:47'); +INSERT INTO `t_app_stock_update` VALUES ('1743396482179010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 28, 12, 'P3:配料拣选', '管理员', '2025-03-31 12:48:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743396542936010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 39, 31, 'P3:配料拣选', '管理员', '2025-03-31 12:49:03'); +INSERT INTO `t_app_stock_update` VALUES ('1743396664515010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 428, 420, 'P3:配料拣选', '管理员', '2025-03-31 12:51:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743396731360010000', 'ASRS-1268', '8T8987', '2025-03-28 09:32:45', 9, 1, 'P3:配料拣选', '管理员', '2025-03-31 12:52:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743396764928010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 29, 21, 'P3:配料拣选', '管理员', '2025-03-31 12:52:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743396928632010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 40, 32, 'P3:配料拣选', '管理员', '2025-03-31 12:55:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743396947198010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1146, 1130, 'P3:配料拣选', '管理员', '2025-03-31 12:55:47'); +INSERT INTO `t_app_stock_update` VALUES ('1743397002489010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 12, 4, 'P3:配料拣选', '管理员', '2025-03-31 12:56:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743397025281010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 38, 32, 'P3:配料拣选', '管理员', '2025-03-31 12:57:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743397025281010001', 'ASRS-0519', '6E1924', '2025-03-24 03:58:18', 2, 0, 'P3:配料拣选', '管理员', '2025-03-31 12:57:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743397110917010000', 'ASRS-0528', '8J6815', '2025-03-24 08:59:26', 13, 0, 'P3:配料拣选', '管理员', '2025-03-31 12:58:31'); +INSERT INTO `t_app_stock_update` VALUES ('1743397138418010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 458, 442, 'P3:配料拣选', '管理员', '2025-03-31 12:58:58'); +INSERT INTO `t_app_stock_update` VALUES ('1743397233285010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 29, 21, 'P3:配料拣选', '管理员', '2025-03-31 13:00:33'); +INSERT INTO `t_app_stock_update` VALUES ('1743397752303010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 940, 932, 'P3:配料拣选', '管理员', '2025-03-31 13:09:12'); +INSERT INTO `t_app_stock_update` VALUES ('1743397781721010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 580, 564, 'P3:配料拣选', '管理员', '2025-03-31 13:09:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743397808303010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 180, 164, 'P3:配料拣选', '管理员', '2025-03-31 13:10:08'); +INSERT INTO `t_app_stock_update` VALUES ('1743397980717010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 500, 496, 'P3:配料拣选', '管理员', '2025-03-31 13:13:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743398117501010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 40, 32, 'P3:配料拣选', '管理员', '2025-03-31 13:15:18'); +INSERT INTO `t_app_stock_update` VALUES ('1743398245422010000', 'ASRS-1683', '6V0852', '2025-03-24 03:49:27', 85, 77, 'P3:配料拣选', '管理员', '2025-03-31 13:17:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743398580755010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 32, 30, 'P3:配料拣选', '管理员', '2025-03-31 13:23:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743398616633010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 113, 107, 'P3:配料拣选', '管理员', '2025-03-31 13:23:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743398635706010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 7, 5, 'P3:配料拣选', '管理员', '2025-03-31 13:23:56'); +INSERT INTO `t_app_stock_update` VALUES ('1743398646801010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 524, 522, 'P3:配料拣选', '管理员', '2025-03-31 13:24:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743398696512010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 788, 786, 'P3:配料拣选', '管理员', '2025-03-31 13:24:57'); +INSERT INTO `t_app_stock_update` VALUES ('1743398713068010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 164, 160, 'P3:配料拣选', '管理员', '2025-03-31 13:25:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743398791514010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 678, 666, 'P3:配料拣选', '管理员', '2025-03-31 13:26:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743398803906010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 415, 413, 'P3:配料拣选', '管理员', '2025-03-31 13:26:44'); +INSERT INTO `t_app_stock_update` VALUES ('1743398942066010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 631, 621, 'P3:配料拣选', '管理员', '2025-03-31 13:29:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743398967745010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 75, 65, 'P3:配料拣选', '管理员', '2025-03-31 13:29:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743398987420010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2543, 2533, 'P3:配料拣选', '管理员', '2025-03-31 13:29:47'); +INSERT INTO `t_app_stock_update` VALUES ('1743399019546010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 39, 29, 'P3:配料拣选', '管理员', '2025-03-31 13:30:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743399120561010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1898, 1896, 'P3:配料拣选', '管理员', '2025-03-31 13:32:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743399137355010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 432, 430, 'P3:配料拣选', '管理员', '2025-03-31 13:32:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743399205188010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 816, 814, 'P3:配料拣选', '管理员', '2025-03-31 13:33:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743399312563010000', 'ASRS-1245', '6V3965', '2025-03-24 03:48:27', 227, 225, 'P3:配料拣选', '管理员', '2025-03-31 13:35:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743399328058010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2637, 2635, 'P3:配料拣选', '管理员', '2025-03-31 13:35:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743399349819010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2533, 2531, 'P3:配料拣选', '管理员', '2025-03-31 13:35:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743399415042010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 12, 8, 'P3:配料拣选', '管理员', '2025-03-31 13:36:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743399489548010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 31, 29, 'P3:配料拣选', '管理员', '2025-03-31 13:38:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743399591426010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 21, 19, 'P3:配料拣选', '管理员', '2025-03-31 13:39:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743399600777010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 420, 418, 'P3:配料拣选', '管理员', '2025-03-31 13:40:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743399680166010000', 'ASRS-0329', '8T8987', '2025-03-31 13:01:17', 20, 18, 'P3:配料拣选', '管理员', '2025-03-31 13:41:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743399799965010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1130, 1126, 'P3:配料拣选', '管理员', '2025-03-31 13:43:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743399819296010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 32, 30, 'P3:配料拣选', '管理员', '2025-03-31 13:43:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743399845718010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 32, 30, 'P3:配料拣选', '管理员', '2025-03-31 13:44:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743399868920010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 4, 2, 'P3:配料拣选', '管理员', '2025-03-31 13:44:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743399928000010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 442, 438, 'P3:配料拣选', '管理员', '2025-03-31 13:45:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743400001837010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 21, 19, 'P3:配料拣选', '管理员', '2025-03-31 13:46:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743400095083010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 496, 492, 'P3:配料拣选', '管理员', '2025-03-31 13:48:15'); +INSERT INTO `t_app_stock_update` VALUES ('1743400206555010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 564, 560, 'P3:配料拣选', '管理员', '2025-03-31 13:50:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743400220477010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 932, 930, 'P3:配料拣选', '管理员', '2025-03-31 13:50:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743400295325010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 164, 160, 'P3:配料拣选', '管理员', '2025-03-31 13:51:35'); +INSERT INTO `t_app_stock_update` VALUES ('1743400403015010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 32, 30, 'P3:配料拣选', '管理员', '2025-03-31 13:53:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743400515562010000', 'ASRS-1683', '6V0852', '2025-03-24 03:49:27', 77, 75, 'P3:配料拣选', '管理员', '2025-03-31 13:55:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743400716836010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 107, 101, 'P3:配料拣选', '管理员', '2025-03-31 13:58:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743400731439010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 30, 28, 'P3:配料拣选', '管理员', '2025-03-31 13:58:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743400748342010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 522, 520, 'P3:配料拣选', '管理员', '2025-03-31 13:59:08'); +INSERT INTO `t_app_stock_update` VALUES ('1743400764175010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 5, 3, 'P3:配料拣选', '管理员', '2025-03-31 13:59:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743400794738010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 160, 156, 'P3:配料拣选', '管理员', '2025-03-31 13:59:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743400816878010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 786, 784, 'P3:配料拣选', '管理员', '2025-03-31 14:00:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743400843605010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 413, 411, 'P3:配料拣选', '管理员', '2025-03-31 14:00:44'); +INSERT INTO `t_app_stock_update` VALUES ('1743400905095010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 666, 654, 'P3:配料拣选', '管理员', '2025-03-31 14:01:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743401020949010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 65, 55, 'P3:配料拣选', '管理员', '2025-03-31 14:03:41'); +INSERT INTO `t_app_stock_update` VALUES ('1743401041711010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 621, 611, 'P3:配料拣选', '管理员', '2025-03-31 14:04:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743401110224010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 29, 19, 'P3:配料拣选', '管理员', '2025-03-31 14:05:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743401134056010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2531, 2521, 'P3:配料拣选', '管理员', '2025-03-31 14:05:34'); +INSERT INTO `t_app_stock_update` VALUES ('1743401261695010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 430, 428, 'P3:配料拣选', '管理员', '2025-03-31 14:07:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743401275726010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1896, 1894, 'P3:配料拣选', '管理员', '2025-03-31 14:07:56'); +INSERT INTO `t_app_stock_update` VALUES ('1743401303018010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 814, 812, 'P3:配料拣选', '管理员', '2025-03-31 14:08:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743401319022010000', 'ASRS-1245', '6V3965', '2025-03-24 03:48:27', 225, 223, 'P3:配料拣选', '管理员', '2025-03-31 14:08:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743401360367010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2635, 2633, 'P3:配料拣选', '管理员', '2025-03-31 14:09:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743401377623010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 29, 27, 'P3:配料拣选', '管理员', '2025-03-31 14:09:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743401455591010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2521, 2519, 'P3:配料拣选', '管理员', '2025-03-31 14:10:56'); +INSERT INTO `t_app_stock_update` VALUES ('1743401534407010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 8, 4, 'P3:配料拣选', '管理员', '2025-03-31 14:12:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743401631265010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 418, 416, 'P3:配料拣选', '管理员', '2025-03-31 14:13:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743401648031010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 19, 17, 'P3:配料拣选', '管理员', '2025-03-31 14:14:08'); +INSERT INTO `t_app_stock_update` VALUES ('1743401692607010000', 'ASRS-1268', '8T8987', '2025-03-28 09:32:45', 1, 0, 'P3:配料拣选', '管理员', '2025-03-31 14:14:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743401865708010000', 'ASRS-0364', '8T8987', '2025-03-31 13:01:50', 10, 9, 'P3:配料拣选', '管理员', '2025-03-31 14:17:46'); +INSERT INTO `t_app_stock_update` VALUES ('1743401971504010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 30, 28, 'P3:配料拣选', '管理员', '2025-03-31 14:19:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743401994773010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1126, 1122, 'P3:配料拣选', '管理员', '2025-03-31 14:19:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743402024557010000', 'ASRS-1221', '9F6705', '2025-03-24 03:48:53', 2, 0, 'P3:配料拣选', '管理员', '2025-03-31 14:20:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743402055408010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 19, 17, 'P3:配料拣选', '管理员', '2025-03-31 14:20:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743402078345010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 438, 434, 'P3:配料拣选', '管理员', '2025-03-31 14:21:18'); +INSERT INTO `t_app_stock_update` VALUES ('1743402108424010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 30, 28, 'P3:配料拣选', '管理员', '2025-03-31 14:21:48'); +INSERT INTO `t_app_stock_update` VALUES ('1743402249770010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 492, 488, 'P3:配料拣选', '管理员', '2025-03-31 14:24:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743402353892010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 930, 928, 'P3:配料拣选', '管理员', '2025-03-31 14:25:54'); +INSERT INTO `t_app_stock_update` VALUES ('1743402367198010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 560, 556, 'P3:配料拣选', '管理员', '2025-03-31 14:26:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743402445453010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 160, 156, 'P3:配料拣选', '管理员', '2025-03-31 14:27:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743402619173010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 30, 28, 'P3:配料拣选', '管理员', '2025-03-31 14:30:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743402715306010000', 'ASRS-1683', '6V0852', '2025-03-24 03:49:27', 75, 73, 'P3:配料拣选', '管理员', '2025-03-31 14:31:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743402843879010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 28, 27, 'P3:配料拣选', '管理员', '2025-03-31 14:34:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743402902393010000', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 3, 2, 'P3:配料拣选', '管理员', '2025-03-31 14:35:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743402925614010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 101, 98, 'P3:配料拣选', '管理员', '2025-03-31 14:35:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743402951294010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 654, 651, 'P3:配料拣选', '管理员', '2025-03-31 14:35:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743402960999010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 520, 519, 'P3:配料拣选', '管理员', '2025-03-31 14:36:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743403072470010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 411, 410, 'P3:配料拣选', '管理员', '2025-03-31 14:37:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743403433814010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 611, 610, 'P3:配料拣选', '管理员', '2025-03-31 14:43:54'); +INSERT INTO `t_app_stock_update` VALUES ('1743403452095010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 156, 154, 'P3:配料拣选', '管理员', '2025-03-31 14:44:12'); +INSERT INTO `t_app_stock_update` VALUES ('1743403466573010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 651, 649, 'P3:配料拣选', '管理员', '2025-03-31 14:44:27'); +INSERT INTO `t_app_stock_update` VALUES ('1743403483423010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 19, 18, 'P3:配料拣选', '管理员', '2025-03-31 14:44:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743403632102010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 428, 427, 'P3:配料拣选', '管理员', '2025-03-31 14:47:12'); +INSERT INTO `t_app_stock_update` VALUES ('1743403700621010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 812, 811, 'P3:配料拣选', '管理员', '2025-03-31 14:48:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743403753632010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2519, 2516, 'P3:配料拣选', '管理员', '2025-03-31 14:49:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743403809609010000', 'ASRS-1032', '3603693', '2025-03-25 10:50:49', 43, 40, 'P3:配料拣选', '管理员', '2025-03-31 14:50:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743403910620010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1894, 1893, 'P3:配料拣选', '管理员', '2025-03-31 14:51:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743403943411010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 82, 80, 'P3:配料拣选', '管理员', '2025-03-31 14:52:23'); +INSERT INTO `t_app_stock_update` VALUES ('1743403981189010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 27, 26, 'P3:配料拣选', '管理员', '2025-03-31 14:53:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743403994016010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 28, 27, 'P3:配料拣选', '管理员', '2025-03-31 14:53:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743404053540010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 561, 560, 'P3:配料拣选', '管理员', '2025-03-31 14:54:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743404128879010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2516, 2515, 'P3:配料拣选', '管理员', '2025-03-31 14:55:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743404227299010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 4, 2, 'P3:配料拣选', '管理员', '2025-03-31 14:57:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743404303640010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 488, 486, 'P3:配料拣选', '管理员', '2025-03-31 14:58:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743404400805010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 556, 554, 'P3:配料拣选', '管理员', '2025-03-31 15:00:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743404411715010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 928, 927, 'P3:配料拣选', '管理员', '2025-03-31 15:00:12'); +INSERT INTO `t_app_stock_update` VALUES ('1743404477394010000', 'ASRS-1221', '9F6705', '2025-03-25 10:37:32', 48, 47, 'P3:配料拣选', '管理员', '2025-03-31 15:01:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743404544192010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 156, 154, 'P3:配料拣选', '管理员', '2025-03-31 15:02:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743404647298010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 17, 16, 'P3:配料拣选', '管理员', '2025-03-31 15:04:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743404808538010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 28, 27, 'P3:配料拣选', '管理员', '2025-03-31 15:06:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743405050318010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 416, 415, 'P3:配料拣选', '管理员', '2025-03-31 15:10:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743405068397010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 28, 27, 'P3:配料拣选', '管理员', '2025-03-31 15:11:08'); +INSERT INTO `t_app_stock_update` VALUES ('1743405180540010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 110, 108, 'P3:配料拣选', '管理员', '2025-03-31 15:13:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743405198767010000', 'ASRS-0337', '6V9834', '2025-03-25 10:40:21', 10, 9, 'P3:配料拣选', '管理员', '2025-03-31 15:13:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743405325871010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 461, 460, 'P3:配料拣选', '管理员', '2025-03-31 15:15:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743405354684010000', 'ASRS-1088', '2191893', '2025-03-25 10:50:16', 43, 39, 'P3:配料拣选', '管理员', '2025-03-31 15:15:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743405564631010000', 'ASRS-0313', '9S4189', '2025-03-28 09:39:56', 75, 73, 'P3:配料拣选', '管理员', '2025-03-31 15:19:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743405564631010001', 'ASRS-0313', '9S4189', '2025-03-22 08:24:15', 2, 0, 'P3:配料拣选', '管理员', '2025-03-31 15:19:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743405590480010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 98, 86, 'P3:配料拣选', '管理员', '2025-03-31 15:19:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743405616426010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 154, 146, 'P3:配料拣选', '管理员', '2025-03-31 15:20:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743405637449010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 27, 23, 'P3:配料拣选', '管理员', '2025-03-31 15:20:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743405662367010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 784, 780, 'P3:配料拣选', '管理员', '2025-03-31 15:21:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743405762887010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 519, 515, 'P3:配料拣选', '管理员', '2025-03-31 15:22:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743405777304010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 410, 406, 'P3:配料拣选', '管理员', '2025-03-31 15:22:57'); +INSERT INTO `t_app_stock_update` VALUES ('1743405873497010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 649, 625, 'P3:配料拣选', '管理员', '2025-03-31 15:24:33'); +INSERT INTO `t_app_stock_update` VALUES ('1743405995051010000', 'ASRS-1436', '9S4183', '2025-03-28 09:24:47', 18, 0, 'P3:配料拣选', '管理员', '2025-03-31 15:26:35'); +INSERT INTO `t_app_stock_update` VALUES ('1743406030143010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 610, 590, 'P3:配料拣选', '管理员', '2025-03-31 15:27:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743406086766010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 55, 35, 'P3:配料拣选', '管理员', '2025-03-31 15:28:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743406326559010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2515, 2495, 'P3:配料拣选', '管理员', '2025-03-31 15:32:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743406395052010000', 'ASRS-0301', '1061791', '2025-03-28 13:53:37', 2, 1, 'P3:出库拣选', '管理员', '2025-03-31 15:33:15'); +INSERT INTO `t_app_stock_update` VALUES ('1743406395057010000', 'ASRS-0301', '1061791', '2025-03-26 12:43:22', 3, 0, 'P3:出库拣选', '管理员', '2025-03-31 15:33:15'); +INSERT INTO `t_app_stock_update` VALUES ('1743406498978010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 811, 807, 'P3:配料拣选', '管理员', '2025-03-31 15:34:59'); +INSERT INTO `t_app_stock_update` VALUES ('1743406519497010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1893, 1889, 'P3:配料拣选', '管理员', '2025-03-31 15:35:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743406549121010000', 'ASRS-0517', '9S4191', '2025-03-24 03:55:59', 494, 490, 'P3:配料拣选', '管理员', '2025-03-31 15:35:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743406610832010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 427, 423, 'P3:配料拣选', '管理员', '2025-03-31 15:36:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743406640728010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2633, 2629, 'P3:配料拣选', '管理员', '2025-03-31 15:37:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743406731600010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2495, 2491, 'P3:配料拣选', '管理员', '2025-03-31 15:38:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743406909190010000', 'ASRS-1529', '1007000', '2025-03-24 09:50:46', 2, 0, 'P3:配料拣选', '管理员', '2025-03-31 15:41:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743407022773010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 26, 22, 'P3:配料拣选', '管理员', '2025-03-31 15:43:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743407081646010000', 'ASRS-0298', '1007000', '2025-03-31 14:15:37', 140, 134, 'P3:配料拣选', '管理员', '2025-03-31 15:44:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743407179869010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 415, 411, 'P3:配料拣选', '管理员', '2025-03-31 15:46:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743407207636010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 17, 13, 'P3:配料拣选', '管理员', '2025-03-31 15:46:48'); +INSERT INTO `t_app_stock_update` VALUES ('1743407273282010000', 'ASRS-0329', '8T8987', '2025-03-31 13:01:17', 18, 14, 'P3:配料拣选', '管理员', '2025-03-31 15:47:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743407400909010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 434, 426, 'P3:配料拣选', '管理员', '2025-03-31 15:50:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743407417255010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1122, 1114, 'P3:配料拣选', '管理员', '2025-03-31 15:50:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743407436966010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 27, 23, 'P3:配料拣选', '管理员', '2025-03-31 15:50:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743407465529010002', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 16, 12, 'P3:配料拣选', '管理员', '2025-03-31 15:51:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743407491572010000', 'ASRS-1221', '9F6705', '2025-03-25 10:37:32', 47, 43, 'P3:配料拣选', '管理员', '2025-03-31 15:51:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743407543822010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 27, 23, 'P3:配料拣选', '管理员', '2025-03-31 15:52:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743407634718010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 486, 478, 'P3:配料拣选', '管理员', '2025-03-31 15:53:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743407784854010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 554, 546, 'P3:配料拣选', '管理员', '2025-03-31 15:56:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743407810735010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 927, 923, 'P3:配料拣选', '管理员', '2025-03-31 15:56:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743407832735010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 154, 146, 'P3:配料拣选', '管理员', '2025-03-31 15:57:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743407945816010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 27, 23, 'P3:配料拣选', '管理员', '2025-03-31 15:59:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743408305161010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 86, 80, 'P3:配料拣选', '管理员', '2025-03-31 16:05:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743408338205010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 146, 142, 'P3:配料拣选', '管理员', '2025-03-31 16:05:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743408359715010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 23, 21, 'P3:配料拣选', '管理员', '2025-03-31 16:06:00'); +INSERT INTO `t_app_stock_update` VALUES ('1743408379415010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 780, 778, 'P3:配料拣选', '管理员', '2025-03-31 16:06:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743408399571010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 406, 404, 'P3:配料拣选', '管理员', '2025-03-31 16:06:40'); +INSERT INTO `t_app_stock_update` VALUES ('1743408411842010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 515, 513, 'P3:配料拣选', '管理员', '2025-03-31 16:06:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743408516491010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 625, 613, 'P3:配料拣选', '管理员', '2025-03-31 16:08:36'); +INSERT INTO `t_app_stock_update` VALUES ('1743408529254010000', 'ASRS-0313', '9S4189', '2025-03-28 09:39:56', 73, 71, 'P3:配料拣选', '管理员', '2025-03-31 16:08:49'); +INSERT INTO `t_app_stock_update` VALUES ('1743467538886010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2491, 2481, 'P3:配料拣选', '管理员', '2025-04-01 08:32:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743467562502010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 590, 580, 'P3:配料拣选', '管理员', '2025-04-01 08:32:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743467597967010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 35, 25, 'P3:配料拣选', '管理员', '2025-04-01 08:33:18'); +INSERT INTO `t_app_stock_update` VALUES ('1743467941812010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 807, 805, 'P3:配料拣选', '管理员', '2025-04-01 08:39:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743467965512010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1889, 1887, 'P3:配料拣选', '管理员', '2025-04-01 08:39:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743467979126010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 423, 421, 'P3:配料拣选', '管理员', '2025-04-01 08:39:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743467990141010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2629, 2627, 'P3:配料拣选', '管理员', '2025-04-01 08:39:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743468024329010000', 'ASRS-0359', '1007000', '2025-03-28 21:26:47', 140, 136, 'P3:配料拣选', '管理员', '2025-04-01 08:40:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743468041468010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 22, 20, 'P3:配料拣选', '管理员', '2025-04-01 08:40:41'); +INSERT INTO `t_app_stock_update` VALUES ('1743468056601010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2481, 2479, 'P3:配料拣选', '管理员', '2025-04-01 08:40:57'); +INSERT INTO `t_app_stock_update` VALUES ('1743468067489010000', 'ASRS-0517', '9S4191', '2025-03-24 03:55:59', 490, 488, 'P3:配料拣选', '管理员', '2025-04-01 08:41:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743468170563010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 13, 11, 'P3:配料拣选', '管理员', '2025-04-01 08:42:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743468224506010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 411, 409, 'P3:配料拣选', '管理员', '2025-04-01 08:43:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743468323624010000', 'ASRS-0329', '8T8987', '2025-03-31 13:01:17', 14, 12, 'P3:配料拣选', '管理员', '2025-04-01 08:45:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743468436013010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1114, 1110, 'P3:配料拣选', '管理员', '2025-04-01 08:47:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743468484408010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 23, 21, 'P3:配料拣选', '管理员', '2025-04-01 08:48:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743468518719010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 12, 10, 'P3:配料拣选', '管理员', '2025-04-01 08:48:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743468544221010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 426, 422, 'P3:配料拣选', '管理员', '2025-04-01 08:49:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743468559423010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 23, 21, 'P3:配料拣选', '管理员', '2025-04-01 08:49:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743468578575010000', 'ASRS-1221', '9F6705', '2025-03-25 10:37:32', 43, 41, 'P3:配料拣选', '管理员', '2025-04-01 08:49:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743468661075010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 478, 474, 'P3:配料拣选', '管理员', '2025-04-01 08:51:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743468796799010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 923, 921, 'P3:配料拣选', '管理员', '2025-04-01 08:53:17'); +INSERT INTO `t_app_stock_update` VALUES ('1743468812631010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 546, 542, 'P3:配料拣选', '管理员', '2025-04-01 08:53:33'); +INSERT INTO `t_app_stock_update` VALUES ('1743468844954010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 146, 142, 'P3:配料拣选', '管理员', '2025-04-01 08:54:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743469131655010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 23, 21, 'P3:配料拣选', '管理员', '2025-04-01 08:58:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743469760417010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 142, 134, 'P3:配料拣选', '管理员', '2025-04-01 09:09:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743469785758010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 80, 68, 'P3:配料拣选', '管理员', '2025-04-01 09:09:46'); +INSERT INTO `t_app_stock_update` VALUES ('1743469794791010000', 'ASRS-1900', '9S8002', '2025-03-24 03:51:40', 778, 774, 'P3:配料拣选', '管理员', '2025-04-01 09:09:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743469812618010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 21, 17, 'P3:配料拣选', '管理员', '2025-04-01 09:10:13'); +INSERT INTO `t_app_stock_update` VALUES ('1743469853779010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 613, 589, 'P3:配料拣选', '管理员', '2025-04-01 09:10:54'); +INSERT INTO `t_app_stock_update` VALUES ('1743469868560010000', 'ASRS-0313', '9S4189', '2025-03-28 09:39:56', 71, 67, 'P3:配料拣选', '管理员', '2025-04-01 09:11:09'); +INSERT INTO `t_app_stock_update` VALUES ('1743469883767010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 404, 400, 'P3:配料拣选', '管理员', '2025-04-01 09:11:24'); +INSERT INTO `t_app_stock_update` VALUES ('1743469925077010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 513, 509, 'P3:配料拣选', '管理员', '2025-04-01 09:12:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743470073930010000', 'ASRS-0384', '9S4185', '2025-03-24 03:57:23', 25, 5, 'P3:配料拣选', '管理员', '2025-04-01 09:14:34'); +INSERT INTO `t_app_stock_update` VALUES ('1743470101928010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 580, 560, 'P3:配料拣选', '管理员', '2025-04-01 09:15:02'); +INSERT INTO `t_app_stock_update` VALUES ('1743470309477010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2479, 2459, 'P3:配料拣选', '管理员', '2025-04-01 09:18:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743470429221010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1887, 1883, 'P3:配料拣选', '管理员', '2025-04-01 09:20:29'); +INSERT INTO `t_app_stock_update` VALUES ('1743470450033010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 421, 417, 'P3:配料拣选', '管理员', '2025-04-01 09:20:50'); +INSERT INTO `t_app_stock_update` VALUES ('1743470462577010000', 'ASRS-1245', '6V3965', '2025-03-24 03:48:27', 223, 219, 'P3:配料拣选', '管理员', '2025-04-01 09:21:03'); +INSERT INTO `t_app_stock_update` VALUES ('1743470492294010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 805, 801, 'P3:配料拣选', '管理员', '2025-04-01 09:21:32'); +INSERT INTO `t_app_stock_update` VALUES ('1743470505404010000', 'ASRS-0336', '3J1907', '2025-03-24 03:51:13', 2627, 2623, 'P3:配料拣选', '管理员', '2025-04-01 09:21:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743470571541010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2459, 2455, 'P3:配料拣选', '管理员', '2025-04-01 09:22:52'); +INSERT INTO `t_app_stock_update` VALUES ('1743470609871010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 20, 16, 'P3:配料拣选', '管理员', '2025-04-01 09:23:30'); +INSERT INTO `t_app_stock_update` VALUES ('1743470650993010000', 'ASRS-0359', '1007000', '2025-03-28 21:26:47', 136, 128, 'P3:配料拣选', '管理员', '2025-04-01 09:24:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743470786420010000', 'ASRS-0318', '2S4078', '2025-03-21 14:36:39', 409, 405, 'P3:配料拣选', '管理员', '2025-04-01 09:26:26'); +INSERT INTO `t_app_stock_update` VALUES ('1743470802244010000', 'ASRS-0383', '6V9833', '2025-03-24 03:53:38', 11, 7, 'P3:配料拣选', '管理员', '2025-04-01 09:26:42'); +INSERT INTO `t_app_stock_update` VALUES ('1743471910399010000', 'ASRS-0329', '8T8987', '2025-03-31 13:01:17', 12, 8, 'P3:配料拣选', '管理员', '2025-04-01 09:45:10'); +INSERT INTO `t_app_stock_update` VALUES ('1743472023128010000', 'ASRS-0317', '9S8001', '2025-03-21 14:37:01', 1110, 1102, 'P3:配料拣选', '管理员', '2025-04-01 09:47:03'); +INSERT INTO `t_app_stock_update` VALUES ('1743472151099010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 21, 17, 'P3:配料拣选', '管理员', '2025-04-01 09:49:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743472174359010000', 'ASRS-0527', '4J7533', '2025-03-24 09:10:12', 422, 414, 'P3:配料拣选', '管理员', '2025-04-01 09:49:34'); +INSERT INTO `t_app_stock_update` VALUES ('1743472187028010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 10, 6, 'P3:配料拣选', '管理员', '2025-04-01 09:49:47'); +INSERT INTO `t_app_stock_update` VALUES ('1743472205907010000', 'ASRS-1221', '9F6705', '2025-03-25 10:37:32', 41, 37, 'P3:配料拣选', '管理员', '2025-04-01 09:50:06'); +INSERT INTO `t_app_stock_update` VALUES ('1743472239569010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 21, 17, 'P3:配料拣选', '管理员', '2025-04-01 09:50:40'); +INSERT INTO `t_app_stock_update` VALUES ('1743472258513010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 474, 466, 'P3:配料拣选', '管理员', '2025-04-01 09:50:59'); +INSERT INTO `t_app_stock_update` VALUES ('1743472399667010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 921, 917, 'P3:配料拣选', '管理员', '2025-04-01 09:53:20'); +INSERT INTO `t_app_stock_update` VALUES ('1743472441465010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 542, 534, 'P3:配料拣选', '管理员', '2025-04-01 09:54:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743472505314010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 142, 134, 'P3:配料拣选', '管理员', '2025-04-01 09:55:05'); +INSERT INTO `t_app_stock_update` VALUES ('1743472676647010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 21, 17, 'P3:配料拣选', '管理员', '2025-04-01 09:57:57'); +INSERT INTO `t_app_stock_update` VALUES ('1743472778148010000', 'ASRS-1683', '6V0852', '2025-03-24 03:49:27', 73, 69, 'P3:配料拣选', '管理员', '2025-04-01 09:59:38'); +INSERT INTO `t_app_stock_update` VALUES ('1743472979897010000', 'ASRS-0315', '9S4182', '2025-03-22 08:21:36', 68, 56, 'P3:配料拣选', '管理员', '2025-04-01 10:03:00'); +INSERT INTO `t_app_stock_update` VALUES ('1743472988778010000', 'ASRS-0304', '4K1388', '2025-03-22 08:24:46', 509, 505, 'P3:配料拣选', '管理员', '2025-04-01 10:03:09'); +INSERT INTO `t_app_stock_update` VALUES ('1743473024723010000', 'ASRS-0332', '9S8009', '2025-03-22 08:22:27', 17, 13, 'P3:配料拣选', '管理员', '2025-04-01 10:03:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743473040919010000', 'ASRS-0388', '6V8647', '2025-03-22 14:25:21', 134, 126, 'P3:配料拣选', '管理员', '2025-04-01 10:04:01'); +INSERT INTO `t_app_stock_update` VALUES ('1743473070769010000', 'ASRS-0313', '9S4189', '2025-03-28 09:39:56', 67, 63, 'P3:配料拣选', '管理员', '2025-04-01 10:04:31'); +INSERT INTO `t_app_stock_update` VALUES ('1743473083130010000', 'ASRS-0350', '3D2824', '2025-03-24 03:50:18', 560, 556, 'P3:配料拣选', '管理员', '2025-04-01 10:04:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743473166518010000', 'ASRS-0520', '2M9780', '2025-03-24 03:54:58', 400, 396, 'P3:配料拣选', '管理员', '2025-04-01 10:06:07'); +INSERT INTO `t_app_stock_update` VALUES ('1743473263073010000', 'ASRS-0334', '3J7354', '2025-03-24 03:56:58', 589, 569, 'P3:配料拣选', '管理员', '2025-04-01 10:07:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743473355778010000', 'ASRS-0305', '9S8003', '2025-03-22 08:24:34', 417, 413, 'P3:配料拣选', '管理员', '2025-04-01 10:09:16'); +INSERT INTO `t_app_stock_update` VALUES ('1743473368105010000', 'ASRS-0324', '6V8398', '2025-03-21 13:24:35', 1883, 1879, 'P3:配料拣选', '管理员', '2025-04-01 10:09:28'); +INSERT INTO `t_app_stock_update` VALUES ('1743473404222010000', 'ASRS-0340', '1J9671', '2025-03-22 14:24:32', 801, 797, 'P3:配料拣选', '管理员', '2025-04-01 10:10:04'); +INSERT INTO `t_app_stock_update` VALUES ('1743473471198010000', 'ASRS-1027', '3K0360', '2025-03-24 03:57:51', 2455, 2435, 'P3:配料拣选', '管理员', '2025-04-01 10:11:11'); +INSERT INTO `t_app_stock_update` VALUES ('1743473556569010000', 'ASRS-1032', '3603693', '2025-03-25 10:50:49', 40, 24, 'P3:配料拣选', '管理员', '2025-04-01 10:12:37'); +INSERT INTO `t_app_stock_update` VALUES ('1743473601418010000', 'ASRS-0359', '1007000', '2025-03-28 21:26:47', 128, 120, 'P3:配料拣选', '管理员', '2025-04-01 10:13:21'); +INSERT INTO `t_app_stock_update` VALUES ('1743473713605010000', 'ASRS-0333', '3676001', '2025-03-22 08:22:06', 80, 72, 'P3:配料拣选', '管理员', '2025-04-01 10:15:14'); +INSERT INTO `t_app_stock_update` VALUES ('1743473743105010000', 'ASRS-0306', '5M2057', '2025-03-21 14:35:07', 917, 913, 'P3:配料拣选', '管理员', '2025-04-01 10:15:43'); +INSERT INTO `t_app_stock_update` VALUES ('1743473794873010000', 'ASRS-1526', '3676002', '2025-03-24 03:55:22', 560, 556, 'P3:配料拣选', '管理员', '2025-04-01 10:16:35'); +INSERT INTO `t_app_stock_update` VALUES ('1743473816090010000', 'ASRS-1902', '3P9498', '2025-03-22 14:27:44', 17, 13, 'P3:配料拣选', '管理员', '2025-04-01 10:16:56'); +INSERT INTO `t_app_stock_update` VALUES ('1743473839048010000', 'ASRS-1221', '9F6705', '2025-03-25 10:37:32', 37, 33, 'P3:配料拣选', '管理员', '2025-04-01 10:17:19'); +INSERT INTO `t_app_stock_update` VALUES ('1743473865063010000', 'ASRS-0331', '3T8236', '2025-03-29 14:29:12', 16, 12, 'P3:配料拣选', '管理员', '2025-04-01 10:17:45'); +INSERT INTO `t_app_stock_update` VALUES ('1743473931242010000', 'ASRS-0303', '8J6815', '2025-03-31 13:05:17', 466, 458, 'P3:配料拣选', '管理员', '2025-04-01 10:18:51'); +INSERT INTO `t_app_stock_update` VALUES ('1743474054650010000', 'ASRS-1034', '6E1925', '2025-03-24 09:10:38', 6, 2, 'P3:配料拣选', '管理员', '2025-04-01 10:20:55'); +INSERT INTO `t_app_stock_update` VALUES ('1743474153792010000', 'ASRS-0519', '6E1924', '2025-03-25 10:40:46', 17, 13, 'P3:配料拣选', '管理员', '2025-04-01 10:22:34'); +INSERT INTO `t_app_stock_update` VALUES ('1743474254914010000', 'ASRS-0316', '8M3175', '2025-03-21 14:37:32', 534, 526, 'P3:配料拣选', '管理员', '2025-04-01 10:24:15'); +INSERT INTO `t_app_stock_update` VALUES ('1743474267364010000', 'ASRS-0338', '6V5230', '2025-03-26 08:36:59', 134, 126, 'P3:配料拣选', '管理员', '2025-04-01 10:24:27'); +INSERT INTO `t_app_stock_update` VALUES ('1743474338926010000', 'ASRS-1031', '6E1923', '2025-03-28 09:27:26', 17, 13, 'P3:配料拣选', '管理员', '2025-04-01 10:25:39'); +INSERT INTO `t_app_stock_update` VALUES ('1743474445126010000', 'ASRS-0337', '6V9834', '2025-03-25 10:40:21', 9, 5, 'P3:配料拣选', '管理员', '2025-04-01 10:27:25'); +INSERT INTO `t_app_stock_update` VALUES ('1743474542658010000', 'ASRS-0501', '1488356', '2025-03-28 09:39:08', 6, 2, 'P3:配料拣选', '管理员', '2025-04-01 10:29:03'); +INSERT INTO `t_app_stock_update` VALUES ('1743478852871010000', 'ASRS-1524', '2191891', '2025-03-24 03:51:09', 108, 104, 'P3:配料拣选', '管理员', '2025-04-01 11:40:53'); +INSERT INTO `t_app_stock_update` VALUES ('1743478872072010000', 'ASRS-0522', '2965987', '2025-03-24 03:57:55', 460, 456, 'P3:配料拣选', '管理员', '2025-04-01 11:41:12'); +INSERT INTO `t_app_stock_update` VALUES ('1743478999596010000', 'ASRS-1088', '2191893', '2025-03-25 10:50:16', 39, 23, 'P3:配料拣选', '管理员', '2025-04-01 11:43:20'); +INSERT INTO `t_app_stock_update` VALUES ('1744535722773010000', 'ASRS-0326', '7X0448', '2025-03-21 13:23:03', 320, 310, 'P1:盘点确认', '管理员', '2025-04-13 17:15:23'); +INSERT INTO `t_app_stock_update` VALUES ('1744535841320010000', 'ASRS-0326', '7X0448', '2025-03-21 13:23:03', 310, 320, 'P1:盘点确认', '管理员', '2025-04-13 17:17:21'); +INSERT INTO `t_app_stock_update` VALUES ('1753844707516010000', '123456', '123456', '2025-07-30 11:04:11', 0, 123456, '101:入库', NULL, '2025-07-30 11:05:08'); +INSERT INTO `t_app_stock_update` VALUES ('1753844707516010002', '123456', '123456', '2025-07-30 11:04:11', 0, 123456, '101:入库', NULL, '2025-07-30 11:05:08'); +INSERT INTO `t_app_stock_update` VALUES ('1753844707516010004', '123456', '123456', '2025-07-30 11:04:11', 0, 123456, '101:入库', NULL, '2025-07-30 11:05:08'); +INSERT INTO `t_app_stock_update` VALUES ('1753844707516010006', '123456', '123456', '2025-07-30 11:04:11', 0, 123456, '101:入库', NULL, '2025-07-30 11:05:08'); +INSERT INTO `t_app_stock_update` VALUES ('1753844707516010008', '123456', '123456', '2025-07-30 11:04:11', 0, 123456, '101:入库', NULL, '2025-07-30 11:05:08'); +INSERT INTO `t_app_stock_update` VALUES ('1753845907266010001', '123456', '123456', '2025-07-30 11:23:49', 0, 123456, '101:入库', NULL, '2025-07-30 11:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1753845907267010001', '123456', '123456', '2025-07-30 11:23:49', 0, 123456, '101:入库', NULL, '2025-07-30 11:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1753845907267010003', '123456', '123456', '2025-07-30 11:23:49', 0, 123456, '101:入库', NULL, '2025-07-30 11:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1753845907267010005', '123456', '123456', '2025-07-30 11:23:49', 0, 123456, '101:入库', NULL, '2025-07-30 11:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1753845907267010007', '123456', '123456', '2025-07-30 11:23:49', 0, 123456, '101:入库', NULL, '2025-07-30 11:25:07'); +INSERT INTO `t_app_stock_update` VALUES ('1753861564897010000', '123456', '123456', '2025-07-30 15:44:34', 0, 123456, '101:入库', NULL, '2025-07-30 15:46:05'); +INSERT INTO `t_app_stock_update` VALUES ('1753861564897010002', '123456', '123456', '2025-07-30 15:44:34', 0, 123456, '101:入库', NULL, '2025-07-30 15:46:05'); +INSERT INTO `t_app_stock_update` VALUES ('1753861564897010004', '123456', '123456', '2025-07-30 15:44:34', 0, 123456, '101:入库', NULL, '2025-07-30 15:46:05'); +INSERT INTO `t_app_stock_update` VALUES ('1753861564897010006', '123456', '123456', '2025-07-30 15:44:34', 0, 123456, '101:入库', NULL, '2025-07-30 15:46:05'); +INSERT INTO `t_app_stock_update` VALUES ('1753861564897010008', '123456', '123456', '2025-07-30 15:44:34', 0, 123456, '101:入库', NULL, '2025-07-30 15:46:05'); +INSERT INTO `t_app_stock_update` VALUES ('1753865641104010000', '123', '123456', '2025-07-30 16:43:16', 0, 123456, '101:入库', NULL, '2025-07-30 16:54:01'); +INSERT INTO `t_app_stock_update` VALUES ('1753865641104010002', '123', '123456', '2025-07-30 16:43:16', 0, 123456, '101:入库', NULL, '2025-07-30 16:54:01'); +INSERT INTO `t_app_stock_update` VALUES ('1753865641381010001', '123456', '123', '2025-07-30 16:43:42', 0, 123, '101:入库', NULL, '2025-07-30 16:54:01'); +INSERT INTO `t_app_stock_update` VALUES ('1754638387660010000', '123', '159753', '2025-07-30 16:43:16', 20, 0, 'CK43:出库拣选', '管理员', '2025-08-08 15:33:08'); +INSERT INTO `t_app_stock_update` VALUES ('1755060650042010000', '1234', '6060', '2025-07-30 16:43:16', 100, 70, 'CK42:出库拣选', '管理员', '2025-08-13 12:50:50'); +INSERT INTO `t_app_stock_update` VALUES ('1755134468308010000', '7788', '159753', '2025-08-14 09:19:39', 0, 123, '101:入库', NULL, '2025-08-14 09:21:08'); +INSERT INTO `t_app_stock_update` VALUES ('1755498696054010000', '1234', '6060', '2025-07-30 16:43:16', 70, 0, 'CK43:出库拣选', '管理员', '2025-08-18 14:31:36'); +INSERT INTO `t_app_stock_update` VALUES ('1755499392014010000', '7788', '159753', '2025-08-14 09:19:39', 123, 0, 'CK43:出库拣选', '管理员', '2025-08-18 14:43:12'); +INSERT INTO `t_app_stock_update` VALUES ('1755651094243010001', '8909', '159753', '2025-08-20 08:49:56', 0, 123, '101:入库', NULL, '2025-08-20 08:51:34'); +INSERT INTO `t_app_stock_update` VALUES ('1755651172241010001', '123', '6060', '2025-08-20 08:52:37', 0, 123456, '101:入库', NULL, '2025-08-20 08:52:52'); +INSERT INTO `t_app_stock_update` VALUES ('1755651172241010003', '123', '6060', '2025-08-20 08:52:37', 0, 123456, '101:入库', NULL, '2025-08-20 08:52:52'); +INSERT INTO `t_app_stock_update` VALUES ('1755652137241010001', '123', '6060', '2025-08-20 09:08:24', 0, 123456, '101:入库', NULL, '2025-08-20 09:08:57'); +INSERT INTO `t_app_stock_update` VALUES ('1755652137241010003', '123', '6060', '2025-08-20 09:08:24', 0, 123456, '101:入库', NULL, '2025-08-20 09:08:57'); +INSERT INTO `t_app_stock_update` VALUES ('1755652580243010001', '7788', '159753', '2025-08-20 09:16:04', 0, 123, '101:入库', NULL, '2025-08-20 09:16:20'); +INSERT INTO `t_app_stock_update` VALUES ('1755657168554010000', '123', '6060', '2025-08-20 09:08:24', 123456, 113456, 'CK43:出库拣选', '管理员', '2025-08-20 10:32:49'); +INSERT INTO `t_app_stock_update` VALUES ('1755830124842010000', '7788', '159753', '2025-08-20 09:16:04', 123, 123, 'P1:盘点确认', '管理员', '2025-08-22 10:35:25'); +INSERT INTO `t_app_stock_update` VALUES ('1756905936644010000', '123', '6060', '2025-08-20 09:08:24', 113456, 112456, 'P12:出库拣选', '管理员', '2025-09-03 21:25:37'); +INSERT INTO `t_app_stock_update` VALUES ('1756906940007010000', '123', '6060', '2025-08-20 09:08:24', 123456, 2000, 'P18:出库拣选', '管理员', '2025-09-03 21:42:20'); +INSERT INTO `t_app_stock_update` VALUES ('1756906940007010001', '123', '6060', '2025-08-20 09:08:24', 112456, 0, 'P18:出库拣选', '管理员', '2025-09-03 21:42:20'); +INSERT INTO `t_app_stock_update` VALUES ('1756907528668010000', '123456', '4070', '2025-07-30 16:43:16', 45, 0, 'P11:出库拣选', '管理员', '2025-09-03 21:52:09'); +INSERT INTO `t_app_stock_update` VALUES ('1756908250957010000', '123', '6060', '2025-08-20 09:08:24', 2000, 1800, 'P12:出库拣选', '管理员', '2025-09-03 22:04:11'); +INSERT INTO `t_app_stock_update` VALUES ('1756910210858010000', '123', '6060', '2025-08-20 09:08:24', 1800, 0, 'P12:出库拣选', '管理员', '2025-09-03 22:36:52'); +INSERT INTO `t_app_stock_update` VALUES ('1756911565864010000', '7788', '159753', '2025-08-20 09:16:04', 123, 0, 'P12:出库拣选', '管理员', '2025-09-03 22:59:28'); +INSERT INTO `t_app_stock_update` VALUES ('1756953726381010000', 'FS202507240030', 'SJPS019088881-1', '2025-09-04 09:39:44', 0, 1, '101:入库', NULL, '2025-09-04 10:42:06'); +INSERT INTO `t_app_stock_update` VALUES ('1756953726381010002', 'FS202507240030', 'SJPS019095152-1', '2025-09-04 09:39:44', 0, 1, '101:入库', NULL, '2025-09-04 10:42:06'); +INSERT INTO `t_app_stock_update` VALUES ('1757391495592010000', 'FS202507240030', 'SJPS019088881-1', '2025-09-04 09:39:44', 1, 0, 'P12:出库拣选', '管理员', '2025-09-09 12:18:16'); +INSERT INTO `t_app_stock_update` VALUES ('1757569964850010000', 'BASR202508210028', 'SZLH011070271', '2025-09-10 15:18:15', 3, 1, 'P14:出库拣选', '管理员', '2025-09-11 13:52:45'); +INSERT INTO `t_app_stock_update` VALUES ('1757571496504010000', 'BASR202508210028', 'SZLH011070271', '2025-09-10 15:18:15', 3, 1, 'P16:出库拣选', '管理员', '2025-09-11 14:18:17'); +INSERT INTO `t_app_stock_update` VALUES ('1758005695338010000', 'BASR202508210025', 'TCQY019015011-1', '2025-09-08 15:31:52', 1, 0, 'P12:出库拣选', '管理员', '2025-09-16 14:54:55'); +INSERT INTO `t_app_stock_update` VALUES ('1758091574756010000', 'BASR202508210008', '13020300104', '2025-09-10 15:18:59', 1, 1, 'P11:盘点确认', '管理员', '2025-09-17 14:46:15'); + +-- ---------------------------- +-- Table structure for t_app_task +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_task`; +CREATE TABLE `t_app_task` ( + `task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '任务号', + `task_type` int NOT NULL COMMENT '任务类型', + `task_status` int NOT NULL COMMENT '任务状态', + `task_priority` int NOT NULL COMMENT '任务优先级,默认为1', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `origin` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '起点', + `destination` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '终点', + `wcs_task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '发送给wcs的任务号', + `create_time` datetime NOT NULL COMMENT '创建时间', + `finish_time` datetime NULL DEFAULT NULL COMMENT '完成时间', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '物料编号', + `op_num` int NULL DEFAULT NULL COMMENT '操作数量', + `stock_num` int NULL DEFAULT NULL COMMENT '库存数量', + `op_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作用户', + `pre_task` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '前置任务', + `remark` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + `call_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '请求的站台', + `goods_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + PRIMARY KEY (`task_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_task +-- ---------------------------- +INSERT INTO `t_app_task` VALUES ('BACK_1758091579209010000', 1, 2, 1, 'BASR202508210008', 'P11', 'A1-01-01', '1758092032729010000', '2025-09-17 14:46:19', NULL, '000000000', 0, 0, 'wms_auto', NULL, '', 'P11', ''); + +-- ---------------------------- +-- Table structure for t_app_task_bak +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_task_bak`; +CREATE TABLE `t_app_task_bak` ( + `task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '任务号', + `task_type` int NOT NULL COMMENT '任务类型', + `task_status` int NOT NULL COMMENT '任务状态', + `task_priority` int NOT NULL COMMENT '任务优先级,默认为1', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `origin` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '起点', + `destination` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '终点', + `wcs_task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '发送给wcs的任务号', + `create_time` datetime NOT NULL COMMENT '创建时间', + `finish_time` datetime NULL DEFAULT NULL COMMENT '完成时间', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '物料编号', + `op_num` int NULL DEFAULT NULL COMMENT '操作数量', + `stock_num` int NULL DEFAULT NULL COMMENT '库存数量', + `op_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '操作用户', + `pre_task` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '前置任务', + `remark` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + `call_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '请求的站台', + `goods_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + PRIMARY KEY (`task_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_task_bak +-- ---------------------------- +INSERT INTO `t_app_task_bak` VALUES ('1742534583430010000', 1, 4, 1, 'ASRS-0326', 'P3', 'A02-23-09', '1742534631843010000', '2025-03-21 13:23:03', '2025-03-21 13:24:49', '7X0448', 320, 0, 'clc', NULL, NULL, 'P3', 'NUT-HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742534636321010000', 1, 4, 1, 'ASRS-0325', 'P3', 'A04-29-04', '1742534677130010000', '2025-03-21 13:23:56', '2025-03-21 13:25:24', '6V8676', 300, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742534674979010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A01-29-07', '1742534702914010000', '2025-03-21 13:24:35', '2025-03-21 13:26:00', '6V8398', 2000, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING-ORFS'); +INSERT INTO `t_app_task_bak` VALUES ('1742534695355010000', 1, 4, 1, 'ASRS-0323', 'P3', 'A04-30-03', '1742534724230010000', '2025-03-21 13:24:55', '2025-03-21 13:26:19', '8T4182', 300, 0, 'clc', NULL, NULL, 'P3', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742534739897010000', 1, 4, 1, 'ASRS-0322', 'P3', 'A01-26-11', '1742534768342010000', '2025-03-21 13:25:40', '2025-03-21 13:27:06', '4J0519', 500, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742534779218010000', 1, 4, 1, 'ASRS-0312', 'P3', 'A04-31-02', '1742534809712010000', '2025-03-21 13:26:19', '2025-03-21 13:27:45', '3D4603', 250, 0, 'clc', NULL, NULL, 'P3', 'PLUG-PIPE'); +INSERT INTO `t_app_task_bak` VALUES ('1742534833754010000', 1, 4, 1, 'ASRS-0311', 'P3', 'A01-31-06', '1742534870631010000', '2025-03-21 13:27:14', '2025-03-21 13:28:49', '5S7383', 400, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742534899637010000', 1, 4, 1, 'ASRS-0310', 'P3', 'A04-28-06', '1742534928212010000', '2025-03-21 13:28:20', '2025-03-21 13:29:43', '1159977', 30, 0, 'clc', NULL, NULL, 'P3', 'PLUG-LDSTOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742534962250010000', 1, 4, 1, 'ASRS-0309', 'P3', 'A01-32-05', '1742534990030010000', '2025-03-21 13:29:22', '2025-03-21 13:30:50', '9X8256', 2000, 0, 'clc', NULL, NULL, 'P3', 'WASHER-HARD'); +INSERT INTO `t_app_task_bak` VALUES ('1742534995753010000', 1, 4, 1, 'ASRS-0308', 'P3', 'A04-29-05', '1742535023616010000', '2025-03-21 13:29:56', '2025-03-21 13:31:18', '1H1023', 500, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742538827911010000', 1, 4, 1, 'ASRS-0321', 'P3', 'A02-33-04', '1742538854366010000', '2025-03-21 14:33:48', '2025-03-21 14:35:14', '7T8797', 228, 0, 'clc', NULL, NULL, 'P3', 'SPACER'); +INSERT INTO `t_app_task_bak` VALUES ('1742538859945010000', 1, 4, 1, 'ASRS-0307', 'P3', 'A03-27-08', '1742538887664010000', '2025-03-21 14:34:20', '2025-03-21 14:35:42', '6K0806', 800, 0, 'clc', NULL, NULL, 'P3', 'STRAP-CABLE'); +INSERT INTO `t_app_task_bak` VALUES ('1742538887184010000', 1, 4, 1, 'ASRS-0320', 'P3', 'A02-34-04', '1742538915563010000', '2025-03-21 14:34:47', '2025-03-21 14:36:16', '5H6005', 1400, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742538906576010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A01-31-08', '1742538934770010000', '2025-03-21 14:35:07', '2025-03-21 14:37:02', '5M2057', 1000, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742538966761010000', 1, 4, 1, 'ASRS-0319', 'P3', 'A03-28-07', '1742538997155010000', '2025-03-21 14:36:07', '2025-03-21 14:37:32', '4J0527', 250, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742538999297010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A01-33-06', '1742539027162010000', '2025-03-21 14:36:39', '2025-03-21 14:38:07', '2S4078', 450, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742539021049010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A01-35-04', '1742539048462010000', '2025-03-21 14:37:01', '2025-03-21 14:38:53', '9S8001', 1188, 0, 'clc', NULL, NULL, 'P3', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742539052138010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A03-29-06', '1742539080257010000', '2025-03-21 14:37:32', '2025-03-21 14:38:55', '8M3175', 700, 0, 'clc', NULL, NULL, 'P3', 'WASHER-HARD'); +INSERT INTO `t_app_task_bak` VALUES ('1742602862595010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742602889987010000', '2025-03-22 08:21:03', '2025-03-22 08:22:31', '6J4568', 70, 0, 'clc', NULL, NULL, 'P3', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1742602896069010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-31-04', '1742602925054010000', '2025-03-22 08:21:36', '2025-03-22 08:23:00', '9S4182', 350, 0, 'clc', NULL, NULL, 'P3', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742602925972010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A02-39-01', '1742603056434010000', '2025-03-22 08:22:06', '2025-03-22 08:26:25', '3676001', 160, 0, 'clc', NULL, NULL, 'P3', 'PLUG AS-HD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742602947180010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-34-06', '1742602983849010000', '2025-03-22 08:22:27', '2025-03-22 08:24:03', '9S8009', 100, 0, 'clc', NULL, NULL, 'P3', 'PLUG-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742602964323010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A03-32-03', '1742602991651010000', '2025-03-22 08:22:44', '2025-03-22 08:24:06', '6E1923', 20, 0, 'clc', NULL, NULL, 'P3', 'TUBE AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742602977370010000', 1, 4, 1, 'ASRS-0330', 'P3', 'A02-37-03', '1742603005449010000', '2025-03-22 08:22:57', '2025-03-22 08:24:50', '6E1925', 50, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742602990812010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A04-29-06', '1742603028537010000', '2025-03-22 08:23:11', '2025-03-22 08:24:52', '3603693', 100, 0, 'clc', NULL, NULL, 'P3', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742603008962010000', 1, 4, 1, 'ASRS-0328', 'P3', 'A02-38-02', '1742603035753010000', '2025-03-22 08:23:29', '2025-03-22 08:25:37', '6E1924', 50, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742603023843010000', 1, 4, 1, 'ASRS-0327', 'P3', 'A04-31-04', '1742603052251010000', '2025-03-22 08:23:44', '2025-03-22 08:25:34', '6V9834', 30, 0, 'clc', NULL, NULL, 'P3', 'CAP-ORFS'); +INSERT INTO `t_app_task_bak` VALUES ('1742603039818010000', 1, 4, 1, 'ASRS-0314', 'P3', 'A04-32-03', '1742603066934010000', '2025-03-22 08:24:00', '2025-03-22 08:26:20', '9F6705', 60, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742603055178010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A01-39-02', '1742603083435010000', '2025-03-22 08:24:15', '2025-03-22 08:27:12', '9S4189', 75, 0, 'clc', NULL, NULL, 'P3', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742603074097010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-31-05', '1742603102638010000', '2025-03-22 08:24:34', '2025-03-22 08:27:04', '9S8003', 500, 0, 'clc', NULL, NULL, 'P3', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742603086162010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A02-32-09', '1742603112838010000', '2025-03-22 08:24:46', '2025-03-22 08:27:59', '4K1388', 600, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742603099193010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A03-31-06', '1742603126637010000', '2025-03-22 08:24:59', '2025-03-22 08:27:49', '2191893', 100, 0, 'clc', NULL, NULL, 'P3', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742603112897010000', 1, 4, 1, 'ASRS-0302', 'P3', 'A02-41-01', '1742603141339010000', '2025-03-22 08:25:13', '2025-03-22 08:28:46', '9S4183', 60, 0, 'clc', NULL, NULL, 'P3', 'Plug-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742615342432010000', 1, 4, 1, 'ASRS-0301', 'P3', 'A01-32-11', '1742615369164010000', '2025-03-22 11:49:02', '2025-03-22 11:50:29', '1061791', 5, 0, 'clc', NULL, NULL, 'P3', 'SWITCH GP'); +INSERT INTO `t_app_task_bak` VALUES ('1742615367710010000', 1, 4, 1, 'ASRS-0300', 'P3', 'A03-34-05', '1742615393754010000', '2025-03-22 11:49:28', '2025-03-22 11:50:49', '4F4097', 275, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615404836010000', 1, 4, 1, 'ASRS-0297', 'P3', 'A01-33-10', '1742615430955010000', '2025-03-22 11:50:05', '2025-03-22 11:51:29', '7B8194', 183, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615431592010000', 1, 4, 1, 'ASRS-0299', 'P3', 'A03-35-04', '1742615452258010000', '2025-03-22 11:50:32', '2025-03-22 11:51:48', '9J0477', 46, 0, 'clc', NULL, NULL, 'P3', 'PLUG'); +INSERT INTO `t_app_task_bak` VALUES ('1742615453264010000', 1, 4, 1, 'ASRS-0269', 'P3', 'A01-36-07', '1742615480147010000', '2025-03-22 11:50:53', '2025-03-22 11:52:20', '8T9535', 288, 0, 'clc', NULL, NULL, 'P3', 'BOLT-HEX SKT HD'); +INSERT INTO `t_app_task_bak` VALUES ('1742615470809010000', 1, 4, 1, 'ASRS-0249', 'P3', 'A01-37-06', '1742615497556010000', '2025-03-22 11:51:11', '2025-03-22 11:53:07', '2P5755', 117, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615490153010000', 1, 4, 1, 'ASRS-0250', 'P3', 'A03-38-01', '1742615516756010000', '2025-03-22 11:51:30', '2025-03-22 11:52:53', '6J4694', 297, 0, 'clc', NULL, NULL, 'P3', 'PLUG-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742615513994010000', 1, 4, 1, 'ASRS-0248', 'P3', 'A01-40-03', '1742615542558010000', '2025-03-22 11:51:54', '2025-03-22 11:53:56', '8T4776', 313, 0, 'clc', NULL, NULL, 'P3', 'BOLT-SOCKET HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742615536247010000', 1, 4, 1, 'ASRS-0247', 'P3', 'A04-28-11', '1742615563241010000', '2025-03-22 11:52:16', '2025-03-22 11:53:38', '7T8810', 271, 0, 'clc', NULL, NULL, 'P3', 'PLUNGER'); +INSERT INTO `t_app_task_bak` VALUES ('1742615561555010000', 1, 4, 1, 'ASRS-1246', 'P3', 'A01-41-02', '1742615588158010000', '2025-03-22 11:52:42', '2025-03-22 11:54:44', '6Y2522', 132, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615578442010000', 1, 4, 1, 'ASRS-0275', 'P3', 'A04-29-10', '1742615605247010000', '2025-03-22 11:52:58', '2025-03-22 11:54:21', '6Y2584', 279, 0, 'clc', NULL, NULL, 'P3', 'RETAINER'); +INSERT INTO `t_app_task_bak` VALUES ('1742615595795010000', 1, 4, 1, 'ASRS-0276', 'P3', 'A04-30-09', '1742615622356010000', '2025-03-22 11:53:16', '2025-03-22 11:55:05', '8P0346', 235, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615612013010000', 1, 4, 1, 'ASRS-0274', 'P3', 'A01-42-01', '1742615638259010000', '2025-03-22 11:53:32', '2025-03-22 11:55:33', '1488356', 12, 0, 'clc', NULL, NULL, 'P3', 'ADAPTER AS-ELBOW'); +INSERT INTO `t_app_task_bak` VALUES ('1742615696050010000', 1, 4, 1, 'ASRS-0273', 'P3', 'A04-31-08', '1742615722546010000', '2025-03-22 11:54:56', '2025-03-22 11:56:16', '8C5176', 40, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615709389010000', 1, 4, 1, 'ASRS-0272', 'P3', 'A02-32-11', '1742615737246010000', '2025-03-22 11:55:09', '2025-03-22 11:56:37', '8C5176', 68, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615754572010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A04-32-07', '1742615781947010000', '2025-03-22 11:55:55', '2025-03-22 11:57:17', '2935263', 175, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742615840418010001', 2, 4, 1, 'ASRS-0271', 'A04-32-07', NULL, '1742615841406010000', '2025-03-22 11:57:20', '2025-03-22 11:57:59', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742616250734010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A02-33-10', '1742616279374010000', '2025-03-22 12:04:11', '2025-03-22 12:05:38', '2935263', 169, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742623935087010000', 1, 4, 1, 'ASRS-0270', 'P3', 'A02-35-08', '1742624024821010000', '2025-03-22 14:12:15', '2025-03-22 14:15:05', '7X0272', 100, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742623957743010000', 1, 4, 1, 'ASRS-1907', 'P3', 'A02-34-09', '1742623997530010000', '2025-03-22 14:12:38', '2025-03-22 14:14:18', '5H3193', 200, 0, 'clc', NULL, NULL, 'P3', 'PIN-SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742623980521010000', 1, 4, 1, 'ASRS-0371', 'P3', 'A04-32-07', '1742624007705010000', '2025-03-22 14:13:01', '2025-03-22 14:14:16', '2D6648', 200, 0, 'clc', NULL, NULL, 'P3', 'RING-RETAINING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624015351010000', 1, 4, 1, 'ASRS-0370', 'P3', 'A04-33-06', '1742624044020010000', '2025-03-22 14:13:35', '2025-03-22 14:15:01', '8T4224', 3700, 0, 'clc', NULL, NULL, 'P3', 'WASHER-HARD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624028756010000', 1, 4, 1, 'ASRS-0369', 'P3', 'A02-36-07', '1742624057833010000', '2025-03-22 14:13:49', '2025-03-22 14:15:51', '4J9780', 125, 0, 'clc', NULL, NULL, 'P3', 'PLUG-NPTF'); +INSERT INTO `t_app_task_bak` VALUES ('1742624061472010000', 1, 4, 1, 'ASRS-0368', 'P3', 'A04-34-05', '1742624089004010000', '2025-03-22 14:14:21', '2025-03-22 14:15:47', '8T9383', 300, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742624078985010000', 1, 4, 1, 'ASRS-0367', 'P3', 'A02-37-06', '1742624111220010000', '2025-03-22 14:14:39', '2025-03-22 14:16:38', '8T4896', 2500, 0, 'clc', NULL, NULL, 'P3', 'WASHER-HARD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624091925010000', 1, 4, 1, 'ASRS-0366', 'P3', 'A04-35-04', '1742624118407010000', '2025-03-22 14:14:52', '2025-03-22 14:16:32', '9J8126', 300, 0, 'clc', NULL, NULL, 'P3', 'PLUG-NPTF'); +INSERT INTO `t_app_task_bak` VALUES ('1742624105449010000', 1, 4, 1, 'ASRS-0365', 'P3', 'A02-38-05', '1742624132505010000', '2025-03-22 14:15:05', '2025-03-22 14:17:26', '9T4697', 40, 0, 'clc', NULL, NULL, 'P3', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1742624125136010000', 1, 4, 1, 'ASRS-1033', 'P3', 'A04-36-03', '1742624151721010000', '2025-03-22 14:15:25', '2025-03-22 14:17:19', '1212051', 200, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624132607010000', 1, 4, 1, 'ASRS-0361', 'P3', 'A02-39-04', '1742624158922010000', '2025-03-22 14:15:33', '2025-03-22 14:18:15', '0304605', 260, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624157535010000', 1, 4, 1, 'ASRS-0363', 'P3', 'A04-37-02', '1742624184408010000', '2025-03-22 14:15:58', '2025-03-22 14:18:06', '9T4685', 200, 0, 'clc', NULL, NULL, 'P3', 'SHIM'); +INSERT INTO `t_app_task_bak` VALUES ('1742624169536010000', 1, 4, 1, 'ASRS-0362', 'P3', 'A04-38-01', '1742624196120010000', '2025-03-22 14:16:10', '2025-03-22 14:18:53', '4D9986', 100, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624184503010000', 1, 4, 1, 'ASRS-0267', 'P3', 'A02-40-03', '1742624211706010000', '2025-03-22 14:16:25', '2025-03-22 14:19:03', '7J9933', 300, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624196105010000', 1, 4, 1, 'ASRS-0268', 'P3', 'A02-41-02', '1742624222506010000', '2025-03-22 14:16:36', '2025-03-22 14:19:52', '4H5232', 1000, 0, 'clc', NULL, NULL, 'P3', 'PIN-SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624216265010000', 1, 4, 1, 'ASRS-0266', 'P3', 'A03-29-11', '1742624243521010000', '2025-03-22 14:16:56', '2025-03-22 14:19:38', '6V4432', 100, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742624227255010000', 1, 4, 1, 'ASRS-0265', 'P3', 'A02-42-01', '1742624253726010000', '2025-03-22 14:17:07', '2025-03-22 14:20:42', '4J2506', 720, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624243280010000', 1, 4, 1, 'ASRS-0382', 'P3', 'A03-30-10', '1742624272911010000', '2025-03-22 14:17:23', '2025-03-22 14:20:21', '8T2396', 500, 0, 'clc', NULL, NULL, 'P3', 'BOLT-SOCKET HD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624254657010000', 1, 4, 1, 'ASRS-0381', 'P3', 'A01-33-11', '1742624280722010000', '2025-03-22 14:17:35', '2025-03-22 14:21:29', '7J0204', 1000, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624263577010000', 1, 4, 1, 'ASRS-0380', 'P3', 'A03-31-09', '1742624290023010000', '2025-03-22 14:17:44', '2025-03-22 14:21:05', '7X7888', 250, 0, 'clc', NULL, NULL, 'P3', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624273518010000', 1, 4, 1, 'ASRS-0379', 'P3', 'A01-34-10', '1742624306806010000', '2025-03-22 14:17:54', '2025-03-22 14:22:16', '6V5391', 250, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624324129010000', 1, 4, 1, 'ASRS-0378', 'P3', 'A03-32-08', '1742624390208010000', '2025-03-22 14:18:44', '2025-03-22 14:21:51', '8F9206', 3385, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624427170010000', 1, 4, 1, 'ASRS-0377', 'P3', 'A01-35-09', '1742624455604010000', '2025-03-22 14:20:27', '2025-03-22 14:23:03', '6J5899', 20, 0, 'clc', NULL, NULL, 'P3', 'COVER'); +INSERT INTO `t_app_task_bak` VALUES ('1742624447089010000', 1, 4, 1, 'ASRS-0376', 'P3', 'A03-33-07', '1742624474823010000', '2025-03-22 14:20:47', '2025-03-22 14:22:36', '7X0352', 40, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742624545531010000', 1, 4, 1, 'ASRS-0354', 'P3', 'A03-34-06', '1742624574406010000', '2025-03-22 14:22:26', '2025-03-22 14:23:51', '4J0524', 400, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624557134010000', 1, 4, 1, 'ASRS-0346', 'P3', 'A01-36-08', '1742624583425010000', '2025-03-22 14:22:37', '2025-03-22 14:24:05', '4T1021', 60, 0, 'clc', NULL, NULL, 'P3', 'RETAINER'); +INSERT INTO `t_app_task_bak` VALUES ('1742624567927010000', 1, 4, 1, 'ASRS-0347', 'P3', 'A01-37-07', '1742624595121010000', '2025-03-22 14:22:48', '2025-03-22 14:24:52', '7X0272', 400, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742624593894010000', 1, 4, 1, 'ASRS-0348', 'P3', 'A03-35-05', '1742624621202010000', '2025-03-22 14:23:14', '2025-03-22 14:24:38', '4D9986', 900, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624606586010000', 1, 4, 1, 'ASRS-0341', 'P3', 'A03-36-04', '1742624632920010000', '2025-03-22 14:23:27', '2025-03-22 14:25:25', '4T0993', 100, 0, 'clc', NULL, NULL, 'P3', 'RETAINER'); +INSERT INTO `t_app_task_bak` VALUES ('1742624616429010000', 1, 4, 1, 'ASRS-0372', 'P3', 'A01-38-06', '1742624643103010000', '2025-03-22 14:23:36', '2025-03-22 14:25:40', '2458472/X', 250, 0, 'clc', NULL, NULL, 'P3', 'PLUG-EXPANSION'); +INSERT INTO `t_app_task_bak` VALUES ('1742624626317010000', 1, 4, 1, 'ASRS-0387', 'P3', 'A01-39-05', '1742624652704010000', '2025-03-22 14:23:46', '2025-03-22 14:26:28', '4J8997', 600, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624636429010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A03-37-03', '1742624662904010000', '2025-03-22 14:23:56', '2025-03-22 14:26:12', '3T8236', 30, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624646572010000', 1, 4, 1, 'ASRS-0391', 'P3', 'A01-40-04', '1742624673106010000', '2025-03-22 14:24:07', '2025-03-22 14:27:17', '4D0514', 150, 0, 'clc', NULL, NULL, 'P3', 'PLUG-PTF'); +INSERT INTO `t_app_task_bak` VALUES ('1742624654349010000', 1, 4, 1, 'ASRS-0390', 'P3', 'A03-38-02', '1742624682118010000', '2025-03-22 14:24:14', '2025-03-22 14:26:59', '1089402', 20, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624662070010000', 1, 4, 1, 'ASRS-0389', 'P3', 'A03-39-01', '1742624732803010000', '2025-03-22 14:24:22', '2025-03-22 14:27:47', '4T4207', 75, 0, 'clc', NULL, NULL, 'P3', 'PLUG-NPTF'); +INSERT INTO `t_app_task_bak` VALUES ('1742624672088010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A01-41-03', '1742624705219010000', '2025-03-22 14:24:32', '2025-03-22 14:28:05', '1J9671', 900, 0, 'clc', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624710709010000', 1, 4, 1, 'ASRS-1898', 'P3', 'A04-29-11', '1742624737000010000', '2025-03-22 14:25:11', '2025-03-22 14:28:33', '7M1297', 55, 0, 'clc', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742624721125010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A01-42-02', '1742624748105010000', '2025-03-22 14:25:21', '2025-03-22 14:28:55', '6V8647', 300, 0, 'clc', NULL, NULL, 'P3', 'ADAPTER-STR'); +INSERT INTO `t_app_task_bak` VALUES ('1742624761014010000', 1, 4, 1, 'ASRS-0364', 'P3', 'A02-33-11', '1742624789819010000', '2025-03-22 14:26:01', '2025-03-22 14:29:43', '6V1849', 8, 0, 'clc', NULL, NULL, 'P3', 'COVER'); +INSERT INTO `t_app_task_bak` VALUES ('1742624773661010000', 1, 4, 1, 'ASRS-1901', 'P3', 'A04-30-10', '1742624800004010000', '2025-03-22 14:26:14', '2025-03-22 14:29:49', '3J5553', 150, 0, 'clc', NULL, NULL, 'P3', 'GASKET'); +INSERT INTO `t_app_task_bak` VALUES ('1742624798509010000', 1, 4, 1, 'ASRS-0349', 'P3', 'A04-31-09', '1742624825202010000', '2025-03-22 14:26:39', '2025-03-22 14:31:04', '6V5195', 200, 0, 'clc', NULL, NULL, 'P3', 'BOLT-SOCKET HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624815069010000', 1, 4, 1, 'ASRS-0344', 'P3', 'A02-34-10', '1742624842020010000', '2025-03-22 14:26:55', '2025-03-22 14:30:29', '1749194', 700, 0, 'clc', NULL, NULL, 'P3', 'BOLT-HEX FLG HD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624830983010000', 1, 4, 1, 'ASRS-0339', 'P3', 'A02-35-09', '1742624859404010000', '2025-03-22 14:27:11', '2025-03-22 14:31:15', '1D4566', 100, 0, 'clc', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742624855476010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A04-32-08', '1742624881905010000', '2025-03-22 14:27:35', '2025-03-22 14:31:49', '6V5230', 50, 0, 'clc', NULL, NULL, 'P3', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624863636010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A02-36-08', '1742624890020010000', '2025-03-22 14:27:44', '2025-03-22 14:32:02', '3P9498', 100, 0, 'clc', NULL, NULL, 'P3', 'PLUG-NPTF'); +INSERT INTO `t_app_task_bak` VALUES ('1742624872541010000', 1, 4, 1, 'ASRS-1905', 'P3', 'A04-33-07', '1742624901101010000', '2025-03-22 14:27:53', '2025-03-22 14:32:34', '7X2535', 600, 0, 'clc', NULL, NULL, 'P3', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742624892412010001', 2, 4, 1, 'ASRS-0371', 'A04-32-07', NULL, '1742624893406010000', '2025-03-22 14:28:12', '2025-03-22 14:29:11', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742624952411010001', 2, 4, 1, 'ASRS-0378', 'A03-32-08', NULL, '1742624953406010000', '2025-03-22 14:29:12', '2025-03-22 14:30:27', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742625090532010000', 1, 4, 1, 'ASRS-0371', 'P3', 'A02-37-07', '1742625117418010000', '2025-03-22 14:31:31', '2025-03-22 14:32:59', '2D6648', 500, 0, '管理员', NULL, NULL, 'P3', 'RING-RETAINING'); +INSERT INTO `t_app_task_bak` VALUES ('1742625140747010000', 1, 4, 1, 'ASRS-0378', 'P3', 'A04-32-07', '1742625168406010000', '2025-03-22 14:32:21', '2025-03-22 14:33:45', '8F9206', 100, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742626925410010001', 2, 4, 9, 'ASRS-0371', 'A02-37-07', NULL, '1742626926407010000', '2025-03-22 15:02:05', '2025-03-22 15:02:46', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742626948412010001', 2, 4, 9, 'ASRS-0362', 'A04-38-01', NULL, '1742626949407010000', '2025-03-22 15:02:28', '2025-03-22 15:03:14', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742626970410010001', 2, 4, 9, 'ASRS-0270', 'A02-35-08', NULL, '1742626971407010000', '2025-03-22 15:02:50', '2025-03-22 15:03:42', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742626995409010001', 2, 4, 9, 'ASRS-0348', 'A03-35-05', NULL, '1742626996406010000', '2025-03-22 15:03:15', '2025-03-22 15:04:07', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742627023412010001', 2, 4, 9, 'ASRS-0347', 'A01-37-07', NULL, '1742627024410010000', '2025-03-22 15:03:43', '2025-03-22 15:04:35', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742627048411010001', 2, 4, 9, 'ASRS-0378', 'A04-32-07', NULL, '1742627049408010000', '2025-03-22 15:04:08', '2025-03-22 15:04:58', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742627319410010001', 2, 4, 9, 'ASRS-0348', 'A02-35-08', NULL, '1742627320406010000', '2025-03-22 15:08:39', '2025-03-22 15:09:20', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742627343410010001', 2, 4, 9, 'ASRS-0347', 'A04-32-07', NULL, '1742627344406010000', '2025-03-22 15:09:03', '2025-03-22 15:09:43', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742627592216010000', 1, 4, 1, 'ASRS-0352', 'P3', 'A02-35-08', '1742627626341010000', '2025-03-22 15:13:12', '2025-03-22 15:14:39', '7X0272', 500, 0, '管理员', NULL, NULL, 'P3', 'BOLT'); +INSERT INTO `t_app_task_bak` VALUES ('1742627659138010000', 1, 4, 1, 'ASRS-0345', 'P3', 'A01-37-07', '1742627688140010000', '2025-03-22 15:14:19', '2025-03-22 15:15:50', '4D9986', 1000, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742627681913010000', 1, 4, 1, 'ASRS-0343', 'P3', 'A04-32-07', '1742627708843010000', '2025-03-22 15:14:42', '2025-03-22 15:15:57', '2D6648', 700, 0, '管理员', NULL, NULL, 'P3', 'RING-RETAINING'); +INSERT INTO `t_app_task_bak` VALUES ('1742627741432010000', 1, 4, 1, 'ASRS-0335', 'P3', 'A02-37-07', '1742627769435010000', '2025-03-22 15:15:41', '2025-03-22 15:17:11', '8F9206', 3485, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742758793115010000', 1, 4, 1, 'ASRS-1713', 'P1', 'A02-38-06', '1742759107455010000', '2025-03-24 03:39:53', '2025-03-24 03:46:09', '8T5005', 235, 0, '管理员', NULL, NULL, 'P1', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742759280690010000', 1, 4, 1, 'ASRS-0545', 'P3', 'A02-39-05', '1742759309931010000', '2025-03-24 03:48:01', '2025-03-24 03:49:32', '8T4121', 2000, 0, '管理员', NULL, NULL, 'P3', 'WASHER-HARD'); +INSERT INTO `t_app_task_bak` VALUES ('1742759307193010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A04-38-01', '1742759334529010000', '2025-03-24 03:48:27', '2025-03-24 03:49:52', '6V3965', 250, 0, '管理员', NULL, NULL, 'P3', 'NIPPLE-QDISC'); +INSERT INTO `t_app_task_bak` VALUES ('1742759328726010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A02-40-04', '1742759360344010000', '2025-03-24 03:48:49', '2025-03-24 03:50:24', '9S4183', 60, 0, '管理员', NULL, NULL, 'P3', 'Plug-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759333295010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A03-32-08', '1742759364545010000', '2025-03-24 03:48:53', '2025-03-24 03:50:38', '9F6705', 60, 0, '管理员', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742759360703010000', 1, 4, 1, 'ASRS-1528', 'P3', 'A02-41-03', '1742759394545010000', '2025-03-24 03:49:21', '2025-03-24 03:51:12', '8C3206', 70, 0, '管理员', NULL, NULL, 'P3', 'FLANGE-SPLIT'); +INSERT INTO `t_app_task_bak` VALUES ('1742759366646010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A03-35-05', '1742759398743010000', '2025-03-24 03:49:27', '2025-03-24 03:51:24', '6V0852', 100, 0, '管理员', NULL, NULL, 'P3', 'CAP-DUST'); +INSERT INTO `t_app_task_bak` VALUES ('1742759391678010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A02-42-02', '1742759423645010000', '2025-03-24 03:49:52', '2025-03-24 03:52:02', '6E1923', 20, 0, '管理员', NULL, NULL, 'P3', 'TUBE AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742759395574010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A01-34-11', '1742759427842010000', '2025-03-24 03:49:56', '2025-03-24 03:52:50', '8T4196', 425, 0, '管理员', NULL, NULL, 'P3', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742759417671010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-34-06', '1742759444043010000', '2025-03-24 03:50:18', '2025-03-24 03:52:09', '3D2824', 1000, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759425056010000', 1, 4, 1, 'ASRS-0351', 'P3', 'A04-35-05', '1742759451825010000', '2025-03-24 03:50:25', '2025-03-24 03:52:56', '7J1089', 100, 0, '管理员', NULL, NULL, 'P3', 'PLUG-O-RING SPL'); +INSERT INTO `t_app_task_bak` VALUES ('1742759445727010000', 1, 4, 1, 'ASRS-0342', 'P3', 'A01-35-10', '1742759476140010000', '2025-03-24 03:50:46', '2025-03-24 03:53:37', '7S0530', 60, 0, '管理员', NULL, NULL, 'P3', 'CLIP'); +INSERT INTO `t_app_task_bak` VALUES ('1742759449406010000', 1, 4, 1, 'ASRS-0337', 'P3', 'A01-36-09', '1742759480348010000', '2025-03-24 03:50:49', '2025-03-24 03:54:24', '6V9834', 30, 0, '管理员', NULL, NULL, 'P3', 'CAP-ORFS'); +INSERT INTO `t_app_task_bak` VALUES ('1742759469111010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A04-36-04', '1742759499534010000', '2025-03-24 03:51:09', '2025-03-24 03:53:43', '2191891', 150, 0, '管理员', NULL, NULL, 'P3', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742759472911010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A04-37-03', '1742759503727010000', '2025-03-24 03:51:13', '2025-03-24 03:54:30', '3J1907', 2700, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759495698010000', 1, 4, 1, 'ASRS-0521', 'P3', 'A01-37-08', '1742759531941010000', '2025-03-24 03:51:36', '2025-03-24 03:55:10', '6E5289', 100, 0, '管理员', NULL, NULL, 'P3', 'ADAPTER-STR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759499759010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A04-38-02', '1742759536145010000', '2025-03-24 03:51:40', '2025-03-24 03:55:16', '9S8002', 1000, 0, '管理员', NULL, NULL, 'P3', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742759538399010000', 1, 4, 1, 'ASRS-1023', 'P3', 'A01-38-07', '1742759570955010000', '2025-03-24 03:52:18', '2025-03-24 03:55:57', '4564624', 25, 0, '管理员', NULL, NULL, 'P3', 'VALVE GP-D RLF-B'); +INSERT INTO `t_app_task_bak` VALUES ('1742759542183010000', 1, 4, 1, 'ASRS-1899', 'P3', 'A01-39-06', '1742759575144010000', '2025-03-24 03:52:22', '2025-03-24 03:56:46', '9S8006', 200, 0, '管理员', NULL, NULL, 'P3', 'PLUG-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759587216010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A04-39-01', '1742759618346010000', '2025-03-24 03:53:07', '2025-03-24 03:56:03', '2521631', 200, 0, '管理员', NULL, NULL, 'P3', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742759591433010000', 1, 4, 1, 'ASRS-0270', 'P3', 'A01-40-05', '1742759622586010000', '2025-03-24 03:53:11', '2025-03-24 03:57:34', '4564633', 25, 0, '管理员', NULL, NULL, 'P3', 'VALVE GP-D RLF-B'); +INSERT INTO `t_app_task_bak` VALUES ('1742759618458010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A03-30-11', '1742759645631010000', '2025-03-24 03:53:38', '2025-03-24 03:57:36', '6V9833', 50, 0, '管理员', NULL, NULL, 'P3', 'CAP'); +INSERT INTO `t_app_task_bak` VALUES ('1742759626659010000', 1, 4, 1, 'ASRS-0284', 'P3', 'A03-31-10', '1742759660339010000', '2025-03-24 03:53:47', '2025-03-24 03:56:50', '6V9830', 200, 0, '管理员', NULL, NULL, 'P3', 'CAP'); +INSERT INTO `t_app_task_bak` VALUES ('1742759645299010000', 1, 4, 1, 'ASRS-0523', 'P3', 'A01-41-04', '1742759679547010000', '2025-03-24 03:54:05', '2025-03-24 03:58:23', '8T8987', 10, 0, '管理员', NULL, NULL, 'P3', 'ADPTR-ELB 90 DEG'); +INSERT INTO `t_app_task_bak` VALUES ('1742759648994010000', 1, 4, 1, 'ASRS-1180', 'P3', 'A03-32-09', '1742759683749010000', '2025-03-24 03:54:09', '2025-03-24 03:58:21', '6J4568', 70, 0, '管理员', NULL, NULL, 'P3', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1742759672948010000', 1, 4, 1, 'ASRS-1030', 'P3', 'A01-42-03', '1742759703837010000', '2025-03-24 03:54:33', '2025-03-24 03:59:11', '1298222', 15, 0, '管理员', NULL, NULL, 'P3', 'VALVE GP-D RLF-'); +INSERT INTO `t_app_task_bak` VALUES ('1742759676588010000', 1, 4, 1, 'ASRS-1249', 'P3', 'A03-33-08', '1742759708052010000', '2025-03-24 03:54:37', '2025-03-24 04:01:24', '1268473', 100, 0, '管理员', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742759698444010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A02-34-11', '1742759724853010000', '2025-03-24 03:54:58', '2025-03-24 04:02:19', '2M9780', 500, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759704902010000', 1, 4, 1, 'ASRS-1189', 'P3', 'A03-34-07', '1742759732056010000', '2025-03-24 03:55:05', '2025-03-24 03:59:06', '4B9782', 200, 0, '管理员', NULL, NULL, 'P3', 'BALL'); +INSERT INTO `t_app_task_bak` VALUES ('1742759721773010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A02-35-10', '1742759748236010000', '2025-03-24 03:55:22', '2025-03-24 03:59:59', '3676002', 600, 0, '管理员', NULL, NULL, 'P3', 'PLUG AS-HD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759729853010000', 1, 4, 1, 'ASRS-0244', 'P3', 'A03-35-06', '1742759767156010000', '2025-03-24 03:55:30', '2025-03-24 03:59:51', '5J2974', 150, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742759758959010000', 1, 4, 1, 'ASRS-0517', 'P3', 'A02-36-09', '1742759790240010000', '2025-03-24 03:55:59', '2025-03-24 04:01:33', '9S4191', 500, 0, '管理员', NULL, NULL, 'P3', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742759762405010000', 1, 4, 1, 'ASRS-1088', 'P3', 'A02-37-08', '1742759806760010000', '2025-03-24 03:56:02', '2025-03-24 04:00:46', '2191893', 100, 0, '管理员', NULL, NULL, 'P3', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742759811657010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A03-36-05', '1742759837939010000', '2025-03-24 03:56:52', '2025-03-24 04:00:38', '4J0520', 300, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742759818257010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A03-37-04', '1742759844839010000', '2025-03-24 03:56:58', '2025-03-24 04:02:58', '3J7354', 1200, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759842601010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A02-38-07', '1742759874838010000', '2025-03-24 03:57:23', '2025-03-24 04:03:06', '9S4185', 250, 0, '管理员', NULL, NULL, 'P3', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742759846672010000', 1, 4, 1, 'ASRS-0525', 'P3', 'A03-38-03', '1742759906662010000', '2025-03-24 03:57:27', '2025-03-24 04:02:11', '5H4019', 150, 0, '管理员', NULL, NULL, 'P3', 'COVER'); +INSERT INTO `t_app_task_bak` VALUES ('1742759870777010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-39-06', '1742759914742010000', '2025-03-24 03:57:51', '2025-03-24 04:04:43', '3K0360', 3000, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742759874617010000', 1, 4, 1, 'ASRS-0522', 'P3', 'A03-39-02', '1742759949840010000', '2025-03-24 03:57:55', '2025-03-24 04:03:45', '2965987', 500, 0, '管理员', NULL, NULL, 'P3', 'PLUG'); +INSERT INTO `t_app_task_bak` VALUES ('1742759897506010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A02-40-05', '1742759954054010000', '2025-03-24 03:58:18', '2025-03-24 04:03:55', '6E1924', 50, 0, '管理员', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742759905480010000', 1, 4, 1, 'ASRS-1025', 'P3', 'A03-40-01', '1742759992455010000', '2025-03-24 03:58:25', '2025-03-24 04:04:34', '6E1925', 22, 0, '管理员', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742775438409010001', 2, 4, 1, 'ASRS-0315', 'A03-31-04', NULL, '1742775439407010000', '2025-03-24 08:17:18', '2025-03-24 08:18:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775438409010004', 2, 4, 1, 'ASRS-0332', 'A01-34-06', NULL, '1742775439407010001', '2025-03-24 08:17:18', '2025-03-24 08:18:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775485408010001', 2, 4, 1, 'ASRS-0313', 'A01-39-02', NULL, '1742775486407010000', '2025-03-24 08:18:05', '2025-03-24 08:18:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775487416010001', 2, 4, 1, 'ASRS-0350', 'A04-34-06', NULL, '1742775488407010000', '2025-03-24 08:18:07', '2025-03-24 08:19:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775539420010001', 2, 4, 1, 'ASRS-0304', 'A02-32-09', NULL, '1742775540406010000', '2025-03-24 08:18:59', '2025-03-24 08:19:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775541422010002', 2, 4, 1, 'ASRS-0334', 'A03-37-04', NULL, '1742775542406010000', '2025-03-24 08:19:01', '2025-03-24 08:19:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775590420010001', 2, 4, 1, 'ASRS-0302', 'A02-41-01', NULL, '1742775591407010000', '2025-03-24 08:19:50', '2025-03-24 08:20:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775645407010001', 2, 4, 1, 'ASRS-0388', 'A01-42-02', NULL, '1742775646409010000', '2025-03-24 08:20:45', '2025-03-24 08:21:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742775892408010001', 2, 4, 1, 'ASRS-0520', 'A02-34-11', NULL, '1742775893407010000', '2025-03-24 08:24:52', '2025-03-24 08:25:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776528410010001', 2, 4, 1, 'ASRS-0324', 'A01-29-07', NULL, '1742776529406010000', '2025-03-24 08:35:28', '2025-03-24 08:36:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776528410010004', 2, 4, 1, 'ASRS-0329', 'A04-29-06', NULL, '1742776529406010001', '2025-03-24 08:35:28', '2025-03-24 08:36:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776596408010001', 2, 4, 1, 'ASRS-0340', 'A01-41-03', NULL, '1742776597404010000', '2025-03-24 08:36:36', '2025-03-24 08:37:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776618409010001', 2, 4, 1, 'ASRS-0305', 'A04-31-05', NULL, '1742776619407010000', '2025-03-24 08:36:58', '2025-03-24 08:37:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776676422010002', 2, 4, 1, 'ASRS-1027', 'A02-39-06', NULL, '1742776677404010000', '2025-03-24 08:37:56', '2025-03-24 08:38:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776838407010001', 2, 4, 1, 'ASRS-0306', 'A01-31-08', NULL, '1742776839407010000', '2025-03-24 08:40:38', '2025-03-24 08:41:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776838408010002', 2, 4, 1, 'ASRS-0314', 'A04-32-03', NULL, '1742776839407010001', '2025-03-24 08:40:38', '2025-03-24 08:41:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776884415010001', 2, 4, 1, 'ASRS-0392', 'A03-37-03', NULL, '1742776885408010000', '2025-03-24 08:41:24', '2025-03-24 08:42:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776886409010001', 2, 4, 1, 'ASRS-0333', 'A02-39-01', NULL, '1742776887407010000', '2025-03-24 08:41:26', '2025-03-24 08:42:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742776964408010001', 2, 4, 1, 'ASRS-1902', 'A02-36-08', NULL, '1742776965406010000', '2025-03-24 08:42:44', '2025-03-24 08:43:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777017415010001', 2, 4, 1, 'ASRS-1526', 'A02-35-10', NULL, '1742777018406010000', '2025-03-24 08:43:37', '2025-03-24 08:44:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777483406010001', 2, 4, 1, 'ASRS-0330', 'A02-37-03', NULL, '1742777484407010000', '2025-03-24 08:51:23', '2025-03-24 08:52:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777494322010000', 1, 4, 1, 'ASRS-1529', 'P2', 'A02-41-04', '1742777516796010000', '2025-03-24 08:51:34', '2025-03-24 08:54:07', '1007000', 48, 0, 'clc', NULL, NULL, 'P2', 'Ring-back up'); +INSERT INTO `t_app_task_bak` VALUES ('1742777529406010001', 2, 4, 1, 'ASRS-0328', 'A02-38-02', NULL, '1742777530407010000', '2025-03-24 08:52:09', '2025-03-24 08:53:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777698407010001', 2, 4, 1, 'ASRS-1529', 'A02-41-04', NULL, '1742777699406010000', '2025-03-24 08:54:58', '2025-03-24 08:55:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777838421010001', 2, 4, 1, 'ASRS-0316', 'A03-29-06', NULL, '1742777839406010000', '2025-03-24 08:57:18', '2025-03-24 08:58:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777883407010001', 2, 4, 1, 'ASRS-0331', 'A03-32-03', NULL, '1742777884406010000', '2025-03-24 08:58:03', '2025-03-24 08:58:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777934407010001', 2, 4, 1, 'ASRS-0338', 'A04-32-08', NULL, '1742777935407010000', '2025-03-24 08:58:54', '2025-03-24 08:59:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742777966155010000', 1, 4, 1, 'ASRS-0528', 'P2', 'A03-29-06', '1742777988691010000', '2025-03-24 08:59:26', '2025-03-24 09:00:36', '8J6815', 159, 0, 'clc', NULL, NULL, 'P2', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742778038407010001', 2, 4, 1, 'ASRS-0327', 'A04-31-04', NULL, '1742778039407010000', '2025-03-24 09:00:38', '2025-03-24 09:01:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778038407010004', 2, 4, 1, 'ASRS-0274', 'A01-42-01', NULL, '1742778039407010001', '2025-03-24 09:00:38', '2025-03-24 09:01:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778178407010001', 2, 4, 1, 'ASRS-0528', 'A03-29-06', NULL, '1742778179406010000', '2025-03-24 09:02:58', '2025-03-24 09:03:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778357408010001', 2, 4, 1, 'ASRS-0528', 'A01-35-11', NULL, '1742778358407010000', '2025-03-24 09:05:57', '2025-03-24 09:06:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778448406010001', 2, 4, 1, 'ASRS-1524', 'A04-36-04', NULL, '1742778449406010000', '2025-03-24 09:07:28', '2025-03-24 09:08:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778495406010001', 2, 4, 1, 'ASRS-0522', 'A03-39-02', NULL, '1742778496406010000', '2025-03-24 09:08:15', '2025-03-24 09:09:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778603408010001', 2, 4, 1, 'ASRS-0303', 'A03-31-06', NULL, '1742778604405010000', '2025-03-24 09:10:03', '2025-03-24 09:10:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778612138010000', 1, 4, 1, 'ASRS-0527', 'P2', 'A01-37-09', '1742778633403010000', '2025-03-24 09:10:12', '2025-03-24 09:11:36', '4J7533', 500, 0, 'clc', NULL, NULL, 'P2', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742778637541010000', 1, 4, 1, 'ASRS-1034', 'P2', 'A01-38-08', '1742778659499010000', '2025-03-24 09:10:38', '2025-03-24 09:12:23', '6E1925', 50, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742778667692010000', 1, 4, 1, 'ASRS-1032', 'P2', 'A03-31-06', '1742778689797010000', '2025-03-24 09:11:08', '2025-03-24 09:12:25', '3603693', 100, 0, 'clc', NULL, NULL, 'P2', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742778808407010001', 2, 4, 1, 'ASRS-0315', 'A01-34-06', NULL, '1742778809407010000', '2025-03-24 09:13:28', '2025-03-24 09:14:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778808407010004', 2, 4, 1, 'ASRS-0332', 'A03-31-04', NULL, '1742778809407010001', '2025-03-24 09:13:28', '2025-03-24 09:14:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778852415010001', 2, 4, 1, 'ASRS-0313', 'A04-34-06', NULL, '1742778853407010000', '2025-03-24 09:14:12', '2025-03-24 09:15:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778863409010001', 2, 4, 1, 'ASRS-0304', 'A01-42-02', NULL, '1742778864407010000', '2025-03-24 09:14:23', '2025-03-24 09:15:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778904420010001', 2, 4, 1, 'ASRS-0388', 'A03-37-04', NULL, '1742778905407010000', '2025-03-24 09:15:04', '2025-03-24 09:15:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778918410010001', 2, 4, 1, 'ASRS-0302', 'A02-32-09', NULL, '1742778919407010000', '2025-03-24 09:15:18', '2025-03-24 09:16:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742778970411010000', 2, 4, 1, 'ASRS-0350', 'A01-39-02', NULL, '1742778971408010000', '2025-03-24 09:16:10', '2025-03-24 09:17:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779025411010000', 2, 4, 1, 'ASRS-0520', 'A02-34-11', NULL, '1742779026410010000', '2025-03-24 09:17:05', '2025-03-24 09:17:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779077410010001', 2, 4, 1, 'ASRS-0334', 'A02-41-01', NULL, '1742779078407010000', '2025-03-24 09:17:57', '2025-03-24 09:19:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779157407010001', 2, 4, 1, 'ASRS-0315', 'A03-31-04', NULL, '1742779158407010000', '2025-03-24 09:19:17', '2025-03-24 09:19:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779708407010001', 2, 4, 1, 'ASRS-0324', 'A01-29-07', NULL, '1742779709406010000', '2025-03-24 09:28:28', '2025-03-24 09:29:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779708407010004', 2, 4, 1, 'ASRS-0329', 'A04-29-06', NULL, '1742779709406010001', '2025-03-24 09:28:28', '2025-03-24 09:29:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779754410010001', 2, 4, 1, 'ASRS-0340', 'A04-31-05', NULL, '1742779755409010000', '2025-03-24 09:29:14', '2025-03-24 09:30:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779756407010001', 2, 4, 1, 'ASRS-0305', 'A01-41-03', NULL, '1742779757404010000', '2025-03-24 09:29:16', '2025-03-24 09:30:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779837410010001', 2, 4, 1, 'ASRS-1027', 'A02-39-06', NULL, '1742779838408010000', '2025-03-24 09:30:37', '2025-03-24 09:31:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742779892407010001', 2, 4, 1, 'ASRS-1529', 'A02-38-02', NULL, '1742779893406010000', '2025-03-24 09:31:32', '2025-03-24 09:32:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742780276446010000', 2, 4, 9, 'ASRS-0301', 'A01-32-11', NULL, '1742780277405010000', '2025-03-24 09:37:56', '2025-03-24 09:38:42', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742780298433010001', 2, 4, 9, 'ASRS-0274', 'A04-31-04', NULL, '1742780299406010000', '2025-03-24 09:38:18', '2025-03-24 09:39:00', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742780555993010000', 1, 4, 1, 'ASRS-0348', 'P2', 'A04-31-04', '1742780596000010000', '2025-03-24 09:42:36', '2025-03-24 09:44:04', '1488356', 11, 0, '管理员', NULL, NULL, 'P2', 'ADAPTER AS-ELBOW'); +INSERT INTO `t_app_task_bak` VALUES ('1742780566299010000', 1, 4, 1, 'ASRS-1261', 'P2', 'A01-41-03', '1742780600210010000', '2025-03-24 09:42:46', '2025-03-24 09:44:21', '1061791', 5, 0, '管理员', NULL, NULL, 'P2', 'SWITCH GP'); +INSERT INTO `t_app_task_bak` VALUES ('1742780613408010001', 2, 4, 1, 'ASRS-1027', 'A01-32-11', NULL, '1742780614407010000', '2025-03-24 09:43:33', '2025-03-24 09:45:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742780883436010001', 2, 4, 1, 'ASRS-1529', 'A02-39-06', NULL, '1742780884407010000', '2025-03-24 09:48:03', '2025-03-24 09:48:45', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781018409010001', 2, 4, 1, 'ASRS-0306', 'A02-39-01', NULL, '1742781019406010000', '2025-03-24 09:50:18', '2025-03-24 09:51:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781018411010001', 2, 4, 1, 'ASRS-0392', 'A04-32-03', NULL, '1742781019407010000', '2025-03-24 09:50:18', '2025-03-24 09:51:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781046044010000', 1, 4, 1, 'ASRS-1529', 'P2', 'A04-32-03', '1742781067924010000', '2025-03-24 09:50:46', '2025-03-24 09:52:31', '1007000', 100, 0, '管理员', NULL, NULL, 'P2', 'Ring-back up'); +INSERT INTO `t_app_task_bak` VALUES ('1742781062415010001', 2, 4, 1, 'ASRS-1526', 'A03-37-03', NULL, '1742781063406010000', '2025-03-24 09:51:02', '2025-03-24 09:51:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781072409010001', 2, 4, 1, 'ASRS-0333', 'A02-36-08', NULL, '1742781073406010000', '2025-03-24 09:51:12', '2025-03-24 09:52:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781150415010001', 2, 4, 1, 'ASRS-0314', 'A01-31-08', NULL, '1742781151408010000', '2025-03-24 09:52:30', '2025-03-24 09:53:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781201409010001', 2, 4, 1, 'ASRS-1902', 'A02-35-10', NULL, '1742781202405010000', '2025-03-24 09:53:21', '2025-03-24 09:54:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781254419010001', 2, 4, 1, 'ASRS-0528', 'A01-35-11', NULL, '1742781255406010000', '2025-03-24 09:54:14', '2025-03-24 09:55:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781703408010001', 2, 4, 1, 'ASRS-0330', 'A02-37-03', NULL, '1742781704407010000', '2025-03-24 10:01:43', '2025-03-24 10:02:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781703408010004', 2, 4, 1, 'ASRS-0328', 'A04-30-11', NULL, '1742781704407010001', '2025-03-24 10:01:43', '2025-03-24 10:02:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781898408010001', 2, 4, 1, 'ASRS-0316', 'A02-41-04', NULL, '1742781899409010000', '2025-03-24 10:04:58', '2025-03-24 10:05:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781898409010001', 2, 4, 1, 'ASRS-0338', 'A03-32-03', NULL, '1742781899409010001', '2025-03-24 10:04:58', '2025-03-24 10:05:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742781946410010001', 2, 4, 1, 'ASRS-0331', 'A02-42-03', NULL, '1742781947406010000', '2025-03-24 10:05:46', '2025-03-24 10:07:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782026438010000', 2, 4, 9, 'ASRS-0339', 'A02-35-09', NULL, '1742782027407010000', '2025-03-24 10:07:06', '2025-03-24 10:07:58', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782265407010001', 2, 4, 1, 'ASRS-0327', 'A01-42-01', NULL, '1742782266408010000', '2025-03-24 10:11:05', '2025-03-24 10:12:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782265408010001', 2, 4, 1, 'ASRS-0348', 'A04-31-04', NULL, '1742782266408010001', '2025-03-24 10:11:05', '2025-03-24 10:11:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782478408010000', 2, 4, 1, 'ASRS-0337', 'A01-36-09', NULL, '1742782479406010000', '2025-03-24 10:14:38', '2025-03-24 10:15:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782593407010001', 2, 4, 1, 'ASRS-1524', 'A01-36-10', NULL, '1742782594407010000', '2025-03-24 10:16:33', '2025-03-24 10:17:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782593407010004', 2, 4, 1, 'ASRS-0522', 'A03-29-06', NULL, '1742782594407010001', '2025-03-24 10:16:33', '2025-03-24 10:17:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742782753415010000', 2, 4, 1, 'ASRS-0303', 'A01-39-07', NULL, '1742782754404010000', '2025-03-24 10:19:13', '2025-03-24 10:20:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742789876415010001', 2, 4, 9, 'ASRS-0376', 'A03-33-07', NULL, '1742789877404010000', '2025-03-24 12:17:56', '2025-03-24 12:18:40', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742789905412010001', 2, 4, 9, 'ASRS-0364', 'A02-33-11', NULL, '1742789906406010000', '2025-03-24 12:18:25', '2025-03-24 12:19:10', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794048408010001', 2, 4, 1, 'ASRS-0271', 'A02-33-10', NULL, '1742794049407010000', '2025-03-24 13:27:28', '2025-03-24 13:28:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794048409010001', 2, 4, 1, 'ASRS-0350', 'A03-31-04', NULL, '1742794049407010001', '2025-03-24 13:27:28', '2025-03-24 13:28:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794223407010001', 2, 4, 1, 'ASRS-0298', 'A01-36-03', NULL, '1742794224404010000', '2025-03-24 13:30:23', '2025-03-24 13:31:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794223407010004', 2, 4, 1, 'ASRS-0386', 'A04-39-01', NULL, '1742794224404010001', '2025-03-24 13:30:23', '2025-03-24 13:31:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794478407010001', 2, 4, 1, 'ASRS-0271', 'A03-31-04', NULL, '1742794479406010000', '2025-03-24 13:34:38', '2025-03-24 13:35:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794478407010004', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742794479406010001', '2025-03-24 13:34:38', '2025-03-24 13:35:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794638408010001', 2, 4, 1, 'ASRS-0298', 'A04-31-04', NULL, '1742794639406010000', '2025-03-24 13:37:18', '2025-03-24 13:38:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794638408010004', 2, 4, 1, 'ASRS-0386', 'A01-36-03', NULL, '1742794639406010001', '2025-03-24 13:37:18', '2025-03-24 13:38:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794913409010001', 2, 4, 1, 'ASRS-0271', 'A03-31-04', NULL, '1742794914406010000', '2025-03-24 13:41:53', '2025-03-24 13:42:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742794913409010004', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742794914406010001', '2025-03-24 13:41:53', '2025-03-24 13:42:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795093410010001', 2, 4, 1, 'ASRS-0298', 'A01-36-03', NULL, '1742795094407010000', '2025-03-24 13:44:53', '2025-03-24 13:46:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795164407010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742795165405010000', '2025-03-24 13:46:04', '2025-03-24 13:46:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795333406010001', 2, 4, 1, 'ASRS-0271', 'A02-33-10', NULL, '1742795334406010000', '2025-03-24 13:48:53', '2025-03-24 13:50:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795333406010004', 2, 4, 1, 'ASRS-0350', 'A03-31-04', NULL, '1742795334406010001', '2025-03-24 13:48:53', '2025-03-24 13:49:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795503408010001', 2, 4, 1, 'ASRS-0298', 'A01-36-03', NULL, '1742795504406010000', '2025-03-24 13:51:43', '2025-03-24 13:52:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795557407010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742795558407010000', '2025-03-24 13:52:37', '2025-03-24 13:53:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742795798409010001', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742795799407010000', '2025-03-24 13:56:38', '2025-03-24 13:57:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742796358406010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742796359404010000', '2025-03-24 14:05:58', '2025-03-24 14:06:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742863567950010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-39-07', '1742863595204010000', '2025-03-25 08:46:08', '2025-03-25 08:47:36', '2521631', 200, 0, '管理员', NULL, NULL, 'P3', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742863606631010000', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742863607605010000', '2025-03-25 08:46:47', '2025-03-25 08:48:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742863881608010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742863882608010000', '2025-03-25 08:51:22', '2025-03-25 08:52:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864041608010001', 2, 4, 1, 'ASRS-0271', 'A03-31-04', NULL, '1742864042604010000', '2025-03-25 08:54:02', '2025-03-25 08:54:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864041608010004', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742864042604010001', '2025-03-25 08:54:02', '2025-03-25 08:55:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864196610010001', 2, 4, 1, 'ASRS-0298', 'A01-36-03', NULL, '1742864197604010000', '2025-03-25 08:56:37', '2025-03-25 08:57:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864268608010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742864269609010000', '2025-03-25 08:57:49', '2025-03-25 08:58:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864466608010001', 2, 4, 1, 'ASRS-0271', 'A02-33-10', NULL, '1742864467605010000', '2025-03-25 09:01:07', '2025-03-25 09:01:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864466608010004', 2, 4, 1, 'ASRS-0350', 'A03-31-04', NULL, '1742864467605010001', '2025-03-25 09:01:07', '2025-03-25 09:01:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864591614010001', 2, 4, 1, 'ASRS-0298', 'A01-36-03', NULL, '1742864592605010000', '2025-03-25 09:03:12', '2025-03-25 09:04:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864644607010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742864645603010000', '2025-03-25 09:04:05', '2025-03-25 09:05:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864851603010001', 2, 4, 1, 'ASRS-0271', 'A03-31-04', NULL, '1742864852606010000', '2025-03-25 09:07:32', '2025-03-25 09:08:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864851603010004', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742864852606010001', '2025-03-25 09:07:32', '2025-03-25 09:08:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742864991607010001', 2, 4, 1, 'ASRS-0298', 'A01-36-03', NULL, '1742864992605010000', '2025-03-25 09:09:52', '2025-03-25 09:10:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742865044621010000', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742865045603010000', '2025-03-25 09:10:45', '2025-03-25 09:12:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742865121610010001', 2, 4, 1, 'ASRS-1531', 'A01-39-07', NULL, '1742865122605010000', '2025-03-25 09:12:02', '2025-03-25 09:12:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742865876212010000', 1, 4, 1, 'ASRS-1531', 'P2', 'A01-36-10', '1742865900981010000', '2025-03-25 09:24:36', '2025-03-25 09:26:01', '2521631', 172, 0, '管理员', NULL, NULL, 'P2', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742865962606010001', 2, 4, 1, 'ASRS-1531', 'A01-36-10', NULL, '1742865963604010000', '2025-03-25 09:26:03', '2025-03-25 09:26:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866003612010001', 2, 4, 9, 'ASRS-0298', 'A01-36-03', NULL, '1742866004604010000', '2025-03-25 09:26:44', '2025-03-25 09:27:34', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866003612010004', 2, 4, 9, 'ASRS-1180', 'A03-32-09', NULL, '1742866004604010001', '2025-03-25 09:26:44', '2025-03-25 09:27:26', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866106606010001', 2, 4, 1, 'ASRS-0271', 'A02-33-10', NULL, '1742866107605010000', '2025-03-25 09:28:27', '2025-03-25 09:29:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866106607010001', 2, 4, 1, 'ASRS-0350', 'A03-31-04', NULL, '1742866107605010001', '2025-03-25 09:28:27', '2025-03-25 09:29:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866251612010001', 2, 4, 1, 'ASRS-1531', 'A01-36-03', NULL, '1742866252605010000', '2025-03-25 09:30:52', '2025-03-25 09:31:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866517392010000', 1, 4, 1, 'ASRS-0298', 'P2', 'A01-36-10', '1742866553208010000', '2025-03-25 09:35:17', '2025-03-25 09:36:54', '6J4568', 2, 0, '管理员', NULL, NULL, 'P2', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1742866615607010001', 2, 4, 1, 'ASRS-0298', 'A01-36-10', NULL, '1742866616605010000', '2025-03-25 09:36:56', '2025-03-25 09:37:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742866860461010000', 1, 4, 1, 'ASRS-0386', 'P2', 'A01-36-10', '1742866883200010000', '2025-03-25 09:41:00', '2025-03-25 09:42:15', '6J4568', 70, 0, '管理员', NULL, NULL, 'P2', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1742866946607010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742866947603010000', '2025-03-25 09:42:27', '2025-03-25 09:43:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867256606010001', 2, 4, 1, 'ASRS-0304', 'A04-32-08', NULL, '1742867257608010000', '2025-03-25 09:47:37', '2025-03-25 09:48:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867256606010004', 2, 4, 1, 'ASRS-0340', 'A02-38-02', NULL, '1742867257608010001', '2025-03-25 09:47:37', '2025-03-25 09:48:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867301606010001', 2, 4, 1, 'ASRS-0299', 'A03-35-04', NULL, '1742867302605010000', '2025-03-25 09:48:22', '2025-03-25 09:49:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867354607010001', 2, 4, 1, 'ASRS-0250', 'A03-38-01', NULL, '1742867355604010000', '2025-03-25 09:49:15', '2025-03-25 09:50:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867491607010001', 2, 4, 1, 'ASRS-0297', 'A01-33-10', NULL, '1742867492605010000', '2025-03-25 09:51:32', '2025-03-25 09:53:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867491607010004', 2, 4, 1, 'ASRS-1189', 'A03-34-07', NULL, '1742867492605010001', '2025-03-25 09:51:32', '2025-03-25 09:52:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867686603010001', 2, 4, 1, 'ASRS-0340', 'A04-31-04', NULL, '1742867687609010000', '2025-03-25 09:54:47', '2025-03-25 09:55:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742867686603010004', 2, 4, 1, 'ASRS-1531', 'A01-36-03', NULL, '1742867687609010001', '2025-03-25 09:54:47', '2025-03-25 09:55:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742868202612010001', 2, 4, 9, 'ASRS-1529', 'A04-32-03', NULL, '1742868203605010000', '2025-03-25 10:03:23', '2025-03-25 10:04:06', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742868778614010001', 2, 4, 9, 'ASRS-0303', 'A01-35-11', NULL, '1742868779605010000', '2025-03-25 10:12:59', '2025-03-25 10:13:43', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742868944623010001', 2, 4, 9, 'ASRS-0329', 'A01-29-07', NULL, '1742868945602010000', '2025-03-25 10:15:45', '2025-03-25 10:16:33', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742868994609010001', 2, 4, 9, 'ASRS-0331', 'A02-35-09', NULL, '1742868995608010000', '2025-03-25 10:16:35', '2025-03-25 10:17:25', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869006610010001', 2, 4, 9, 'ASRS-0330', 'A03-37-04', NULL, '1742869007605010000', '2025-03-25 10:16:47', '2025-03-25 10:17:37', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869046614010001', 2, 4, 9, 'ASRS-0328', 'A02-37-03', NULL, '1742869047604010000', '2025-03-25 10:17:27', '2025-03-25 10:18:18', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869058612010001', 2, 4, 9, 'ASRS-0273', 'A04-31-08', NULL, '1742869059604010000', '2025-03-25 10:17:39', '2025-03-25 10:18:27', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869099613010001', 2, 4, 9, 'ASRS-0327', 'A01-42-01', NULL, '1742869100604010000', '2025-03-25 10:18:20', '2025-03-25 10:19:13', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869327614010001', 2, 4, 9, 'ASRS-0272', 'A02-32-11', NULL, '1742869328604010000', '2025-03-25 10:22:08', '2025-03-25 10:22:57', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869378610010001', 2, 4, 9, 'ASRS-0314', 'A02-35-10', NULL, '1742869379608010000', '2025-03-25 10:22:59', '2025-03-25 10:23:49', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869426201010000', 1, 4, 1, 'ASRS-0364', 'P2', 'A01-29-07', '1742869442518010000', '2025-03-25 10:23:46', '2025-03-25 10:28:43', '8C5176', 40, 0, '管理员', NULL, NULL, 'P2', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742869430610010001', 2, 4, 9, 'ASRS-0302', 'A02-32-09', NULL, '1742869431605010000', '2025-03-25 10:23:51', '2025-03-25 10:24:40', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869828613010001', 2, 4, 1, 'ASRS-0364', 'A01-29-07', NULL, '1742869829604010000', '2025-03-25 10:30:29', '2025-03-25 10:31:06', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869980603010001', 2, 4, 1, 'ASRS-0519', 'A02-40-05', NULL, '1742869981604010000', '2025-03-25 10:33:01', '2025-03-25 10:33:55', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742869980603010003', 2, 4, 1, 'ASRS-1025', 'A03-40-01', NULL, '1742869981604010001', '2025-03-25 10:33:01', '2025-03-25 10:33:53', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870034610010001', 2, 4, 1, 'ASRS-1221', 'A03-32-08', NULL, '1742870035603010000', '2025-03-25 10:33:55', '2025-03-25 10:34:44', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870036620010001', 2, 4, 1, 'ASRS-0337', 'A01-36-09', NULL, '1742870037605010000', '2025-03-25 10:33:57', '2025-03-25 10:34:48', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870089609010001', 2, 4, 1, 'ASRS-1436', 'A02-40-04', NULL, '1742870090603010000', '2025-03-25 10:34:50', '2025-03-25 10:35:42', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870216551010000', 1, 4, 1, 'ASRS-1025', 'P2', 'A01-29-07', '1742870239606010000', '2025-03-25 10:36:57', '2025-03-25 10:38:10', '6E1925', 38, 0, '管理员', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742870251877010000', 1, 4, 1, 'ASRS-1221', 'P2', 'A04-32-03', '1742870273235010000', '2025-03-25 10:37:32', '2025-03-25 10:38:41', '9F6705', 48, 0, '管理员', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742870346207010000', 1, 4, 1, 'ASRS-1436', 'P2', 'A02-37-03', '1742870373102010000', '2025-03-25 10:39:06', '2025-03-25 10:40:34', '9S4183', 48, 0, '管理员', NULL, NULL, 'P2', 'Plug-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1742870420685010000', 1, 4, 1, 'ASRS-0337', 'P2', 'A02-32-09', '1742870442426010000', '2025-03-25 10:40:21', '2025-03-25 10:41:43', '6V9834', 18, 0, '管理员', NULL, NULL, 'P2', 'CAP-ORFS'); +INSERT INTO `t_app_task_bak` VALUES ('1742870446323010000', 1, 4, 1, 'ASRS-0519', 'P2', 'A04-31-08', '1742870467617010000', '2025-03-25 10:40:46', '2025-03-25 10:42:02', '6E1924', 38, 0, '管理员', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742870669611010000', 2, 4, 1, 'ASRS-1088', 'A02-37-08', NULL, '1742870670603010000', '2025-03-25 10:44:30', '2025-03-25 10:45:15', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870669611010002', 2, 4, 1, 'ASRS-1032', 'A03-31-06', NULL, '1742870670603010001', '2025-03-25 10:44:30', '2025-03-25 10:45:11', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870716610010001', 2, 4, 1, 'ASRS-1031', 'A02-42-02', NULL, '1742870717605010000', '2025-03-25 10:45:17', '2025-03-25 10:46:10', '000000000', 0, 0, '管理员', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742870863038010000', 1, 4, 1, 'ASRS-0364', 'P2', 'A01-42-01', '1742870884894010000', '2025-03-25 10:47:43', '2025-03-25 10:48:58', '8C5176', 1, 0, '管理员', NULL, NULL, 'P2', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742870943935010000', 1, 4, 1, 'ASRS-1031', 'P2', 'A02-32-11', '1742870966195010000', '2025-03-25 10:49:04', '2025-03-25 13:24:01', '6E1923', 8, 0, '管理员', NULL, NULL, 'P2', 'TUBE AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742871015862010000', 1, 4, 1, 'ASRS-1088', 'P2', 'A03-31-06', '1742871039704010000', '2025-03-25 10:50:16', '2025-03-25 10:51:28', '2191893', 51, 0, '管理员', NULL, NULL, 'P2', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742871048831010000', 1, 4, 1, 'ASRS-1032', 'P2', 'A02-35-09', '1742871071515010000', '2025-03-25 10:50:49', '2025-03-25 13:25:19', '3603693', 50, 0, '管理员', NULL, NULL, 'P2', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1742871078548010000', 1, 4, 1, 'ASRS-0274', 'P2', 'A03-32-08', '1742871100933010000', '2025-03-25 10:51:19', '2025-03-25 10:52:35', '8C5176', 67, 0, '管理员', NULL, NULL, 'P2', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1742879817614010001', 2, 4, 9, 'ASRS-0341', 'A03-36-04', NULL, '1742879818606010000', '2025-03-25 13:16:58', '2025-03-25 13:17:43', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742879830615010001', 2, 4, 9, 'ASRS-0346', 'A01-36-08', NULL, '1742879831605010000', '2025-03-25 13:17:11', '2025-03-25 13:24:41', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742882916609010001', 2, 4, 1, 'ASRS-0315', 'A02-34-11', NULL, '1742882917605010000', '2025-03-25 14:08:37', '2025-03-25 14:09:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742882916610010001', 2, 4, 1, 'ASRS-0520', 'A04-34-06', NULL, '1742882917605010001', '2025-03-25 14:08:37', '2025-03-25 14:09:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742882962607010001', 2, 4, 1, 'ASRS-0332', 'A01-34-06', NULL, '1742882963605010000', '2025-03-25 14:09:23', '2025-03-25 14:10:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883014607010001', 2, 4, 1, 'ASRS-0313', 'A01-39-02', NULL, '1742883015602010000', '2025-03-25 14:10:15', '2025-03-25 14:11:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883068616010001', 2, 4, 1, 'ASRS-0304', 'A02-38-02', NULL, '1742883069605010000', '2025-03-25 14:11:09', '2025-03-25 14:12:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883122607010001', 2, 4, 1, 'ASRS-0334', 'A01-42-02', NULL, '1742883123605010000', '2025-03-25 14:12:03', '2025-03-25 14:12:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883331609010000', 2, 4, 1, 'ASRS-0388', 'A02-41-01', NULL, '1742883332605010000', '2025-03-25 14:15:32', '2025-03-25 14:16:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883403613010001', 2, 4, 1, 'ASRS-1436', 'A02-37-03', NULL, '1742883404611010000', '2025-03-25 14:16:44', '2025-03-25 14:18:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883483612010001', 2, 4, 1, 'ASRS-0350', 'A02-33-10', NULL, '1742883484605010000', '2025-03-25 14:18:04', '2025-03-25 14:18:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883535607010001', 2, 4, 1, 'ASRS-0334', 'A01-39-02', NULL, '1742883536604010000', '2025-03-25 14:18:56', '2025-03-25 14:20:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883676607010001', 2, 4, 1, 'ASRS-0305', 'A04-31-05', NULL, '1742883677604010000', '2025-03-25 14:21:17', '2025-03-25 14:22:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883676607010004', 2, 4, 1, 'ASRS-0340', 'A01-36-03', NULL, '1742883677604010001', '2025-03-25 14:21:17', '2025-03-25 14:22:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883721609010001', 2, 4, 1, 'ASRS-1027', 'A01-32-11', NULL, '1742883722605010000', '2025-03-25 14:22:02', '2025-03-25 14:23:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883802609010001', 2, 4, 1, 'ASRS-1032', 'A02-35-09', NULL, '1742883803604010000', '2025-03-25 14:23:23', '2025-03-25 14:24:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883911609010001', 2, 4, 1, 'ASRS-0324', 'A04-29-06', NULL, '1742883912604010000', '2025-03-25 14:25:12', '2025-03-25 14:26:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883911609010004', 2, 4, 1, 'ASRS-0392', 'A02-39-01', NULL, '1742883912604010001', '2025-03-25 14:25:12', '2025-03-25 14:25:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883958608010001', 2, 4, 1, 'ASRS-1526', 'A02-36-08', NULL, '1742883959605010000', '2025-03-25 14:25:59', '2025-03-25 14:27:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742883980606010001', 2, 4, 1, 'ASRS-0333', 'A03-37-03', NULL, '1742883981605010000', '2025-03-25 14:26:21', '2025-03-25 14:27:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884033607010001', 2, 4, 1, 'ASRS-1902', 'A04-36-04', NULL, '1742884034605010000', '2025-03-25 14:27:14', '2025-03-25 14:28:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884035608010001', 2, 4, 1, 'ASRS-1529', 'A01-40-06', NULL, '1742884036604010000', '2025-03-25 14:27:16', '2025-03-25 14:28:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884085610010000', 2, 4, 1, 'ASRS-1027', 'A03-32-09', NULL, '1742884086605010000', '2025-03-25 14:28:06', '2025-03-25 14:29:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884089608010001', 2, 4, 1, 'ASRS-0528', 'A02-39-06', NULL, '1742884090604010000', '2025-03-25 14:28:10', '2025-03-25 14:29:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884236606010001', 2, 4, 1, 'ASRS-0306', 'A01-31-08', NULL, '1742884237605010000', '2025-03-25 14:30:37', '2025-03-25 14:31:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884236607010002', 2, 4, 1, 'ASRS-0316', 'A03-32-03', NULL, '1742884237605010001', '2025-03-25 14:30:37', '2025-03-25 14:31:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884286606010001', 2, 4, 1, 'ASRS-1221', 'A04-32-03', NULL, '1742884287605010000', '2025-03-25 14:31:27', '2025-03-25 14:32:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884296607010001', 2, 4, 1, 'ASRS-0338', 'A02-41-04', NULL, '1742884297604010000', '2025-03-25 14:31:37', '2025-03-25 14:32:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884441609010000', 2, 4, 1, 'ASRS-0519', 'A04-31-08', NULL, '1742884442604010000', '2025-03-25 14:34:02', '2025-03-25 14:34:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884441609010003', 2, 4, 1, 'ASRS-1025', 'A01-29-07', NULL, '1742884442604010001', '2025-03-25 14:34:02', '2025-03-25 14:34:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884556607010001', 2, 4, 1, 'ASRS-0318', 'A01-33-06', NULL, '1742884557604010000', '2025-03-25 14:35:57', '2025-03-25 14:36:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884601607010000', 2, 4, 1, 'ASRS-1031', 'A02-32-11', NULL, '1742884602604010000', '2025-03-25 14:36:42', '2025-03-25 14:37:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884726607010001', 2, 4, 1, 'ASRS-0337', 'A02-32-09', NULL, '1742884727605010000', '2025-03-25 14:38:47', '2025-03-25 14:39:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884726607010004', 2, 4, 1, 'ASRS-1524', 'A03-29-06', NULL, '1742884727605010001', '2025-03-25 14:38:47', '2025-03-25 14:39:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884851607010001', 2, 4, 1, 'ASRS-1088', 'A03-31-06', NULL, '1742884852604010000', '2025-03-25 14:40:52', '2025-03-25 14:41:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742884851607010004', 2, 4, 1, 'ASRS-0522', 'A02-42-03', NULL, '1742884852604010001', '2025-03-25 14:40:52', '2025-03-25 14:41:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885081606010001', 2, 4, 1, 'ASRS-0315', 'A03-36-04', NULL, '1742885082605010000', '2025-03-25 14:44:42', '2025-03-25 14:45:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885081606010004', 2, 4, 1, 'ASRS-0332', 'A02-38-02', NULL, '1742885082605010001', '2025-03-25 14:44:42', '2025-03-25 14:45:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885127611010000', 2, 4, 1, 'ASRS-0313', 'A04-32-08', NULL, '1742885128604010000', '2025-03-25 14:45:28', '2025-03-25 14:46:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885129608010001', 2, 4, 1, 'ASRS-0388', 'A02-37-03', NULL, '1742885130602010000', '2025-03-25 14:45:30', '2025-03-25 14:46:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885178611010001', 2, 4, 1, 'ASRS-0304', 'A04-34-06', NULL, '1742885179605010000', '2025-03-25 14:46:19', '2025-03-25 14:47:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885183609010001', 2, 4, 1, 'ASRS-0520', 'A01-34-06', NULL, '1742885184604010000', '2025-03-25 14:46:24', '2025-03-25 14:47:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885230609010000', 2, 4, 1, 'ASRS-1900', 'A04-38-02', NULL, '1742885231605010000', '2025-03-25 14:47:11', '2025-03-25 14:48:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885235609010000', 2, 4, 1, 'ASRS-0334', 'A02-41-01', NULL, '1742885236605010000', '2025-03-25 14:47:16', '2025-03-25 14:48:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885446608010000', 2, 4, 1, 'ASRS-1436', 'A04-39-01', NULL, '1742885447604010000', '2025-03-25 14:50:47', '2025-03-25 14:51:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885446608010003', 2, 4, 1, 'ASRS-0350', 'A01-39-02', NULL, '1742885447604010001', '2025-03-25 14:50:47', '2025-03-25 14:52:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885534609010001', 2, 4, 1, 'ASRS-0384', 'A02-38-07', NULL, '1742885535602010000', '2025-03-25 14:52:15', '2025-03-25 14:53:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885588608010001', 2, 4, 1, 'ASRS-1027', 'A02-35-09', NULL, '1742885589605010000', '2025-03-25 14:53:09', '2025-03-25 14:54:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885736610010001', 2, 4, 1, 'ASRS-0324', 'A04-29-06', NULL, '1742885737605010000', '2025-03-25 14:55:37', '2025-03-25 14:56:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885736610010004', 2, 4, 1, 'ASRS-0305', 'A01-36-03', NULL, '1742885737606010000', '2025-03-25 14:55:37', '2025-03-25 14:57:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885783610010001', 2, 4, 1, 'ASRS-0340', 'A04-31-05', NULL, '1742885784604010000', '2025-03-25 14:56:24', '2025-03-25 14:57:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885859607010001', 2, 4, 1, 'ASRS-0392', 'A02-39-01', NULL, '1742885860604010000', '2025-03-25 14:57:40', '2025-03-25 14:58:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885861610010001', 2, 4, 1, 'ASRS-0336', 'A04-37-03', NULL, '1742885862605010000', '2025-03-25 14:57:42', '2025-03-25 14:58:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885914609010001', 2, 4, 1, 'ASRS-0517', 'A02-36-09', NULL, '1742885915605010000', '2025-03-25 14:58:35', '2025-03-25 14:59:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885916609010001', 2, 4, 1, 'ASRS-1027', 'A03-37-04', NULL, '1742885917606010000', '2025-03-25 14:58:37', '2025-03-25 14:59:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742885969610010001', 2, 4, 1, 'ASRS-1529', 'A04-36-04', NULL, '1742885970604010000', '2025-03-25 14:59:30', '2025-03-25 15:00:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886201607010001', 2, 4, 1, 'ASRS-0318', 'A01-33-06', NULL, '1742886202605010000', '2025-03-25 15:03:22', '2025-03-25 15:04:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886201607010004', 2, 4, 1, 'ASRS-0383', 'A03-30-11', NULL, '1742886202605010001', '2025-03-25 15:03:22', '2025-03-25 15:04:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886258608010001', 2, 4, 1, 'ASRS-0523', 'A01-41-04', NULL, '1742886259604010000', '2025-03-25 15:04:19', '2025-03-25 15:05:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886339632010001', 2, 4, 9, 'ASRS-1261', 'A01-41-03', NULL, '1742886340605010000', '2025-03-25 15:05:40', '2025-03-25 15:06:34', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886441608010001', 2, 4, 1, 'ASRS-0317', 'A01-35-04', NULL, '1742886442605010000', '2025-03-25 15:07:22', '2025-03-25 15:08:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886441608010004', 2, 4, 1, 'ASRS-1025', 'A04-31-08', NULL, '1742886442606010000', '2025-03-25 15:07:22', '2025-03-25 15:08:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886487610010000', 2, 4, 1, 'ASRS-1902', 'A01-42-02', NULL, '1742886488604010000', '2025-03-25 15:08:08', '2025-03-25 15:09:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886489607010001', 2, 4, 1, 'ASRS-0528', 'A03-32-09', NULL, '1742886490607010000', '2025-03-25 15:08:10', '2025-03-25 15:09:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886566609010000', 2, 4, 1, 'ASRS-1221', 'A02-36-08', NULL, '1742886567604010000', '2025-03-25 15:09:27', '2025-03-25 15:10:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886619609010001', 2, 4, 1, 'ASRS-0519', 'A01-29-07', NULL, '1742886620602010000', '2025-03-25 15:10:20', '2025-03-25 15:11:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886695609010000', 2, 4, 1, 'ASRS-0527', 'A01-37-09', NULL, '1742886696605010000', '2025-03-25 15:11:36', '2025-03-25 15:12:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886866606010001', 2, 4, 1, 'ASRS-0306', 'A03-32-03', NULL, '1742886867605010000', '2025-03-25 15:14:27', '2025-03-25 15:15:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886866606010004', 2, 4, 1, 'ASRS-0316', 'A01-31-08', NULL, '1742886867605010001', '2025-03-25 15:14:27', '2025-03-25 15:15:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742886939606010001', 2, 4, 1, 'ASRS-0338', 'A04-32-03', NULL, '1742886940603010000', '2025-03-25 15:15:40', '2025-03-25 15:16:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887051607010001', 2, 4, 1, 'ASRS-1031', 'A03-34-07', NULL, '1742887052604010000', '2025-03-25 15:17:32', '2025-03-25 15:18:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887426610010000', 2, 4, 1, 'ASRS-0315', 'A01-34-06', NULL, '1742887427605010000', '2025-03-25 15:23:47', '2025-03-25 15:24:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887426610010003', 2, 4, 1, 'ASRS-0332', 'A03-36-04', NULL, '1742887427606010000', '2025-03-25 15:23:47', '2025-03-25 15:24:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887471610010001', 2, 4, 1, 'ASRS-0313', 'A02-37-03', NULL, '1742887472604010000', '2025-03-25 15:24:32', '2025-03-25 15:25:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887478609010001', 2, 4, 1, 'ASRS-0388', 'A04-32-08', NULL, '1742887479605010000', '2025-03-25 15:24:39', '2025-03-25 15:25:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887524608010001', 2, 4, 1, 'ASRS-0304', 'A02-38-02', NULL, '1742887525604010000', '2025-03-25 15:25:25', '2025-03-25 15:26:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887529609010001', 2, 4, 1, 'ASRS-0520', 'A04-34-06', NULL, '1742887530603010000', '2025-03-25 15:25:30', '2025-03-25 15:26:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887578610010001', 2, 4, 1, 'ASRS-1900', 'A02-41-01', NULL, '1742887579605010000', '2025-03-25 15:26:19', '2025-03-25 15:27:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887581609010001', 2, 4, 1, 'ASRS-0334', 'A04-38-02', NULL, '1742887582605010000', '2025-03-25 15:26:22', '2025-03-25 15:27:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887801609010001', 2, 4, 1, 'ASRS-1436', 'A01-39-02', NULL, '1742887802606010000', '2025-03-25 15:30:02', '2025-03-25 15:31:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887801609010004', 2, 4, 1, 'ASRS-0350', 'A04-39-01', NULL, '1742887802606010001', '2025-03-25 15:30:02', '2025-03-25 15:30:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887886608010001', 2, 4, 1, 'ASRS-0384', 'A02-35-09', NULL, '1742887887605010000', '2025-03-25 15:31:27', '2025-03-25 15:32:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742887939607010001', 2, 4, 1, 'ASRS-1027', 'A02-42-02', NULL, '1742887940604010000', '2025-03-25 15:32:20', '2025-03-25 15:33:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888071609010001', 2, 4, 1, 'ASRS-0324', 'A01-36-03', NULL, '1742888072605010000', '2025-03-25 15:34:32', '2025-03-25 15:35:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888071609010004', 2, 4, 1, 'ASRS-0392', 'A04-31-05', NULL, '1742888072606010000', '2025-03-25 15:34:32', '2025-03-25 15:35:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888116608010001', 2, 4, 1, 'ASRS-0340', 'A04-29-06', NULL, '1742888117605010000', '2025-03-25 15:35:17', '2025-03-25 15:36:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888147608010001', 2, 4, 1, 'ASRS-0305', 'A02-39-01', NULL, '1742888148605010000', '2025-03-25 15:35:48', '2025-03-25 15:36:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888196609010001', 2, 4, 1, 'ASRS-1245', 'A04-38-01', NULL, '1742888197605010000', '2025-03-25 15:36:37', '2025-03-25 15:37:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888201609010001', 2, 4, 1, 'ASRS-0336', 'A02-40-04', NULL, '1742888202605010000', '2025-03-25 15:36:42', '2025-03-25 15:37:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888250609010001', 2, 4, 1, 'ASRS-1027', 'A04-39-01', NULL, '1742888251604010000', '2025-03-25 15:37:31', '2025-03-25 15:38:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888255609010001', 2, 4, 1, 'ASRS-1529', 'A01-36-09', NULL, '1742888256605010000', '2025-03-25 15:37:36', '2025-03-25 15:38:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888431608010001', 2, 4, 1, 'ASRS-0318', 'A01-33-06', NULL, '1742888432605010000', '2025-03-25 15:40:32', '2025-03-25 15:42:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888431608010004', 2, 4, 1, 'ASRS-0383', 'A04-37-03', NULL, '1742888432606010000', '2025-03-25 15:40:32', '2025-03-25 15:41:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888526608010001', 2, 4, 1, 'ASRS-0523', 'A01-41-03', NULL, '1742888527605010000', '2025-03-25 15:42:07', '2025-03-25 15:43:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888691606010001', 2, 4, 1, 'ASRS-0317', 'A01-29-07', NULL, '1742888692605010000', '2025-03-25 15:44:52', '2025-03-25 15:45:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888691607010001', 2, 4, 1, 'ASRS-1221', 'A03-30-11', NULL, '1742888692605010001', '2025-03-25 15:44:52', '2025-03-25 15:45:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888738607010001', 2, 4, 1, 'ASRS-0528', 'A04-31-08', NULL, '1742888739605010000', '2025-03-25 15:45:39', '2025-03-25 15:46:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888747608010001', 2, 4, 1, 'ASRS-1902', 'A01-42-02', NULL, '1742888748605010000', '2025-03-25 15:45:48', '2025-03-25 15:46:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888802608010001', 2, 4, 1, 'ASRS-0519', 'A02-36-08', NULL, '1742888803605010000', '2025-03-25 15:46:43', '2025-03-25 15:47:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888855609010001', 2, 4, 1, 'ASRS-1025', 'A01-35-04', NULL, '1742888856605010000', '2025-03-25 15:47:36', '2025-03-25 15:48:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742888932608010001', 2, 4, 1, 'ASRS-0527', 'A01-41-04', NULL, '1742888933604010000', '2025-03-25 15:48:53', '2025-03-25 15:50:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742889081607010001', 2, 4, 1, 'ASRS-0306', 'A03-32-03', NULL, '1742889082605010000', '2025-03-25 15:51:22', '2025-03-25 15:52:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742889081607010004', 2, 4, 1, 'ASRS-0316', 'A01-31-08', NULL, '1742889082606010000', '2025-03-25 15:51:22', '2025-03-25 15:52:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742889127609010000', 2, 4, 1, 'ASRS-0338', 'A02-34-11', NULL, '1742889128605010000', '2025-03-25 15:52:08', '2025-03-25 15:53:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742889266608010001', 2, 4, 1, 'ASRS-1031', 'A02-35-10', NULL, '1742889267604010000', '2025-03-25 15:54:27', '2025-03-25 15:55:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742889386607010001', 2, 4, 1, 'ASRS-1683', 'A03-35-05', NULL, '1742889387605010000', '2025-03-25 15:56:27', '2025-03-25 15:57:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742948964626010001', 2, 4, 1, 'ASRS-1030', 'A01-42-03', NULL, '1742948965614010000', '2025-03-26 08:29:25', '2025-03-26 08:30:16', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742949017613010000', 2, 4, 1, 'ASRS-1031', 'A02-34-11', NULL, '1742949018603010000', '2025-03-26 08:30:18', '2025-03-26 08:31:13', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742949074613010001', 2, 4, 1, 'ASRS-0386', 'A01-36-10', NULL, '1742949075605010000', '2025-03-26 08:31:15', '2025-03-26 08:32:11', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742949128126010000', 1, 4, 1, 'asrs-1392', 'P2', 'A01-42-03', '1742949153066010000', '2025-03-26 08:32:08', '2025-03-26 10:51:10', '1061791', 4, 0, 'clc', NULL, NULL, 'P2', 'SWITCH GP'); +INSERT INTO `t_app_task_bak` VALUES ('1742949132611010000', 2, 4, 1, 'ASRS-0338', 'A01-41-04', NULL, '1742949133605010000', '2025-03-26 08:32:13', '2025-03-26 08:33:10', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742949187396010000', 1, 4, 1, 'asrs-1443', 'P2', 'A03-35-05', '1742949209764010000', '2025-03-26 08:33:07', '2025-03-26 10:51:48', '6E5291', 150, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742949218312010000', 1, 4, 1, 'ASRS-0501', 'P2', 'A01-41-04', '1742949240650010000', '2025-03-26 08:33:38', '2025-03-26 10:52:03', '1488356', 16, 0, 'clc', NULL, NULL, 'P2', 'ADAPTER AS-ELBOW'); +INSERT INTO `t_app_task_bak` VALUES ('1742949294675010000', 1, 4, 1, 'ASRS-1030', 'P2', 'A03-30-11', '1742949319264010000', '2025-03-26 08:34:55', '2025-03-26 10:52:33', '1298222', 15, 0, 'clc', NULL, NULL, 'P2', 'VALVE GP-D RLF-'); +INSERT INTO `t_app_task_bak` VALUES ('1742949398874010000', 1, 4, 1, 'ASRS-1031', 'P2', 'A02-34-11', '1742949421862010000', '2025-03-26 08:36:39', '2025-03-26 10:52:55', '6E1923', 20, 0, 'clc', NULL, NULL, 'P2', 'TUBE AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1742949419194010000', 1, 4, 1, 'ASRS-0338', 'P2', 'A03-32-09', '1742949442257010000', '2025-03-26 08:36:59', '2025-03-26 10:53:18', '6V5230', 250, 0, 'clc', NULL, NULL, 'P2', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1742949439882010000', 1, 4, 1, 'ASRS-0386', 'P2', 'A02-36-09', '1742949461480010000', '2025-03-26 08:37:20', '2025-03-26 10:53:46', '6J4568', 70, 0, 'clc', NULL, NULL, 'P2', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1742954086610010001', 2, 4, 1, 'ASRS-1907', 'A02-34-09', NULL, '1742954087605010000', '2025-03-26 09:54:47', '2025-03-26 09:55:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954086614010001', 2, 4, 1, 'ASRS-1436', 'A04-38-02', NULL, '1742954087605010001', '2025-03-26 09:54:47', '2025-03-26 09:55:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954140609010001', 2, 4, 1, 'ASRS-0351', 'A04-35-05', NULL, '1742954141604010000', '2025-03-26 09:55:41', '2025-03-26 09:56:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954142615010001', 2, 4, 1, 'ASRS-0350', 'A01-39-02', NULL, '1742954143604010000', '2025-03-26 09:55:43', '2025-03-26 09:56:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954193606010001', 2, 4, 1, 'ASRS-1900', 'A04-34-06', NULL, '1742954194606010000', '2025-03-26 09:56:34', '2025-03-26 09:57:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954201608010001', 2, 4, 1, 'ASRS-0336', 'A02-42-02', NULL, '1742954202605010000', '2025-03-26 09:56:42', '2025-03-26 09:57:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954245609010000', 2, 4, 1, 'ASRS-1027', 'A04-38-01', NULL, '1742954246605010000', '2025-03-26 09:57:26', '2025-03-26 09:58:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742954262608010001', 2, 4, 1, 'ASRS-1899', 'A01-39-06', NULL, '1742954263605010000', '2025-03-26 09:57:43', '2025-03-26 09:58:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742958496775010000', 1, 4, 1, 'ASRS-0551', 'P2', 'A01-39-02', '1742958518844010000', '2025-03-26 11:08:17', '2025-03-26 11:09:44', '3T8236', 20, 0, '管理员', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1742958533641010000', 2, 4, 9, 'asrs-1392', 'A01-42-03', NULL, '1742958534606010000', '2025-03-26 11:08:54', '2025-03-26 11:10:27', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742961862608010001', 2, 4, 1, 'ASRS-0520', 'A02-38-02', NULL, '1742961863605010000', '2025-03-26 12:04:23', '2025-03-26 12:05:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742961920615010001', 2, 4, 1, 'ASRS-0384', 'A02-35-09', NULL, '1742961921604010000', '2025-03-26 12:05:21', '2025-03-26 12:06:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962181607010001', 2, 4, 1, 'ASRS-0335', 'A02-37-07', NULL, '1742962182605010000', '2025-03-26 12:09:42', '2025-03-26 12:10:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962181607010004', 2, 4, 1, 'ASRS-0284', 'A03-31-10', NULL, '1742962182605010001', '2025-03-26 12:09:42', '2025-03-26 12:10:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962227609010001', 2, 4, 1, 'ASRS-0244', 'A03-35-06', NULL, '1742962228604010000', '2025-03-26 12:10:28', '2025-03-26 12:11:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962256610010001', 2, 4, 1, 'ASRS-1026', 'A01-34-11', NULL, '1742962257604010000', '2025-03-26 12:10:57', '2025-03-26 12:12:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962305608010001', 2, 4, 1, 'asrs-1443', 'A03-35-05', NULL, '1742962306605010000', '2025-03-26 12:11:46', '2025-03-26 12:12:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962341609010000', 2, 4, 1, 'ASRS-0528', 'A01-42-02', NULL, '1742962342606010000', '2025-03-26 12:12:22', '2025-03-26 12:13:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962906608010001', 2, 4, 1, 'ASRS-0324', 'A04-29-06', NULL, '1742962907605010000', '2025-03-26 12:21:47', '2025-03-26 12:22:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962906609010001', 2, 4, 1, 'ASRS-0521', 'A01-37-08', NULL, '1742962907605010001', '2025-03-26 12:21:47', '2025-03-26 12:22:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962951608010001', 2, 4, 1, 'ASRS-1027', 'A04-34-06', NULL, '1742962952605010000', '2025-03-26 12:22:32', '2025-03-26 12:23:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742962954609010001', 2, 4, 1, 'ASRS-1900', 'A02-42-02', NULL, '1742962955604010000', '2025-03-26 12:22:35', '2025-03-26 12:23:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742963039612010001', 2, 4, 1, 'ASRS-1189', 'A01-33-10', NULL, '1742963040602010000', '2025-03-26 12:24:00', '2025-03-26 12:24:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742963095610010001', 2, 4, 1, 'ASRS-0334', 'A02-41-01', NULL, '1742963096604010000', '2025-03-26 12:24:56', '2025-03-26 12:25:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742963155608010001', 2, 4, 1, 'ASRS-0384', 'A01-42-03', NULL, '1742963156606010000', '2025-03-26 12:25:56', '2025-03-26 12:26:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742963621608010001', 2, 4, 1, 'ASRS-1713', 'A02-38-06', NULL, '1742963622606010000', '2025-03-26 12:33:42', '2025-03-26 12:34:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742963621608010004', 2, 4, 1, 'ASRS-1249', 'A03-33-08', NULL, '1742963622606010001', '2025-03-26 12:33:42', '2025-03-26 12:34:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742963673609010001', 2, 4, 1, 'ASRS-0385', 'A03-36-05', NULL, '1742963674604010000', '2025-03-26 12:34:34', '2025-03-26 12:35:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964031608010001', 2, 4, 1, 'ASRS-1023', 'A01-38-07', NULL, '1742964032604010000', '2025-03-26 12:40:32', '2025-03-26 12:41:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964098608010001', 2, 4, 1, 'ASRS-0270', 'A01-40-05', NULL, '1742964099606010000', '2025-03-26 12:41:39', '2025-03-26 12:42:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964202332010000', 1, 4, 1, 'ASRS-0301', 'P3', 'A01-40-05', '1742964284284010000', '2025-03-26 12:43:22', '2025-03-26 12:46:24', '1061791', 3, 0, '管理员', NULL, NULL, 'P3', 'SWITCH GP'); +INSERT INTO `t_app_task_bak` VALUES ('1742964336607010001', 2, 4, 1, 'ASRS-0545', 'A02-39-05', NULL, '1742964337605010000', '2025-03-26 12:45:37', '2025-03-26 12:47:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964336607010004', 2, 4, 1, 'ASRS-0525', 'A03-38-03', NULL, '1742964337605010001', '2025-03-26 12:45:37', '2025-03-26 12:46:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964426609010001', 2, 4, 1, 'ASRS-1528', 'A02-41-03', NULL, '1742964427605010000', '2025-03-26 12:47:07', '2025-03-26 12:48:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964507607010001', 2, 4, 1, 'ASRS-1026', 'A01-34-11', NULL, '1742964508605010000', '2025-03-26 12:48:28', '2025-03-26 12:49:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742964563609010001', 2, 4, 1, 'ASRS-0342', 'A01-35-10', NULL, '1742964564606010000', '2025-03-26 12:49:24', '2025-03-26 12:50:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742965542610010001', 2, 4, 1, 'ASRS-0385', 'A04-29-06', NULL, '1742965543605010000', '2025-03-26 13:05:43', '2025-03-26 13:06:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742965981607010001', 2, 4, 1, 'ASRS-0315', 'A01-34-06', NULL, '1742965982605010000', '2025-03-26 13:13:02', '2025-03-26 13:13:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742965981607010004', 2, 4, 1, 'ASRS-0332', 'A04-32-03', NULL, '1742965982605010001', '2025-03-26 13:13:02', '2025-03-26 13:13:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966028607010000', 2, 4, 1, 'ASRS-0313', 'A02-37-03', NULL, '1742966029604010000', '2025-03-26 13:13:49', '2025-03-26 13:14:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966032608010001', 2, 4, 1, 'ASRS-0304', 'A04-32-08', NULL, '1742966033605010000', '2025-03-26 13:13:53', '2025-03-26 13:14:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966083609010000', 2, 4, 1, 'ASRS-0388', 'A03-36-04', NULL, '1742966084604010000', '2025-03-26 13:14:44', '2025-03-26 13:15:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966085608010001', 2, 4, 1, 'ASRS-0350', 'A02-35-09', NULL, '1742966086606010000', '2025-03-26 13:14:46', '2025-03-26 13:15:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966142610010001', 2, 4, 1, 'ASRS-0520', 'A01-39-06', NULL, '1742966143604010000', '2025-03-26 13:15:43', '2025-03-26 13:17:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966226607010001', 2, 4, 1, 'ASRS-0334', 'A02-38-07', NULL, '1742966227605010000', '2025-03-26 13:17:07', '2025-03-26 13:18:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966308607010001', 2, 4, 1, 'ASRS-1436', 'A02-34-09', NULL, '1742966309605010000', '2025-03-26 13:18:29', '2025-03-26 13:19:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966441607010001', 2, 4, 1, 'ASRS-0324', 'A02-41-01', NULL, '1742966442605010000', '2025-03-26 13:20:42', '2025-03-26 13:21:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966441608010001', 2, 4, 1, 'ASRS-0305', 'A04-31-05', NULL, '1742966442605010001', '2025-03-26 13:20:42', '2025-03-26 13:21:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966490606010001', 2, 4, 1, 'ASRS-0340', 'A02-39-01', NULL, '1742966491605010000', '2025-03-26 13:21:31', '2025-03-26 13:22:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966572606010001', 2, 4, 1, 'ASRS-1027', 'A02-42-02', NULL, '1742966573604010000', '2025-03-26 13:22:53', '2025-03-26 13:23:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966632609010001', 2, 4, 1, 'ASRS-1529', 'A01-36-09', NULL, '1742966633604010000', '2025-03-26 13:23:53', '2025-03-26 13:25:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966715608010001', 2, 4, 1, 'ASRS-1032', 'A01-32-11', NULL, '1742966716608010000', '2025-03-26 13:25:16', '2025-03-26 13:26:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966896605010001', 2, 4, 1, 'ASRS-0306', 'A01-31-08', NULL, '1742966897604010000', '2025-03-26 13:28:17', '2025-03-26 13:29:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966896605010004', 2, 4, 1, 'ASRS-1902', 'A04-37-03', NULL, '1742966897604010001', '2025-03-26 13:28:17', '2025-03-26 13:29:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966944607010001', 2, 4, 1, 'ASRS-1526', 'A03-37-03', NULL, '1742966945604010000', '2025-03-26 13:29:05', '2025-03-26 13:30:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742966980606010001', 2, 4, 1, 'ASRS-0333', 'A02-33-10', NULL, '1742966981604010000', '2025-03-26 13:29:41', '2025-03-26 13:30:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967036607010001', 2, 4, 1, 'ASRS-0392', 'A01-36-03', NULL, '1742967037604010000', '2025-03-26 13:30:37', '2025-03-26 13:31:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967093606010001', 2, 4, 1, 'ASRS-1221', 'A01-29-07', NULL, '1742967094604010000', '2025-03-26 13:31:34', '2025-03-26 13:32:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967170607010001', 2, 4, 1, 'ASRS-0528', 'A02-37-08', NULL, '1742967171605010000', '2025-03-26 13:32:51', '2025-03-26 13:34:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967331608010001', 2, 4, 1, 'ASRS-0519', 'A01-35-04', NULL, '1742967332605010000', '2025-03-26 13:35:32', '2025-03-26 13:37:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967331608010004', 2, 4, 1, 'ASRS-1025', 'A04-39-01', NULL, '1742967332605010001', '2025-03-26 13:35:32', '2025-03-26 13:36:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967491608010001', 2, 4, 1, 'ASRS-0316', 'A03-32-03', NULL, '1742967492604010000', '2025-03-26 13:38:12', '2025-03-26 13:38:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967491608010004', 2, 4, 1, 'ASRS-1031', 'A02-34-11', NULL, '1742967492604010001', '2025-03-26 13:38:12', '2025-03-26 13:39:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967537607010001', 2, 4, 1, 'ASRS-0338', 'A03-32-09', NULL, '1742967538605010000', '2025-03-26 13:38:58', '2025-03-26 13:40:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967711606010001', 2, 4, 1, 'ASRS-0337', 'A03-29-06', NULL, '1742967712605010000', '2025-03-26 13:41:52', '2025-03-26 13:42:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967711607010001', 2, 4, 1, 'ASRS-0501', 'A01-41-04', NULL, '1742967712605010001', '2025-03-26 13:41:52', '2025-03-26 13:42:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967871607010001', 2, 4, 1, 'ASRS-1524', 'A02-32-09', NULL, '1742967872604010000', '2025-03-26 13:44:32', '2025-03-26 13:45:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742967871607010004', 2, 4, 1, 'ASRS-0522', 'A03-31-06', NULL, '1742967872604010001', '2025-03-26 13:44:32', '2025-03-26 13:45:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968006607010001', 2, 4, 1, 'ASRS-1088', 'A02-32-11', NULL, '1742968007604010000', '2025-03-26 13:46:47', '2025-03-26 13:47:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968276607010001', 2, 4, 1, 'ASRS-1907', 'A04-38-01', NULL, '1742968277605010000', '2025-03-26 13:51:17', '2025-03-26 13:52:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968276608010001', 2, 4, 1, 'ASRS-0351', 'A02-38-02', NULL, '1742968277605010001', '2025-03-26 13:51:17', '2025-03-26 13:52:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968324608010001', 2, 4, 1, 'ASRS-0350', 'A03-36-04', NULL, '1742968325605010000', '2025-03-26 13:52:05', '2025-03-26 13:52:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968326608010001', 2, 4, 1, 'ASRS-1900', 'A01-37-08', NULL, '1742968327604010000', '2025-03-26 13:52:07', '2025-03-26 13:53:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968377610010001', 2, 4, 1, 'ASRS-0336', 'A04-35-05', NULL, '1742968378606010000', '2025-03-26 13:52:58', '2025-03-26 13:53:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968384610010001', 2, 4, 1, 'ASRS-0520', 'A01-39-06', NULL, '1742968385605010000', '2025-03-26 13:53:05', '2025-03-26 13:54:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968429611010001', 2, 4, 1, 'ASRS-1899', 'A04-38-02', NULL, '1742968430602010000', '2025-03-26 13:53:50', '2025-03-26 13:54:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968443607010001', 2, 4, 1, 'ASRS-0384', 'A02-39-06', NULL, '1742968444605010000', '2025-03-26 13:54:04', '2025-03-26 13:55:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968501608010001', 2, 4, 1, 'ASRS-1027', 'A02-41-01', NULL, '1742968502605010000', '2025-03-26 13:55:02', '2025-03-26 13:56:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968561610010001', 2, 4, 1, 'ASRS-1436', 'A02-34-09', NULL, '1742968562604010000', '2025-03-26 13:56:02', '2025-03-26 13:57:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968706606010001', 2, 4, 1, 'ASRS-0324', 'A02-39-01', NULL, '1742968707604010000', '2025-03-26 13:58:27', '2025-03-26 13:59:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968706606010004', 2, 4, 1, 'ASRS-1900', 'A03-36-04', NULL, '1742968707604010001', '2025-03-26 13:58:27', '2025-03-26 13:59:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968760607010001', 2, 4, 1, 'ASRS-0334', 'A04-32-08', NULL, '1742968761604010000', '2025-03-26 13:59:21', '2025-03-26 14:00:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968777606010001', 2, 4, 1, 'ASRS-0521', 'A01-33-10', NULL, '1742968778604010000', '2025-03-26 13:59:38', '2025-03-26 14:00:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968834609010001', 2, 4, 1, 'ASRS-1027', 'A04-38-02', NULL, '1742968835605010000', '2025-03-26 14:00:35', '2025-03-26 14:01:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968860608010001', 2, 4, 1, 'ASRS-1189', 'A01-42-03', NULL, '1742968861605010000', '2025-03-26 14:01:01', '2025-03-26 14:02:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742968944606010001', 2, 4, 1, 'ASRS-0384', 'A01-39-06', NULL, '1742968945605010000', '2025-03-26 14:02:25', '2025-03-26 14:03:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969091606010001', 2, 4, 1, 'ASRS-0335', 'A02-37-07', NULL, '1742969092605010000', '2025-03-26 14:04:52', '2025-03-26 14:06:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969091606010004', 2, 4, 1, 'ASRS-0244', 'A03-35-05', NULL, '1742969092605010001', '2025-03-26 14:04:52', '2025-03-26 14:05:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969145610010001', 2, 4, 1, 'ASRS-0528', 'A03-34-07', NULL, '1742969146604010000', '2025-03-26 14:05:46', '2025-03-26 14:07:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969161607010001', 2, 4, 1, 'ASRS-1026', 'A01-35-10', NULL, '1742969162605010000', '2025-03-26 14:06:02', '2025-03-26 14:06:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969218608010001', 2, 4, 1, 'ASRS-0284', 'A01-42-02', NULL, '1742969219604010000', '2025-03-26 14:06:59', '2025-03-26 14:07:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969222608010000', 2, 4, 1, 'asrs-1443', 'A03-31-10', NULL, '1742969223605010000', '2025-03-26 14:07:03', '2025-03-26 14:07:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969336609010001', 2, 4, 1, 'ASRS-0349', 'A04-31-09', NULL, '1742969337605010000', '2025-03-26 14:08:57', '2025-03-26 14:10:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969336609010004', 2, 4, 1, 'ASRS-1713', 'A02-40-05', NULL, '1742969337605010001', '2025-03-26 14:08:57', '2025-03-26 14:10:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969414607010000', 2, 4, 1, 'ASRS-1249', 'A02-38-06', NULL, '1742969415603010000', '2025-03-26 14:10:15', '2025-03-26 14:11:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969473607010001', 2, 4, 1, 'ASRS-0385', 'A01-35-11', NULL, '1742969474604010000', '2025-03-26 14:11:14', '2025-03-26 14:12:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969691608010001', 2, 4, 1, 'ASRS-1023', 'A01-38-07', NULL, '1742969692606010000', '2025-03-26 14:14:52', '2025-03-26 14:15:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969749608010000', 2, 4, 1, 'ASRS-0270', 'A02-41-04', NULL, '1742969750603010000', '2025-03-26 14:15:50', '2025-03-26 14:16:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969871607010001', 2, 4, 1, 'ASRS-0545', 'A02-41-03', NULL, '1742969872605010000', '2025-03-26 14:17:52', '2025-03-26 14:18:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969871607010004', 2, 4, 1, 'ASRS-1026', 'A03-31-10', NULL, '1742969872605010001', '2025-03-26 14:17:52', '2025-03-26 14:19:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969930608010001', 2, 4, 1, 'ASRS-1528', 'A01-34-11', NULL, '1742969931605010000', '2025-03-26 14:18:51', '2025-03-26 14:19:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969945608010001', 2, 4, 1, 'ASRS-0385', 'A03-37-04', NULL, '1742969946605010000', '2025-03-26 14:19:06', '2025-03-26 14:20:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742969985607010001', 2, 4, 1, 'ASRS-0342', 'A02-42-03', NULL, '1742969986605010000', '2025-03-26 14:19:46', '2025-03-26 14:20:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970045609010001', 2, 4, 1, 'ASRS-0525', 'A02-39-05', NULL, '1742970046605010000', '2025-03-26 14:20:46', '2025-03-26 14:21:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970381608010001', 2, 4, 1, 'ASRS-1907', 'A02-38-02', NULL, '1742970382605010000', '2025-03-26 14:26:22', '2025-03-26 14:27:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970381608010004', 2, 4, 1, 'ASRS-0351', 'A04-38-01', NULL, '1742970382605010001', '2025-03-26 14:26:22', '2025-03-26 14:27:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970429606010001', 2, 4, 1, 'ASRS-1900', 'A03-36-04', NULL, '1742970430604010000', '2025-03-26 14:27:10', '2025-03-26 14:28:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970439606010001', 2, 4, 1, 'ASRS-0350', 'A01-37-08', NULL, '1742970440605010000', '2025-03-26 14:27:20', '2025-03-26 14:28:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970481608010001', 2, 4, 1, 'ASRS-1899', 'A03-32-09', NULL, '1742970482604010000', '2025-03-26 14:28:02', '2025-03-26 14:28:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970497609010001', 2, 4, 1, 'ASRS-0336', 'A02-41-01', NULL, '1742970498606010000', '2025-03-26 14:28:18', '2025-03-26 14:29:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970532606010001', 2, 4, 1, 'ASRS-0520', 'A04-35-05', NULL, '1742970533605010000', '2025-03-26 14:28:53', '2025-03-26 14:29:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970556608010001', 2, 4, 1, 'ASRS-1027', 'A01-42-03', NULL, '1742970557607010000', '2025-03-26 14:29:17', '2025-03-26 14:30:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970585607010001', 2, 4, 1, 'ASRS-0384', 'A03-35-06', NULL, '1742970586605010000', '2025-03-26 14:29:46', '2025-03-26 14:31:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970616608010001', 2, 4, 1, 'ASRS-1436', 'A02-34-09', NULL, '1742970617605010000', '2025-03-26 14:30:17', '2025-03-26 14:31:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970736607010001', 2, 4, 1, 'ASRS-0324', 'A02-39-01', NULL, '1742970737605010000', '2025-03-26 14:32:17', '2025-03-26 14:33:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970736608010001', 2, 4, 1, 'ASRS-1189', 'A04-38-02', NULL, '1742970737605010001', '2025-03-26 14:32:17', '2025-03-26 14:33:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970790607010001', 2, 4, 1, 'ASRS-1900', 'A03-32-09', NULL, '1742970791604010000', '2025-03-26 14:33:11', '2025-03-26 14:34:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970795606010001', 2, 4, 1, 'ASRS-0521', 'A01-33-10', NULL, '1742970796605010000', '2025-03-26 14:33:16', '2025-03-26 14:34:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742970868610010001', 2, 4, 1, 'ASRS-0334', 'A04-32-08', NULL, '1742970869605010000', '2025-03-26 14:34:29', '2025-03-26 14:35:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742971027608010001', 2, 4, 1, 'ASRS-0384', 'A04-33-08', NULL, '1742971028605010000', '2025-03-26 14:37:08', '2025-03-26 14:38:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742971762608010001', 2, 4, 1, 'ASRS-1027', 'A02-41-01', NULL, '1742971763604010000', '2025-03-26 14:49:23', '2025-03-26 14:50:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972041608010001', 2, 4, 1, 'ASRS-0335', 'A03-35-05', NULL, '1742972042604010000', '2025-03-26 14:54:02', '2025-03-26 14:54:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972041608010004', 2, 4, 1, 'ASRS-0244', 'A02-37-07', NULL, '1742972042604010001', '2025-03-26 14:54:02', '2025-03-26 14:54:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972086607010001', 2, 4, 1, 'ASRS-1026', 'A03-37-04', NULL, '1742972087604010000', '2025-03-26 14:54:47', '2025-03-26 14:55:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972089608010001', 2, 4, 1, 'ASRS-0528', 'A01-42-02', NULL, '1742972090604010000', '2025-03-26 14:54:50', '2025-03-26 14:56:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972138608010001', 2, 4, 1, 'ASRS-0284', 'A03-34-07', NULL, '1742972139605010000', '2025-03-26 14:55:39', '2025-03-26 14:56:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972171608010001', 2, 4, 1, 'asrs-1443', 'A01-35-10', NULL, '1742972172605010000', '2025-03-26 14:56:12', '2025-03-26 14:57:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972291607010001', 2, 4, 1, 'ASRS-0349', 'A04-31-09', NULL, '1742972292604010000', '2025-03-26 14:58:12', '2025-03-26 14:58:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972291607010004', 2, 4, 1, 'ASRS-1713', 'A02-38-06', NULL, '1742972292604010001', '2025-03-26 14:58:12', '2025-03-26 14:59:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972335609010001', 2, 4, 1, 'ASRS-1249', 'A03-36-05', NULL, '1742972336605010000', '2025-03-26 14:58:56', '2025-03-26 15:00:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972412608010001', 2, 4, 1, 'ASRS-0385', 'A04-30-11', NULL, '1742972413605010000', '2025-03-26 15:00:13', '2025-03-26 15:01:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972551607010001', 2, 4, 1, 'ASRS-1030', 'A03-30-11', NULL, '1742972552605010000', '2025-03-26 15:02:32', '2025-03-26 15:03:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972676607010001', 2, 4, 1, 'ASRS-0545', 'A03-31-10', NULL, '1742972677604010000', '2025-03-26 15:04:37', '2025-03-26 15:05:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972676607010004', 2, 4, 1, 'ASRS-1528', 'A02-39-05', NULL, '1742972677604010001', '2025-03-26 15:04:37', '2025-03-26 15:05:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972724608010001', 2, 4, 1, 'ASRS-0525', 'A02-41-03', NULL, '1742972725602010000', '2025-03-26 15:05:25', '2025-03-26 15:06:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972726607010001', 2, 4, 1, 'ASRS-1026', 'A03-35-05', NULL, '1742972727605010000', '2025-03-26 15:05:27', '2025-03-26 15:06:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972802607010001', 2, 4, 1, 'ASRS-0342', 'A04-31-10', NULL, '1742972803604010000', '2025-03-26 15:06:43', '2025-03-26 15:07:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742972852608010001', 2, 4, 1, 'ASRS-0385', 'A03-37-04', NULL, '1742972853604010000', '2025-03-26 15:07:33', '2025-03-26 15:08:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742973551612010001', 2, 4, 1, 'ASRS-1528', 'A03-31-10', NULL, '1742973552604010000', '2025-03-26 15:19:12', '2025-03-26 15:19:53', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742973728237010000', 1, 4, 1, 'ASRS-1528', 'P2', 'A03-31-10', '1742973755655010000', '2025-03-26 15:22:08', '2025-03-26 15:23:23', '8C3206', 140, 0, 'clc', NULL, NULL, 'P2', 'FLANGE-SPLIT'); +INSERT INTO `t_app_task_bak` VALUES ('1742974211610010001', 2, 4, 1, 'ASRS-1907', 'A03-36-04', NULL, '1742974212604010000', '2025-03-26 15:30:12', '2025-03-26 15:30:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974211611010002', 2, 4, 1, 'ASRS-0336', 'A02-38-02', NULL, '1742974212604010001', '2025-03-26 15:30:12', '2025-03-26 15:31:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974257608010001', 2, 4, 1, 'ASRS-0350', 'A04-35-05', NULL, '1742974258604010000', '2025-03-26 15:30:58', '2025-03-26 15:31:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974261609010001', 2, 4, 1, 'ASRS-1900', 'A02-39-01', NULL, '1742974262605010000', '2025-03-26 15:31:02', '2025-03-26 15:31:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974309609010001', 2, 4, 1, 'ASRS-0351', 'A04-38-01', NULL, '1742974310602010000', '2025-03-26 15:31:50', '2025-03-26 15:32:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974320607010001', 2, 4, 1, 'ASRS-1027', 'A02-41-01', NULL, '1742974321605010000', '2025-03-26 15:32:01', '2025-03-26 15:32:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974363608010001', 2, 4, 1, 'ASRS-1899', 'A04-32-09', NULL, '1742974364606010000', '2025-03-26 15:32:44', '2025-03-26 15:33:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974414609010000', 2, 4, 1, 'ASRS-0520', 'A03-35-06', NULL, '1742974415605010000', '2025-03-26 15:33:35', '2025-03-26 15:34:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974493607010001', 2, 4, 1, 'ASRS-0384', 'A04-33-08', NULL, '1742974494605010000', '2025-03-26 15:34:54', '2025-03-26 15:36:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974572608010001', 2, 4, 1, 'ASRS-1436', 'A04-34-07', NULL, '1742974573605010000', '2025-03-26 15:36:13', '2025-03-26 15:37:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974781610010001', 2, 4, 1, 'ASRS-0324', 'A03-32-09', NULL, '1742974782604010000', '2025-03-26 15:39:42', '2025-03-26 15:40:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974781611010001', 2, 4, 1, 'ASRS-1900', 'A02-41-01', NULL, '1742974782604010001', '2025-03-26 15:39:42', '2025-03-26 15:40:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974830609010001', 2, 4, 1, 'ASRS-0384', 'A01-37-08', NULL, '1742974831605010000', '2025-03-26 15:40:31', '2025-03-26 15:41:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974832608010001', 2, 4, 1, 'ASRS-0521', 'A04-35-06', NULL, '1742974833604010000', '2025-03-26 15:40:33', '2025-03-26 15:41:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974883609010001', 2, 4, 1, 'ASRS-1189', 'A04-38-02', NULL, '1742974884604010000', '2025-03-26 15:41:24', '2025-03-26 15:42:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974911610010001', 2, 4, 1, 'ASRS-1027', 'A01-34-11', NULL, '1742974912606010000', '2025-03-26 15:41:52', '2025-03-26 15:42:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1742974936609010001', 2, 4, 1, 'ASRS-0334', 'A04-32-08', NULL, '1742974937605010000', '2025-03-26 15:42:17', '2025-03-26 15:43:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743038482607010001', 2, 4, 1, 'ASRS-1900', 'A04-32-08', NULL, '1743038483605010000', '2025-03-27 09:21:23', '2025-03-27 09:22:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743038523607010001', 2, 4, 1, 'ASRS-0521', 'A01-34-11', NULL, '1743038524605010000', '2025-03-27 09:22:04', '2025-03-27 09:23:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124775603010001', 2, 4, 1, 'ASRS-1436', 'A01-38-07', NULL, '1743124776604010000', '2025-03-28 09:19:36', '2025-03-28 09:20:23', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124775603010003', 2, 4, 1, 'ASRS-1528', 'A03-31-10', NULL, '1743124776605010000', '2025-03-28 09:19:36', '2025-03-28 09:20:18', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124819611010000', 2, 4, 1, 'ASRS-1531', 'A03-38-01', NULL, '1743124820603010000', '2025-03-28 09:20:20', '2025-03-28 09:21:11', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124824613010001', 2, 4, 1, 'ASRS-1683', 'A02-35-10', NULL, '1743124825605010000', '2025-03-28 09:20:25', '2025-03-28 09:21:19', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124872625010001', 2, 4, 1, 'ASRS-1031', 'A03-32-03', NULL, '1743124873605010000', '2025-03-28 09:21:13', '2025-03-28 09:22:01', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124880610010000', 2, 4, 1, 'ASRS-0386', 'A02-36-09', NULL, '1743124881613010000', '2025-03-28 09:21:21', '2025-03-28 09:22:16', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124922612010001', 2, 4, 9, 'ASRS-0271', 'A03-31-04', NULL, '1743124923608010000', '2025-03-28 09:22:03', '2025-03-28 09:22:52', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124937610010001', 2, 4, 9, 'ASRS-0299', 'A01-39-07', NULL, '1743124938605010000', '2025-03-28 09:22:18', '2025-03-28 09:23:15', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124973610010001', 2, 4, 9, 'ASRS-0297', 'A04-31-04', NULL, '1743124974608010000', '2025-03-28 09:22:54', '2025-03-28 09:23:43', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743124994331010000', 1, 4, 1, 'ASRS-1528', 'P2', 'A01-38-07', '1743125019414010000', '2025-03-28 09:23:14', '2025-03-28 09:24:34', '8C3206', 70, 0, 'clc', NULL, NULL, 'P2', 'FLANGE-SPLIT'); +INSERT INTO `t_app_task_bak` VALUES ('1743125024625010001', 2, 4, 9, 'ASRS-0250', 'A03-35-04', NULL, '1743125025604010000', '2025-03-28 09:23:45', '2025-03-28 09:24:36', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743125086644010000', 1, 4, 1, 'ASRS-1436', 'P2', 'A01-42-03', '1743125111811010000', '2025-03-28 09:24:47', '2025-03-28 09:26:18', '9S4183', 120, 0, 'clc', NULL, NULL, 'P2', 'Plug-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743125210340010000', 1, 4, 1, 'ASRS-0386', 'P2', 'A02-36-09', '1743125232424010000', '2025-03-28 09:26:50', '2025-03-28 09:28:51', '6J4568', 70, 0, 'clc', NULL, NULL, 'P2', 'BOOT'); +INSERT INTO `t_app_task_bak` VALUES ('1743125246238010000', 1, 4, 1, 'ASRS-1031', 'P2', 'A04-31-04', '1743125267827010000', '2025-03-28 09:27:26', '2025-03-28 09:28:43', '6E1923', 40, 0, 'clc', NULL, NULL, 'P2', 'TUBE AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1743125266754010000', 1, 4, 1, 'ASRS-1683', 'P2', 'A02-37-08', '1743125287925010000', '2025-03-28 09:27:47', '2025-03-28 09:29:42', '6V0852', 100, 0, 'clc', NULL, NULL, 'P2', 'CAP-DUST'); +INSERT INTO `t_app_task_bak` VALUES ('1743125289563010000', 1, 4, 1, 'ASRS-1531', 'P2', 'A03-35-04', '1743125312519010000', '2025-03-28 09:28:10', '2025-03-28 09:29:29', '2521631', 200, 0, 'clc', NULL, NULL, 'P2', 'PLUG AS.'); +INSERT INTO `t_app_task_bak` VALUES ('1743125303378010000', 1, 4, 1, 'ASRS-0348', 'P2', 'A03-38-01', '1743125324523010000', '2025-03-28 09:28:23', '2025-03-28 09:30:15', '4681134', 17, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743125321562010000', 1, 4, 1, 'ASRS-1254', 'P2', 'A02-38-07', '1743125343128010000', '2025-03-28 09:28:42', '2025-03-28 09:30:34', '8C3206', 70, 0, 'clc', NULL, NULL, 'P2', 'FLANGE-SPLIT'); +INSERT INTO `t_app_task_bak` VALUES ('1743125338243010000', 1, 4, 1, 'ASRS-1258', 'P2', 'A02-39-06', '1743125359300010000', '2025-03-28 09:28:58', '2025-03-28 09:31:26', '4829841', 100, 0, 'clc', NULL, NULL, 'P2', 'RING-BACKUP'); +INSERT INTO `t_app_task_bak` VALUES ('1743125351347010000', 1, 4, 1, 'ASRS-1250', 'P2', 'A03-31-10', '1743125373122010000', '2025-03-28 09:29:11', '2025-03-28 09:31:01', '3603690', 50, 0, 'clc', NULL, NULL, 'P2', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743125364787010000', 1, 4, 1, 'ASRS-1667', 'P2', 'A02-40-05', '1743125386910010000', '2025-03-28 09:29:25', '2025-03-28 09:32:19', '1P4578', 50, 0, 'clc', NULL, NULL, 'P2', 'FLANGE-SPLIT'); +INSERT INTO `t_app_task_bak` VALUES ('1743125378082010000', 1, 4, 1, 'ASRS-1592', 'P2', 'A03-35-06', '1743125409409010000', '2025-03-28 09:29:38', '2025-03-28 09:31:47', '4J0522', 400, 0, 'clc', NULL, NULL, 'P2', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1743125393043010000', 1, 4, 1, 'ASRS-1222', 'P2', 'A02-41-04', '1743125414528010000', '2025-03-28 09:29:53', '2025-03-28 09:33:12', '4681135', 14, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743125406147010000', 1, 4, 1, 'ASRS-0378', 'P2', 'A04-31-10', '1743125428313010000', '2025-03-28 09:30:06', '2025-03-28 09:32:31', '2N7029', 50, 0, 'clc', NULL, NULL, 'P2', 'SPRING-CONT PIN'); +INSERT INTO `t_app_task_bak` VALUES ('1743125420122010000', 1, 4, 1, 'ASRS-1220', 'P2', 'A02-42-03', '1743125442113010000', '2025-03-28 09:30:20', '2025-03-28 09:34:06', '4M8239', 60, 0, 'clc', NULL, NULL, 'P2', 'COVER'); +INSERT INTO `t_app_task_bak` VALUES ('1743125433731010000', 1, 4, 1, 'ASRS-1259', 'P2', 'A04-32-09', '1743125455910010000', '2025-03-28 09:30:34', '2025-03-28 09:33:16', '9S8005', 200, 0, 'clc', NULL, NULL, 'P2', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743125450027010000', 1, 4, 1, 'ASRS-1219', 'P2', 'A04-33-08', '1743125470924010000', '2025-03-28 09:30:50', '2025-03-28 09:34:01', '4681133', 25, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743125464310010000', 1, 4, 1, 'ASRS-1223', 'P2', 'A01-35-11', '1743125485613010000', '2025-03-28 09:31:04', '2025-03-28 09:35:27', '9L9068', 300, 0, 'clc', NULL, NULL, 'P2', 'DOWEL'); +INSERT INTO `t_app_task_bak` VALUES ('1743125478867010000', 1, 4, 1, 'ASRS-1244', 'P2', 'A01-36-10', '1743125501809010000', '2025-03-28 09:31:19', '2025-03-28 09:36:50', '5H4020', 100, 0, 'clc', NULL, NULL, 'P2', 'FLANGE-COVER'); +INSERT INTO `t_app_task_bak` VALUES ('1743125535450010000', 1, 4, 1, 'ASRS-1271', 'P2', 'A04-34-07', '1743125556728010000', '2025-03-28 09:32:15', '2025-03-28 09:35:20', '7X5308', 100, 0, 'clc', NULL, NULL, 'P2', 'CAP-DUST'); +INSERT INTO `t_app_task_bak` VALUES ('1743125547130010000', 1, 4, 1, 'ASRS-1660', 'P2', 'A04-35-06', '1743125568422010000', '2025-03-28 09:32:27', '2025-03-28 09:36:37', '2608590', 80, 0, 'clc', NULL, NULL, 'P2', 'VALVE GP-SHTL -B'); +INSERT INTO `t_app_task_bak` VALUES ('1743125564842010000', 1, 4, 1, 'ASRS-1268', 'P2', 'A01-37-09', '1743125587331010000', '2025-03-28 09:32:45', '2025-03-28 09:38:09', '8T8987', 10, 0, 'clc', NULL, NULL, 'P2', 'ADPTR-ELB 90 DEG'); +INSERT INTO `t_app_task_bak` VALUES ('1743125601612010001', 2, 4, 1, 'ASRS-0301', 'A01-40-05', NULL, '1743125602605010000', '2025-03-28 09:33:22', '2025-03-28 09:34:48', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743125601613010001', 2, 4, 1, 'ASRS-0384', 'A04-38-02', NULL, '1743125602605010001', '2025-03-28 09:33:22', '2025-03-28 09:34:42', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743125683609010001', 2, 4, 1, 'ASRS-0501', 'A03-29-06', NULL, '1743125684605010000', '2025-03-28 09:34:44', '2025-03-28 09:35:58', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743125689615010001', 2, 4, 1, 'ASRS-0525', 'A02-39-05', NULL, '1743125690604010000', '2025-03-28 09:34:50', '2025-03-28 09:36:10', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743125771611010001', 2, 4, 1, 'ASRS-0313', 'A02-35-09', NULL, '1743125772605010000', '2025-03-28 09:36:12', '2025-03-28 09:37:29', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743125848885010000', 1, 4, 1, 'ASRS-0384', 'P2', 'A03-29-06', '1743125870812010000', '2025-03-28 09:37:29', '2025-03-28 09:38:46', '9S4185', 250, 0, 'clc', NULL, NULL, 'P2', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743125904188010000', 1, 4, 1, 'ASRS-0525', 'P2', 'A02-35-09', '1743125927226010000', '2025-03-28 09:38:24', '2025-03-28 09:39:52', '5H4019', 150, 0, 'clc', NULL, NULL, 'P2', 'COVER'); +INSERT INTO `t_app_task_bak` VALUES ('1743125948382010000', 1, 4, 1, 'ASRS-0501', 'P2', 'A04-38-02', '1743125974613010000', '2025-03-28 09:39:08', '2025-03-28 09:40:31', '1488356', 16, 0, 'clc', NULL, NULL, 'P2', 'ADAPTER AS-ELBOW'); +INSERT INTO `t_app_task_bak` VALUES ('1743125995830010000', 1, 4, 1, 'ASRS-0313', 'P2', 'A02-39-05', '1743126017834010000', '2025-03-28 09:39:56', '2025-03-28 09:41:23', '9S4189', 75, 0, 'clc', NULL, NULL, 'P2', 'PLUG-EXT HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743126011117010000', 1, 4, 1, 'ASRS-0017', 'P2', 'A04-36-05', '1743126032232010000', '2025-03-28 09:40:11', '2025-03-28 09:41:29', '7X5315', 100, 0, 'clc', NULL, NULL, 'P2', 'COUPLING-QDISC'); +INSERT INTO `t_app_task_bak` VALUES ('1743126023182010000', 1, 4, 1, 'ASRS-1885', 'P2', 'A01-40-05', '1743126046028010000', '2025-03-28 09:40:23', '2025-03-28 09:42:15', '6Y4638', 60, 0, 'clc', NULL, NULL, 'P2', 'PLUG-LD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743126036022010000', 1, 4, 1, 'ASRS-1630', 'P2', 'A04-37-04', '1743126057711010000', '2025-03-28 09:40:36', '2025-03-28 09:42:17', '9S8004', 600, 0, 'clc', NULL, NULL, 'P2', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743126053982010000', 1, 4, 1, 'ASRS-0999', 'P2', 'A01-39-07', '1743126076916010000', '2025-03-28 09:40:54', '2025-03-28 09:43:07', '3603692', 300, 0, 'clc', NULL, NULL, 'P2', 'PLUG-HD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743126084303010000', 1, 4, 1, 'ASRS-0523', 'P2', 'A04-38-03', '1743126105413010000', '2025-03-28 09:41:24', '2025-03-28 09:43:02', '2828827', 500, 0, 'clc', NULL, NULL, 'P2', 'PLUG-EXPANSION'); +INSERT INTO `t_app_task_bak` VALUES ('1743126097518010000', 1, 4, 1, 'ASRS-0347', 'P2', 'A01-40-06', '1743126119212010000', '2025-03-28 09:41:38', '2025-03-28 09:44:00', '8T4223', 1000, 0, 'clc', NULL, NULL, 'P2', 'WASHER-HARD'); +INSERT INTO `t_app_task_bak` VALUES ('1743126111902010000', 1, 4, 1, 'ASRS-0362', 'P2', 'A04-39-02', '1743126133011010000', '2025-03-28 09:41:52', '2025-03-28 09:43:49', '9T7419', 8, 0, 'clc', NULL, NULL, 'P2', 'VALVE GP-D RLF-B'); +INSERT INTO `t_app_task_bak` VALUES ('1743126122790010000', 1, 4, 1, 'ASRS-0371', 'P2', 'A01-41-05', '1743126143825010000', '2025-03-28 09:42:03', '2025-03-28 09:44:53', '6V5555', 500, 0, 'clc', NULL, NULL, 'P2', 'SEAL-O RING'); +INSERT INTO `t_app_task_bak` VALUES ('1743126135294010000', 1, 4, 1, 'ASRS-0901', 'P2', 'A04-40-01', '1743126157615010000', '2025-03-28 09:42:15', '2025-03-28 09:44:37', '3P1979', 71, 0, 'clc', NULL, NULL, 'P2', 'SEAL-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1743126150583010000', 1, 4, 1, 'ASRS-0889', 'P2', 'A01-42-04', '1743126172014010000', '2025-03-28 09:42:31', '2025-03-28 09:45:46', '1483483', 1000, 0, 'clc', NULL, NULL, 'P2', 'PLUG'); +INSERT INTO `t_app_task_bak` VALUES ('1743126177607010000', 1, 4, 1, 'ASRS-1604', 'P2', 'A03-31-11', '1743126199018010000', '2025-03-28 09:42:58', '2025-03-28 09:45:23', '2660531', 300, 0, 'clc', NULL, NULL, 'P2', 'CAP-CONNECTOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743126189944010000', 1, 4, 1, 'ASRS-1261', 'P2', 'A02-35-11', '1743126211015010000', '2025-03-28 09:43:10', '2025-03-28 09:46:39', '1014845', 100, 0, 'clc', NULL, NULL, 'P2', 'PLUG-NPTF'); +INSERT INTO `t_app_task_bak` VALUES ('1743126203295010000', 1, 4, 1, 'ASRS-1371', 'P2', 'A03-32-10', '1743126224810010000', '2025-03-28 09:43:23', '2025-03-28 09:46:09', '2147568', 500, 0, 'clc', NULL, NULL, 'P2', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743126231240010000', 1, 4, 1, 'ASRS-0302', 'P2', 'A02-36-10', '1743126252713010000', '2025-03-28 09:43:51', '2025-03-28 09:47:30', '1160014', 10, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743126246024010000', 1, 4, 1, 'ASRS-0314', 'P2', 'A03-33-09', '1743126267118010000', '2025-03-28 09:44:06', '2025-03-28 09:46:54', '1483483', 600, 0, 'clc', NULL, NULL, 'P2', 'PLUG'); +INSERT INTO `t_app_task_bak` VALUES ('1743126259608010000', 1, 4, 1, 'ASRS-0272', 'P2', 'A03-34-08', '1743126280928010000', '2025-03-28 09:44:20', '2025-03-28 09:47:39', '8T8987', 10, 0, 'clc', NULL, NULL, 'P2', 'ADPTR-ELB 90 DEG'); +INSERT INTO `t_app_task_bak` VALUES ('1743126272361010000', 1, 4, 1, 'ASRS-0327', 'P2', 'A02-37-09', '1743126294728010000', '2025-03-28 09:44:32', '2025-03-28 09:48:21', '4681136', 25, 0, 'clc', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743126282226010000', 1, 4, 1, 'ASRS-1257', 'P2', 'A02-38-08', '1743126304616010000', '2025-03-28 09:44:42', '2025-03-28 09:49:13', '7M8485', 800, 0, 'clc', NULL, NULL, 'P2', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743128995155010000', 1, 4, 1, 'ASRS-1530', 'P3', 'A02-39-07', '1743129025961010000', '2025-03-28 10:29:55', '2025-03-28 10:31:31', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129014741010000', 1, 4, 1, 'ASRS-0360', 'P3', 'A03-35-07', '1743129042450010000', '2025-03-28 10:30:15', '2025-03-28 10:31:38', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129028869010000', 1, 4, 1, 'ASRS-0524', 'P3', 'A02-40-06', '1743129053869010000', '2025-03-28 10:30:29', '2025-03-28 10:32:24', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129039589010000', 1, 4, 1, 'ASRS-1028', 'P3', 'A03-36-06', '1743129067664010000', '2025-03-28 10:30:40', '2025-03-28 10:32:26', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129054110010000', 1, 4, 1, 'ASRS-1904', 'P3', 'A02-41-05', '1743129081755010000', '2025-03-28 10:30:54', '2025-03-28 10:33:48', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129064526010000', 1, 4, 1, 'ASRS-1903', 'P3', 'A03-37-05', '1743129091352010000', '2025-03-28 10:31:05', '2025-03-28 10:33:43', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129098610010000', 2, 4, 1, 'ASRS-1093', 'A01-02-11', NULL, '1743129099609010000', '2025-03-28 10:31:39', '2025-03-28 10:33:08', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129098611010000', 2, 4, 1, 'ASRS-1224', 'A03-01-06', NULL, '1743129099609010001', '2025-03-28 10:31:39', '2025-03-28 10:33:04', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129185603010000', 2, 4, 1, 'ASRS-1264', 'A04-01-08', NULL, '1743129186605010000', '2025-03-28 10:33:06', '2025-03-28 10:34:23', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129189611010000', 2, 4, 1, 'ASRS-1544', 'A02-02-10', NULL, '1743129190608010000', '2025-03-28 10:33:10', '2025-03-28 10:34:31', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129264611010000', 2, 4, 1, 'ASRS-0909', 'A04-03-09', NULL, '1743129265603010000', '2025-03-28 10:34:25', '2025-03-28 10:35:02', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743129272618010000', 2, 4, 1, 'ASRS-1242', 'A02-01-03', NULL, '1743129273605010000', '2025-03-28 10:34:33', '2025-03-28 10:35:08', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743131607681010000', 1, 4, 1, 'ASRS-0909', 'P3', 'A02-01-03', '1743131635984010000', '2025-03-28 11:13:28', '2025-03-28 11:14:38', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743131620177010000', 1, 4, 1, 'ASRS-1242', 'P3', 'A03-01-06', '1743131644982010000', '2025-03-28 11:13:40', '2025-03-28 11:14:46', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743131630169010000', 1, 4, 1, 'ASRS-1093', 'P3', 'A02-02-10', '1743131656969010000', '2025-03-28 11:13:50', '2025-03-28 11:15:11', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743131654690010000', 1, 4, 1, 'ASRS-1544', 'P3', 'A01-02-11', '1743131682470010000', '2025-03-28 11:14:15', '2025-03-28 11:15:46', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743131667833010000', 1, 4, 1, 'ASRS-1264', 'P3', 'A04-01-08', '1743131696284010000', '2025-03-28 11:14:28', '2025-03-28 11:15:39', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743131679585010000', 1, 4, 1, 'ASRS-1224', 'P3', 'A04-03-09', '1743131706772010000', '2025-03-28 11:14:40', '2025-03-28 11:16:14', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743133431612010001', 2, 4, 1, 'ASRS-1254', 'A02-38-07', NULL, '1743133432604010000', '2025-03-28 11:43:52', '2025-03-28 11:44:47', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743133735395010000', 1, 4, 1, 'ASRS-1254', 'P2', 'A02-38-07', '1743133759671010000', '2025-03-28 11:48:55', '2025-03-28 11:50:13', '8C3206', 2, 0, 'clc', NULL, NULL, 'P2', 'FLANGE-SPLIT'); +INSERT INTO `t_app_task_bak` VALUES ('1743133775610010001', 2, 4, 9, 'ASRS-1528', 'A01-38-07', NULL, '1743133776604010000', '2025-03-28 11:49:36', '2025-03-28 11:50:52', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134417611010001', 2, 4, 9, 'ASRS-1268', 'A01-37-09', NULL, '1743134418604010000', '2025-03-28 12:00:18', '2025-03-28 12:01:03', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134539611010000', 2, 4, 1, 'ASRS-1251', 'A01-01-06', NULL, '1743134540603010000', '2025-03-28 12:02:20', '2025-03-28 12:02:54', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134539611010001', 2, 4, 1, 'ASRS-0956', 'A04-02-11', NULL, '1743134540603010001', '2025-03-28 12:02:20', '2025-03-28 12:02:57', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134575611010000', 2, 4, 1, 'ASRS-1191', 'A02-01-06', NULL, '1743134576605010000', '2025-03-28 12:02:56', '2025-03-28 12:03:30', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134578614010000', 2, 4, 1, 'ASRS-0958', 'A03-03-01', NULL, '1743134579605010000', '2025-03-28 12:02:59', '2025-03-28 12:03:34', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134611612010000', 2, 4, 1, 'ASRS-1267', 'A01-01-10', NULL, '1743134612604010000', '2025-03-28 12:03:32', '2025-03-28 12:04:53', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134615610010000', 2, 4, 1, 'ASRS-0961', 'A04-05-06', NULL, '1743134616604010000', '2025-03-28 12:03:36', '2025-03-28 12:04:13', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134654609010000', 2, 4, 1, 'ASRS-0964', 'A04-04-05', NULL, '1743134655608010000', '2025-03-28 12:04:15', '2025-03-28 12:04:51', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134692610010000', 2, 4, 1, 'ASRS-0967', 'A03-04-04', NULL, '1743134693604010000', '2025-03-28 12:04:53', '2025-03-28 12:05:29', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134694614010000', 2, 4, 1, 'ASRS-0623', 'A01-05-05', NULL, '1743134695602010000', '2025-03-28 12:04:55', '2025-03-28 12:05:34', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134730612010000', 2, 4, 1, 'ASRS-0970', 'A03-04-05', NULL, '1743134731604010000', '2025-03-28 12:05:31', '2025-03-28 12:06:07', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134795649010000', 1, 4, 1, 'ASRS-1191', 'P3', 'A01-01-06', '1743134822574010000', '2025-03-28 12:06:36', '2025-03-28 12:07:46', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134809773010000', 1, 4, 1, 'ASRS-1251', 'P3', 'A03-03-01', '1743134840838010000', '2025-03-28 12:06:50', '2025-03-28 12:08:01', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134829822010000', 1, 4, 1, 'ASRS-0958', 'P3', 'A02-01-06', '1743134857994010000', '2025-03-28 12:07:10', '2025-03-28 12:08:22', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134843135010000', 1, 4, 1, 'ASRS-0956', 'P3', 'A01-05-05', '1743134871793010000', '2025-03-28 12:07:23', '2025-03-28 12:08:56', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134865271010000', 1, 4, 1, 'ASRS-1267', 'P3', 'A03-04-04', '1743134892495010000', '2025-03-28 12:07:45', '2025-03-28 12:08:54', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134878838010000', 1, 4, 1, 'ASRS-0964', 'P3', 'A01-01-10', '1743134906311010000', '2025-03-28 12:07:59', '2025-03-28 12:09:32', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134891685010000', 1, 4, 1, 'ASRS-0961', 'P3', 'A03-04-05', '1743134920078010000', '2025-03-28 12:08:12', '2025-03-28 12:09:26', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134932886010000', 1, 4, 1, 'ASRS-0970', 'P3', 'A02-42-04', '1743134960290010000', '2025-03-28 12:08:53', '2025-03-28 12:10:19', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134945038010000', 1, 4, 1, 'ASRS-0623', 'P3', 'A04-04-05', '1743134971979010000', '2025-03-28 12:09:05', '2025-03-28 12:10:14', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743134955854010000', 1, 4, 1, 'ASRS-0967', 'P3', 'A01-36-11', '1743134982806010000', '2025-03-28 12:09:16', '2025-03-28 12:11:12', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743135193610010001', 2, 4, 9, 'ASRS-1528', 'A01-38-07', NULL, '1743135194604010000', '2025-03-28 12:13:14', '2025-03-28 12:13:59', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743141217113010000', 1, 4, 1, 'ASRS-0301', 'P2', 'A01-37-10', '1743141239673010000', '2025-03-28 13:53:37', '2025-03-28 13:55:05', '1061791', 2, 0, 'clc', NULL, NULL, 'P2', 'SWITCH GP'); +INSERT INTO `t_app_task_bak` VALUES ('1743142161611010001', 2, 4, 9, 'ASRS-0364', 'A01-42-01', NULL, '1743142162603010000', '2025-03-28 14:09:22', '2025-03-28 14:10:10', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142161611010005', 2, 4, 9, 'ASRS-0274', 'A03-32-08', NULL, '1743142162603010001', '2025-03-28 14:09:22', '2025-03-28 14:10:13', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142211610010001', 2, 4, 9, 'ASRS-0269', 'A01-36-07', NULL, '1743142212605010000', '2025-03-28 14:10:12', '2025-03-28 14:11:07', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142215611010001', 2, 4, 9, 'ASRS-0247', 'A04-28-11', NULL, '1743142216604010000', '2025-03-28 14:10:16', '2025-03-28 14:11:03', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142514789010000', 1, 4, 1, 'ASRS-0269', 'P3', 'A01-36-07', '1743142541654010000', '2025-03-28 14:15:15', '2025-03-28 14:16:35', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142544344010000', 1, 4, 1, 'ASRS-0247', 'P3', 'A01-42-01', '1743142623539010000', '2025-03-28 14:15:44', '2025-03-28 14:18:09', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142633610010001', 2, 4, 9, 'ASRS-1246', 'A01-41-02', NULL, '1743142634605010000', '2025-03-28 14:17:14', '2025-03-28 14:18:50', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142758609010001', 2, 4, 9, 'ASRS-0300', 'A03-34-05', NULL, '1743142759604010000', '2025-03-28 14:19:19', '2025-03-28 14:20:08', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142811612010001', 2, 4, 9, 'ASRS-0248', 'A01-40-03', NULL, '1743142812604010000', '2025-03-28 14:20:12', '2025-03-28 14:21:10', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142842610010001', 2, 4, 9, 'ASRS-0276', 'A04-30-09', NULL, '1743142843604010000', '2025-03-28 14:20:43', '2025-03-28 14:21:30', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142883614010001', 2, 4, 9, 'ASRS-0249', 'A01-37-06', NULL, '1743142884605010000', '2025-03-28 14:21:24', '2025-03-28 14:22:21', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743142905611010001', 2, 4, 9, 'ASRS-0275', 'A04-29-10', NULL, '1743142906605010000', '2025-03-28 14:21:46', '2025-03-28 14:22:34', '000000000', 0, 0, '管理员', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743168357612010001', 2, 4, 1, 'ASRS-1529', 'A01-32-11', NULL, '1743168358605010000', '2025-03-28 21:25:58', '2025-03-29 08:25:11', '000000000', 0, 0, 'clc', NULL, '', 'R1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743168407357010000', 1, 4, 1, 'ASRS-0359', 'P3', 'A01-37-06', '1743207907451010000', '2025-03-28 21:26:47', '2025-03-29 08:26:01', '1007000', 140, 0, 'clc', NULL, NULL, 'P3', 'Ring-back up'); +INSERT INTO `t_app_task_bak` VALUES ('1743209094744010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-32-11', '1743209126038010000', '2025-03-29 08:44:55', '2025-03-29 08:46:30', '1007000', 94, 0, '管理员', NULL, NULL, 'P3', 'Ring-back up'); +INSERT INTO `t_app_task_bak` VALUES ('1743209137200010000', 1, 4, 1, 'ASRS-0249', 'P3', 'A04-05-06', '1743209165032010000', '2025-03-29 08:45:37', '2025-03-29 08:46:47', '6H2948', 240, 0, '管理员', NULL, NULL, 'P3', 'DOWEL'); +INSERT INTO `t_app_task_bak` VALUES ('1743209163077010000', 1, 4, 1, 'ASRS-0276', 'P3', 'A01-40-03', '1743209196836010000', '2025-03-29 08:46:03', '2025-03-29 08:47:41', '1501285', 50, 0, '管理员', NULL, NULL, 'P3', 'PLUG-BREATHER'); +INSERT INTO `t_app_task_bak` VALUES ('1743209169610010000', 1, 4, 1, 'ASRS-0300', 'P3', 'A01-41-02', '1743209201016010000', '2025-03-29 08:46:10', '2025-03-29 08:48:34', '9N4049', 100, 0, '管理员', NULL, NULL, 'P3', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743209221460010000', 1, 4, 1, 'ASRS-1246', 'P3', 'A04-02-11', '1743209253214010000', '2025-03-29 08:47:01', '2025-03-29 08:48:20', '2385082', 500, 0, '管理员', NULL, NULL, 'P3', 'SEAL-O-RING-STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743209226381010000', 1, 4, 1, 'ASRS-0248', 'P3', 'A03-34-05', '1743209257434010000', '2025-03-29 08:47:06', '2025-03-29 08:49:02', '9S8008', 150, 0, '管理员', NULL, NULL, 'P3', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743209270741010000', 1, 4, 1, 'ASRS-1035', 'P3', 'A01-38-09', '1743209340516010000', '2025-03-29 08:47:51', '2025-03-29 08:50:07', '0344160', 150, 0, '管理员', NULL, NULL, 'P3', 'BOLT-LOCKING'); +INSERT INTO `t_app_task_bak` VALUES ('1743209311916010000', 1, 4, 1, 'ASRS-1392', 'P3', 'A04-28-11', '1743209345342010000', '2025-03-29 08:48:32', '2025-03-29 08:50:01', '3603695', 100, 0, '管理员', NULL, NULL, 'P3', 'PLUG-HD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743212728610010000', 2, 4, 1, 'ASRS-0315', 'A04-29-06', NULL, '1743212729604010000', '2025-03-29 09:45:29', '2025-03-29 09:46:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743212728610010003', 2, 4, 1, 'ASRS-0332', 'A01-34-06', NULL, '1743212729605010000', '2025-03-29 09:45:29', '2025-03-29 09:46:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743212773610010001', 2, 4, 1, 'ASRS-0388', 'A04-32-03', NULL, '1743212774604010000', '2025-03-29 09:46:14', '2025-03-29 09:47:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743212777608010001', 2, 4, 1, 'ASRS-0313', 'A02-39-05', NULL, '1743212778605010000', '2025-03-29 09:46:18', '2025-03-29 09:47:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743212835608010000', 2, 4, 1, 'ASRS-0304', 'A02-37-03', NULL, '1743212836604010000', '2025-03-29 09:47:16', '2025-03-29 09:48:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743212893615010000', 2, 4, 1, 'ASRS-0350', 'A02-39-01', NULL, '1743212894605010000', '2025-03-29 09:48:14', '2025-03-29 09:49:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743212952608010001', 2, 4, 1, 'ASRS-0520', 'A01-35-10', NULL, '1743212953605010000', '2025-03-29 09:49:13', '2025-03-29 09:50:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743213009614010001', 2, 4, 1, 'ASRS-0334', 'A01-39-06', NULL, '1743213010604010000', '2025-03-29 09:50:10', '2025-03-29 09:51:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743214506610010001', 2, 4, 1, 'ASRS-1900', 'A01-34-11', NULL, '1743214507605010000', '2025-03-29 10:15:07', '2025-03-29 10:16:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743220242159010000', 2, 4, 1, 'ASRS-1436', 'A01-42-03', NULL, '1743220243157010000', '2025-03-29 11:50:42', '2025-03-29 11:51:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743220570055010000', 1, 4, 1, 'ASRS-0273', 'P2', 'A04-29-06', '1743220595440010000', '2025-03-29 11:56:10', '2025-03-29 11:57:23', '8T4196', 425, 0, '管理员', NULL, NULL, 'P2', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1743220582022010000', 1, 4, 1, 'ASRS-0328', 'P2', 'A02-39-01', '1743220609276010000', '2025-03-29 11:56:22', '2025-03-29 11:57:56', '9S4684', 50, 0, '管理员', NULL, NULL, 'P2', 'PLUG-O-RING'); +INSERT INTO `t_app_task_bak` VALUES ('1743220599391010000', 1, 4, 1, 'ASRS-0330', 'P2', 'A02-39-05', '1743220623043010000', '2025-03-29 11:56:39', '2025-03-29 11:58:49', '3603688', 200, 0, '管理员', NULL, NULL, 'P2', 'PLUG-HD STOR'); +INSERT INTO `t_app_task_bak` VALUES ('1743220955130010001', 2, 4, 1, 'ASRS-0324', 'A02-41-01', NULL, '1743220956132010000', '2025-03-29 12:02:35', '2025-03-29 12:03:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743220955131010002', 2, 4, 1, 'ASRS-0305', 'A04-31-05', NULL, '1743220956133010000', '2025-03-29 12:02:35', '2025-03-29 12:03:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743220999128010001', 2, 4, 1, 'ASRS-0340', 'A04-34-06', NULL, '1743221000124010000', '2025-03-29 12:03:19', '2025-03-29 12:04:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221034127010000', 2, 4, 1, 'ASRS-1027', 'A01-37-08', NULL, '1743221035124010000', '2025-03-29 12:03:54', '2025-03-29 12:05:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221077126010001', 2, 4, 1, 'ASRS-1032', 'A03-33-08', NULL, '1743221078124010000', '2025-03-29 12:04:37', '2025-03-29 12:05:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221116126010000', 2, 4, 1, 'ASRS-1529', 'A01-32-11', NULL, '1743221117124010000', '2025-03-29 12:05:16', '2025-03-29 12:06:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221690125010001', 2, 4, 1, 'ASRS-0306', 'A03-37-03', NULL, '1743221691125010000', '2025-03-29 12:14:50', '2025-03-29 12:15:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221690126010001', 2, 4, 1, 'ASRS-0333', 'A02-33-10', NULL, '1743221691125010001', '2025-03-29 12:14:50', '2025-03-29 12:15:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221737126010001', 2, 4, 1, 'ASRS-0392', 'A04-37-03', NULL, '1743221738133010000', '2025-03-29 12:15:37', '2025-03-29 12:16:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221740126010001', 2, 4, 1, 'ASRS-1902', 'A01-31-08', NULL, '1743221741125010000', '2025-03-29 12:15:40', '2025-03-29 12:17:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221821128010000', 2, 4, 1, 'ASRS-1221', 'A01-29-07', NULL, '1743221822124010000', '2025-03-29 12:17:01', '2025-03-29 12:17:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221874128010001', 2, 4, 1, 'ASRS-1526', 'A01-36-03', NULL, '1743221875126010000', '2025-03-29 12:17:54', '2025-03-29 12:18:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221931130010001', 2, 4, 1, 'ASRS-0528', 'A01-42-02', NULL, '1743221932127010000', '2025-03-29 12:18:51', '2025-03-29 12:19:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743221991133010001', 2, 4, 1, 'ASRS-0551', 'A01-39-02', NULL, '1743221992126010000', '2025-03-29 12:19:51', '2025-03-29 12:21:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743225765529010001', 2, 4, 1, 'ASRS-0551', 'A02-33-10', NULL, '1743225766532010000', '2025-03-29 13:22:46', '2025-03-29 13:23:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743225876529010001', 2, 4, 1, 'ASRS-0519', 'A04-39-01', NULL, '1743225877529010000', '2025-03-29 13:24:37', '2025-03-29 13:25:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743225876529010004', 2, 4, 1, 'ASRS-1025', 'A01-35-04', NULL, '1743225877529010001', '2025-03-29 13:24:37', '2025-03-29 13:25:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743225933528010001', 2, 4, 1, 'ASRS-1034', 'A01-38-08', NULL, '1743225934530010000', '2025-03-29 13:25:34', '2025-03-29 13:27:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743225941528010001', 2, 4, 1, 'ASRS-0350', 'A01-34-06', NULL, '1743225942530010000', '2025-03-29 13:25:42', '2025-03-29 13:26:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743225941528010004', 2, 4, 1, 'ASRS-0384', 'A03-29-06', NULL, '1743225942530010001', '2025-03-29 13:25:42', '2025-03-29 13:26:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226013530010000', 2, 4, 1, 'ASRS-1027', 'A01-39-08', NULL, '1743226014530010000', '2025-03-29 13:26:54', '2025-03-29 13:28:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226118528010001', 2, 4, 1, 'ASRS-1436', 'A02-37-03', NULL, '1743226119529010000', '2025-03-29 13:28:39', '2025-03-29 13:29:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226146530010001', 2, 4, 1, 'ASRS-1025', 'A03-29-06', NULL, '1743226147531010000', '2025-03-29 13:29:07', '2025-03-29 13:29:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226241529010001', 2, 4, 1, 'ASRS-0316', 'A02-42-02', NULL, '1743226242530010000', '2025-03-29 13:30:42', '2025-03-29 13:31:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226241530010001', 2, 4, 1, 'ASRS-1031', 'A04-31-04', NULL, '1743226242530010001', '2025-03-29 13:30:42', '2025-03-29 13:31:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226293529010001', 2, 4, 1, 'ASRS-0338', 'A01-36-09', NULL, '1743226294529010000', '2025-03-29 13:31:34', '2025-03-29 13:32:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226481527010001', 2, 4, 1, 'ASRS-0324', 'A04-29-10', NULL, '1743226482529010000', '2025-03-29 13:34:42', '2025-03-29 13:35:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226481527010004', 2, 4, 1, 'ASRS-0305', 'A01-32-11', NULL, '1743226482529010001', '2025-03-29 13:34:42', '2025-03-29 13:35:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226527530010001', 2, 4, 1, 'ASRS-0336', 'A04-38-01', NULL, '1743226528529010000', '2025-03-29 13:35:28', '2025-03-29 13:36:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226530529010001', 2, 4, 1, 'ASRS-0340', 'A01-37-08', NULL, '1743226531530010000', '2025-03-29 13:35:31', '2025-03-29 13:36:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226580528010001', 2, 4, 1, 'ASRS-1529', 'A04-30-09', NULL, '1743226581530010000', '2025-03-29 13:36:21', '2025-03-29 13:37:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226614527010001', 2, 4, 1, 'ASRS-1245', 'A02-40-04', NULL, '1743226615530010000', '2025-03-29 13:36:55', '2025-03-29 13:37:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226671527010001', 2, 4, 1, 'ASRS-0337', 'A01-41-04', NULL, '1743226672530010002', '2025-03-29 13:37:52', '2025-03-29 13:40:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226671527010004', 2, 4, 1, 'ASRS-0501', 'A04-38-02', NULL, '1743226672530010004', '2025-03-29 13:37:52', '2025-03-29 13:38:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226672530010001', 2, 4, 1, 'ASRS-1027', 'A01-42-02', NULL, '1743226673530010000', '2025-03-29 13:37:53', '2025-03-29 13:39:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226758529010001', 2, 4, 1, 'ASRS-0551', 'A02-33-10', NULL, '1743226759529010000', '2025-03-29 13:39:19', '2025-03-29 13:41:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226991527010001', 2, 4, 1, 'ASRS-1524', 'A03-31-06', NULL, '1743226992530010000', '2025-03-29 13:43:12', '2025-03-29 13:44:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743226991527010004', 2, 4, 1, 'ASRS-0522', 'A02-32-09', NULL, '1743226992530010001', '2025-03-29 13:43:12', '2025-03-29 13:44:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227106527010001', 2, 4, 1, 'ASRS-0318', 'A01-41-03', NULL, '1743227107529010000', '2025-03-29 13:45:07', '2025-03-29 13:45:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227156528010001', 2, 4, 1, 'ASRS-0383', 'A01-33-06', NULL, '1743227157529010000', '2025-03-29 13:45:57', '2025-03-29 13:47:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227234528010000', 2, 4, 1, 'ASRS-1268', 'A01-37-09', NULL, '1743227235529010000', '2025-03-29 13:47:15', '2025-03-29 13:48:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227234528010003', 2, 4, 1, 'ASRS-0272', 'A03-34-08', NULL, '1743227235529010001', '2025-03-29 13:47:15', '2025-03-29 13:47:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227278522010000', 1, 4, 1, 'ASRS-0273', 'P1', 'A01-33-06', '1743227306327010000', '2025-03-29 13:47:59', '2025-03-29 13:49:18', '8T4196', 425, 0, '管理员', NULL, NULL, 'P1', 'BOLT-HEX HEAD'); +INSERT INTO `t_app_task_bak` VALUES ('1743227396529010001', 2, 4, 1, 'ASRS-1088', 'A02-32-11', NULL, '1743227397531010000', '2025-03-29 13:49:57', '2025-03-29 13:51:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227554528010001', 2, 4, 1, 'ASRS-1268', 'A03-38-04', NULL, '1743227555529010000', '2025-03-29 13:52:35', '2025-03-29 13:53:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227641527010001', 2, 4, 1, 'ASRS-0317', 'A04-31-08', NULL, '1743227642531010000', '2025-03-29 13:54:02', '2025-03-29 13:54:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227641527010004', 2, 4, 1, 'ASRS-1902', 'A01-31-08', NULL, '1743227642531010001', '2025-03-29 13:54:02', '2025-03-29 13:54:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227688529010001', 2, 4, 1, 'ASRS-0519', 'A01-35-04', NULL, '1743227689529010000', '2025-03-29 13:54:49', '2025-03-29 13:56:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227691527010000', 2, 4, 1, 'ASRS-1221', 'A03-37-03', NULL, '1743227692531010000', '2025-03-29 13:54:52', '2025-03-29 13:55:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227769527010001', 2, 4, 1, 'ASRS-0528', 'A01-39-02', NULL, '1743227770530010000', '2025-03-29 13:56:10', '2025-03-29 13:57:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227851529010001', 2, 4, 1, 'ASRS-0527', 'A02-36-08', NULL, '1743227852529010000', '2025-03-29 13:57:32', '2025-03-29 13:58:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227871529010000', 2, 4, 1, 'ASRS-0315', 'A04-34-06', NULL, '1743227872530010000', '2025-03-29 13:57:52', '2025-03-29 13:58:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227871529010003', 2, 4, 1, 'ASRS-0332', 'A01-35-10', NULL, '1743227872530010001', '2025-03-29 13:57:52', '2025-03-29 13:59:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227907533010001', 2, 4, 1, 'ASRS-1034', 'A01-34-06', NULL, '1743227908529010000', '2025-03-29 13:58:28', '2025-03-29 14:00:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227923530010001', 2, 4, 1, 'ASRS-0388', 'A04-32-03', NULL, '1743227924529010000', '2025-03-29 13:58:44', '2025-03-29 13:59:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227958529010001', 2, 4, 1, 'ASRS-0313', 'A01-34-11', NULL, '1743227959530010000', '2025-03-29 13:59:19', '2025-03-29 14:00:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743227973530010000', 2, 4, 1, 'ASRS-0350', 'A04-37-03', NULL, '1743227974529010000', '2025-03-29 13:59:34', '2025-03-29 14:00:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228026529010001', 2, 4, 1, 'ASRS-0334', 'A04-31-05', NULL, '1743228027530010000', '2025-03-29 14:00:27', '2025-03-29 14:01:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228058527010000', 2, 4, 1, 'ASRS-0304', 'A02-41-01', NULL, '1743228059530010000', '2025-03-29 14:00:59', '2025-03-29 14:01:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228117527010001', 2, 4, 1, 'ASRS-0520', 'A01-42-03', NULL, '1743228118529010000', '2025-03-29 14:01:58', '2025-03-29 14:02:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228306527010001', 2, 4, 1, 'ASRS-1436', 'A02-42-02', NULL, '1743228307530010000', '2025-03-29 14:05:07', '2025-03-29 14:05:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228606526010001', 2, 4, 1, 'ASRS-0324', 'A02-40-04', NULL, '1743228607530010000', '2025-03-29 14:10:07', '2025-03-29 14:11:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228606526010004', 2, 4, 1, 'ASRS-0305', 'A04-30-09', NULL, '1743228607530010001', '2025-03-29 14:10:07', '2025-03-29 14:10:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228654530010001', 2, 4, 1, 'ASRS-0340', 'A04-38-01', NULL, '1743228655529010000', '2025-03-29 14:10:55', '2025-03-29 14:12:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228688527010001', 2, 4, 1, 'ASRS-1032', 'A01-40-07', NULL, '1743228689531010000', '2025-03-29 14:11:29', '2025-03-29 14:12:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228732528010001', 2, 4, 1, 'ASRS-1027', 'A03-33-08', NULL, '1743228733530010000', '2025-03-29 14:12:13', '2025-03-29 14:13:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228770528010001', 2, 4, 1, 'ASRS-1529', 'A02-33-10', NULL, '1743228771529010000', '2025-03-29 14:12:51', '2025-03-29 14:14:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228811527010001', 2, 4, 1, 'ASRS-0306', 'A01-29-07', NULL, '1743228812529010000', '2025-03-29 14:13:32', '2025-03-29 14:15:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228811528010001', 2, 4, 1, 'ASRS-0338', 'A04-29-10', NULL, '1743228812529010001', '2025-03-29 14:13:32', '2025-03-29 14:14:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743228903527010001', 2, 4, 1, 'ASRS-0316', 'A01-32-11', NULL, '1743228904531010000', '2025-03-29 14:15:04', '2025-03-29 14:16:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229006527010003', 2, 4, 1, 'ASRS-0333', 'A03-32-08', NULL, '1743229007529010000', '2025-03-29 14:16:47', '2025-03-29 14:17:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229006527010006', 2, 4, 1, 'ASRS-1902', 'A02-41-01', NULL, '1743229007529010001', '2025-03-29 14:16:47', '2025-03-29 14:17:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229065531010001', 2, 4, 1, 'ASRS-1526', 'A01-36-03', NULL, '1743229066529010000', '2025-03-29 14:17:46', '2025-03-29 14:19:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229074527010001', 2, 4, 1, 'ASRS-1221', 'A03-37-03', NULL, '1743229075530010000', '2025-03-29 14:17:55', '2025-03-29 14:18:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229146529010000', 2, 4, 1, 'ASRS-0528', 'A02-40-04', NULL, '1743229147530010000', '2025-03-29 14:19:07', '2025-03-29 14:20:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229230531010000', 2, 4, 1, 'ASRS-0551', 'A02-32-09', NULL, '1743229231529010000', '2025-03-29 14:20:31', '2025-03-29 14:21:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229556528010001', 2, 4, 1, 'ASRS-1031', 'A04-31-04', NULL, '1743229557530010000', '2025-03-29 14:25:57', '2025-03-29 14:26:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229571528010001', 2, 4, 1, 'ASRS-0519', 'A01-34-11', NULL, '1743229572529010000', '2025-03-29 14:26:12', '2025-03-29 14:26:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229617527010001', 2, 4, 1, 'ASRS-1034', 'A01-35-10', NULL, '1743229618530010000', '2025-03-29 14:26:58', '2025-03-29 14:28:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229752430010000', 1, 4, 1, 'ASRS-0331', 'P2', 'A04-31-04', '1743229774447010000', '2025-03-29 14:29:12', '2025-03-29 14:30:30', '3T8236', 44, 0, '管理员', NULL, NULL, 'P2', 'SPRING'); +INSERT INTO `t_app_task_bak` VALUES ('1743229781526010001', 2, 4, 1, 'ASRS-0316', 'A02-33-10', NULL, '1743229782530010000', '2025-03-29 14:29:42', '2025-03-29 14:30:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229781527010003', 2, 4, 1, 'ASRS-0338', 'A03-38-04', NULL, '1743229782531010000', '2025-03-29 14:29:42', '2025-03-29 14:31:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229806528010001', 2, 4, 1, 'ASRS-1683', 'A02-37-08', NULL, '1743229807529010000', '2025-03-29 14:30:07', '2025-03-29 14:31:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743229996528010001', 2, 4, 1, 'ASRS-0331', 'A04-31-04', NULL, '1743229997531010000', '2025-03-29 14:33:17', '2025-03-29 14:34:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230161528010001', 2, 4, 1, 'ASRS-0337', 'A01-36-09', NULL, '1743230162530010000', '2025-03-29 14:36:02', '2025-03-29 14:36:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230161528010005', 2, 4, 1, 'ASRS-0501', 'A04-38-02', NULL, '1743230162531010000', '2025-03-29 14:36:02', '2025-03-29 14:36:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230396527010001', 2, 4, 1, 'ASRS-1524', 'A01-37-08', NULL, '1743230397530010000', '2025-03-29 14:39:57', '2025-03-29 14:41:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230477526010001', 2, 4, 1, 'ASRS-0522', 'A01-41-03', NULL, '1743230478529010000', '2025-03-29 14:41:18', '2025-03-29 14:42:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230596528010001', 2, 4, 1, 'ASRS-1088', 'A01-31-08', NULL, '1743230597529010000', '2025-03-29 14:43:17', '2025-03-29 14:44:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230796526010001', 2, 4, 1, 'ASRS-0271', 'A03-31-04', NULL, '1743230797530010000', '2025-03-29 14:46:37', '2025-03-29 14:47:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230838527010001', 2, 4, 1, 'ASRS-0350', 'A04-31-05', NULL, '1743230839529010000', '2025-03-29 14:47:19', '2025-03-29 14:48:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230866528010001', 2, 4, 1, 'ASRS-0315', 'A01-34-06', NULL, '1743230867529010000', '2025-03-29 14:47:47', '2025-03-29 14:48:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230866528010004', 2, 4, 1, 'ASRS-0332', 'A04-32-03', NULL, '1743230867529010001', '2025-03-29 14:47:47', '2025-03-29 14:48:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230913530010001', 2, 4, 1, 'ASRS-0313', 'A02-36-08', NULL, '1743230914529010000', '2025-03-29 14:48:34', '2025-03-29 14:49:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230934529010000', 2, 4, 1, 'ASRS-0520', 'A04-34-06', NULL, '1743230935529010000', '2025-03-29 14:48:55', '2025-03-29 14:49:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230970529010001', 2, 4, 1, 'ASRS-0304', 'A02-42-02', NULL, '1743230971529010000', '2025-03-29 14:49:31', '2025-03-29 14:50:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743230986529010001', 2, 4, 1, 'ASRS-0334', 'A04-31-08', NULL, '1743230987529010000', '2025-03-29 14:49:47', '2025-03-29 14:50:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231030528010001', 2, 4, 1, 'ASRS-0388', 'A01-39-02', NULL, '1743231031529010000', '2025-03-29 14:50:31', '2025-03-29 14:51:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231036526010001', 2, 4, 1, 'ASRS-1436', 'A04-37-03', NULL, '1743231037531010000', '2025-03-29 14:50:37', '2025-03-29 14:51:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231141528010001', 2, 4, 1, 'ASRS-1531', 'A03-35-04', NULL, '1743231142529010000', '2025-03-29 14:52:22', '2025-03-29 14:53:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231141528010005', 2, 4, 1, 'ASRS-0386', 'A02-36-09', NULL, '1743231142529010001', '2025-03-29 14:52:22', '2025-03-29 14:53:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231236526010001', 2, 4, 1, 'ASRS-0324', 'A01-41-04', NULL, '1743231237530010000', '2025-03-29 14:53:57', '2025-03-29 14:55:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231236527010001', 2, 4, 1, 'ASRS-0305', 'A04-30-09', NULL, '1743231237530010001', '2025-03-29 14:53:57', '2025-03-29 14:55:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231310527010001', 2, 4, 1, 'ASRS-0340', 'A03-33-08', NULL, '1743231311529010000', '2025-03-29 14:55:11', '2025-03-29 14:56:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231326527010001', 2, 4, 1, 'ASRS-1032', 'A01-29-07', NULL, '1743231327529010000', '2025-03-29 14:55:27', '2025-03-29 14:56:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231389529010001', 2, 4, 1, 'ASRS-1027', 'A04-29-10', NULL, '1743231390530010000', '2025-03-29 14:56:30', '2025-03-29 14:57:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231407527010001', 2, 4, 1, 'ASRS-1529', 'A01-32-11', NULL, '1743231408529010000', '2025-03-29 14:56:48', '2025-03-29 14:58:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231576528010000', 2, 4, 1, 'ASRS-0306', 'A03-39-03', NULL, '1743231577529010000', '2025-03-29 14:59:37', '2025-03-29 15:00:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231576528010003', 2, 4, 1, 'ASRS-1902', 'A01-36-03', NULL, '1743231577529010001', '2025-03-29 14:59:37', '2025-03-29 15:00:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231625526010001', 2, 4, 1, 'ASRS-0333', 'A03-32-08', NULL, '1743231626530010000', '2025-03-29 15:00:26', '2025-03-29 15:01:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231644529010001', 2, 4, 1, 'ASRS-1221', 'A02-41-01', NULL, '1743231645530010000', '2025-03-29 15:00:45', '2025-03-29 15:02:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231700530010000', 2, 4, 1, 'ASRS-1526', 'A03-37-03', NULL, '1743231701529010000', '2025-03-29 15:01:41', '2025-03-29 15:02:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231727528010000', 2, 4, 1, 'ASRS-0528', 'A02-32-09', NULL, '1743231728530010000', '2025-03-29 15:02:08', '2025-03-29 15:03:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231807530010001', 2, 4, 1, 'ASRS-0331', 'A02-37-08', NULL, '1743231808530010000', '2025-03-29 15:03:28', '2025-03-29 15:04:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743231931528010001', 2, 4, 1, 'ASRS-0519', 'A02-40-04', NULL, '1743231932530010000', '2025-03-29 15:05:32', '2025-03-29 15:06:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232001527010001', 2, 4, 1, 'ASRS-1034', 'A01-34-11', NULL, '1743232002530010000', '2025-03-29 15:06:42', '2025-03-29 15:08:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232141527010001', 2, 4, 1, 'ASRS-0316', 'A03-38-04', NULL, '1743232142529010000', '2025-03-29 15:09:02', '2025-03-29 15:09:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232141527010004', 2, 4, 1, 'ASRS-1031', 'A02-33-10', NULL, '1743232142529010001', '2025-03-29 15:09:02', '2025-03-29 15:11:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232166532010001', 2, 4, 1, 'ASRS-0271', 'A02-42-02', NULL, '1743232167530010000', '2025-03-29 15:09:27', '2025-03-29 15:10:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232166532010004', 2, 4, 1, 'ASRS-0350', 'A04-31-08', NULL, '1743232167530010001', '2025-03-29 15:09:27', '2025-03-29 15:10:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232268527010001', 2, 4, 1, 'ASRS-0338', 'A01-42-03', NULL, '1743232269530010000', '2025-03-29 15:11:09', '2025-03-29 15:12:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232401527010001', 2, 4, 1, 'ASRS-0337', 'A04-31-04', NULL, '1743232402529010000', '2025-03-29 15:13:22', '2025-03-29 15:14:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232401527010004', 2, 4, 1, 'ASRS-0501', 'A01-36-09', NULL, '1743232402529010001', '2025-03-29 15:13:22', '2025-03-29 15:14:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232521527010001', 2, 4, 1, 'ASRS-1531', 'A01-38-08', NULL, '1743232522529010000', '2025-03-29 15:15:22', '2025-03-29 15:16:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232521527010004', 2, 4, 1, 'ASRS-0386', 'A04-37-03', NULL, '1743232522529010001', '2025-03-29 15:15:22', '2025-03-29 15:16:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232576526010001', 2, 4, 1, 'ASRS-1524', 'A01-41-03', NULL, '1743232577529010000', '2025-03-29 15:16:17', '2025-03-29 15:17:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232653528010001', 2, 4, 1, 'ASRS-0522', 'A01-37-08', NULL, '1743232654530010000', '2025-03-29 15:17:34', '2025-03-29 15:18:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743232841528010001', 2, 4, 1, 'ASRS-1088', 'A01-31-08', NULL, '1743232842530010000', '2025-03-29 15:20:42', '2025-03-29 15:21:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743233031527010000', 2, 4, 1, 'ASRS-0271', 'A04-31-04', NULL, '1743233032530010000', '2025-03-29 15:23:52', '2025-03-29 15:24:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743233031527010003', 2, 4, 1, 'ASRS-0350', 'A01-34-11', NULL, '1743233032530010001', '2025-03-29 15:23:52', '2025-03-29 15:25:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743233151528010001', 2, 4, 1, 'ASRS-1531', 'A01-37-08', NULL, '1743233152530010000', '2025-03-29 15:25:52', '2025-03-29 15:26:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743233209527010000', 2, 4, 1, 'ASRS-0386', 'A01-41-03', NULL, '1743233210529010000', '2025-03-29 15:26:50', '2025-03-29 15:28:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743383836518010001', 2, 4, 1, 'ASRS-0271', 'A01-34-11', NULL, '1743383837535010000', '2025-03-31 09:17:17', '2025-03-31 09:18:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743383836518010004', 2, 4, 1, 'ASRS-0350', 'A04-31-04', NULL, '1743383837536010000', '2025-03-31 09:17:17', '2025-03-31 09:17:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743384121542010001', 2, 4, 1, 'ASRS-1531', 'A01-41-03', NULL, '1743384122529010000', '2025-03-31 09:22:02', '2025-03-31 09:22:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743384172528010000', 2, 4, 1, 'ASRS-0386', 'A01-37-08', NULL, '1743384173529010000', '2025-03-31 09:22:53', '2025-03-31 09:24:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743384466528010001', 2, 4, 1, 'ASRS-0350', 'A01-34-11', NULL, '1743384467530010000', '2025-03-31 09:27:47', '2025-03-31 09:28:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743384786529010001', 2, 4, 1, 'ASRS-1531', 'A01-41-03', NULL, '1743384787529010000', '2025-03-31 09:33:07', '2025-03-31 09:33:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395121528010001', 2, 4, 1, 'ASRS-0315', 'A01-34-06', NULL, '1743395122529010000', '2025-03-31 12:25:22', '2025-03-31 12:26:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395121528010004', 2, 4, 1, 'ASRS-0332', 'A03-31-04', NULL, '1743395122529010001', '2025-03-31 12:25:22', '2025-03-31 12:26:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395170527010001', 2, 4, 1, 'ASRS-0313', 'A02-36-08', NULL, '1743395171529010000', '2025-03-31 12:26:11', '2025-03-31 12:27:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395172532010000', 2, 4, 1, 'ASRS-0304', 'A04-31-05', NULL, '1743395173529010000', '2025-03-31 12:26:13', '2025-03-31 12:27:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395223529010001', 2, 4, 1, 'ASRS-0388', 'A03-35-04', NULL, '1743395224529010000', '2025-03-31 12:27:04', '2025-03-31 12:27:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395227518010001', 2, 4, 1, 'ASRS-1900', 'A01-39-06', NULL, '1743395228530010000', '2025-03-31 12:27:08', '2025-03-31 12:28:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395275527010001', 2, 4, 1, 'ASRS-0520', 'A04-32-03', NULL, '1743395276530010000', '2025-03-31 12:27:56', '2025-03-31 12:28:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395286518010001', 2, 4, 1, 'ASRS-0334', 'A01-39-02', NULL, '1743395287530010000', '2025-03-31 12:28:07', '2025-03-31 12:29:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395751518010001', 2, 4, 1, 'ASRS-0350', 'A01-34-11', NULL, '1743395752531010000', '2025-03-31 12:35:52', '2025-03-31 12:37:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395751518010004', 2, 4, 1, 'ASRS-0384', 'A03-29-06', NULL, '1743395752531010001', '2025-03-31 12:35:52', '2025-03-31 12:36:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395795529010001', 2, 4, 1, 'ASRS-1027', 'A04-29-10', NULL, '1743395796531010000', '2025-03-31 12:36:36', '2025-03-31 12:37:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743395834538010001', 2, 4, 1, 'ASRS-1436', 'A02-36-09', NULL, '1743395835532010000', '2025-03-31 12:37:15', '2025-03-31 12:38:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396031530010001', 2, 4, 1, 'ASRS-0324', 'A04-30-09', NULL, '1743396032530010000', '2025-03-31 12:40:32', '2025-03-31 12:41:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396031530010004', 2, 4, 1, 'ASRS-0305', 'A01-41-04', NULL, '1743396032530010001', '2025-03-31 12:40:32', '2025-03-31 12:41:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396075529010001', 2, 4, 1, 'ASRS-1245', 'A04-39-01', NULL, '1743396076530010000', '2025-03-31 12:41:16', '2025-03-31 12:42:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396092518010001', 2, 4, 1, 'ASRS-0340', 'A01-29-07', NULL, '1743396093530010000', '2025-03-31 12:41:33', '2025-03-31 12:42:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396174518010001', 2, 4, 1, 'ASRS-0336', 'A01-42-02', NULL, '1743396175528010000', '2025-03-31 12:42:55', '2025-03-31 12:44:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396259518010001', 2, 4, 1, 'ASRS-1027', 'A02-36-09', NULL, '1743396260530010000', '2025-03-31 12:44:20', '2025-03-31 12:45:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396340535010001', 2, 4, 1, 'ASRS-1529', 'A01-37-09', NULL, '1743396341535010000', '2025-03-31 12:45:41', '2025-03-31 12:46:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396398518010001', 2, 4, 1, 'ASRS-0331', 'A02-37-08', NULL, '1743396399534010000', '2025-03-31 12:46:39', '2025-03-31 12:48:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396546534010001', 2, 4, 1, 'ASRS-0318', 'A03-31-06', NULL, '1743396547529010000', '2025-03-31 12:49:07', '2025-03-31 12:49:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396546535010001', 2, 4, 1, 'ASRS-1268', 'A02-32-11', NULL, '1743396547529010001', '2025-03-31 12:49:07', '2025-03-31 12:50:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396590528010001', 2, 4, 1, 'ASRS-0383', 'A03-34-08', NULL, '1743396591535010000', '2025-03-31 12:49:51', '2025-03-31 12:50:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396766528010001', 2, 4, 1, 'ASRS-0317', 'A01-35-04', NULL, '1743396767536010000', '2025-03-31 12:52:47', '2025-03-31 12:53:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396766528010004', 2, 4, 1, 'ASRS-1902', 'A03-32-08', NULL, '1743396767536010001', '2025-03-31 12:52:47', '2025-03-31 12:53:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396814536010001', 2, 4, 1, 'ASRS-0519', 'A02-40-04', NULL, '1743396815530010000', '2025-03-31 12:53:35', '2025-03-31 12:54:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396817527010001', 2, 4, 1, 'ASRS-1221', 'A03-37-03', NULL, '1743396818530010000', '2025-03-31 12:53:38', '2025-03-31 12:54:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396898536010001', 2, 4, 1, 'ASRS-0528', 'A04-34-06', NULL, '1743396899534010000', '2025-03-31 12:54:59', '2025-03-31 12:55:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743396950528010001', 2, 4, 1, 'ASRS-0527', 'A04-38-01', NULL, '1743396951535010000', '2025-03-31 12:55:51', '2025-03-31 12:56:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743397003518010001', 2, 4, 1, 'ASRS-1034', 'A04-38-02', NULL, '1743397004534010000', '2025-03-31 12:56:44', '2025-03-31 12:58:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743397236528010001', 2, 4, 1, 'ASRS-0306', 'A01-36-03', NULL, '1743397237530010000', '2025-03-31 13:00:37', '2025-03-31 13:01:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743397276515010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A03-37-03', '1743397305161010000', '2025-03-31 13:01:17', '2025-03-31 13:02:43', '8T8987', 20, 0, '管理员', NULL, NULL, 'P3', 'ADPTR-ELB 90 DEG'); +INSERT INTO `t_app_task_bak` VALUES ('1743397283518010001', 2, 4, 1, 'ASRS-0316', 'A02-33-10', NULL, '1743397284534010000', '2025-03-31 13:01:24', '2025-03-31 13:02:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743397309673010000', 1, 4, 1, 'ASRS-0364', 'P3', 'A01-36-03', '1743397337284010000', '2025-03-31 13:01:50', '2025-03-31 13:03:26', '8T8987', 10, 0, '管理员', NULL, NULL, 'P3', 'ADPTR-ELB 90 DEG'); +INSERT INTO `t_app_task_bak` VALUES ('1743397367529010001', 2, 4, 1, 'ASRS-0338', 'A02-42-02', NULL, '1743397368530010000', '2025-03-31 13:02:48', '2025-03-31 13:04:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743397517344010000', 1, 4, 1, 'ASRS-0303', 'P2', 'A02-33-10', '1743397539458010000', '2025-03-31 13:05:17', '2025-03-31 13:06:32', '8J6815', 500, 0, '管理员', NULL, NULL, 'P2', 'PLUG-INTL HEX'); +INSERT INTO `t_app_task_bak` VALUES ('1743397811540010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743397812529010000', '2025-03-31 13:10:12', '2025-03-31 13:11:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743397986518010001', 2, 4, 1, 'ASRS-1031', 'A04-31-08', NULL, '1743397987529010000', '2025-03-31 13:13:07', '2025-03-31 13:13:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398121518010001', 2, 4, 1, 'ASRS-1683', 'A01-35-10', NULL, '1743398122529010000', '2025-03-31 13:15:22', '2025-03-31 13:16:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398481518010001', 2, 4, 1, 'ASRS-0315', 'A03-31-04', NULL, '1743398482530010000', '2025-03-31 13:21:22', '2025-03-31 13:22:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398481518010004', 2, 4, 1, 'ASRS-0332', 'A01-34-06', NULL, '1743398482530010001', '2025-03-31 13:21:22', '2025-03-31 13:22:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398527529010001', 2, 4, 1, 'ASRS-0304', 'A01-39-02', NULL, '1743398528530010000', '2025-03-31 13:22:08', '2025-03-31 13:23:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398531529010001', 2, 4, 1, 'ASRS-0313', 'A04-31-04', NULL, '1743398532530010000', '2025-03-31 13:22:12', '2025-03-31 13:23:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398581531010001', 2, 4, 1, 'ASRS-1900', 'A04-32-03', NULL, '1743398582535010000', '2025-03-31 13:23:02', '2025-03-31 13:23:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398586533010001', 2, 4, 1, 'ASRS-0388', 'A02-36-08', NULL, '1743398587535010000', '2025-03-31 13:23:07', '2025-03-31 13:24:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398632531010001', 2, 4, 1, 'ASRS-0334', 'A04-31-05', NULL, '1743398633530010000', '2025-03-31 13:23:53', '2025-03-31 13:24:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398643530010001', 2, 4, 1, 'ASRS-0520', 'A01-39-06', NULL, '1743398644530010000', '2025-03-31 13:24:04', '2025-03-31 13:25:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398806518010001', 2, 4, 1, 'ASRS-0350', 'A03-29-06', NULL, '1743398807535010000', '2025-03-31 13:26:47', '2025-03-31 13:27:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398806518010004', 2, 4, 1, 'ASRS-0384', 'A01-34-11', NULL, '1743398807535010001', '2025-03-31 13:26:47', '2025-03-31 13:27:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398850529010001', 2, 4, 1, 'ASRS-1027', 'A04-30-09', NULL, '1743398851530010000', '2025-03-31 13:27:31', '2025-03-31 13:28:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743398857529010001', 2, 4, 1, 'ASRS-1436', 'A01-38-08', NULL, '1743398858535010000', '2025-03-31 13:27:38', '2025-03-31 13:28:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399021541010001', 2, 4, 1, 'ASRS-0324', 'A01-41-04', NULL, '1743399022535010000', '2025-03-31 13:30:22', '2025-03-31 13:31:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399021541010004', 2, 4, 1, 'ASRS-0305', 'A03-35-04', NULL, '1743399022535010001', '2025-03-31 13:30:22', '2025-03-31 13:31:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399071529010001', 2, 4, 1, 'ASRS-1245', 'A01-29-07', NULL, '1743399072529010000', '2025-03-31 13:31:12', '2025-03-31 13:32:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399082529010001', 2, 4, 1, 'ASRS-0340', 'A04-29-10', NULL, '1743399083530010000', '2025-03-31 13:31:23', '2025-03-31 13:32:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399155529010001', 2, 4, 1, 'ASRS-0336', 'A01-42-02', NULL, '1743399156530010000', '2025-03-31 13:32:36', '2025-03-31 13:33:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399214527010001', 2, 4, 1, 'ASRS-1027', 'A01-38-08', NULL, '1743399215530010000', '2025-03-31 13:33:35', '2025-03-31 13:34:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399297537010001', 2, 4, 1, 'ASRS-1529', 'A02-36-09', NULL, '1743399298530010000', '2025-03-31 13:34:58', '2025-03-31 13:35:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399354530010001', 2, 4, 1, 'ASRS-0331', 'A02-37-08', NULL, '1743399355530010000', '2025-03-31 13:35:55', '2025-03-31 13:37:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399491518010001', 2, 4, 1, 'ASRS-0318', 'A02-32-11', NULL, '1743399492535010000', '2025-03-31 13:38:12', '2025-03-31 13:38:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399491518010004', 2, 4, 1, 'ASRS-0383', 'A03-31-06', NULL, '1743399492535010001', '2025-03-31 13:38:12', '2025-03-31 13:38:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399540536010001', 2, 4, 1, 'ASRS-1268', 'A01-37-09', NULL, '1743399541529010000', '2025-03-31 13:39:01', '2025-03-31 13:40:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399540536010004', 2, 4, 1, 'ASRS-0329', 'A03-37-03', NULL, '1743399541530010000', '2025-03-31 13:39:01', '2025-03-31 13:39:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399681531010001', 2, 4, 1, 'ASRS-0317', 'A03-32-08', NULL, '1743399682535010000', '2025-03-31 13:41:22', '2025-03-31 13:42:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399681531010004', 2, 4, 1, 'ASRS-1902', 'A01-35-04', NULL, '1743399682535010001', '2025-03-31 13:41:22', '2025-03-31 13:42:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399725529010001', 2, 4, 1, 'ASRS-0519', 'A04-38-01', NULL, '1743399726535010000', '2025-03-31 13:42:06', '2025-03-31 13:42:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399729536010001', 2, 4, 1, 'ASRS-1221', 'A02-40-04', NULL, '1743399730529010000', '2025-03-31 13:42:10', '2025-03-31 13:43:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399812529010001', 2, 4, 1, 'ASRS-0527', 'A01-39-08', NULL, '1743399813531010000', '2025-03-31 13:43:33', '2025-03-31 13:44:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399870531010000', 2, 4, 1, 'ASRS-1034', 'A01-40-07', NULL, '1743399871530010000', '2025-03-31 13:44:31', '2025-03-31 13:45:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743399952518010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743399953530010000', '2025-03-31 13:45:53', '2025-03-31 13:47:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400096518010001', 2, 4, 1, 'ASRS-0306', 'A02-42-02', NULL, '1743400097530010000', '2025-03-31 13:48:17', '2025-03-31 13:49:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400096518010004', 2, 4, 1, 'ASRS-0316', 'A04-34-06', NULL, '1743400097530010001', '2025-03-31 13:48:17', '2025-03-31 13:49:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400146541010001', 2, 4, 1, 'ASRS-0338', 'A01-41-06', NULL, '1743400147530010000', '2025-03-31 13:49:07', '2025-03-31 13:50:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400296518010001', 2, 4, 1, 'ASRS-1031', 'A01-42-05', NULL, '1743400297535010000', '2025-03-31 13:51:37', '2025-03-31 13:52:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400406527010001', 2, 4, 1, 'ASRS-1683', 'A01-35-10', NULL, '1743400407535010000', '2025-03-31 13:53:27', '2025-03-31 13:54:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400601542010001', 2, 4, 1, 'ASRS-0315', 'A03-31-04', NULL, '1743400602533010000', '2025-03-31 13:56:42', '2025-03-31 13:57:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400601542010004', 2, 4, 1, 'ASRS-0332', 'A01-34-06', NULL, '1743400602533010001', '2025-03-31 13:56:42', '2025-03-31 13:57:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400645529010000', 2, 4, 1, 'ASRS-0304', 'A04-31-04', NULL, '1743400646535010000', '2025-03-31 13:57:26', '2025-03-31 13:58:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400647518010001', 2, 4, 1, 'ASRS-0313', 'A01-39-02', NULL, '1743400648530010000', '2025-03-31 13:57:28', '2025-03-31 13:58:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400696531010001', 2, 4, 1, 'ASRS-0388', 'A04-32-03', NULL, '1743400697535010000', '2025-03-31 13:58:17', '2025-03-31 13:59:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400706531010001', 2, 4, 1, 'ASRS-1900', 'A02-36-08', NULL, '1743400707530010000', '2025-03-31 13:58:27', '2025-03-31 13:59:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400747532010001', 2, 4, 1, 'ASRS-0520', 'A04-31-05', NULL, '1743400748535010000', '2025-03-31 13:59:08', '2025-03-31 13:59:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400762529010001', 2, 4, 1, 'ASRS-0334', 'A01-39-06', NULL, '1743400763530010000', '2025-03-31 13:59:23', '2025-03-31 14:00:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400906529010000', 2, 4, 1, 'ASRS-0350', 'A01-34-11', NULL, '1743400907535010000', '2025-03-31 14:01:47', '2025-03-31 14:02:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400906529010003', 2, 4, 1, 'ASRS-0384', 'A03-29-06', NULL, '1743400907535010001', '2025-03-31 14:01:47', '2025-03-31 14:02:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400964528010001', 2, 4, 1, 'ASRS-1436', 'A04-30-09', NULL, '1743400965530010000', '2025-03-31 14:02:45', '2025-03-31 14:03:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743400978529010001', 2, 4, 1, 'ASRS-1027', 'A01-42-02', NULL, '1743400979529010000', '2025-03-31 14:02:59', '2025-03-31 14:04:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401136540010001', 2, 4, 1, 'ASRS-0324', 'A01-41-04', NULL, '1743401137529010000', '2025-03-31 14:05:37', '2025-03-31 14:06:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401136540010004', 2, 4, 1, 'ASRS-0305', 'A03-35-04', NULL, '1743401137529010001', '2025-03-31 14:05:37', '2025-03-31 14:06:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401182518010001', 2, 4, 1, 'ASRS-0340', 'A04-29-10', NULL, '1743401183528010000', '2025-03-31 14:06:23', '2025-03-31 14:07:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401186539010001', 2, 4, 1, 'ASRS-1245', 'A01-29-07', NULL, '1743401187529010000', '2025-03-31 14:06:27', '2025-03-31 14:07:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401257528010001', 2, 4, 1, 'ASRS-0336', 'A04-31-08', NULL, '1743401258535010000', '2025-03-31 14:07:38', '2025-03-31 14:08:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401271536010001', 2, 4, 1, 'ASRS-0331', 'A02-36-09', NULL, '1743401272535010000', '2025-03-31 14:07:52', '2025-03-31 14:08:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401308529010000', 2, 4, 1, 'ASRS-1027', 'A04-30-09', NULL, '1743401309534010000', '2025-03-31 14:08:29', '2025-03-31 14:09:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401391518010001', 2, 4, 1, 'ASRS-1529', 'A04-38-02', NULL, '1743401392529010000', '2025-03-31 14:09:52', '2025-03-31 14:11:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401536528010001', 2, 4, 1, 'ASRS-0318', 'A03-31-06', NULL, '1743401537530010000', '2025-03-31 14:12:17', '2025-03-31 14:12:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401536529010001', 2, 4, 1, 'ASRS-0383', 'A02-32-11', NULL, '1743401537530010001', '2025-03-31 14:12:17', '2025-03-31 14:13:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401580529010001', 2, 4, 1, 'ASRS-1268', 'A03-32-08', NULL, '1743401581530010000', '2025-03-31 14:13:01', '2025-03-31 14:13:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401591530010001', 2, 4, 1, 'ASRS-0329', 'A02-37-08', NULL, '1743401592535010000', '2025-03-31 14:13:12', '2025-03-31 14:14:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401737392010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A04-31-08', '1743401807882010000', '2025-03-31 14:15:37', '2025-03-31 14:17:42', '1007000', 140, 0, '管理员', NULL, NULL, 'P3', 'Ring-back up'); +INSERT INTO `t_app_task_bak` VALUES ('1743401766518010001', 2, 4, 1, 'ASRS-0364', 'A01-36-03', NULL, '1743401767528010000', '2025-03-31 14:16:07', '2025-03-31 14:16:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401871531010000', 2, 4, 1, 'ASRS-0317', 'A01-35-04', NULL, '1743401872529010000', '2025-03-31 14:17:52', '2025-03-31 14:18:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401871531010003', 2, 4, 1, 'ASRS-1902', 'A04-38-01', NULL, '1743401872529010001', '2025-03-31 14:17:52', '2025-03-31 14:18:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401918529010000', 2, 4, 1, 'ASRS-1034', 'A01-37-09', NULL, '1743401919534010000', '2025-03-31 14:18:39', '2025-03-31 14:19:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401920527010001', 2, 4, 1, 'ASRS-1221', 'A03-37-03', NULL, '1743401921536010000', '2025-03-31 14:18:41', '2025-03-31 14:19:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401973541010000', 2, 4, 1, 'ASRS-0527', 'A04-39-01', NULL, '1743401974534010000', '2025-03-31 14:19:34', '2025-03-31 14:20:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743401998530010001', 2, 4, 1, 'ASRS-0519', 'A02-40-04', NULL, '1743401999529010000', '2025-03-31 14:19:59', '2025-03-31 14:20:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402057528010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743402058528010000', '2025-03-31 14:20:58', '2025-03-31 14:22:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402251540010001', 2, 4, 1, 'ASRS-0306', 'A04-34-06', NULL, '1743402252536010000', '2025-03-31 14:24:12', '2025-03-31 14:24:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402251540010004', 2, 4, 1, 'ASRS-0316', 'A02-42-02', NULL, '1743402252536010001', '2025-03-31 14:24:12', '2025-03-31 14:24:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402299531010001', 2, 4, 1, 'ASRS-0338', 'A01-38-08', NULL, '1743402300529010000', '2025-03-31 14:25:00', '2025-03-31 14:26:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402446530010001', 2, 4, 1, 'ASRS-1031', 'A01-39-08', NULL, '1743402447530010000', '2025-03-31 14:27:27', '2025-03-31 14:28:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402621527010001', 2, 4, 1, 'ASRS-1683', 'A01-35-10', NULL, '1743402622533010000', '2025-03-31 14:30:22', '2025-03-31 14:31:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402756535010000', 2, 4, 1, 'ASRS-0315', 'A01-34-06', NULL, '1743402757535010000', '2025-03-31 14:32:37', '2025-03-31 14:34:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402756535010003', 2, 4, 1, 'ASRS-0332', 'A03-31-04', NULL, '1743402757535010001', '2025-03-31 14:32:37', '2025-03-31 14:33:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402800529010001', 2, 4, 1, 'ASRS-0313', 'A04-31-04', NULL, '1743402801530010000', '2025-03-31 14:33:21', '2025-03-31 14:34:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402848529010001', 2, 4, 1, 'ASRS-0304', 'A01-39-02', NULL, '1743402849529010000', '2025-03-31 14:34:09', '2025-03-31 14:35:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402850531010001', 2, 4, 1, 'ASRS-0334', 'A04-31-05', NULL, '1743402851535010000', '2025-03-31 14:34:11', '2025-03-31 14:34:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743402906529010001', 2, 4, 1, 'ASRS-0520', 'A01-39-06', NULL, '1743402907536010000', '2025-03-31 14:35:07', '2025-03-31 14:36:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403076518010001', 2, 4, 1, 'ASRS-0388', 'A02-36-08', NULL, '1743403077535010000', '2025-03-31 14:37:57', '2025-03-31 14:38:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403076518010004', 2, 4, 1, 'ASRS-0350', 'A03-29-06', NULL, '1743403077535010001', '2025-03-31 14:37:57', '2025-03-31 14:38:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403119528010001', 2, 4, 1, 'ASRS-0334', 'A04-31-04', NULL, '1743403120529010000', '2025-03-31 14:38:40', '2025-03-31 14:39:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403138531010001', 2, 4, 1, 'ASRS-1436', 'A01-42-02', NULL, '1743403139529010000', '2025-03-31 14:38:59', '2025-03-31 14:40:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403486530010001', 2, 4, 1, 'ASRS-0305', 'A01-29-07', NULL, '1743403487535010000', '2025-03-31 14:44:47', '2025-03-31 14:45:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403559527010001', 2, 4, 1, 'ASRS-0340', 'A01-41-04', NULL, '1743403560528010000', '2025-03-31 14:46:00', '2025-03-31 14:47:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403641518010001', 2, 4, 1, 'ASRS-1027', 'A01-40-07', NULL, '1743403642535010000', '2025-03-31 14:47:22', '2025-03-31 14:48:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403700528010001', 2, 4, 1, 'ASRS-1032', 'A01-32-11', NULL, '1743403701529010000', '2025-03-31 14:48:21', '2025-03-31 14:49:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403811529010001', 2, 4, 1, 'ASRS-0324', 'A03-35-04', NULL, '1743403812530010000', '2025-03-31 14:50:12', '2025-03-31 14:50:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403811529010004', 2, 4, 1, 'ASRS-0333', 'A02-41-01', NULL, '1743403812530010001', '2025-03-31 14:50:12', '2025-03-31 14:51:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403856518010001', 2, 4, 1, 'ASRS-0331', 'A04-30-09', NULL, '1743403857530010000', '2025-03-31 14:50:57', '2025-03-31 14:52:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403887535010001', 2, 4, 1, 'ASRS-1902', 'A01-35-04', NULL, '1743403888530010000', '2025-03-31 14:51:28', '2025-03-31 14:52:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403943518010001', 2, 4, 1, 'ASRS-1526', 'A02-32-09', NULL, '1743403944534010000', '2025-03-31 14:52:24', '2025-03-31 14:53:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743403997529010000', 2, 4, 1, 'ASRS-1027', 'A01-32-11', NULL, '1743403998530010000', '2025-03-31 14:53:18', '2025-03-31 14:54:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404082518010001', 2, 4, 1, 'ASRS-1529', 'A01-41-06', NULL, '1743404083535010000', '2025-03-31 14:54:43', '2025-03-31 14:56:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404165528010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743404166529010000', '2025-03-31 14:56:06', '2025-03-31 14:57:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404306528010000', 2, 4, 1, 'ASRS-0306', 'A02-42-02', NULL, '1743404307529010000', '2025-03-31 14:58:27', '2025-03-31 14:59:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404306528010003', 2, 4, 1, 'ASRS-0316', 'A04-34-06', NULL, '1743404307529010001', '2025-03-31 14:58:27', '2025-03-31 14:59:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404357529010001', 2, 4, 1, 'ASRS-1221', 'A01-37-09', NULL, '1743404358529010000', '2025-03-31 14:59:18', '2025-03-31 15:00:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404414518010001', 2, 4, 1, 'ASRS-0338', 'A01-38-08', NULL, '1743404415530010000', '2025-03-31 15:00:15', '2025-03-31 15:01:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404546529010001', 2, 4, 1, 'ASRS-1034', 'A03-32-08', NULL, '1743404547530010000', '2025-03-31 15:02:27', '2025-03-31 15:03:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404599535010001', 2, 4, 1, 'ASRS-0519', 'A03-37-03', NULL, '1743404600530010000', '2025-03-31 15:03:20', '2025-03-31 15:04:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404811530010001', 2, 4, 1, 'ASRS-0318', 'A02-32-11', NULL, '1743404812530010000', '2025-03-31 15:06:52', '2025-03-31 15:07:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743404859530010001', 2, 4, 1, 'ASRS-1031', 'A01-39-08', NULL, '1743404860530010000', '2025-03-31 15:07:40', '2025-03-31 15:08:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405071536010001', 2, 4, 1, 'ASRS-1524', 'A03-33-08', NULL, '1743405072530010000', '2025-03-31 15:11:12', '2025-03-31 15:12:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405071536010004', 2, 4, 1, 'ASRS-0337', 'A01-36-09', NULL, '1743405072530010001', '2025-03-31 15:11:12', '2025-03-31 15:12:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405201533010001', 2, 4, 1, 'ASRS-0522', 'A03-38-04', NULL, '1743405202529010000', '2025-03-31 15:13:22', '2025-03-31 15:14:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405201533010004', 2, 4, 1, 'ASRS-1088', 'A01-31-08', NULL, '1743405202529010001', '2025-03-31 15:13:22', '2025-03-31 15:14:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405466528010001', 2, 4, 1, 'ASRS-0315', 'A01-39-02', NULL, '1743405467535010000', '2025-03-31 15:17:47', '2025-03-31 15:18:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405466528010004', 2, 4, 1, 'ASRS-0313', 'A03-31-04', NULL, '1743405467535010001', '2025-03-31 15:17:47', '2025-03-31 15:18:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405511531010001', 2, 4, 1, 'ASRS-0388', 'A03-29-06', NULL, '1743405512530010000', '2025-03-31 15:18:32', '2025-03-31 15:19:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405517529010001', 2, 4, 1, 'ASRS-0332', 'A01-34-06', NULL, '1743405518530010000', '2025-03-31 15:18:38', '2025-03-31 15:19:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405561529010001', 2, 4, 1, 'ASRS-1900', 'A04-32-03', NULL, '1743405562530010000', '2025-03-31 15:19:22', '2025-03-31 15:20:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405573518010001', 2, 4, 1, 'ASRS-0304', 'A01-39-06', NULL, '1743405574530010000', '2025-03-31 15:19:34', '2025-03-31 15:20:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405631531010000', 2, 4, 1, 'ASRS-0520', 'A01-42-05', NULL, '1743405632535010000', '2025-03-31 15:20:32', '2025-03-31 15:21:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405716530010001', 2, 4, 1, 'ASRS-0334', 'A02-36-08', NULL, '1743405717529010000', '2025-03-31 15:21:57', '2025-03-31 15:23:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405876530010001', 2, 4, 1, 'ASRS-0350', 'A01-42-02', NULL, '1743405877535010000', '2025-03-31 15:24:37', '2025-03-31 15:25:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405876530010004', 2, 4, 1, 'ASRS-1436', 'A04-31-04', NULL, '1743405877535010001', '2025-03-31 15:24:37', '2025-03-31 15:25:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743405934529010001', 2, 4, 1, 'ASRS-0384', 'A01-34-11', NULL, '1743405935530010000', '2025-03-31 15:25:35', '2025-03-31 15:26:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406017518010001', 2, 4, 1, 'ASRS-1027', 'A02-32-09', NULL, '1743406018530010000', '2025-03-31 15:26:58', '2025-03-31 15:27:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406239568010001', 2, 4, 9, 'ASRS-0301', 'A01-37-10', NULL, '1743406240530010000', '2025-03-31 15:30:40', '2025-03-31 15:31:27', '000000000', 0, 0, '管理员', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406395538010001', 2, 4, 1, 'ASRS-0324', 'A02-41-01', NULL, '1743406396530010000', '2025-03-31 15:33:16', '2025-03-31 15:34:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406395539010002', 2, 4, 1, 'ASRS-0340', 'A04-31-05', NULL, '1743406396530010001', '2025-03-31 15:33:16', '2025-03-31 15:34:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406445529010001', 2, 4, 1, 'ASRS-0517', 'A04-36-04', NULL, '1743406446535010000', '2025-03-31 15:34:06', '2025-03-31 15:34:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406450528010001', 2, 4, 1, 'ASRS-0305', 'A01-29-07', NULL, '1743406451530010000', '2025-03-31 15:34:11', '2025-03-31 15:35:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406531543010001', 2, 4, 1, 'ASRS-0336', 'A02-36-09', NULL, '1743406532535010000', '2025-03-31 15:35:32', '2025-03-31 15:36:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406588530010001', 2, 4, 1, 'ASRS-1027', 'A01-34-11', NULL, '1743406589534010000', '2025-03-31 15:36:29', '2025-03-31 15:37:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406672528010001', 2, 4, 1, 'ASRS-1529', 'A01-32-11', NULL, '1743406673535010000', '2025-03-31 15:37:53', '2025-03-31 15:39:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406750528010001', 2, 4, 1, 'ASRS-0359', 'A01-37-06', NULL, '1743406751530010000', '2025-03-31 15:39:11', '2025-03-31 15:40:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406830529010001', 2, 4, 1, 'ASRS-0331', 'A01-35-04', NULL, '1743406831530010000', '2025-03-31 15:40:31', '2025-03-31 15:41:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743406971518010001', 2, 4, 1, 'ASRS-0298', 'A04-31-08', NULL, '1743406972535010000', '2025-03-31 15:42:52', '2025-03-31 15:43:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407086529010001', 2, 4, 1, 'ASRS-0318', 'A02-32-11', NULL, '1743407087529010000', '2025-03-31 15:44:47', '2025-03-31 15:45:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407086529010004', 2, 4, 1, 'ASRS-0383', 'A03-31-06', NULL, '1743407087530010000', '2025-03-31 15:44:47', '2025-03-31 15:45:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407130529010001', 2, 4, 1, 'ASRS-0329', 'A02-37-08', NULL, '1743407131530010000', '2025-03-31 15:45:31', '2025-03-31 15:46:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407276518010001', 2, 4, 1, 'ASRS-0317', 'A04-38-01', NULL, '1743407277535010000', '2025-03-31 15:47:57', '2025-03-31 15:48:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407276518010004', 2, 4, 1, 'ASRS-0527', 'A02-40-04', NULL, '1743407277535010001', '2025-03-31 15:47:57', '2025-03-31 15:48:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407323529010000', 2, 4, 1, 'ASRS-1902', 'A04-30-09', NULL, '1743407324534010000', '2025-03-31 15:48:44', '2025-03-31 15:49:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407326518010001', 2, 4, 1, 'ASRS-1034', 'A01-37-09', NULL, '1743407327535010000', '2025-03-31 15:48:47', '2025-03-31 15:50:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407373518010001', 2, 4, 1, 'ASRS-1221', 'A03-34-08', NULL, '1743407374530010000', '2025-03-31 15:49:34', '2025-03-31 15:50:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407407518010001', 2, 4, 1, 'ASRS-0519', 'A01-38-08', NULL, '1743407408530010000', '2025-03-31 15:50:08', '2025-03-31 15:51:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407466518010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743407467535010000', '2025-03-31 15:51:07', '2025-03-31 15:52:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407636518010001', 2, 4, 1, 'ASRS-0306', 'A02-42-02', NULL, '1743407637529010000', '2025-03-31 15:53:57', '2025-03-31 15:54:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407636518010004', 2, 4, 1, 'ASRS-0316', 'A04-34-06', NULL, '1743407637529010001', '2025-03-31 15:53:57', '2025-03-31 15:54:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407686529010001', 2, 4, 1, 'ASRS-0338', 'A01-41-04', NULL, '1743407687530010000', '2025-03-31 15:54:47', '2025-03-31 15:56:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743407836527010001', 2, 4, 1, 'ASRS-1031', 'A03-32-08', NULL, '1743407837528010000', '2025-03-31 15:57:17', '2025-03-31 15:58:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408116518010001', 2, 4, 1, 'ASRS-0315', 'A03-29-06', NULL, '1743408117530010000', '2025-03-31 16:01:57', '2025-03-31 16:02:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408116518010004', 2, 4, 1, 'ASRS-0388', 'A01-39-02', NULL, '1743408117530010001', '2025-03-31 16:01:57', '2025-03-31 16:02:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408160529010000', 2, 4, 1, 'ASRS-0332', 'A03-31-04', NULL, '1743408161530010000', '2025-03-31 16:02:41', '2025-03-31 16:03:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408164518010001', 2, 4, 1, 'ASRS-1900', 'A01-39-06', NULL, '1743408165530010000', '2025-03-31 16:02:45', '2025-03-31 16:03:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408211529010001', 2, 4, 1, 'ASRS-0304', 'A04-32-03', NULL, '1743408212535010000', '2025-03-31 16:03:32', '2025-03-31 16:04:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408222518010001', 2, 4, 1, 'ASRS-0520', 'A02-36-08', NULL, '1743408223535010000', '2025-03-31 16:03:43', '2025-03-31 16:04:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408279539010000', 2, 4, 1, 'ASRS-0334', 'A01-39-08', NULL, '1743408280530010000', '2025-03-31 16:04:40', '2025-03-31 16:05:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408337518010001', 2, 4, 1, 'ASRS-0313', 'A01-34-06', NULL, '1743408338535010000', '2025-03-31 16:05:38', '2025-03-31 16:06:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408531530010001', 2, 4, 1, 'ASRS-0350', 'A01-42-02', NULL, '1743408532529010000', '2025-03-31 16:08:52', '2025-03-31 16:09:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408531530010004', 2, 4, 1, 'ASRS-1027', 'A04-36-04', NULL, '1743408532529010001', '2025-03-31 16:08:52', '2025-03-31 16:09:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743408582531010001', 2, 4, 1, 'ASRS-0384', 'A02-32-09', NULL, '1743408583530010000', '2025-03-31 16:09:43', '2025-03-31 16:11:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467601518010001', 2, 4, 1, 'ASRS-0324', 'A04-31-04', NULL, '1743467602533010000', '2025-04-01 08:33:22', '2025-04-01 08:34:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467601518010004', 2, 4, 1, 'ASRS-0340', 'A02-41-01', NULL, '1743467602533010001', '2025-04-01 08:33:22', '2025-04-01 08:34:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467664529010001', 2, 4, 1, 'ASRS-0336', 'A02-36-09', NULL, '1743467665532010000', '2025-04-01 08:34:25', '2025-04-01 08:35:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467686518010001', 2, 4, 1, 'ASRS-0305', 'A04-31-05', NULL, '1743467687537010000', '2025-04-01 08:34:47', '2025-04-01 08:35:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467736518010001', 2, 4, 1, 'ASRS-0331', 'A04-31-08', NULL, '1743467737536010000', '2025-04-01 08:35:37', '2025-04-01 08:36:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467747531010000', 2, 4, 1, 'ASRS-0517', 'A01-29-07', NULL, '1743467748551010000', '2025-04-01 08:35:48', '2025-04-01 08:36:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467801530010001', 2, 4, 1, 'ASRS-1027', 'A02-32-09', NULL, '1743467802535010000', '2025-04-01 08:36:42', '2025-04-01 08:37:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743467856518010001', 2, 4, 1, 'ASRS-0359', 'A01-32-11', NULL, '1743467857535010000', '2025-04-01 08:37:37', '2025-04-01 08:38:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468071528010001', 2, 4, 1, 'ASRS-0318', 'A02-32-11', NULL, '1743468072535010000', '2025-04-01 08:41:12', '2025-04-01 08:42:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468071529010001', 2, 4, 1, 'ASRS-0383', 'A03-31-06', NULL, '1743468072535010001', '2025-04-01 08:41:12', '2025-04-01 08:42:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468163536010001', 2, 4, 1, 'ASRS-0329', 'A01-34-11', NULL, '1743468164530010000', '2025-04-01 08:42:44', '2025-04-01 08:44:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468326529010001', 2, 4, 1, 'ASRS-0317', 'A04-30-09', NULL, '1743468327535010000', '2025-04-01 08:45:27', '2025-04-01 08:46:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468326530010001', 2, 4, 1, 'ASRS-1902', 'A02-37-08', NULL, '1743468327535010001', '2025-04-01 08:45:27', '2025-04-01 08:46:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468370528010001', 2, 4, 1, 'ASRS-1034', 'A04-38-01', NULL, '1743468371536010000', '2025-04-01 08:46:11', '2025-04-01 08:47:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468375527010001', 2, 4, 1, 'ASRS-0527', 'A02-40-04', NULL, '1743468376530010000', '2025-04-01 08:46:16', '2025-04-01 08:47:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468423531010001', 2, 4, 1, 'ASRS-0519', 'A03-34-08', NULL, '1743468424531010000', '2025-04-01 08:47:04', '2025-04-01 08:47:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468459539010001', 2, 4, 1, 'ASRS-1221', 'A01-37-09', NULL, '1743468460529010000', '2025-04-01 08:47:40', '2025-04-01 08:48:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468517529010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743468518535010000', '2025-04-01 08:48:38', '2025-04-01 08:49:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468666518010001', 2, 4, 1, 'ASRS-0306', 'A04-34-06', NULL, '1743468667529010000', '2025-04-01 08:51:07', '2025-04-01 08:51:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468666518010004', 2, 4, 1, 'ASRS-0316', 'A02-42-02', NULL, '1743468667529010001', '2025-04-01 08:51:07', '2025-04-01 08:52:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468735529010001', 2, 4, 1, 'ASRS-0338', 'A01-41-04', NULL, '1743468736530010000', '2025-04-01 08:52:16', '2025-04-01 08:53:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743468846529010001', 2, 4, 1, 'ASRS-1031', 'A01-38-08', NULL, '1743468847530010000', '2025-04-01 08:54:07', '2025-04-01 08:54:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469241518010001', 2, 4, 1, 'ASRS-0315', 'A01-39-02', NULL, '1743469242529010000', '2025-04-01 09:00:42', '2025-04-01 09:01:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469241518010004', 2, 4, 1, 'ASRS-0388', 'A03-29-06', NULL, '1743469242529010001', '2025-04-01 09:00:42', '2025-04-01 09:01:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469286528010000', 2, 4, 1, 'ASRS-1900', 'A03-31-04', NULL, '1743469287529010000', '2025-04-01 09:01:27', '2025-04-01 09:02:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469290526010001', 2, 4, 1, 'ASRS-0332', 'A02-36-08', NULL, '1743469291536010000', '2025-04-01 09:01:31', '2025-04-01 09:02:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469337529010001', 2, 4, 1, 'ASRS-0520', 'A04-32-03', NULL, '1743469338536010000', '2025-04-01 09:02:18', '2025-04-01 09:03:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469348518010001', 2, 4, 1, 'ASRS-0304', 'A01-34-06', NULL, '1743469349534010000', '2025-04-01 09:02:29', '2025-04-01 09:03:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469388518010001', 2, 4, 1, 'ASRS-0313', 'A03-32-08', NULL, '1743469389530010000', '2025-04-01 09:03:09', '2025-04-01 09:03:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469404529010001', 2, 4, 1, 'ASRS-0334', 'A01-39-06', NULL, '1743469405529010000', '2025-04-01 09:03:25', '2025-04-01 09:04:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469926530010001', 2, 4, 1, 'ASRS-0350', 'A04-36-04', NULL, '1743469927530010000', '2025-04-01 09:12:07', '2025-04-01 09:13:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469926530010004', 2, 4, 1, 'ASRS-0384', 'A01-42-02', NULL, '1743469927530010001', '2025-04-01 09:12:07', '2025-04-01 09:13:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743469992531010001', 2, 4, 1, 'ASRS-1027', 'A01-32-11', NULL, '1743469993536010000', '2025-04-01 09:13:13', '2025-04-01 09:14:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470311527010001', 2, 4, 1, 'ASRS-0324', 'A04-31-04', NULL, '1743470312533010000', '2025-04-01 09:18:32', '2025-04-01 09:19:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470311527010004', 2, 4, 1, 'ASRS-0305', 'A02-32-09', NULL, '1743470312533010001', '2025-04-01 09:18:32', '2025-04-01 09:19:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470355542010001', 2, 4, 1, 'ASRS-1245', 'A04-29-10', NULL, '1743470356535010000', '2025-04-01 09:19:16', '2025-04-01 09:20:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470357530010001', 2, 4, 1, 'ASRS-0340', 'A01-29-07', NULL, '1743470358530010000', '2025-04-01 09:19:18', '2025-04-01 09:20:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470406530010001', 2, 4, 1, 'ASRS-0336', 'A04-31-05', NULL, '1743470407534010000', '2025-04-01 09:20:07', '2025-04-01 09:20:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470440529010001', 2, 4, 1, 'ASRS-1027', 'A01-42-02', NULL, '1743470441530010000', '2025-04-01 09:20:41', '2025-04-01 09:21:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470457529010001', 2, 4, 1, 'ASRS-0331', 'A04-31-08', NULL, '1743470458535010000', '2025-04-01 09:20:58', '2025-04-01 09:21:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470500529010001', 2, 4, 1, 'ASRS-0359', 'A02-41-01', NULL, '1743470501531010000', '2025-04-01 09:21:41', '2025-04-01 09:23:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470656527010001', 2, 4, 1, 'ASRS-0318', 'A03-31-06', NULL, '1743470657529010000', '2025-04-01 09:24:17', '2025-04-01 09:24:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470656528010001', 2, 4, 1, 'ASRS-0383', 'A02-32-11', NULL, '1743470657529010001', '2025-04-01 09:24:17', '2025-04-01 09:25:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743470717529010001', 2, 4, 1, 'ASRS-0329', 'A01-34-11', NULL, '1743470718530010000', '2025-04-01 09:25:18', '2025-04-01 09:26:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743471911518010001', 2, 4, 1, 'ASRS-0317', 'A02-40-04', NULL, '1743471912530010000', '2025-04-01 09:45:12', '2025-04-01 09:46:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743471911518010004', 2, 4, 1, 'ASRS-1902', 'A04-30-09', NULL, '1743471912530010001', '2025-04-01 09:45:12', '2025-04-01 09:45:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743471955530010001', 2, 4, 1, 'ASRS-0527', 'A04-38-01', NULL, '1743471956535010000', '2025-04-01 09:45:56', '2025-04-01 09:46:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743471962529010001', 2, 4, 1, 'ASRS-1034', 'A02-36-09', NULL, '1743471963536010000', '2025-04-01 09:46:03', '2025-04-01 09:47:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472008518010001', 2, 4, 1, 'ASRS-1221', 'A03-34-08', NULL, '1743472009534010000', '2025-04-01 09:46:49', '2025-04-01 09:47:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472042528010001', 2, 4, 1, 'ASRS-0519', 'A02-37-08', NULL, '1743472043535010000', '2025-04-01 09:47:23', '2025-04-01 09:48:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472099537010001', 2, 4, 1, 'ASRS-0303', 'A02-33-10', NULL, '1743472100530010000', '2025-04-01 09:48:20', '2025-04-01 09:49:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472261542010001', 2, 4, 1, 'ASRS-0306', 'A04-34-06', NULL, '1743472262530010000', '2025-04-01 09:51:02', '2025-04-01 09:52:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472261542010004', 2, 4, 1, 'ASRS-0316', 'A02-42-02', NULL, '1743472262530010001', '2025-04-01 09:51:02', '2025-04-01 09:52:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472351536010001', 2, 4, 1, 'ASRS-0338', 'A01-41-04', NULL, '1743472352529010000', '2025-04-01 09:52:32', '2025-04-01 09:53:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472506518010001', 2, 4, 1, 'ASRS-1031', 'A01-37-09', NULL, '1743472507535010000', '2025-04-01 09:55:07', '2025-04-01 09:55:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472681529010001', 2, 4, 1, 'ASRS-1683', 'A01-35-10', NULL, '1743472682535010000', '2025-04-01 09:58:02', '2025-04-01 09:58:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472876530010001', 2, 4, 1, 'ASRS-0315', 'A03-29-06', NULL, '1743472877535010000', '2025-04-01 10:01:17', '2025-04-01 10:02:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472876530010004', 2, 4, 1, 'ASRS-0304', 'A01-38-08', NULL, '1743472877535010001', '2025-04-01 10:01:17', '2025-04-01 10:02:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472921528010001', 2, 4, 1, 'ASRS-0332', 'A03-31-04', NULL, '1743472922530010000', '2025-04-01 10:02:02', '2025-04-01 10:02:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472925529010001', 2, 4, 1, 'ASRS-0388', 'A01-34-06', NULL, '1743472926530010000', '2025-04-01 10:02:06', '2025-04-01 10:03:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472971529010001', 2, 4, 1, 'ASRS-0313', 'A04-32-03', NULL, '1743472972530010000', '2025-04-01 10:02:52', '2025-04-01 10:03:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743472981518010001', 2, 4, 1, 'ASRS-0350', 'A01-32-11', NULL, '1743472982535010000', '2025-04-01 10:03:02', '2025-04-01 10:03:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473036518010001', 2, 4, 1, 'ASRS-0520', 'A01-39-06', NULL, '1743473037535010000', '2025-04-01 10:03:57', '2025-04-01 10:05:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473119518010001', 2, 4, 1, 'ASRS-0334', 'A02-36-08', NULL, '1743473120531010000', '2025-04-01 10:05:20', '2025-04-01 10:06:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473266529010001', 2, 4, 1, 'ASRS-0324', 'A01-29-07', NULL, '1743473267535010000', '2025-04-01 10:07:47', '2025-04-01 10:08:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473266529010004', 2, 4, 1, 'ASRS-0305', 'A04-31-04', NULL, '1743473267535010001', '2025-04-01 10:07:47', '2025-04-01 10:08:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473310540010001', 2, 4, 1, 'ASRS-0340', 'A04-31-05', NULL, '1743473311530010000', '2025-04-01 10:08:31', '2025-04-01 10:09:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473361528010001', 2, 4, 1, 'ASRS-1027', 'A04-29-10', NULL, '1743473362536010000', '2025-04-01 10:09:22', '2025-04-01 10:10:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473412528010001', 2, 4, 1, 'ASRS-1032', 'A04-38-02', NULL, '1743473413529010000', '2025-04-01 10:10:13', '2025-04-01 10:11:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473490529010001', 2, 4, 1, 'ASRS-0359', 'A04-31-08', NULL, '1743473491535010000', '2025-04-01 10:11:31', '2025-04-01 10:12:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473606529010000', 2, 4, 1, 'ASRS-0306', 'A02-42-02', NULL, '1743473607530010000', '2025-04-01 10:13:27', '2025-04-01 10:14:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473606529010003', 2, 4, 1, 'ASRS-0333', 'A03-35-04', NULL, '1743473607530010001', '2025-04-01 10:13:27', '2025-04-01 10:14:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473659518010001', 2, 4, 1, 'ASRS-1526', 'A04-39-01', NULL, '1743473660528010000', '2025-04-01 10:14:20', '2025-04-01 10:15:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473692518010001', 2, 4, 1, 'ASRS-1902', 'A02-36-09', NULL, '1743473693529010000', '2025-04-01 10:14:53', '2025-04-01 10:15:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473738518010001', 2, 4, 1, 'ASRS-1221', 'A04-38-01', NULL, '1743473739534010000', '2025-04-01 10:15:39', '2025-04-01 10:16:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473749528010001', 2, 4, 1, 'ASRS-0331', 'A02-41-01', NULL, '1743473750530010000', '2025-04-01 10:15:50', '2025-04-01 10:16:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473792518010001', 2, 4, 1, 'ASRS-0303', 'A04-36-04', NULL, '1743473793529010000', '2025-04-01 10:16:33', '2025-04-01 10:17:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473936518010001', 2, 4, 1, 'ASRS-1034', 'A02-33-10', NULL, '1743473937529010000', '2025-04-01 10:18:57', '2025-04-01 10:19:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743473997529010001', 2, 4, 1, 'ASRS-0519', 'A02-37-08', NULL, '1743473998530010000', '2025-04-01 10:19:58', '2025-04-01 10:21:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474156530010001', 2, 4, 1, 'ASRS-0316', 'A04-34-06', NULL, '1743474157535010000', '2025-04-01 10:22:37', '2025-04-01 10:23:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474156530010004', 2, 4, 1, 'ASRS-0338', 'A01-41-04', NULL, '1743474157535010001', '2025-04-01 10:22:37', '2025-04-01 10:23:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474208529010001', 2, 4, 1, 'ASRS-1031', 'A01-37-09', NULL, '1743474209530010000', '2025-04-01 10:23:29', '2025-04-01 10:24:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474341529010001', 2, 4, 1, 'ASRS-0337', 'A03-37-03', NULL, '1743474342529010000', '2025-04-01 10:25:42', '2025-04-01 10:26:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474386541010001', 2, 4, 1, 'ASRS-0501', 'A04-37-03', NULL, '1743474387535010000', '2025-04-01 10:26:27', '2025-04-01 10:27:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474546534010001', 2, 4, 1, 'ASRS-1524', 'A01-36-09', NULL, '1743474547529010000', '2025-04-01 10:29:07', '2025-04-01 10:29:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743474596529010001', 2, 4, 1, 'ASRS-0522', 'A01-31-08', NULL, '1743474597530010000', '2025-04-01 10:29:57', '2025-04-01 10:31:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1743478876528010001', 2, 4, 1, 'ASRS-1088', 'A03-33-08', NULL, '1743478877530010000', '2025-04-01 11:41:17', '2025-04-01 11:42:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('1744534428353010000', 2, 4, 2, 'ASRS-0326', 'A02-23-09', NULL, NULL, '2025-04-13 16:53:48', NULL, '000000000', 0, 0, '管理员', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1744535455421010000', 2, 4, 2, 'ASRS-0326', 'A02-23-09', NULL, NULL, '2025-04-13 17:10:55', NULL, '000000000', 0, 0, '管理员', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1745222923297010000', 2, 4, 1, 'ASRS-0872', 'A01-02-09', NULL, NULL, '2025-04-21 16:08:43', NULL, '000000000', 0, 0, '管理员', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1746689275598010001', 2, 4, 9, 'ASRS-0325', 'A04-29-04', NULL, NULL, '2025-05-08 15:27:56', NULL, '000000000', 0, 0, '管理员', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1747103933653010000', 2, 4, 2, 'ASRS-0326', 'A01-01-12', NULL, NULL, '2025-05-13 10:38:54', NULL, '000000000', 0, 0, '管理员', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1753770626542010000', 1, 4, 1, '123456', '101', 'A02-01-12', '1753770626599010000', '2025-07-29 14:30:27', '2025-07-29 14:59:53', '123456', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1753842602743010000', 1, 4, 1, '123456', '101', 'A02-07-12', '1753842602836010000', '2025-07-30 10:30:03', '2025-07-30 10:33:06', '123456', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1753844651322010000', 1, 4, 1, '123456', '101', 'A01-08-12', '1753844651389010000', '2025-07-30 11:04:11', '2025-07-30 11:04:57', '123456', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1753845828520010000', 1, 4, 1, '123456', '101', 'A02-08-12', '1753845828601010000', '2025-07-30 11:23:49', '2025-07-30 11:25:00', '123456', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1753861473963010000', 1, 4, 1, '123456', '101', 'A01-09-12', '1753861474047010000', '2025-07-30 15:44:34', '2025-07-30 15:46:05', '123456', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1753864995564010000', 1, 4, 1, '123', '101', 'A01-11-12', '1753864995637010000', '2025-07-30 16:43:16', '2025-07-30 16:45:20', '123456', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1753865021654010000', 1, 4, 1, '123456', '101', 'A03-01-12', '1753865021700010000', '2025-07-30 16:43:42', '2025-07-30 16:45:15', '123', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1754357492583010000', 2, 4, 9, '123', 'A01-01-01', NULL, '1754358203620010000', '2025-08-05 09:31:35', '2025-08-05 09:48:43', '000000000', 0, 0, 'EWM', NULL, '缺少载具信息(库位必须),出库完成处理失败。', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1754449876038010000', 2, 4, 9, '123', 'A01-01-01', NULL, '1754462270052010000', '2025-08-06 11:11:16', '2025-08-06 14:43:40', '000000000', 0, 0, 'EWM', NULL, '', 'CK43', ''); +INSERT INTO `t_app_task_bak` VALUES ('1754450123940010000', 2, 4, 9, '1234', 'A03-01-03', NULL, '1754462270056010000', '2025-08-06 11:15:24', '2025-08-06 14:44:03', '000000000', 0, 0, 'EWM', NULL, '', 'CK42', ''); +INSERT INTO `t_app_task_bak` VALUES ('1755134378699010000', 1, 4, 1, '7788', '101', 'A01-13-12', '1755134378783010000', '2025-08-14 09:19:39', '2025-08-14 09:21:08', '159753', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1755498037983010000', 2, 4, 9, '1234', 'A02-12-12', NULL, '1755498182913010000', '2025-08-18 14:20:38', '2025-08-18 14:24:24', '000000000', 0, 0, '管理员', NULL, '', 'CK43', ''); +INSERT INTO `t_app_task_bak` VALUES ('1755499080886010001', 2, 4, 9, '7788', 'A01-13-12', NULL, '1755499081885010000', '2025-08-18 14:38:01', '2025-08-18 14:40:36', '000000000', 0, 0, '管理员', NULL, '', 'CK43', ''); +INSERT INTO `t_app_task_bak` VALUES ('1755650996261010000', 1, 4, 1, '8909', '101', 'A02-12-12', '1755650996344010000', '2025-08-20 08:49:56', '2025-08-20 08:51:34', '159753', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1755651156952010000', 1, 4, 1, '123', '101', 'A01-13-12', '1755651156975010000', '2025-08-20 08:52:37', '2025-08-20 08:52:52', '6060', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1755652103507010000', 1, 4, 1, '123', '101', 'A02-14-12', '1755652103539010000', '2025-08-20 09:08:24', '2025-08-20 09:08:57', '6060', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1755652564371010000', 1, 4, 1, '7788', '101', 'A01-15-12', '1755652564394010000', '2025-08-20 09:16:04', '2025-08-20 09:16:20', '159753', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1755653119306010001', 2, 4, 9, '123', 'A02-14-12', NULL, '1755653120239010000', '2025-08-20 09:25:19', '2025-08-20 09:40:12', '000000000', 0, 0, '管理员', NULL, '', 'CK43', ''); +INSERT INTO `t_app_task_bak` VALUES ('1755764988007010000', 2, 4, 2, '7788', 'A01-15-12', NULL, '1755765752918010000', '2025-08-21 16:29:48', '2025-08-21 16:55:54', '000000000', 0, 0, '管理员', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('1756904089824010001', 2, 4, 9, '123', 'A2-14-12', NULL, '1756904172697010000', '2025-09-03 20:54:50', '2025-09-03 20:58:24', '000000000', 0, 0, '管理员', NULL, '', 'P12', ''); +INSERT INTO `t_app_task_bak` VALUES ('1756908159930010001', 2, 4, 9, '123', 'A1-01-01', NULL, '1756908160917010000', '2025-09-03 22:02:40', '2025-09-03 22:03:22', '000000000', 0, 0, '管理员', NULL, '', 'P12', ''); +INSERT INTO `t_app_task_bak` VALUES ('1756908392913010001', 2, 4, 9, '123', 'A1-01-01', NULL, '1756908393913010000', '2025-09-03 22:06:33', '2025-09-03 22:06:55', '000000000', 0, 0, '管理员', NULL, '', 'P12', ''); +INSERT INTO `t_app_task_bak` VALUES ('1756911228917010000', 2, 4, 9, '7788', 'A1-15-12', NULL, '1756911229927010000', '2025-09-03 22:53:49', '2025-09-03 22:55:15', '000000000', 0, 0, '管理员', NULL, '', 'P12', ''); +INSERT INTO `t_app_task_bak` VALUES ('1756949984101010000', 1, 4, 1, 'FS202507240030', '101', 'A1-01-01', '1756950018655010000', '2025-09-04 09:39:44', '2025-09-04 09:45:08', 'SJPS019088881-1', NULL, 0, NULL, NULL, 'EWM入库任务', 'R1', NULL); +INSERT INTO `t_app_task_bak` VALUES ('1757390163976010000', 2, 4, 9, 'FS202507240030', 'A1-01-01', NULL, '1757390164096010000', '2025-09-09 11:56:04', '2025-09-09 12:02:26', '000000000', 0, 0, '管理员', NULL, '', 'P11', ''); +INSERT INTO `t_app_task_bak` VALUES ('1757397641141010001', 2, 4, 9, 'FS202507240030', 'A1-01-01', NULL, '1757397642073010000', '2025-09-09 14:00:41', '2025-09-09 14:02:02', '000000000', 0, 0, '管理员', NULL, '缺少载具信息(库位必须),出库完成处理失败。', 'P12', ''); +INSERT INTO `t_app_task_bak` VALUES ('1757568744648010000', 2, 4, 9, 'BASR202508210028', 'A1-01-01', NULL, '1757568907252010000', '2025-09-11 13:32:25', '2025-09-11 13:35:54', '000000000', 0, 0, '管理员', NULL, '缺少载具信息(库位必须),出库完成处理失败。', 'P11', ''); +INSERT INTO `t_app_task_bak` VALUES ('1758088503064010000', 2, 4, 2, 'BASR202508210008', 'A1-01-02', NULL, '1758088763331010000', '2025-09-17 13:55:03', '2025-09-17 14:03:00', '000000000', 0, 0, '管理员', NULL, '', 'P12', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742627181353010000', 1, 4, 1, 'ASRS-0348', 'P3', 'A02-35-08', '1742627207227010000', '2025-03-22 15:06:21', '2025-03-22 15:07:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742627210434010000', 1, 4, 1, 'ASRS-0347', 'P3', 'A04-32-07', '1742627236328010000', '2025-03-22 15:06:50', '2025-03-22 15:08:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742775892056010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-34-06', '1742775918384010000', '2025-03-24 08:24:52', '2025-03-24 08:26:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742775899650010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A03-31-04', '1742775925565010000', '2025-03-24 08:25:00', '2025-03-24 08:26:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742775927693010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-39-02', '1742775953481010000', '2025-03-24 08:25:28', '2025-03-24 08:27:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742775951694010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A04-34-06', '1742775979268010000', '2025-03-24 08:25:52', '2025-03-24 08:27:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742775982269010000', 1, 4, 1, 'ASRS-0302', 'P3', 'A02-32-09', '1742776008061010000', '2025-03-24 08:26:22', '2025-03-24 08:27:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776208705010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-41-01', '1742776234587010000', '2025-03-24 08:30:09', '2025-03-24 08:31:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776463386010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A01-42-02', '1742776489278010000', '2025-03-24 08:34:23', '2025-03-24 08:35:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776495026010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A03-37-04', '1742776520763010000', '2025-03-24 08:34:55', '2025-03-24 08:36:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776524675010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A02-34-11', '1742776550479010000', '2025-03-24 08:35:25', '2025-03-24 08:37:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776684852010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A01-29-07', '1742776710673010000', '2025-03-24 08:38:05', '2025-03-24 08:39:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776707945010001', 1, 4, 1, 'ASRS-0329', 'P3', 'A04-29-06', '1742776733798010000', '2025-03-24 08:38:28', '2025-03-24 08:39:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776734638010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A01-41-03', '1742776760483010000', '2025-03-24 08:38:55', '2025-03-24 08:40:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776764564010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-31-05', '1742776790466010000', '2025-03-24 08:39:25', '2025-03-24 08:40:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742776836661010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-39-06', '1742776862466010000', '2025-03-24 08:40:37', '2025-03-24 08:42:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777176255010000', 1, 4, 1, 'ASRS-0314', 'P3', 'A01-31-08', '1742777202087010000', '2025-03-24 08:46:16', '2025-03-24 08:47:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777256641010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A02-39-01', '1742777282476010000', '2025-03-24 08:47:37', '2025-03-24 08:49:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777293614010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A04-32-03', '1742777319697010000', '2025-03-24 08:48:14', '2025-03-24 08:49:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777388160010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A02-36-08', '1742777413889010000', '2025-03-24 08:49:48', '2025-03-24 08:51:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777437355010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A03-37-03', '1742777463075010000', '2025-03-24 08:50:37', '2025-03-24 08:52:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777482243010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A02-35-10', '1742777508081010000', '2025-03-24 08:51:22', '2025-03-24 08:52:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777668323010000', 1, 4, 1, 'ASRS-0330', 'P3', 'A02-37-03', '1742777694080010000', '2025-03-24 08:54:28', '2025-03-24 08:56:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777695068010000', 1, 4, 1, 'ASRS-0328', 'P3', 'A04-30-11', '1742777720776010000', '2025-03-24 08:54:55', '2025-03-24 08:56:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777836429010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A02-38-02', '1742777862377010000', '2025-03-24 08:57:16', '2025-03-24 08:59:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742777936499010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A02-41-04', '1742777962278010000', '2025-03-24 08:58:56', '2025-03-24 09:00:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778006678010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A02-42-03', '1742778032504010000', '2025-03-24 09:00:07', '2025-03-24 09:02:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778036611010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A03-32-03', '1742778062479010000', '2025-03-24 09:00:37', '2025-03-24 09:01:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778157012010000', 1, 4, 1, 'ASRS-0327', 'P3', 'A01-42-01', '1742778182795010000', '2025-03-24 09:02:37', '2025-03-24 09:04:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778173934010000', 1, 4, 1, 'ASRS-0274', 'P3', 'A04-31-04', '1742778199600010000', '2025-03-24 09:02:54', '2025-03-24 09:04:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778267889010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A01-35-11', '1742778293781010000', '2025-03-24 09:04:28', '2025-03-24 09:05:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778442586010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A01-35-11', '1742778468397010000', '2025-03-24 09:07:23', '2025-03-24 09:08:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778562782010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A01-36-10', '1742778588397010000', '2025-03-24 09:09:23', '2025-03-24 09:10:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778599861010000', 1, 4, 1, 'ASRS-0522', 'P3', 'A03-29-06', '1742778625593010000', '2025-03-24 09:10:00', '2025-03-24 09:11:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742778714522010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A01-39-07', '1742778740193010000', '2025-03-24 09:11:55', '2025-03-24 09:13:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779025767010001', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-34-06', '1742779051597010000', '2025-03-24 09:17:06', '2025-03-24 09:18:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779082433010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-31-04', '1742779108286010000', '2025-03-24 09:18:02', '2025-03-24 09:19:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779112914010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A01-39-02', '1742779138603010000', '2025-03-24 09:18:33', '2025-03-24 09:19:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779154635010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A04-32-08', '1742779180304010000', '2025-03-24 09:19:15', '2025-03-24 09:20:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779197153010000', 1, 4, 1, 'ASRS-0302', 'P3', 'A02-32-09', '1742779222906010000', '2025-03-24 09:19:57', '2025-03-24 09:21:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779234960010001', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-31-04', '1742779260689010000', '2025-03-24 09:20:35', '2025-03-24 09:21:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779348791010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A02-41-01', '1742779374388010000', '2025-03-24 09:22:29', '2025-03-24 09:23:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779382574010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A04-34-06', '1742779408304010000', '2025-03-24 09:23:03', '2025-03-24 09:24:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779484330010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A01-42-02', '1742779509992010000', '2025-03-24 09:24:44', '2025-03-24 09:26:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779702689010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A02-34-11', '1742779728421010000', '2025-03-24 09:28:23', '2025-03-24 09:29:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779885522010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A01-29-07', '1742779911405010000', '2025-03-24 09:31:26', '2025-03-24 09:33:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779928676010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A04-29-06', '1742779954623010000', '2025-03-24 09:32:09', '2025-03-24 09:33:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779955954010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A02-38-02', '1742779981915010000', '2025-03-24 09:32:36', '2025-03-24 09:34:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742779990036010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-31-05', '1742780015809010000', '2025-03-24 09:33:10', '2025-03-24 09:34:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742780534959010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-32-11', '1742780560924010000', '2025-03-24 09:42:15', '2025-03-24 09:43:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742780605647010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A02-39-06', '1742780631410010000', '2025-03-24 09:43:26', '2025-03-24 09:45:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781015151010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-32-11', '1742781040920010000', '2025-03-24 09:50:15', '2025-03-24 09:51:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781170008010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A02-39-01', '1742781196003010000', '2025-03-24 09:52:50', '2025-03-24 09:54:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781304737010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A01-31-08', '1742781330424010000', '2025-03-24 09:55:05', '2025-03-24 09:56:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781489050010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A02-36-08', '1742781514632010000', '2025-03-24 09:58:09', '2025-03-24 09:59:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781535170010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A03-37-03', '1742781561139010000', '2025-03-24 09:58:55', '2025-03-24 10:00:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781580995010000', 1, 4, 1, 'ASRS-0314', 'P3', 'A02-35-10', '1742781606710010000', '2025-03-24 09:59:41', '2025-03-24 10:01:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781630466010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A04-36-04', '1742781656211010000', '2025-03-24 10:00:30', '2025-03-24 10:01:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781699764010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A02-39-06', '1742781725523010000', '2025-03-24 10:01:40', '2025-03-24 10:03:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781867586010000', 1, 4, 1, 'ASRS-0328', 'P3', 'A02-37-03', '1742781893523010000', '2025-03-24 10:04:28', '2025-03-24 10:06:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742781896554010001', 1, 4, 1, 'ASRS-0330', 'P3', 'A03-37-04', '1742781922329010000', '2025-03-24 10:04:57', '2025-03-24 10:06:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782052703010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A02-41-04', '1742782078337010000', '2025-03-24 10:07:33', '2025-03-24 10:08:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782091015010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A03-32-03', '1742782117031010000', '2025-03-24 10:08:11', '2025-03-24 10:09:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782195945010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A02-35-09', '1742782221711010000', '2025-03-24 10:09:56', '2025-03-24 10:11:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782265012010000', 1, 4, 1, 'ASRS-0339', 'P3', 'A03-39-02', '1742782290725010000', '2025-03-24 10:11:05', '2025-03-24 10:12:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782472429010000', 1, 4, 1, 'ASRS-0327', 'P3', 'A01-42-01', '1742782498313010000', '2025-03-24 10:14:32', '2025-03-24 10:16:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782591637010000', 1, 4, 1, 'ASRS-0337', 'P3', 'A01-36-09', '1742782617714010000', '2025-03-24 10:16:32', '2025-03-24 10:17:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782723279010001', 1, 4, 1, 'ASRS-0522', 'P3', 'A02-42-03', '1742782749135010000', '2025-03-24 10:18:43', '2025-03-24 10:20:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782750493010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A03-29-06', '1742782789033010000', '2025-03-24 10:19:10', '2025-03-24 10:20:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742782893071010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A01-35-11', '1742782918924010000', '2025-03-24 10:21:33', '2025-03-24 10:23:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742789983764010000', 1, 4, 1, 'ASRS-0376', 'P2', 'A02-33-11', '1742790004400010000', '2025-03-24 12:19:44', '2025-03-24 12:20:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794182000010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742794207728010000', '2025-03-24 13:29:42', '2025-03-24 13:30:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794218133010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A03-31-04', '1742794244031010000', '2025-03-24 13:30:18', '2025-03-24 13:31:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794378185010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-03', '1742794403915010000', '2025-03-24 13:32:58', '2025-03-24 13:34:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794415341010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A04-31-04', '1742794441136010000', '2025-03-24 13:33:35', '2025-03-24 13:34:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794594232010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742794619901010000', '2025-03-24 13:36:34', '2025-03-24 13:37:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794633429010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A03-31-04', '1742794659220010000', '2025-03-24 13:37:13', '2025-03-24 13:38:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794768851010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742794794499010000', '2025-03-24 13:39:29', '2025-03-24 13:40:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742794823978010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742794849999010000', '2025-03-24 13:40:24', '2025-03-24 13:41:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795044259010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A02-33-10', '1742795069897010000', '2025-03-24 13:44:04', '2025-03-24 13:45:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795088098010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-31-04', '1742795113714010000', '2025-03-24 13:44:48', '2025-03-24 13:46:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795240295010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742795266112010000', '2025-03-24 13:47:20', '2025-03-24 13:48:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795294311010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742795320127010000', '2025-03-24 13:48:14', '2025-03-24 13:49:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795468558010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742795494428010000', '2025-03-24 13:51:09', '2025-03-24 13:53:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795501726010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A03-31-04', '1742795527424010000', '2025-03-24 13:51:42', '2025-03-24 13:52:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795668960010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742795694815010000', '2025-03-24 13:54:29', '2025-03-24 13:55:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742795720620010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742795746440010000', '2025-03-24 13:55:21', '2025-03-24 13:56:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742796352467010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742796378226010000', '2025-03-24 14:05:52', '2025-03-24 14:07:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742796742840010001', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742796768850010000', '2025-03-24 14:12:23', '2025-03-24 14:13:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742863878346010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742863903896010000', '2025-03-25 08:51:18', '2025-03-25 08:52:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742863993307010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742864019067010000', '2025-03-25 08:53:13', '2025-03-25 08:54:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864148710010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A02-33-10', '1742864174486010000', '2025-03-25 08:55:49', '2025-03-25 08:57:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864190758010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-31-04', '1742864216469010000', '2025-03-25 08:56:31', '2025-03-25 08:57:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864338142010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742864364091010000', '2025-03-25 08:58:58', '2025-03-25 09:00:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864391919010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742864417778010000', '2025-03-25 08:59:52', '2025-03-25 09:01:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864562664010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742864588471010000', '2025-03-25 09:02:43', '2025-03-25 09:04:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864590169010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A03-31-04', '1742864615815010000', '2025-03-25 09:03:10', '2025-03-25 09:04:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864701476010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742864727384010000', '2025-03-25 09:05:01', '2025-03-25 09:06:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864786913010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742864812867010000', '2025-03-25 09:06:27', '2025-03-25 09:07:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864960842010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A02-33-10', '1742864986571010000', '2025-03-25 09:09:21', '2025-03-25 09:11:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742864989338010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-31-04', '1742865015069010000', '2025-03-25 09:09:49', '2025-03-25 09:11:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742865161500010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-36-03', '1742865187314010000', '2025-03-25 09:12:42', '2025-03-25 09:13:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742866066166010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-36-03', '1742866092084010000', '2025-03-25 09:27:46', '2025-03-25 09:29:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742866216878010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-33-10', '1742866242693010000', '2025-03-25 09:30:17', '2025-03-25 09:32:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742866248208010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A03-31-04', '1742866274192010000', '2025-03-25 09:30:48', '2025-03-25 09:32:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742866380680010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-36-03', '1742866406494010000', '2025-03-25 09:33:01', '2025-03-25 09:34:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867086219010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-36-10', '1742867112086010000', '2025-03-25 09:44:46', '2025-03-25 09:46:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867394932010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A02-38-02', '1742867420785010000', '2025-03-25 09:49:55', '2025-03-25 09:51:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867419242010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-31-04', '1742867445101010000', '2025-03-25 09:50:19', '2025-03-25 09:51:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867454363010000', 1, 4, 1, 'ASRS-0299', 'P3', 'A01-39-07', '1742867480195010000', '2025-03-25 09:50:54', '2025-03-25 09:52:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867486731010000', 1, 4, 1, 'ASRS-0250', 'P3', 'A03-35-04', '1742867512300010000', '2025-03-25 09:51:27', '2025-03-25 09:52:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867661027010000', 1, 4, 1, 'ASRS-1189', 'P3', 'A01-33-10', '1742867686902010000', '2025-03-25 09:54:21', '2025-03-25 09:56:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867685461010000', 1, 4, 1, 'ASRS-0297', 'P3', 'A04-31-04', '1742867754394010000', '2025-03-25 09:54:45', '2025-03-25 09:56:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867812141010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A01-36-03', '1742867838091010000', '2025-03-25 09:56:52', '2025-03-25 09:58:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742867842526010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A03-38-01', '1742867868418010000', '2025-03-25 09:57:23', '2025-03-25 09:58:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742868490898010000', 1, 4, 1, 'ASRS-1529', 'P2', 'A01-40-06', '1742868511608010000', '2025-03-25 10:08:11', '2025-03-25 10:09:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742879938908010000', 1, 4, 1, 'ASRS-0341', 'P3', 'A03-33-07', '1742879964494010000', '2025-03-25 13:18:59', '2025-03-25 13:20:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742880380477010000', 1, 4, 1, 'ASRS-0346', 'P3', 'A01-36-08', '1742880406090010000', '2025-03-25 13:26:20', '2025-03-25 13:27:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883236303010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-34-06', '1742883262122010000', '2025-03-25 14:13:56', '2025-03-25 14:15:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883258928010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-36-04', '1742883284634010000', '2025-03-25 14:14:19', '2025-03-25 14:15:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883269977010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A02-38-02', '1742883295747010000', '2025-03-25 14:14:30', '2025-03-25 14:16:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883285199010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A04-32-08', '1742883311031010000', '2025-03-25 14:14:45', '2025-03-25 14:16:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883309474010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A01-39-02', '1742883335348010000', '2025-03-25 14:15:09', '2025-03-25 14:17:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883329661010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A04-34-06', '1742883355415010000', '2025-03-25 14:15:30', '2025-03-25 14:17:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883460557010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A02-37-03', '1742883486213010000', '2025-03-25 14:17:41', '2025-03-25 14:19:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883541372010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A04-39-01', '1742883567214010000', '2025-03-25 14:19:01', '2025-03-25 14:20:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883592197010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-39-02', '1742883617934010000', '2025-03-25 14:19:52', '2025-03-25 14:21:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883673364010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-41-01', '1742883699219010000', '2025-03-25 14:21:13', '2025-03-25 14:22:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883773356010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A01-36-03', '1742883799131010000', '2025-03-25 14:22:53', '2025-03-25 14:24:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883796252010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-31-05', '1742883822237010000', '2025-03-25 14:23:16', '2025-03-25 14:24:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883860212010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A03-32-09', '1742883886126010000', '2025-03-25 14:24:20', '2025-03-25 14:25:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742883910397010000', 1, 4, 1, 'ASRS-1032', 'P3', 'A01-32-11', '1742883936219010000', '2025-03-25 14:25:10', '2025-03-25 14:26:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884014380010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A02-39-01', '1742884040040010000', '2025-03-25 14:26:54', '2025-03-25 14:28:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884032555010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A04-29-06', '1742884059226010000', '2025-03-25 14:27:13', '2025-03-25 14:28:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884083643010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A02-33-10', '1742884109325010000', '2025-03-25 14:28:04', '2025-03-25 14:30:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884107766010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A03-37-03', '1742884133622010000', '2025-03-25 14:28:28', '2025-03-25 14:29:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884141269010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A01-42-02', '1742884166918010000', '2025-03-25 14:29:01', '2025-03-25 14:30:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884163227010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A04-36-04', '1742884189118010000', '2025-03-25 14:29:23', '2025-03-25 14:30:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884213902010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-35-09', '1742884239825010000', '2025-03-25 14:30:14', '2025-03-25 14:32:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884235494010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A03-32-09', '1742884261144010000', '2025-03-25 14:30:35', '2025-03-25 14:32:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884340172010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A01-31-08', '1742884366139010000', '2025-03-25 14:32:20', '2025-03-25 14:33:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884358316010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A03-32-03', '1742884385350010000', '2025-03-25 14:32:38', '2025-03-25 14:33:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884422124010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A02-36-08', '1742884447737010000', '2025-03-25 14:33:42', '2025-03-25 14:35:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884436972010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A04-32-03', '1742884462724010000', '2025-03-25 14:33:57', '2025-03-25 14:35:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884535174010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A01-29-07', '1742884560823010000', '2025-03-25 14:35:35', '2025-03-25 14:37:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884550749010000', 1, 4, 1, 'ASRS-1025', 'P3', 'A04-31-08', '1742884576440010000', '2025-03-25 14:35:51', '2025-03-25 14:37:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884666612010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A01-33-06', '1742884692536010000', '2025-03-25 14:37:47', '2025-03-25 14:40:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884724986010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A03-34-07', '1742884750720010000', '2025-03-25 14:38:45', '2025-03-25 14:40:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884833934010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A02-32-09', '1742884859632010000', '2025-03-25 14:40:34', '2025-03-25 14:42:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884849188010000', 1, 4, 1, 'ASRS-0337', 'P3', 'A03-29-06', '1742884874930010000', '2025-03-25 14:40:49', '2025-03-25 14:42:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884952471010000', 1, 4, 1, 'ASRS-1088', 'P3', 'A02-32-11', '1742884978114010000', '2025-03-25 14:42:32', '2025-03-25 14:43:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742884966902010000', 1, 4, 1, 'ASRS-0522', 'P3', 'A03-31-06', '1742884992539010000', '2025-03-25 14:42:47', '2025-03-25 14:44:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885214563010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-34-06', '1742885240321010000', '2025-03-25 14:46:55', '2025-03-25 14:48:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885239345010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A03-36-04', '1742885277536010000', '2025-03-25 14:47:19', '2025-03-25 14:48:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885265229010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A02-37-03', '1742885291338010000', '2025-03-25 14:47:45', '2025-03-25 14:49:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885300267010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A04-32-08', '1742885326122010000', '2025-03-25 14:48:20', '2025-03-25 14:49:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885342522010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A02-38-02', '1742885368420010000', '2025-03-25 14:49:03', '2025-03-25 14:50:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885364936010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A04-34-06', '1742885390623010000', '2025-03-25 14:49:25', '2025-03-25 14:50:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885391239010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A02-41-01', '1742885417031010000', '2025-03-25 14:49:51', '2025-03-25 14:51:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885445523010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-38-02', '1742885471325010000', '2025-03-25 14:50:46', '2025-03-25 14:52:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885581581010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A01-39-02', '1742885607228010000', '2025-03-25 14:53:02', '2025-03-25 14:54:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885621556010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-39-01', '1742885647440010000', '2025-03-25 14:53:42', '2025-03-25 14:55:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885668142010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A02-35-09', '1742885693946010000', '2025-03-25 14:54:28', '2025-03-25 14:56:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885734656010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A03-37-04', '1742885760537010000', '2025-03-25 14:55:35', '2025-03-25 14:57:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885855728010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A01-36-03', '1742885881444010000', '2025-03-25 14:57:36', '2025-03-25 14:59:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885920872010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-29-06', '1742885946828010000', '2025-03-25 14:58:41', '2025-03-25 15:00:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742885945198010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A02-39-01', '1742885971143010000', '2025-03-25 14:59:05', '2025-03-25 15:00:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886015624010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A02-40-04', '1742886041349010000', '2025-03-25 15:00:16', '2025-03-25 15:02:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886053525010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A04-31-05', '1742886079433010000', '2025-03-25 15:00:54', '2025-03-25 15:02:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886073905010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-42-02', '1742886099846010000', '2025-03-25 15:01:14', '2025-03-25 15:03:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886150692010000', 1, 4, 1, 'ASRS-0517', 'P3', 'A04-36-04', '1742886176634010000', '2025-03-25 15:02:31', '2025-03-25 15:03:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886198952010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-36-09', '1742886224649010000', '2025-03-25 15:03:19', '2025-03-25 15:04:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886321419010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A01-33-06', '1742886347333010000', '2025-03-25 15:05:21', '2025-03-25 15:07:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886349337010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A04-37-03', '1742886375257010000', '2025-03-25 15:05:49', '2025-03-25 15:07:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886436993010000', 1, 4, 1, 'ASRS-0523', 'P3', 'A01-41-03', '1742886462844010000', '2025-03-25 15:07:17', '2025-03-25 15:08:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886556444010000', 1, 4, 1, 'ASRS-1025', 'P3', 'A01-35-04', '1742886582260010000', '2025-03-25 15:09:16', '2025-03-25 15:10:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886698038010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A01-29-07', '1742886723862010000', '2025-03-25 15:11:38', '2025-03-25 15:13:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886738056010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A04-31-08', '1742886764057010000', '2025-03-25 15:12:18', '2025-03-25 15:13:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886783199010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A01-42-02', '1742886809040010000', '2025-03-25 15:13:03', '2025-03-25 15:14:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886816625010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A03-30-11', '1742886842358010000', '2025-03-25 15:13:37', '2025-03-25 15:14:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886832427010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A02-36-08', '1742886858250010000', '2025-03-25 15:13:52', '2025-03-25 15:15:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886861065010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A01-41-04', '1742886886743010000', '2025-03-25 15:14:21', '2025-03-25 15:16:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742886990127010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A01-31-08', '1742887028642010000', '2025-03-25 15:16:30', '2025-03-25 15:18:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887007662010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A03-32-03', '1742887033459010000', '2025-03-25 15:16:48', '2025-03-25 15:18:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887047719010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A02-34-11', '1742887073345010000', '2025-03-25 15:17:28', '2025-03-25 15:18:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887202834010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A02-35-10', '1742887228443010000', '2025-03-25 15:20:03', '2025-03-25 15:21:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887559676010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-34-06', '1742887585458010000', '2025-03-25 15:26:00', '2025-03-25 15:27:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887577987010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A04-32-03', '1742887604675010000', '2025-03-25 15:26:18', '2025-03-25 15:27:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887595939010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A02-37-03', '1742887621775010000', '2025-03-25 15:26:36', '2025-03-25 15:28:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887616795010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A03-36-04', '1742887642462010000', '2025-03-25 15:26:57', '2025-03-25 15:28:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887634467010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A02-38-02', '1742887661646010000', '2025-03-25 15:27:14', '2025-03-25 15:29:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887652881010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A04-32-08', '1742887678442010000', '2025-03-25 15:27:33', '2025-03-25 15:29:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887745129010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-41-01', '1742887770860010000', '2025-03-25 15:29:05', '2025-03-25 15:30:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887799944010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A04-34-06', '1742887825762010000', '2025-03-25 15:30:00', '2025-03-25 15:31:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887913684010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-39-02', '1742887939469010000', '2025-03-25 15:31:54', '2025-03-25 15:33:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742887983423010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A04-38-02', '1742888009342010000', '2025-03-25 15:33:03', '2025-03-25 15:34:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888011726010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A02-35-09', '1742888037560010000', '2025-03-25 15:33:32', '2025-03-25 15:35:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888068887010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-39-01', '1742888094844010000', '2025-03-25 15:34:29', '2025-03-25 15:35:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888169917010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A01-36-03', '1742888195663010000', '2025-03-25 15:36:10', '2025-03-25 15:38:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888202878010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A04-29-06', '1742888228653010000', '2025-03-25 15:36:43', '2025-03-25 15:38:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888248510010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A02-39-01', '1742888274247010000', '2025-03-25 15:37:29', '2025-03-25 15:39:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888265224010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-31-05', '1742888291055010000', '2025-03-25 15:37:45', '2025-03-25 15:39:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888331895010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A02-40-04', '1742888357647010000', '2025-03-25 15:38:52', '2025-03-25 15:40:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888394815010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A02-42-02', '1742888420661010000', '2025-03-25 15:39:55', '2025-03-25 15:41:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888412845010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-38-01', '1742888439844010000', '2025-03-25 15:40:13', '2025-03-25 15:41:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888430469010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-36-09', '1742888456343010000', '2025-03-25 15:40:30', '2025-03-25 15:42:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888539959010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A01-33-06', '1742888565862010000', '2025-03-25 15:42:20', '2025-03-25 15:44:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888618158010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A01-41-03', '1742888643864010000', '2025-03-25 15:43:38', '2025-03-25 15:45:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888798302010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A01-29-07', '1742888824155010000', '2025-03-25 15:46:38', '2025-03-25 15:48:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888818252010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A04-31-08', '1742888844260010000', '2025-03-25 15:46:58', '2025-03-25 15:48:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888863693010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A01-42-02', '1742888889552010000', '2025-03-25 15:47:44', '2025-03-25 15:49:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888885061010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A04-37-03', '1742888910866010000', '2025-03-25 15:48:05', '2025-03-25 15:49:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888917351010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A01-35-04', '1742888943260010000', '2025-03-25 15:48:37', '2025-03-25 15:50:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742888986209010000', 1, 4, 1, 'ASRS-1025', 'P3', 'A04-39-01', '1742889011970010000', '2025-03-25 15:49:46', '2025-03-25 15:51:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742889079662010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A02-36-08', '1742889105561010000', '2025-03-25 15:51:20', '2025-03-25 15:52:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742889175083010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A01-31-08', '1742889200955010000', '2025-03-25 15:52:55', '2025-03-25 15:54:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742889194344010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A03-32-03', '1742889220156010000', '2025-03-25 15:53:14', '2025-03-25 15:54:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742889261508010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-41-04', '1742889287059010000', '2025-03-25 15:54:22', '2025-03-25 15:55:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742889380874010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A02-34-11', '1742889406781010000', '2025-03-25 15:56:21', '2025-03-25 15:57:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742889490048010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A02-35-10', '1742889515963010000', '2025-03-25 15:58:10', '2025-03-25 15:59:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742961861872010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A02-34-09', '1742961888200010000', '2025-03-26 12:04:22', '2025-03-26 12:05:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742961919726010000', 1, 4, 1, 'ASRS-1907', 'P3', 'A04-38-01', '1742961947859010000', '2025-03-26 12:05:20', '2025-03-26 12:06:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742961950431010000', 1, 4, 1, 'ASRS-0351', 'P3', 'A02-38-02', '1742961976348010000', '2025-03-26 12:05:50', '2025-03-26 12:07:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742961976486010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-35-09', '1742962003065010000', '2025-03-26 12:06:16', '2025-03-26 12:08:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962000005010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-34-06', '1742962025849010000', '2025-03-26 12:06:40', '2025-03-26 12:08:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962069228010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A02-42-02', '1742962095161010000', '2025-03-26 12:07:49', '2025-03-26 12:09:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962093870010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A04-35-05', '1742962119747010000', '2025-03-26 12:08:14', '2025-03-26 12:09:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962121966010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-39-06', '1742962147660010000', '2025-03-26 12:08:42', '2025-03-26 12:10:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962152637010000', 1, 4, 1, 'ASRS-1899', 'P3', 'A04-38-02', '1742962178565010000', '2025-03-26 12:09:13', '2025-03-26 12:11:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962176726010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A01-42-03', '1742962202551010000', '2025-03-26 12:09:37', '2025-03-26 12:11:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962469259010000', 1, 4, 1, 'ASRS-0284', 'P3', 'A01-42-02', '1742962495367010000', '2025-03-26 12:14:29', '2025-03-26 12:15:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962707637010000', 1, 4, 1, 'ASRS-0335', 'P3', 'A02-37-07', '1742962734183010000', '2025-03-26 12:18:28', '2025-03-26 12:20:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962746462010000', 1, 4, 1, 'ASRS-0244', 'P3', 'A03-35-05', '1742962772295010000', '2025-03-26 12:19:06', '2025-03-26 12:20:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962774606010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A01-34-11', '1742962800755010000', '2025-03-26 12:19:35', '2025-03-26 12:21:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962817094010000', 1, 4, 1, 'asrs-1443', 'P3', 'A03-31-10', '1742962842754010000', '2025-03-26 12:20:17', '2025-03-26 13:04:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742962902045010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A02-37-08', '1742962927656010000', '2025-03-26 12:21:42', '2025-03-26 12:23:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963328345010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A02-41-01', '1742963354285010000', '2025-03-26 12:28:48', '2025-03-26 12:30:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963382204010000', 1, 4, 1, 'ASRS-0521', 'P3', 'A01-33-10', '1742963410079010000', '2025-03-26 12:29:42', '2025-03-26 12:31:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963435032010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-42-02', '1742963460763010000', '2025-03-26 12:30:35', '2025-03-26 12:32:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963460895010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A01-37-08', '1742963486858010000', '2025-03-26 12:31:01', '2025-03-26 12:33:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963508166010000', 1, 4, 1, 'ASRS-1189', 'P3', 'A01-42-03', '1742963533978010000', '2025-03-26 12:31:48', '2025-03-26 12:33:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963598776010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-38-07', '1742963624564010000', '2025-03-26 12:33:19', '2025-03-26 12:35:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963619193010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A02-39-06', '1742963644975010000', '2025-03-26 12:33:39', '2025-03-26 12:36:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963951921010000', 1, 4, 1, 'ASRS-1249', 'P3', 'A02-38-06', '1742963977665010000', '2025-03-26 12:39:12', '2025-03-26 12:40:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742963999651010000', 1, 4, 1, 'ASRS-1713', 'P3', 'A02-40-05', '1742964025689010000', '2025-03-26 12:40:00', '2025-03-26 12:42:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964029427010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A04-29-06', '1742964055367010000', '2025-03-26 12:40:29', '2025-03-26 13:05:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964250771010000', 1, 4, 1, 'ASRS-1023', 'P3', 'A01-38-07', '1742964276786010000', '2025-03-26 12:44:11', '2025-03-26 12:45:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964331539010000', 1, 4, 1, 'ASRS-0270', 'P3', 'A02-41-04', '1742964357467010000', '2025-03-26 12:45:32', '2025-03-26 12:47:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964597950010000', 1, 4, 1, 'ASRS-0525', 'P3', 'A02-39-05', '1742964623889010000', '2025-03-26 12:49:58', '2025-03-26 12:51:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964704296010000', 1, 4, 1, 'ASRS-0545', 'P3', 'A02-41-03', '1742964730072010000', '2025-03-26 12:51:44', '2025-03-26 12:53:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964763294010000', 1, 4, 1, 'ASRS-1528', 'P3', 'A01-34-11', '1742964789170010000', '2025-03-26 12:52:43', '2025-03-26 12:54:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964846751010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A01-35-10', '1742964872573010000', '2025-03-26 12:54:07', '2025-03-26 12:55:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742964876016010000', 1, 4, 1, 'ASRS-0342', 'P3', 'A02-42-03', '1742964901972010000', '2025-03-26 12:54:36', '2025-03-26 12:56:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742965677307010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A01-35-11', '1742965703276010000', '2025-03-26 13:07:57', '2025-03-26 13:09:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966102568010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-34-06', '1742966128377010000', '2025-03-26 13:15:03', '2025-03-26 13:16:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966135406010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A04-29-06', '1742966161079010000', '2025-03-26 13:15:35', '2025-03-26 13:16:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966156372010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A02-37-03', '1742966182097010000', '2025-03-26 13:15:56', '2025-03-26 13:17:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966173746010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A02-35-09', '1742966199501010000', '2025-03-26 13:16:14', '2025-03-26 13:19:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966202614010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A04-32-03', '1742966228579010000', '2025-03-26 13:16:43', '2025-03-26 13:18:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966225436010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-36-04', '1742966251082010000', '2025-03-26 13:17:05', '2025-03-26 13:18:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966279804010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-39-06', '1742966305678010000', '2025-03-26 13:18:00', '2025-03-26 13:20:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966382510010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-32-08', '1742966408295010000', '2025-03-26 13:19:43', '2025-03-26 13:21:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966439034010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A02-34-09', '1742966465004010000', '2025-03-26 13:20:39', '2025-03-26 13:22:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966560895010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A02-39-01', '1742966586793010000', '2025-03-26 13:22:41', '2025-03-26 13:24:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966571829010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-31-05', '1742966597596010000', '2025-03-26 13:22:52', '2025-03-26 13:24:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966628053010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-34-06', '1742966653982010000', '2025-03-26 13:23:48', '2025-03-26 13:25:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966727344010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-41-01', '1742966753293010000', '2025-03-26 13:25:27', '2025-03-26 13:26:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966849281010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-32-11', '1742966875099010000', '2025-03-26 13:27:29', '2025-03-26 13:29:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742966891727010000', 1, 4, 1, 'ASRS-1032', 'P3', 'A03-33-08', '1742966917400010000', '2025-03-26 13:28:12', '2025-03-26 13:29:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967035868010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A01-31-08', '1742967061683010000', '2025-03-26 13:30:36', '2025-03-26 13:32:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967058935010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A03-37-03', '1742967084802010000', '2025-03-26 13:30:59', '2025-03-26 13:32:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967081855010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A01-36-03', '1742967107588010000', '2025-03-26 13:31:22', '2025-03-26 13:33:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967104638010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A02-33-10', '1742967130404010000', '2025-03-26 13:31:45', '2025-03-26 13:34:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967146006010000', 1, 4, 1, 'ASRS-0392', 'P3', 'A04-37-03', '1742967171809010000', '2025-03-26 13:32:26', '2025-03-26 13:33:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967295775010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A01-29-07', '1742967321486010000', '2025-03-26 13:34:56', '2025-03-26 13:36:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967328841010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A03-34-07', '1742967354505010000', '2025-03-26 13:35:29', '2025-03-26 13:36:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967455442010000', 1, 4, 1, 'ASRS-1025', 'P3', 'A01-35-04', '1742967481098010000', '2025-03-26 13:37:35', '2025-03-26 13:38:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967489410010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A04-39-01', '1742967515288010000', '2025-03-26 13:38:09', '2025-03-26 13:39:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967607846010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A02-42-02', '1742967633815010000', '2025-03-26 13:40:08', '2025-03-26 13:41:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967637949010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A03-32-03', '1742967663801010000', '2025-03-26 13:40:38', '2025-03-26 13:41:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967709528010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-36-09', '1742967735487010000', '2025-03-26 13:41:50', '2025-03-26 13:43:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967811258010000', 1, 4, 1, 'ASRS-0337', 'P3', 'A01-41-04', '1742967837188010000', '2025-03-26 13:43:31', '2025-03-26 13:45:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967865996010000', 1, 4, 1, 'ASRS-0501', 'P3', 'A03-29-06', '1742967891785010000', '2025-03-26 13:44:26', '2025-03-26 13:45:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742967973765010000', 1, 4, 1, 'ASRS-0522', 'P3', 'A02-32-09', '1742967999496010000', '2025-03-26 13:46:14', '2025-03-26 13:48:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968001036010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A03-31-06', '1742968026787010000', '2025-03-26 13:46:41', '2025-03-26 13:48:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968183318010000', 1, 4, 1, 'ASRS-1088', 'P3', 'A02-32-11', '1742968208885010000', '2025-03-26 13:49:43', '2025-03-26 13:51:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968475552010000', 1, 4, 1, 'ASRS-1907', 'P3', 'A02-38-02', '1742968501393010000', '2025-03-26 13:54:36', '2025-03-26 13:56:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968492278010000', 1, 4, 1, 'ASRS-0351', 'P3', 'A04-38-01', '1742968519395010000', '2025-03-26 13:54:52', '2025-03-26 13:56:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968519519010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-37-08', '1742968545209010000', '2025-03-26 13:55:20', '2025-03-26 13:58:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968543362010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A03-36-04', '1742968569205010000', '2025-03-26 13:55:43', '2025-03-26 13:57:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968563267010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A04-35-05', '1742968589004010000', '2025-03-26 13:56:03', '2025-03-26 13:57:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968575025010000', 1, 4, 1, 'ASRS-1899', 'P3', 'A03-32-09', '1742968648709010000', '2025-03-26 13:56:15', '2025-03-26 13:59:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968591355010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A02-41-01', '1742968617513010000', '2025-03-26 13:56:31', '2025-03-26 13:58:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968599480010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A01-39-06', '1742968625294010000', '2025-03-26 13:56:39', '2025-03-26 14:00:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968618490010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-38-02', '1742968644507010000', '2025-03-26 13:56:58', '2025-03-26 13:58:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968702002010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A02-34-09', '1742968740508010000', '2025-03-26 13:58:22', '2025-03-26 14:01:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968810046010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A03-36-04', '1742968835911010000', '2025-03-26 14:00:10', '2025-03-26 14:02:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968854494010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A02-39-01', '1742968880312010000', '2025-03-26 14:00:54', '2025-03-26 14:03:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968913044010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-32-08', '1742968938795010000', '2025-03-26 14:01:53', '2025-03-26 14:03:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968939118010000', 1, 4, 1, 'ASRS-0521', 'P3', 'A01-33-10', '1742968964896010000', '2025-03-26 14:02:19', '2025-03-26 14:04:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742968960414010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-42-03', '1742968986216010000', '2025-03-26 14:02:40', '2025-03-26 14:05:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969022544010000', 1, 4, 1, 'ASRS-1189', 'P3', 'A04-38-02', '1742969048296010000', '2025-03-26 14:03:43', '2025-03-26 14:05:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969085871010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A03-35-06', '1742969111618010000', '2025-03-26 14:04:46', '2025-03-26 14:06:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969218177010000', 1, 4, 1, 'ASRS-0244', 'P3', 'A02-37-07', '1742969243901010000', '2025-03-26 14:06:58', '2025-03-26 14:08:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969247145010000', 1, 4, 1, 'ASRS-0335', 'P3', 'A03-35-05', '1742969273015010000', '2025-03-26 14:07:27', '2025-03-26 14:08:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969278031010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A01-42-02', '1742969303900010000', '2025-03-26 14:07:58', '2025-03-26 14:09:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969286665010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A03-31-10', '1742969312624010000', '2025-03-26 14:08:07', '2025-03-26 14:09:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969322634010000', 1, 4, 1, 'asrs-1443', 'P3', 'A01-35-10', '1742969348600010000', '2025-03-26 14:08:43', '2025-03-26 14:45:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969331852010000', 1, 4, 1, 'ASRS-0284', 'P3', 'A03-34-07', '1742969357902010000', '2025-03-26 14:08:52', '2025-03-26 14:10:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969458555010000', 1, 4, 1, 'ASRS-0349', 'P3', 'A04-31-09', '1742969484518010000', '2025-03-26 14:10:59', '2025-03-26 14:12:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969469468010000', 1, 4, 1, 'ASRS-1713', 'P3', 'A02-38-06', '1742969495321010000', '2025-03-26 14:11:09', '2025-03-26 14:46:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969527955010000', 1, 4, 1, 'ASRS-1249', 'P3', 'A03-36-05', '1742969553812010000', '2025-03-26 14:12:08', '2025-03-26 14:13:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969688503010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A03-37-04', '1742969714327010000', '2025-03-26 14:14:49', '2025-03-26 14:16:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969820450010000', 1, 4, 1, 'ASRS-1023', 'P3', 'A03-38-03', '1742969846311010000', '2025-03-26 14:17:00', '2025-03-26 14:18:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742969870545010000', 1, 4, 1, 'ASRS-0270', 'P3', 'A03-40-01', '1742969896406010000', '2025-03-26 14:17:51', '2025-03-26 14:19:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970071172010000', 1, 4, 1, 'ASRS-0545', 'P3', 'A03-31-10', '1742970097106010000', '2025-03-26 14:21:11', '2025-03-26 14:22:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970093807010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A03-37-04', '1742970119620010000', '2025-03-26 14:21:34', '2025-03-26 14:23:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970112579010000', 1, 4, 1, 'ASRS-1528', 'P3', 'A02-39-05', '1742970138825010000', '2025-03-26 14:21:53', '2025-03-26 14:47:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970123417010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A04-30-11', '1742970149330010000', '2025-03-26 14:22:03', '2025-03-26 14:23:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970138515010000', 1, 4, 1, 'ASRS-0342', 'P3', 'A04-31-10', '1742970164309010000', '2025-03-26 14:22:19', '2025-03-26 14:24:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970150136010000', 1, 4, 1, 'ASRS-0525', 'P3', 'A02-41-03', '1742970176015010000', '2025-03-26 14:22:30', '2025-03-26 14:48:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970504671010000', 1, 4, 1, 'ASRS-0351', 'P3', 'A04-38-01', '1742970530619010000', '2025-03-26 14:28:25', '2025-03-26 14:30:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970526992010000', 1, 4, 1, 'ASRS-1907', 'P3', 'A03-36-04', '1742970552812010000', '2025-03-26 14:28:47', '2025-03-26 14:31:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970555362010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A03-32-09', '1742970581322010000', '2025-03-26 14:29:15', '2025-03-26 14:32:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970591254010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-35-05', '1742970617032010000', '2025-03-26 14:29:51', '2025-03-26 14:33:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970611633010000', 1, 4, 1, 'ASRS-1899', 'P3', 'A04-32-09', '1742970637429010000', '2025-03-26 14:30:12', '2025-03-26 14:35:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970630942010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A02-38-02', '1742970656632010000', '2025-03-26 14:30:31', '2025-03-26 14:51:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970642183010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A03-35-06', '1742970668035010000', '2025-03-26 14:30:42', '2025-03-26 14:36:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970669045010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-41-01', '1742970694714010000', '2025-03-26 14:31:09', '2025-03-26 14:49:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970719625010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A04-33-08', '1742970745418010000', '2025-03-26 14:32:00', '2025-03-26 14:37:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970731486010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A04-34-07', '1742970757434010000', '2025-03-26 14:32:11', '2025-03-26 14:37:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970860373010000', 1, 4, 1, 'ASRS-1189', 'P3', 'A04-38-02', '1742970886119010000', '2025-03-26 14:34:20', '2025-03-26 14:39:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970882084010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A03-32-09', '1742970908036010000', '2025-03-26 14:34:42', '2025-03-26 14:39:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970902176010000', 1, 4, 1, 'ASRS-0521', 'P3', 'A04-35-06', '1742970928123010000', '2025-03-26 14:35:02', '2025-03-26 14:40:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742970922118010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A02-39-01', '1742970947933010000', '2025-03-26 14:35:22', '2025-03-26 14:50:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742971028485010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-32-08', '1742971054118010000', '2025-03-26 14:37:08', '2025-03-26 14:41:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742971180117010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A04-33-08', '1742971205936010000', '2025-03-26 14:39:40', '2025-03-26 14:42:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972039107010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-41-01', '1742972064842010000', '2025-03-26 14:53:59', '2025-03-26 14:55:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972184272010000', 1, 4, 1, 'ASRS-0335', 'P3', 'A01-33-10', '1742972210043010000', '2025-03-26 14:56:24', '2025-03-26 14:57:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972203541010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A03-35-05', '1742972229541010000', '2025-03-26 14:56:44', '2025-03-26 14:57:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972226323010000', 1, 4, 1, 'ASRS-0244', 'P3', 'A02-34-09', '1742972252029010000', '2025-03-26 14:57:06', '2025-03-26 14:58:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972251859010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A01-42-02', '1742972277547010000', '2025-03-26 14:57:32', '2025-03-26 14:59:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972267262010000', 1, 4, 1, 'ASRS-0284', 'P3', 'A03-34-07', '1742972293130010000', '2025-03-26 14:57:47', '2025-03-26 14:59:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972289443010000', 1, 4, 1, 'asrs-1443', 'P3', 'A02-37-07', '1742972315349010000', '2025-03-26 14:58:09', '2025-03-26 15:22:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972485029010000', 1, 4, 1, 'ASRS-0349', 'P3', 'A04-31-09', '1742972510959010000', '2025-03-26 15:01:25', '2025-03-26 15:02:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972514279010000', 1, 4, 1, 'ASRS-1713', 'P3', 'A02-38-06', '1742972540051010000', '2025-03-26 15:01:54', '2025-03-26 15:23:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972528866010000', 1, 4, 1, 'ASRS-1249', 'P3', 'A03-36-05', '1742972554745010000', '2025-03-26 15:02:09', '2025-03-26 15:03:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972547921010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A03-37-04', '1742972573928010000', '2025-03-26 15:02:28', '2025-03-26 15:04:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972672497010000', 1, 4, 1, 'ASRS-1030', 'P3', 'A03-30-11', '1742972698462010000', '2025-03-26 15:04:32', '2025-03-26 15:06:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972825384010000', 1, 4, 1, 'ASRS-0545', 'P3', 'A03-35-05', '1742972851134010000', '2025-03-26 15:07:05', '2025-03-26 15:09:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972861264010000', 1, 4, 1, 'ASRS-1528', 'P3', 'A03-31-10', '1742972887139010000', '2025-03-26 15:07:41', '2025-03-26 15:09:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972882792010000', 1, 4, 1, 'ASRS-0525', 'P3', 'A02-39-05', '1742972908751010000', '2025-03-26 15:08:03', '2025-03-26 15:24:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972909307010000', 1, 4, 1, 'ASRS-1026', 'P3', 'A03-37-04', '1742972935136010000', '2025-03-26 15:08:29', '2025-03-26 15:10:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972928610010000', 1, 4, 1, 'ASRS-0342', 'P3', 'A04-30-11', '1742972954359010000', '2025-03-26 15:08:49', '2025-03-26 15:11:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742972958296010000', 1, 4, 1, 'ASRS-0385', 'P3', 'A02-41-03', '1742972984037010000', '2025-03-26 15:09:18', '2025-03-26 15:25:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974316339010000', 1, 4, 1, 'ASRS-1907', 'P3', 'A02-38-02', '1742974342149010000', '2025-03-26 15:31:56', '2025-03-26 15:33:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974354713010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A04-38-01', '1742974380577010000', '2025-03-26 15:32:35', '2025-03-26 15:34:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974380855010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A02-39-01', '1742974406652010000', '2025-03-26 15:33:01', '2025-03-26 15:34:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974415777010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A02-41-01', '1742974441750010000', '2025-03-26 15:33:36', '2025-03-26 15:35:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974431337010000', 1, 4, 1, 'ASRS-0351', 'P3', 'A03-36-04', '1742974457062010000', '2025-03-26 15:33:51', '2025-03-26 15:35:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974450770010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-34-11', '1742974476566010000', '2025-03-26 15:34:11', '2025-03-26 15:36:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974467328010000', 1, 4, 1, 'ASRS-1899', 'P3', 'A04-35-05', '1742974493363010000', '2025-03-26 15:34:27', '2025-03-26 15:36:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974546539010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-35-10', '1742974572264010000', '2025-03-26 15:35:47', '2025-03-26 15:37:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974641507010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A01-37-08', '1742974667352010000', '2025-03-26 15:37:22', '2025-03-26 15:38:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1742974776879010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A01-38-07', '1742974802960010000', '2025-03-26 15:39:37', '2025-03-26 15:41:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038371989010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A02-41-01', '1743038415661010000', '2025-03-27 09:19:32', '2025-03-27 09:21:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038406136010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A04-32-08', '1743038432155010000', '2025-03-27 09:20:06', '2025-03-27 09:21:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038417456010000', 1, 4, 1, 'ASRS-0521', 'P3', 'A01-34-11', '1743038443254010000', '2025-03-27 09:20:17', '2025-03-27 09:22:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038429008010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A04-38-02', '1743038454952010000', '2025-03-27 09:20:29', '2025-03-27 09:22:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038450151010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-37-08', '1743038475955010000', '2025-03-27 09:20:50', '2025-03-27 09:22:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038460917010000', 1, 4, 1, 'ASRS-1189', 'P3', 'A03-32-09', '1743038486737010000', '2025-03-27 09:21:01', '2025-03-27 09:23:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038481218010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A01-39-06', '1743038506840010000', '2025-03-27 09:21:21', '2025-03-27 09:24:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038687410010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A01-34-11', '1743038713257010000', '2025-03-27 09:24:47', '2025-03-27 09:26:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743038700657010000', 1, 4, 1, 'ASRS-0521', 'P3', 'A04-32-08', '1743038727359010000', '2025-03-27 09:25:01', '2025-03-27 09:26:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743125106638010000', 1, 4, 1, 'ASRS-0271', 'P2', 'A03-31-04', '1743125127424010000', '2025-03-28 09:25:07', '2025-03-28 09:26:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743125142052010000', 1, 4, 1, 'ASRS-0299', 'P2', 'A02-34-11', '1743125162512010000', '2025-03-28 09:25:42', '2025-03-28 09:27:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743125169604010000', 1, 4, 1, 'ASRS-0297', 'P2', 'A03-32-03', '1743125190425010000', '2025-03-28 09:26:10', '2025-03-28 09:27:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743125176684010000', 1, 4, 1, 'ASRS-0250', 'P2', 'A02-35-10', '1743125197324010000', '2025-03-28 09:26:17', '2025-03-28 09:28:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743133974497010000', 1, 4, 1, 'ASRS-1528', 'P2', 'A01-38-07', '1743133995170010000', '2025-03-28 11:52:54', '2025-03-28 11:54:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743134546265010000', 1, 4, 1, 'ASRS-1268', 'P2', 'A01-37-09', '1743134566686010000', '2025-03-28 12:02:26', '2025-03-28 12:04:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743135433001010000', 1, 4, 1, 'ASRS-1528', 'P2', 'A01-38-07', '1743135453785010000', '2025-03-28 12:17:13', '2025-03-28 12:18:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220279796010000', 1, 4, 1, 'ASRS-0350', 'P2', 'A01-34-06', '1743220300291010000', '2025-03-29 11:51:20', '2025-03-29 11:52:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220511492010000', 1, 4, 1, 'ASRS-1436', 'P2', 'A02-37-03', '1743220532775010000', '2025-03-29 11:55:11', '2025-03-29 11:56:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220821066010000', 1, 4, 1, 'ASRS-0313', 'P2', 'A01-34-11', '1743220841745010000', '2025-03-29 12:00:21', '2025-03-29 12:01:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220903043010000', 1, 4, 1, 'ASRS-0332', 'P2', 'A01-35-10', '1743220923643010000', '2025-03-29 12:01:43', '2025-03-29 12:03:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220943460010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A01-39-06', '1743220974350010000', '2025-03-29 12:02:23', '2025-03-29 12:04:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220949504010000', 1, 4, 1, 'ASRS-0388', 'P2', 'A04-32-03', '1743220970142010000', '2025-03-29 12:02:30', '2025-03-29 12:03:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743220981431010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-42-03', '1743221007055010000', '2025-03-29 12:03:01', '2025-03-29 12:05:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221113131010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-31-05', '1743221138755010000', '2025-03-29 12:05:13', '2025-03-29 12:06:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221166087010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A02-41-01', '1743221204451010000', '2025-03-29 12:06:06', '2025-03-29 12:07:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221359568010000', 1, 4, 1, 'ASRS-0305', 'P2', 'A01-32-11', '1743221380254010000', '2025-03-29 12:09:20', '2025-03-29 12:10:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221397866010000', 1, 4, 1, 'ASRS-0324', 'P2', 'A04-29-10', '1743221418661010000', '2025-03-29 12:09:58', '2025-03-29 12:11:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221434329010000', 1, 4, 1, 'ASRS-0340', 'P2', 'A01-37-08', '1743221454943010000', '2025-03-29 12:10:34', '2025-03-29 12:11:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221571373010000', 1, 4, 1, 'ASRS-1027', 'P2', 'A01-39-08', '1743221592045010000', '2025-03-29 12:12:51', '2025-03-29 12:14:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221619281010000', 1, 4, 1, 'ASRS-1529', 'P2', 'A04-30-09', '1743221639748010000', '2025-03-29 12:13:39', '2025-03-29 12:14:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221688931010000', 1, 4, 1, 'ASRS-1032', 'P2', 'A01-40-07', '1743221709656010000', '2025-03-29 12:14:49', '2025-03-29 12:16:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743221940012010000', 1, 4, 1, 'ASRS-0306', 'P2', 'A01-29-07', '1743221960752010000', '2025-03-29 12:19:00', '2025-03-29 12:20:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743222000918010000', 1, 4, 1, 'ASRS-0333', 'P2', 'A03-32-08', '1743222021644010000', '2025-03-29 12:20:01', '2025-03-29 12:21:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743222158111010000', 1, 4, 1, 'ASRS-1902', 'P2', 'A01-31-08', '1743222178547010000', '2025-03-29 12:22:38', '2025-03-29 12:23:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743222206856010000', 1, 4, 1, 'ASRS-1221', 'P2', 'A03-37-03', '1743222227446010000', '2025-03-29 12:23:27', '2025-03-29 12:24:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743222241808010000', 1, 4, 1, 'ASRS-1526', 'P2', 'A01-36-03', '1743222263412010000', '2025-03-29 12:24:02', '2025-03-29 12:25:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743222332400010000', 1, 4, 1, 'ASRS-0528', 'P2', 'A01-39-02', '1743222352851010000', '2025-03-29 12:25:32', '2025-03-29 12:26:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743225639419010000', 1, 4, 1, 'ASRS-0551', 'P2', 'A02-33-10', '1743225700163010000', '2025-03-29 13:20:39', '2025-03-29 13:22:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743225872145010000', 1, 4, 1, 'ASRS-0551', 'P2', 'A02-33-10', '1743225892728010000', '2025-03-29 13:24:32', '2025-03-29 13:26:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743225939582010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A04-34-06', '1743225965314010000', '2025-03-29 13:25:40', '2025-03-29 13:27:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226010068010000', 1, 4, 1, 'ASRS-0519', 'P2', 'A01-35-04', '1743226030722010000', '2025-03-29 13:26:50', '2025-03-29 13:29:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226053204010000', 1, 4, 1, 'ASRS-1025', 'P2', 'A03-29-06', '1743226073617010000', '2025-03-29 13:27:33', '2025-03-29 13:28:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226144022010000', 1, 4, 1, 'ASRS-1034', 'P2', 'A01-34-06', '1743226164515010000', '2025-03-29 13:29:04', '2025-03-29 13:30:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226177583010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A03-29-06', '1743226203515010000', '2025-03-29 13:29:38', '2025-03-29 13:30:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226235686010000', 1, 4, 1, 'ASRS-1025', 'P2', 'A02-37-03', '1743226256336010000', '2025-03-29 13:30:36', '2025-03-29 13:32:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226243157010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-37-03', '1743226270127010000', '2025-03-29 13:30:43', '2025-03-29 13:32:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226312287010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-42-02', '1743226338223010000', '2025-03-29 13:31:52', '2025-03-29 13:33:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226477249010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A02-42-02', '1743226502917010000', '2025-03-29 13:34:37', '2025-03-29 13:36:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226520863010000', 1, 4, 1, 'ASRS-1031', 'P2', 'A04-31-04', '1743226541334010000', '2025-03-29 13:35:21', '2025-03-29 13:36:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226597721010000', 1, 4, 1, 'ASRS-0316', 'P2', 'A01-32-11', '1743226618435010000', '2025-03-29 13:36:38', '2025-03-29 13:38:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226669600010000', 1, 4, 1, 'ASRS-0338', 'P2', 'A04-29-10', '1743226690116010000', '2025-03-29 13:37:50', '2025-03-29 13:39:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226708208010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A02-40-04', '1743226735424010000', '2025-03-29 13:38:28', '2025-03-29 13:41:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226762233010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-30-09', '1743226787917010000', '2025-03-29 13:39:22', '2025-03-29 13:40:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226801586010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A01-42-02', '1743226827233010000', '2025-03-29 13:40:02', '2025-03-29 13:42:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226831127010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-38-01', '1743226856924010000', '2025-03-29 13:40:31', '2025-03-29 13:41:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226902735010000', 1, 4, 1, 'ASRS-0501', 'P2', 'A04-38-02', '1743226923241010000', '2025-03-29 13:41:43', '2025-03-29 13:43:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226911163010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A02-33-10', '1743226937021010000', '2025-03-29 13:41:51', '2025-03-29 13:43:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226944737010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A04-39-01', '1743226983223010000', '2025-03-29 13:42:25', '2025-03-29 13:44:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226980761010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A03-33-08', '1743227049535010000', '2025-03-29 13:43:01', '2025-03-29 13:45:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743226989384010000', 1, 4, 1, 'ASRS-0337', 'P2', 'A01-36-09', '1743227023728010000', '2025-03-29 13:43:09', '2025-03-29 13:44:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227103961010000', 1, 4, 1, 'ASRS-0551', 'P3', 'A02-32-09', '1743227129620010000', '2025-03-29 13:45:04', '2025-03-29 13:46:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227305233010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A03-31-06', '1743227330943010000', '2025-03-29 13:48:25', '2025-03-29 13:49:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227361346010000', 1, 4, 1, 'ASRS-0522', 'P2', 'A01-41-03', '1743227381929010000', '2025-03-29 13:49:21', '2025-03-29 13:50:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227373154010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A03-34-08', '1743227399025010000', '2025-03-29 13:49:33', '2025-03-29 13:50:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227394834010000', 1, 4, 1, 'ASRS-1524', 'P2', 'A01-37-08', '1743227415527010000', '2025-03-29 13:49:55', '2025-03-29 13:52:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227470036010000', 1, 4, 1, 'ASRS-1268', 'P3', 'A03-38-04', '1743227495935010000', '2025-03-29 13:51:10', '2025-03-29 13:52:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227639117010000', 1, 4, 1, 'ASRS-1268', 'P3', 'A02-32-11', '1743227664843010000', '2025-03-29 13:53:59', '2025-03-29 13:55:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743227706208010000', 1, 4, 1, 'ASRS-1088', 'P2', 'A01-31-08', '1743227726645010000', '2025-03-29 13:55:06', '2025-03-29 13:56:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228229790010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A01-35-04', '1743228255543010000', '2025-03-29 14:03:50', '2025-03-29 14:05:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228305934010000', 1, 4, 1, 'ASRS-0315', 'P2', 'A01-34-06', '1743228326951010000', '2025-03-29 14:05:06', '2025-03-29 14:06:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228339814010000', 1, 4, 1, 'ASRS-0332', 'P2', 'A04-32-03', '1743228361162010000', '2025-03-29 14:05:40', '2025-03-29 14:06:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228376544010000', 1, 4, 1, 'ASRS-0388', 'P2', 'A01-39-02', '1743228397153010000', '2025-03-29 14:06:17', '2025-03-29 14:07:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228404288010000', 1, 4, 1, 'ASRS-0350', 'P2', 'A04-31-05', '1743228426559010000', '2025-03-29 14:06:44', '2025-03-29 14:08:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228447867010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A02-41-01', '1743228473637010000', '2025-03-29 14:07:28', '2025-03-29 14:09:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228475843010000', 1, 4, 1, 'ASRS-0334', 'P2', 'A04-31-08', '1743228496461010000', '2025-03-29 14:07:56', '2025-03-29 14:09:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228502287010000', 1, 4, 1, 'ASRS-0313', 'P2', 'A02-36-08', '1743228522837010000', '2025-03-29 14:08:22', '2025-03-29 14:09:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228527623010000', 1, 4, 1, 'ASRS-0304', 'P2', 'A02-42-02', '1743228548036010000', '2025-03-29 14:08:48', '2025-03-29 14:10:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228530371010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A03-37-03', '1743228556149010000', '2025-03-29 14:08:50', '2025-03-29 14:10:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228549575010000', 1, 4, 1, 'ASRS-0520', 'P2', 'A04-34-06', '1743228570234010000', '2025-03-29 14:09:10', '2025-03-29 14:11:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228560121010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A01-34-11', '1743228585838010000', '2025-03-29 14:09:20', '2025-03-29 14:12:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228604416010000', 1, 4, 1, 'ASRS-1436', 'P2', 'A04-37-03', '1743228625166010000', '2025-03-29 14:10:04', '2025-03-29 14:12:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228730293010000', 1, 4, 1, 'ASRS-0528', 'P3', 'A02-40-04', '1743228755958010000', '2025-03-29 14:12:10', '2025-03-29 14:13:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228768598010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A01-35-10', '1743228799445010000', '2025-03-29 14:12:49', '2025-03-29 14:15:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228774580010000', 1, 4, 1, 'ASRS-0305', 'P2', 'A04-30-09', '1743228795263010000', '2025-03-29 14:12:55', '2025-03-29 14:14:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228805302010000', 1, 4, 1, 'ASRS-0324', 'P2', 'A01-41-04', '1743228825858010000', '2025-03-29 14:13:25', '2025-03-29 14:17:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228809082010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A04-38-01', '1743228834849010000', '2025-03-29 14:13:29', '2025-03-29 14:15:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228835948010000', 1, 4, 1, 'ASRS-0340', 'P2', 'A03-33-08', '1743228856457010000', '2025-03-29 14:13:56', '2025-03-29 14:16:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228882069010000', 1, 4, 1, 'ASRS-1032', 'P2', 'A01-29-07', '1743228902658010000', '2025-03-29 14:14:42', '2025-03-29 14:18:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743228958907010000', 1, 4, 1, 'ASRS-1027', 'P2', 'A04-29-10', '1743228979445010000', '2025-03-29 14:15:59', '2025-03-29 14:17:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229002077010000', 1, 4, 1, 'ASRS-1529', 'P2', 'A01-32-11', '1743229022658010000', '2025-03-29 14:16:42', '2025-03-29 14:19:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229192775010000', 1, 4, 1, 'ASRS-1902', 'P2', 'A01-36-03', '1743229213454010000', '2025-03-29 14:19:53', '2025-03-29 14:21:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229223351010000', 1, 4, 1, 'ASRS-0333', 'P2', 'A03-32-08', '1743229244065010000', '2025-03-29 14:20:23', '2025-03-29 14:21:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229257727010000', 1, 4, 1, 'ASRS-1221', 'P2', 'A02-41-01', '1743229278244010000', '2025-03-29 14:20:58', '2025-03-29 14:22:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229313285010000', 1, 4, 1, 'ASRS-1526', 'P2', 'A03-37-03', '1743229333744010000', '2025-03-29 14:21:53', '2025-03-29 14:23:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229440296010000', 1, 4, 1, 'ASRS-0528', 'P2', 'A02-32-09', '1743229460950010000', '2025-03-29 14:24:00', '2025-03-29 14:25:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229485070010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A03-38-04', '1743229511060010000', '2025-03-29 14:24:45', '2025-03-29 14:26:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229554233010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A02-33-10', '1743229582464010000', '2025-03-29 14:25:54', '2025-03-29 14:27:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229565739010000', 1, 4, 1, 'ASRS-0306', 'P2', 'A03-39-03', '1743229586645010000', '2025-03-29 14:26:06', '2025-03-29 14:27:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229723025010000', 1, 4, 1, 'ASRS-0519', 'P2', 'A02-40-04', '1743229743557010000', '2025-03-29 14:28:43', '2025-03-29 14:29:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229778263010000', 1, 4, 1, 'ASRS-1034', 'P2', 'A01-34-11', '1743229799063010000', '2025-03-29 14:29:38', '2025-03-29 14:32:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229922251010000', 1, 4, 1, 'ASRS-1031', 'P2', 'A02-33-10', '1743229942758010000', '2025-03-29 14:32:02', '2025-03-29 14:33:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229953752010000', 1, 4, 1, 'ASRS-0316', 'P2', 'A03-38-04', '1743229974255010000', '2025-03-29 14:32:34', '2025-03-29 14:33:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229970015010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A01-35-10', '1743229995866010000', '2025-03-29 14:32:50', '2025-03-29 14:34:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743229993529010000', 1, 4, 1, 'ASRS-0338', 'P2', 'A01-42-03', '1743230014144010000', '2025-03-29 14:33:14', '2025-03-29 14:35:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230157191010000', 1, 4, 1, 'ASRS-0331', 'P2', 'A02-37-08', '1743230177673010000', '2025-03-29 14:35:57', '2025-03-29 14:37:28', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230349490010000', 1, 4, 1, 'ASRS-0501', 'P2', 'A01-36-09', '1743230369964010000', '2025-03-29 14:39:09', '2025-03-29 14:40:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230393492010000', 1, 4, 1, 'ASRS-0337', 'P2', 'A04-31-04', '1743230414063010000', '2025-03-29 14:39:53', '2025-03-29 14:41:02', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230539654010000', 1, 4, 1, 'ASRS-1524', 'P2', 'A01-41-03', '1743230560154010000', '2025-03-29 14:42:20', '2025-03-29 14:43:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230594491010000', 1, 4, 1, 'ASRS-0522', 'P2', 'A01-37-08', '1743230615071010000', '2025-03-29 14:43:14', '2025-03-29 14:44:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230745733010000', 1, 4, 1, 'ASRS-1088', 'P2', 'A01-31-08', '1743230766257010000', '2025-03-29 14:45:46', '2025-03-29 14:47:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743230984327010000', 1, 4, 1, 'ASRS-0315', 'P2', 'A01-34-06', '1743231005051010000', '2025-03-29 14:49:44', '2025-03-29 14:51:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231004135010000', 1, 4, 1, 'ASRS-0332', 'P2', 'A03-31-04', '1743231024874010000', '2025-03-29 14:50:04', '2025-03-29 14:51:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231036916010000', 1, 4, 1, 'ASRS-0313', 'P2', 'A02-36-08', '1743231057561010000', '2025-03-29 14:50:37', '2025-03-29 14:52:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231052339010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A02-42-02', '1743231081573010000', '2025-03-29 14:50:52', '2025-03-29 14:53:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231056767010000', 1, 4, 1, 'ASRS-0520', 'P2', 'A04-32-03', '1743231077372010000', '2025-03-29 14:50:57', '2025-03-29 14:52:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231090558010000', 1, 4, 1, 'ASRS-0304', 'P2', 'A04-31-05', '1743231111268010000', '2025-03-29 14:51:31', '2025-03-29 14:53:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231146968010000', 1, 4, 1, 'ASRS-0334', 'P2', 'A01-39-02', '1743231167671010000', '2025-03-29 14:52:27', '2025-03-29 14:54:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231166616010000', 1, 4, 1, 'ASRS-0350', 'P2', 'A04-31-08', '1743231187154010000', '2025-03-29 14:52:47', '2025-03-29 14:54:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231199266010000', 1, 4, 1, 'ASRS-1436', 'P2', 'A02-36-09', '1743231219873010000', '2025-03-29 14:53:19', '2025-03-29 14:56:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231232272010000', 1, 4, 1, 'ASRS-0388', 'P2', 'A03-35-04', '1743231252859010000', '2025-03-29 14:53:52', '2025-03-29 14:55:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231367706010000', 1, 4, 1, 'ASRS-0305', 'P2', 'A01-41-04', '1743231388476010000', '2025-03-29 14:56:08', '2025-03-29 14:57:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231385617010000', 1, 4, 1, 'ASRS-0324', 'P2', 'A04-30-09', '1743231406159010000', '2025-03-29 14:56:26', '2025-03-29 14:57:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231446912010000', 1, 4, 1, 'ASRS-0340', 'P2', 'A01-29-07', '1743231467361010000', '2025-03-29 14:57:27', '2025-03-29 14:58:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231518421010000', 1, 4, 1, 'ASRS-1032', 'P2', 'A01-32-11', '1743231539080010000', '2025-03-29 14:58:38', '2025-03-29 15:00:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231550404010000', 1, 4, 1, 'ASRS-1027', 'P2', 'A04-29-10', '1743231571160010000', '2025-03-29 14:59:10', '2025-03-29 15:01:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231573443010000', 1, 4, 1, 'ASRS-1529', 'P2', 'A01-37-09', '1743231594288010000', '2025-03-29 14:59:33', '2025-03-29 15:01:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231683092010000', 1, 4, 1, 'ASRS-0306', 'P2', 'A01-36-03', '1743231703775010000', '2025-03-29 15:01:23', '2025-03-29 15:02:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231732659010000', 1, 4, 1, 'ASRS-1902', 'P2', 'A03-32-08', '1743231753285010000', '2025-03-29 15:02:13', '2025-03-29 15:03:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231780390010000', 1, 4, 1, 'ASRS-0333', 'P2', 'A02-41-01', '1743231800975010000', '2025-03-29 15:03:00', '2025-03-29 15:05:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231834644010000', 1, 4, 1, 'ASRS-1221', 'P2', 'A03-37-03', '1743231855285010000', '2025-03-29 15:03:55', '2025-03-29 15:05:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231849036010000', 1, 4, 1, 'ASRS-1526', 'P2', 'A02-32-09', '1743231869672010000', '2025-03-29 15:04:09', '2025-03-29 15:05:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231912389010000', 1, 4, 1, 'ASRS-0528', 'P2', 'A04-34-06', '1743231932960010000', '2025-03-29 15:05:12', '2025-03-29 15:06:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231930132010000', 1, 4, 1, 'ASRS-0331', 'P2', 'A02-37-08', '1743231950664010000', '2025-03-29 15:05:30', '2025-03-29 15:07:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743231957844010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-38-08', '1743231983665010000', '2025-03-29 15:05:58', '2025-03-29 15:08:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232062271010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A04-37-03', '1743232090778010000', '2025-03-29 15:07:42', '2025-03-29 15:09:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232073744010000', 1, 4, 1, 'ASRS-0519', 'P2', 'A02-40-04', '1743232094982010000', '2025-03-29 15:07:54', '2025-03-29 15:09:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232140311010000', 1, 4, 1, 'ASRS-1034', 'P2', 'A04-38-02', '1743232160961010000', '2025-03-29 15:09:00', '2025-03-29 15:11:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232249542010000', 1, 4, 1, 'ASRS-0316', 'P2', 'A02-33-10', '1743232270203010000', '2025-03-29 15:10:50', '2025-03-29 15:12:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232334511010000', 1, 4, 1, 'ASRS-1031', 'P2', 'A04-31-08', '1743232355072010000', '2025-03-29 15:12:15', '2025-03-29 15:13:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232397767010000', 1, 4, 1, 'ASRS-0338', 'P2', 'A02-42-02', '1743232418385010000', '2025-03-29 15:13:18', '2025-03-29 15:14:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232442077010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A04-31-04', '1743232467879010000', '2025-03-29 15:14:02', '2025-03-29 15:15:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232519606010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-34-11', '1743232545278010000', '2025-03-29 15:15:20', '2025-03-29 15:16:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232566033010000', 1, 4, 1, 'ASRS-0501', 'P2', 'A04-37-03', '1743232586663010000', '2025-03-29 15:16:06', '2025-03-29 15:17:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232573854010000', 1, 4, 1, 'ASRS-0337', 'P2', 'A01-36-09', '1743232594467010000', '2025-03-29 15:16:14', '2025-03-29 15:18:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232691055010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-41-03', '1743232716871010000', '2025-03-29 15:18:11', '2025-03-29 15:19:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232724309010000', 1, 4, 1, 'ASRS-1524', 'P2', 'A03-33-08', '1743232744785010000', '2025-03-29 15:18:44', '2025-03-29 15:20:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232816321010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-37-08', '1743232842289010000', '2025-03-29 15:20:16', '2025-03-29 15:22:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232837900010000', 1, 4, 1, 'ASRS-0522', 'P2', 'A03-38-04', '1743232858501010000', '2025-03-29 15:20:38', '2025-03-29 15:21:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743232974590010000', 1, 4, 1, 'ASRS-1088', 'P2', 'A01-31-08', '1743232994972010000', '2025-03-29 15:22:55', '2025-03-29 15:24:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P2', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743233130944010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A01-34-11', '1743233156672010000', '2025-03-29 15:25:31', '2025-03-29 15:27:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743233150080010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-31-04', '1743233175894010000', '2025-03-29 15:25:50', '2025-03-29 15:27:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743233280760010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-41-03', '1743233306675010000', '2025-03-29 15:28:01', '2025-03-29 15:29:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743233343627010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-37-08', '1743233369389010000', '2025-03-29 15:29:04', '2025-03-29 15:30:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743384044566010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-34-11', '1743384070283010000', '2025-03-31 09:20:45', '2025-03-31 09:22:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743384119164010000', 1, 4, 1, 'ASRS-0271', 'P3', 'A01-42-03', '1743384144954010000', '2025-03-31 09:21:59', '2025-03-31 09:23:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743384350693010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-41-03', '1743384376576010000', '2025-03-31 09:25:51', '2025-03-31 09:27:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743384442904010000', 1, 4, 1, 'ASRS-0386', 'P3', 'A01-37-08', '1743384468657010000', '2025-03-31 09:27:23', '2025-03-31 09:29:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743384785077010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-34-11', '1743384810973010000', '2025-03-31 09:33:05', '2025-03-31 09:34:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743384910962010000', 1, 4, 1, 'ASRS-1531', 'P3', 'A01-41-03', '1743384936664010000', '2025-03-31 09:35:11', '2025-03-31 09:36:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395256030010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-34-06', '1743395281960010000', '2025-03-31 12:27:36', '2025-03-31 12:29:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395287560010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-31-04', '1743395313442010000', '2025-03-31 12:28:08', '2025-03-31 12:29:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395321910010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A01-39-02', '1743395347643010000', '2025-03-31 12:28:42', '2025-03-31 12:30:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395356726010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A04-31-04', '1743395382459010000', '2025-03-31 12:29:17', '2025-03-31 12:30:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395383855010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A02-36-08', '1743395409743010000', '2025-03-31 12:29:44', '2025-03-31 12:31:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395404296010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A04-32-03', '1743395430145010000', '2025-03-31 12:30:04', '2025-03-31 12:31:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395700889010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-39-06', '1743395726560010000', '2025-03-31 12:35:01', '2025-03-31 12:36:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395748804010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-31-05', '1743395774582010000', '2025-03-31 12:35:49', '2025-03-31 12:37:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395885926010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A01-34-11', '1743395911660010000', '2025-03-31 12:38:06', '2025-03-31 12:39:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395919105010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-29-06', '1743395944655010000', '2025-03-31 12:38:39', '2025-03-31 12:39:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743395957223010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-36-09', '1743395983037010000', '2025-03-31 12:39:17', '2025-03-31 12:40:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396030148010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A01-38-08', '1743396055972010000', '2025-03-31 12:40:30', '2025-03-31 12:42:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396135575010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A01-41-04', '1743396161558010000', '2025-03-31 12:42:16', '2025-03-31 12:43:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396157577010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A03-35-04', '1743396183458010000', '2025-03-31 12:42:38', '2025-03-31 12:43:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396205558010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A01-29-07', '1743396231456010000', '2025-03-31 12:43:26', '2025-03-31 12:44:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396234852010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-29-10', '1743396260590010000', '2025-03-31 12:43:55', '2025-03-31 12:45:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396348901010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A01-42-02', '1743396374542010000', '2025-03-31 12:45:49', '2025-03-31 12:47:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396406555010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-30-09', '1743396432442010000', '2025-03-31 12:46:47', '2025-03-31 12:48:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396482188010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A02-36-09', '1743396508046010000', '2025-03-31 12:48:02', '2025-03-31 12:49:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396542944010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A02-37-08', '1743396568679010000', '2025-03-31 12:49:03', '2025-03-31 12:50:42', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396664518010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A02-32-11', '1743396690443010000', '2025-03-31 12:51:05', '2025-03-31 12:52:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396731368010000', 1, 4, 1, 'ASRS-1268', 'P3', 'A01-37-09', '1743396757077010000', '2025-03-31 12:52:11', '2025-03-31 12:54:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396764936010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A03-31-06', '1743396790962010000', '2025-03-31 12:52:45', '2025-03-31 12:54:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396928639010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A01-35-04', '1743396954458010000', '2025-03-31 12:55:29', '2025-03-31 12:56:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743396947205010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A03-32-08', '1743396973649010000', '2025-03-31 12:55:47', '2025-03-31 12:57:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397002496010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A02-40-04', '1743397028255010000', '2025-03-31 12:56:42', '2025-03-31 12:58:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397025289010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A04-38-01', '1743397051059010000', '2025-03-31 12:57:05', '2025-03-31 12:58:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397138425010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A01-39-08', '1743397164149010000', '2025-03-31 12:58:58', '2025-03-31 13:00:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397233291010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A01-40-07', '1743397258948010000', '2025-03-31 13:00:33', '2025-03-31 13:02:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397752311010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A02-42-02', '1743397778289010000', '2025-03-31 13:09:12', '2025-03-31 13:10:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397781721010001', 1, 4, 1, 'ASRS-0316', 'P3', 'A04-34-06', '1743397807375010000', '2025-03-31 13:09:42', '2025-03-31 13:11:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397808310010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-41-06', '1743397834363010000', '2025-03-31 13:10:08', '2025-03-31 13:12:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743397980725010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A02-33-10', '1743398006557010000', '2025-03-31 13:13:01', '2025-03-31 13:14:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398117516010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-42-05', '1743398143362010000', '2025-03-31 13:15:18', '2025-03-31 13:17:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398245429010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A01-35-10', '1743398271182010000', '2025-03-31 13:17:25', '2025-03-31 13:18:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398580765010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-34-06', '1743398606583010000', '2025-03-31 13:23:01', '2025-03-31 13:24:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398616640010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-31-04', '1743398642575010000', '2025-03-31 13:23:37', '2025-03-31 13:25:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398635715010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A01-39-02', '1743398662074010000', '2025-03-31 13:23:56', '2025-03-31 13:26:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398646808010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A04-31-04', '1743398672584010000', '2025-03-31 13:24:07', '2025-03-31 13:26:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398696518010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A02-36-08', '1743398722382010000', '2025-03-31 13:24:57', '2025-03-31 13:26:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398713075010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A04-32-03', '1743398738866010000', '2025-03-31 13:25:13', '2025-03-31 13:26:50', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398791518010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A01-39-06', '1743398817485010000', '2025-03-31 13:26:32', '2025-03-31 13:28:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398803914010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A04-31-05', '1743398831286010000', '2025-03-31 13:26:44', '2025-03-31 13:28:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398942073010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-34-11', '1743398967769010000', '2025-03-31 13:29:02', '2025-03-31 13:30:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398967753010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A03-29-06', '1743398993581010000', '2025-03-31 13:29:28', '2025-03-31 13:30:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743398987428010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-38-08', '1743399013087010000', '2025-03-31 13:29:47', '2025-03-31 13:31:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399019553010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A04-30-09', '1743399045491010000', '2025-03-31 13:30:20', '2025-03-31 13:31:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399120569010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A01-41-04', '1743399146571010000', '2025-03-31 13:32:01', '2025-03-31 13:34:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399137363010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A03-35-04', '1743399163087010000', '2025-03-31 13:32:17', '2025-03-31 13:33:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399205195010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-29-10', '1743399230871010000', '2025-03-31 13:33:25', '2025-03-31 13:34:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399312570010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A01-29-07', '1743399338568010000', '2025-03-31 13:35:13', '2025-03-31 13:36:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399328073010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A04-31-08', '1743399353896010000', '2025-03-31 13:35:28', '2025-03-31 13:36:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399349827010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-42-02', '1743399375475010000', '2025-03-31 13:35:50', '2025-03-31 13:37:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399415050010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A04-38-02', '1743399440887010000', '2025-03-31 13:36:55', '2025-03-31 13:38:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399489555010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A02-36-09', '1743399515274010000', '2025-03-31 13:38:10', '2025-03-31 13:39:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399591433010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A02-32-11', '1743399617574010000', '2025-03-31 13:39:51', '2025-03-31 13:41:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399600785010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A03-31-06', '1743399626575010000', '2025-03-31 13:40:01', '2025-03-31 13:41:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399680174010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A02-37-08', '1743399706076010000', '2025-03-31 13:41:20', '2025-03-31 13:42:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399724590010000', 1, 4, 1, 'ASRS-1268', 'P3', 'A03-32-08', '1743399750163010000', '2025-03-31 13:42:05', '2025-03-31 13:43:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399799973010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A01-35-04', '1743399825774010000', '2025-03-31 13:43:20', '2025-03-31 13:45:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399819303010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A04-38-01', '1743399844999010000', '2025-03-31 13:43:39', '2025-03-31 13:45:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399845725010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A02-40-04', '1743399871686010000', '2025-03-31 13:44:06', '2025-03-31 13:46:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399868927010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A03-37-03', '1743399894762010000', '2025-03-31 13:44:29', '2025-03-31 13:45:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743399928010010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A04-39-01', '1743399953879010000', '2025-03-31 13:45:28', '2025-03-31 13:46:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400001844010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A01-37-09', '1743400027669010000', '2025-03-31 13:46:42', '2025-03-31 13:48:01', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400095091010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A02-33-10', '1743400120962010000', '2025-03-31 13:48:15', '2025-03-31 13:49:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400206562010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A02-42-02', '1743400232291010000', '2025-03-31 13:50:07', '2025-03-31 13:51:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400220484010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A04-34-06', '1743400246378010000', '2025-03-31 13:50:20', '2025-03-31 13:51:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400295341010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-38-08', '1743400321059010000', '2025-03-31 13:51:35', '2025-03-31 13:53:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400403022010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-39-08', '1743400428758010000', '2025-03-31 13:53:23', '2025-03-31 13:54:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400515570010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A01-35-10', '1743400541560010000', '2025-03-31 13:55:16', '2025-03-31 13:56:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400716843010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-34-06', '1743400742583010000', '2025-03-31 13:58:37', '2025-03-31 14:00:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400731446010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A03-31-04', '1743400757280010000', '2025-03-31 13:58:51', '2025-03-31 14:00:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400748349010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A01-39-02', '1743400774075010000', '2025-03-31 13:59:08', '2025-03-31 14:01:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400764182010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A04-31-04', '1743400789980010000', '2025-03-31 13:59:24', '2025-03-31 14:01:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400794753010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A02-36-08', '1743400820564010000', '2025-03-31 13:59:55', '2025-03-31 14:02:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400816886010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A04-32-03', '1743400842811010000', '2025-03-31 14:00:17', '2025-03-31 14:02:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400843612010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-39-06', '1743400869461010000', '2025-03-31 14:00:44', '2025-03-31 14:03:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743400905095010001', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-31-05', '1743400930983010000', '2025-03-31 14:01:45', '2025-03-31 14:03:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401020958010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A01-34-11', '1743401046778010000', '2025-03-31 14:03:41', '2025-03-31 14:05:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401041719010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A03-29-06', '1743401067481010000', '2025-03-31 14:04:02', '2025-03-31 14:05:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401110231010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A01-42-02', '1743401136183010000', '2025-03-31 14:05:10', '2025-03-31 14:07:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401134063010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-30-09', '1743401159867010000', '2025-03-31 14:05:34', '2025-03-31 14:06:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401261702010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A01-29-07', '1743401287381010000', '2025-03-31 14:07:42', '2025-03-31 14:09:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401275733010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A03-35-04', '1743401301764010000', '2025-03-31 14:07:56', '2025-03-31 14:09:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401303025010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A01-41-04', '1743401328783010000', '2025-03-31 14:08:23', '2025-03-31 14:10:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401319029010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A04-29-10', '1743401344967010000', '2025-03-31 14:08:39', '2025-03-31 14:10:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401360374010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A02-36-09', '1743401386077010000', '2025-03-31 14:09:20', '2025-03-31 14:11:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401377630010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A04-30-09', '1743401458966010000', '2025-03-31 14:09:38', '2025-03-31 14:11:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401455598010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-40-07', '1743401481182010000', '2025-03-31 14:10:56', '2025-03-31 14:12:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401534414010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-41-06', '1743401560366010000', '2025-03-31 14:12:14', '2025-03-31 14:13:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401631272010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A02-32-11', '1743401656972010000', '2025-03-31 14:13:51', '2025-03-31 14:15:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401648041010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A03-31-06', '1743401674092010000', '2025-03-31 14:14:08', '2025-03-31 14:15:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401764795010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A02-37-08', '1743401790510010000', '2025-03-31 14:16:05', '2025-03-31 14:17:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401865714010000', 1, 4, 1, 'ASRS-0364', 'P3', 'A01-36-03', '1743401891590010000', '2025-03-31 14:17:46', '2025-03-31 14:19:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401971511010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A01-35-04', '1743401997195010000', '2025-03-31 14:19:32', '2025-03-31 14:21:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743401994781010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A04-38-01', '1743402020606010000', '2025-03-31 14:19:55', '2025-03-31 14:21:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402024564010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A01-37-09', '1743402050315010000', '2025-03-31 14:20:25', '2025-03-31 14:22:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402055416010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A03-32-08', '1743402081489010000', '2025-03-31 14:20:55', '2025-03-31 14:22:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402078360010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A02-40-04', '1743402103988010000', '2025-03-31 14:21:18', '2025-03-31 14:23:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402108433010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A03-37-03', '1743402134314010000', '2025-03-31 14:21:48', '2025-03-31 14:23:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402249777010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A02-33-10', '1743402275590010000', '2025-03-31 14:24:10', '2025-03-31 14:25:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402353892010001', 1, 4, 1, 'ASRS-0306', 'P3', 'A02-42-02', '1743402379708010000', '2025-03-31 14:25:54', '2025-03-31 14:27:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402367206010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A04-34-06', '1743402393495010000', '2025-03-31 14:26:07', '2025-03-31 14:27:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402445461010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-38-08', '1743402471195010000', '2025-03-31 14:27:25', '2025-03-31 14:28:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402619180010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-39-08', '1743402644915010000', '2025-03-31 14:30:19', '2025-03-31 14:31:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402715313010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A01-35-10', '1743402741193010000', '2025-03-31 14:31:55', '2025-03-31 14:33:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402843886010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-34-06', '1743402869910010000', '2025-03-31 14:34:04', '2025-03-31 14:35:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402902401010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A03-31-04', '1743402928392010000', '2025-03-31 14:35:02', '2025-03-31 14:36:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402925622010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-39-02', '1743402951508010000', '2025-03-31 14:35:26', '2025-03-31 14:37:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402951302010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A04-31-04', '1743402977017010000', '2025-03-31 14:35:51', '2025-03-31 14:37:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743402961006010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A01-39-06', '1743403029809010000', '2025-03-31 14:36:01', '2025-03-31 14:38:15', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403072477010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-42-05', '1743403098210010000', '2025-03-31 14:37:52', '2025-03-31 14:39:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403433821010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-42-02', '1743403459417010000', '2025-03-31 14:43:54', '2025-03-31 14:45:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403452111010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A03-29-06', '1743403478604010000', '2025-03-31 14:44:12', '2025-03-31 14:45:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403466580010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-36-08', '1743403492399010000', '2025-03-31 14:44:27', '2025-03-31 14:46:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403483430010000', 1, 4, 1, 'ASRS-1436', 'P3', 'A04-31-04', '1743403509509010000', '2025-03-31 14:44:43', '2025-03-31 14:46:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403632110010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A01-29-07', '1743403700931010000', '2025-03-31 14:47:12', '2025-03-31 14:49:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403700628010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-31-05', '1743403726402010000', '2025-03-31 14:48:21', '2025-03-31 14:49:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403753639010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-32-11', '1743403779498010000', '2025-03-31 14:49:14', '2025-03-31 14:50:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403809616010000', 1, 4, 1, 'ASRS-1032', 'P3', 'A04-38-02', '1743403835299010000', '2025-03-31 14:50:10', '2025-03-31 14:51:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403910628010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A02-41-01', '1743403936425010000', '2025-03-31 14:51:51', '2025-03-31 14:53:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403943418010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A03-35-04', '1743403969108010000', '2025-03-31 14:52:23', '2025-03-31 14:53:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403981199010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A01-35-04', '1743404006921010000', '2025-03-31 14:53:01', '2025-03-31 14:55:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743403994024010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A04-30-09', '1743404020718010000', '2025-03-31 14:53:14', '2025-03-31 14:54:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404053554010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A04-39-01', '1743404079532010000', '2025-03-31 14:54:14', '2025-03-31 14:55:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404128887010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-32-09', '1743404154505010000', '2025-03-31 14:55:29', '2025-03-31 14:56:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404227307010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-32-11', '1743404253223010000', '2025-03-31 14:57:07', '2025-03-31 14:58:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404303648010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A02-33-10', '1743404372320010000', '2025-03-31 14:58:24', '2025-03-31 15:00:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404400805010001', 1, 4, 1, 'ASRS-0316', 'P3', 'A04-34-06', '1743404426608010000', '2025-03-31 15:00:01', '2025-03-31 15:01:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404411715010001', 1, 4, 1, 'ASRS-0306', 'P3', 'A02-42-02', '1743404437419010000', '2025-03-31 15:00:12', '2025-03-31 15:02:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404477402010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A03-34-08', '1743404503108010000', '2025-03-31 15:01:17', '2025-03-31 15:02:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404544198010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-41-04', '1743404570013010000', '2025-03-31 15:02:24', '2025-03-31 15:03:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404647298010001', 1, 4, 1, 'ASRS-1034', 'P3', 'A01-37-09', '1743404673209010000', '2025-03-31 15:04:07', '2025-03-31 15:05:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743404808549010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A01-38-08', '1743404834323010000', '2025-03-31 15:06:49', '2025-03-31 15:08:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405050325010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A02-32-11', '1743405076136010000', '2025-03-31 15:10:50', '2025-03-31 15:12:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405068405010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A03-32-08', '1743405095332010000', '2025-03-31 15:11:08', '2025-03-31 15:12:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405180548010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A01-36-09', '1743405206314010000', '2025-03-31 15:13:01', '2025-03-31 15:14:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405198767010001', 1, 4, 1, 'ASRS-0337', 'P3', 'A03-37-03', '1743405225533010000', '2025-03-31 15:13:19', '2025-03-31 15:14:46', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405325879010000', 1, 4, 1, 'ASRS-0522', 'P3', 'A01-31-08', '1743405351844010000', '2025-03-31 15:15:26', '2025-03-31 15:16:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405354692010000', 1, 4, 1, 'ASRS-1088', 'P3', 'A03-33-08', '1743405380340010000', '2025-03-31 15:15:55', '2025-03-31 15:17:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405564640010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A01-34-06', '1743405590638010000', '2025-03-31 15:19:25', '2025-03-31 15:21:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405590480010001', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-29-06', '1743405616438010000', '2025-03-31 15:19:50', '2025-03-31 15:21:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405616433010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A01-39-02', '1743405642218010000', '2025-03-31 15:20:16', '2025-03-31 15:22:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405637449010001', 1, 4, 1, 'ASRS-0332', 'P3', 'A03-31-04', '1743405663532010000', '2025-03-31 15:20:37', '2025-03-31 15:22:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405662374010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A01-39-06', '1743405688420010000', '2025-03-31 15:21:02', '2025-03-31 15:23:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405762893010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A04-32-03', '1743405788627010000', '2025-03-31 15:22:43', '2025-03-31 15:24:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405777311010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A02-36-08', '1743405803048010000', '2025-03-31 15:22:57', '2025-03-31 15:24:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743405873505010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A01-39-08', '1743405899355010000', '2025-03-31 15:24:34', '2025-03-31 15:26:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406030151010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-42-02', '1743406055920010000', '2025-03-31 15:27:10', '2025-03-31 15:28:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406086774010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A02-32-09', '1743406112631010000', '2025-03-31 15:28:07', '2025-03-31 15:29:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406326576010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-34-11', '1743406352345010000', '2025-03-31 15:32:07', '2025-03-31 15:33:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406395067010000', 1, 4, 1, 'ASRS-0301', 'P3', 'A01-37-10', '1743406420723010000', '2025-03-31 15:33:15', '2025-03-31 15:34:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406498985010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A02-41-01', '1743406524828010000', '2025-03-31 15:34:59', '2025-03-31 15:37:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406519504010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A04-31-04', '1743406545243010000', '2025-03-31 15:35:20', '2025-03-31 15:36:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406549129010000', 1, 4, 1, 'ASRS-0517', 'P3', 'A01-29-07', '1743406575233010000', '2025-03-31 15:35:49', '2025-03-31 15:38:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406610839010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-31-05', '1743406636744010000', '2025-03-31 15:36:51', '2025-03-31 15:38:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406640728010001', 1, 4, 1, 'ASRS-0336', 'P3', 'A02-36-09', '1743406666427010000', '2025-03-31 15:37:21', '2025-03-31 15:39:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406731608010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-36-04', '1743406757323010000', '2025-03-31 15:38:52', '2025-03-31 15:40:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406909198010000', 1, 4, 1, 'ASRS-1529', 'P3', 'A01-35-04', '1743406935243010000', '2025-03-31 15:41:49', '2025-03-31 15:43:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743406968102010000', 1, 4, 1, 'ASRS-0359', 'P3', 'A01-32-11', '1743406994045010000', '2025-03-31 15:42:48', '2025-03-31 15:44:17', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407022781010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A04-31-08', '1743407048630010000', '2025-03-31 15:43:43', '2025-03-31 15:44:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407081654010000', 1, 4, 1, 'ASRS-0298', 'P3', 'A01-37-06', '1743407107456010000', '2025-03-31 15:44:42', '2025-03-31 15:46:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407179876010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A02-32-11', '1743407205827010000', '2025-03-31 15:46:20', '2025-03-31 15:47:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407207642010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A03-31-06', '1743407233446010000', '2025-03-31 15:46:48', '2025-03-31 15:48:00', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407273282010001', 1, 4, 1, 'ASRS-0329', 'P3', 'A01-34-11', '1743407299124010000', '2025-03-31 15:47:53', '2025-03-31 15:49:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407400916010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A02-40-04', '1743407426643010000', '2025-03-31 15:50:01', '2025-03-31 15:51:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407417262010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A04-30-09', '1743407443127010000', '2025-03-31 15:50:17', '2025-03-31 15:51:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407436973010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A02-37-08', '1743407462941010000', '2025-03-31 15:50:37', '2025-03-31 15:53:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407465529010003', 1, 4, 1, 'ASRS-1034', 'P3', 'A04-38-01', '1743407491447010000', '2025-03-31 15:51:06', '2025-03-31 15:52:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407491580010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A01-37-09', '1743407517231010000', '2025-03-31 15:51:32', '2025-03-31 15:53:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407543829010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A03-34-08', '1743407569735010000', '2025-03-31 15:52:24', '2025-03-31 15:53:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407634725010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A02-33-10', '1743407660633010000', '2025-03-31 15:53:55', '2025-03-31 15:55:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407784862010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A02-42-02', '1743407810626010000', '2025-03-31 15:56:25', '2025-03-31 15:57:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407810743010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A04-34-06', '1743407836761010000', '2025-03-31 15:56:51', '2025-03-31 15:58:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407832735010001', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-41-04', '1743407858631010000', '2025-03-31 15:57:13', '2025-03-31 15:58:47', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743407945823010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-38-08', '1743407971730010000', '2025-03-31 15:59:06', '2025-03-31 16:00:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408305170010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-39-02', '1743408331154010000', '2025-03-31 16:05:05', '2025-03-31 16:07:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408338213010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A03-29-06', '1743408363880010000', '2025-03-31 16:05:38', '2025-03-31 16:06:51', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408359722010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A02-36-08', '1743408385759010000', '2025-03-31 16:06:00', '2025-03-31 16:08:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408379424010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A03-31-04', '1743408405256010000', '2025-03-31 16:06:19', '2025-03-31 16:07:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408399578010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A04-32-03', '1743408425354010000', '2025-03-31 16:06:40', '2025-03-31 16:08:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408411849010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A01-34-06', '1743408439135010000', '2025-03-31 16:06:52', '2025-03-31 16:08:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408516498010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A01-39-06', '1743408542355010000', '2025-03-31 16:08:36', '2025-03-31 16:10:21', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743408529261010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A03-32-08', '1743408556453010000', '2025-03-31 16:08:49', '2025-03-31 16:10:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467538901010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A02-32-09', '1743467564607010000', '2025-04-01 08:32:19', '2025-04-01 08:33:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467562511010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-36-04', '1743467588323010000', '2025-04-01 08:32:43', '2025-04-01 08:34:05', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467597975010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A01-42-02', '1743467623712010000', '2025-04-01 08:33:18', '2025-04-01 08:35:03', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467941825010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A01-29-07', '1743467968123010000', '2025-04-01 08:39:02', '2025-04-01 08:40:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467965522010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A04-31-04', '1743467991503010000', '2025-04-01 08:39:26', '2025-04-01 08:40:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467979133010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A02-32-09', '1743468005611010000', '2025-04-01 08:39:39', '2025-04-01 08:41:08', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743467990148010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A04-31-05', '1743468016428010000', '2025-04-01 08:39:50', '2025-04-01 08:41:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468024329010001', 1, 4, 1, 'ASRS-0359', 'P3', 'A02-41-01', '1743468050023010000', '2025-04-01 08:40:24', '2025-04-01 08:41:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468041475010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A04-31-08', '1743468067400010000', '2025-04-01 08:40:41', '2025-04-01 08:42:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468056608010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-32-11', '1743468082401010000', '2025-04-01 08:40:57', '2025-04-01 08:43:20', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468067497010000', 1, 4, 1, 'ASRS-0517', 'P3', 'A03-38-04', '1743468093500010000', '2025-04-01 08:41:07', '2025-04-01 08:43:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468170570010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A02-32-11', '1743468196399010000', '2025-04-01 08:42:51', '2025-04-01 08:44:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468224506010001', 1, 4, 1, 'ASRS-0318', 'P3', 'A03-31-06', '1743468250426010000', '2025-04-01 08:43:45', '2025-04-01 08:45:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468323632010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A01-34-11', '1743468349405010000', '2025-04-01 08:45:24', '2025-04-01 08:46:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468436021010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A02-40-04', '1743468461920010000', '2025-04-01 08:47:16', '2025-04-01 08:49:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468484417010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A04-30-09', '1743468510209010000', '2025-04-01 08:48:04', '2025-04-01 08:49:18', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468518725010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A02-36-09', '1743468544706010000', '2025-04-01 08:48:39', '2025-04-01 08:50:39', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468544228010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A04-38-01', '1743468570218010000', '2025-04-01 08:49:04', '2025-04-01 08:50:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468559438010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A02-37-08', '1743468585203010000', '2025-04-01 08:49:19', '2025-04-01 08:51:30', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468578581010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A03-34-08', '1743468604423010000', '2025-04-01 08:49:39', '2025-04-01 08:51:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468661085010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A02-33-10', '1743468729805010000', '2025-04-01 08:51:01', '2025-04-01 08:53:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468796814010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A04-34-06', '1743468822798010000', '2025-04-01 08:53:17', '2025-04-01 08:54:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468812638010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A02-42-02', '1743468838420010000', '2025-04-01 08:53:33', '2025-04-01 08:55:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743468844970010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-41-04', '1743468870808010000', '2025-04-01 08:54:05', '2025-04-01 08:56:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469131663010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-37-09', '1743469157613010000', '2025-04-01 08:58:52', '2025-04-01 09:00:24', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469760424010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A01-34-06', '1743469787652010000', '2025-04-01 09:09:20', '2025-04-01 09:10:40', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469785765010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A03-29-06', '1743469826341010000', '2025-04-01 09:09:46', '2025-04-01 09:11:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469794799010000', 1, 4, 1, 'ASRS-1900', 'P3', 'A01-39-02', '1743469830529010000', '2025-04-01 09:09:55', '2025-04-01 09:11:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469812625010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A03-31-04', '1743469838642010000', '2025-04-01 09:10:13', '2025-04-01 09:11:59', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469853787010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-36-08', '1743469879446010000', '2025-04-01 09:10:54', '2025-04-01 09:12:27', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469868567010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A04-32-03', '1743469894422010000', '2025-04-01 09:11:09', '2025-04-01 09:12:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469883767010001', 1, 4, 1, 'ASRS-0520', 'P3', 'A01-39-06', '1743469909415010000', '2025-04-01 09:11:24', '2025-04-01 09:13:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743469925084010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A01-38-08', '1743469950810010000', '2025-04-01 09:12:05', '2025-04-01 09:15:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470073938010000', 1, 4, 1, 'ASRS-0384', 'P3', 'A03-32-08', '1743470099917010000', '2025-04-01 09:14:34', '2025-04-01 09:15:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470101936010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A01-32-11', '1743470127828010000', '2025-04-01 09:15:02', '2025-04-01 09:16:32', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470309485010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-42-02', '1743470335142010000', '2025-04-01 09:18:29', '2025-04-01 09:19:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470429228010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A01-29-07', '1743470455150010000', '2025-04-01 09:20:29', '2025-04-01 09:22:16', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470450040010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A04-31-04', '1743470475818010000', '2025-04-01 09:20:50', '2025-04-01 09:22:25', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470462584010000', 1, 4, 1, 'ASRS-1245', 'P3', 'A02-32-09', '1743470489618010000', '2025-04-01 09:21:03', '2025-04-01 09:23:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470492301010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A04-31-05', '1743470518142010000', '2025-04-01 09:21:32', '2025-04-01 09:23:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470505411010000', 1, 4, 1, 'ASRS-0336', 'P3', 'A01-42-02', '1743470531918010000', '2025-04-01 09:21:45', '2025-04-01 09:24:33', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470571551010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A04-29-10', '1743470597319010000', '2025-04-01 09:22:52', '2025-04-01 09:24:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470609878010000', 1, 4, 1, 'ASRS-0331', 'P3', 'A02-41-01', '1743470635736010000', '2025-04-01 09:23:30', '2025-04-01 09:25:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470650993010001', 1, 4, 1, 'ASRS-0359', 'P3', 'A04-31-08', '1743470676833010000', '2025-04-01 09:24:11', '2025-04-01 09:25:37', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470786427010000', 1, 4, 1, 'ASRS-0318', 'P3', 'A02-32-11', '1743470812416010000', '2025-04-01 09:26:26', '2025-04-01 09:27:44', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743470802252010000', 1, 4, 1, 'ASRS-0383', 'P3', 'A03-31-06', '1743470828032010000', '2025-04-01 09:26:42', '2025-04-01 09:28:04', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743471910407010000', 1, 4, 1, 'ASRS-0329', 'P3', 'A01-34-11', '1743471936248010000', '2025-04-01 09:45:10', '2025-04-01 09:46:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472023135010000', 1, 4, 1, 'ASRS-0317', 'P3', 'A02-40-04', '1743472049050010000', '2025-04-01 09:47:03', '2025-04-01 09:48:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472151107010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A02-36-09', '1743472177129010000', '2025-04-01 09:49:11', '2025-04-01 09:50:54', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472174367010000', 1, 4, 1, 'ASRS-0527', 'P3', 'A04-30-09', '1743472200246010000', '2025-04-01 09:49:34', '2025-04-01 09:50:52', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472187035010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A02-33-10', '1743472214056010000', '2025-04-01 09:49:47', '2025-04-01 09:51:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472205914010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A04-38-01', '1743472233244010000', '2025-04-01 09:50:06', '2025-04-01 09:51:38', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472239576010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A02-37-08', '1743472265350010000', '2025-04-01 09:50:40', '2025-04-01 09:53:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472258520010000', 1, 4, 1, 'ASRS-0303', 'P3', 'A04-36-04', '1743472284526010000', '2025-04-01 09:50:59', '2025-04-01 09:52:58', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472399674010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A02-42-02', '1743472425530010000', '2025-04-01 09:53:20', '2025-04-01 09:54:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472441472010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A04-34-06', '1743472467231010000', '2025-04-01 09:54:01', '2025-04-01 09:55:23', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472505329010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A01-41-04', '1743472531446010000', '2025-04-01 09:55:05', '2025-04-01 09:56:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472676654010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-37-09', '1743472702745010000', '2025-04-01 09:57:57', '2025-04-01 09:59:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472778155010000', 1, 4, 1, 'ASRS-1683', 'P3', 'A01-35-10', '1743472804134010000', '2025-04-01 09:59:38', '2025-04-01 10:01:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472979905010000', 1, 4, 1, 'ASRS-0315', 'P3', 'A01-34-06', '1743473006034010000', '2025-04-01 10:03:00', '2025-04-01 10:04:34', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743472988785010000', 1, 4, 1, 'ASRS-0304', 'P3', 'A03-29-06', '1743473014441010000', '2025-04-01 10:03:09', '2025-04-01 10:04:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473024730010000', 1, 4, 1, 'ASRS-0332', 'P3', 'A01-32-11', '1743473050736010000', '2025-04-01 10:03:45', '2025-04-01 10:05:56', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473040926010000', 1, 4, 1, 'ASRS-0388', 'P3', 'A03-31-04', '1743473066961010000', '2025-04-01 10:04:01', '2025-04-01 10:05:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473070779010000', 1, 4, 1, 'ASRS-0313', 'P3', 'A01-38-08', '1743473096636010000', '2025-04-01 10:04:31', '2025-04-01 10:07:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473083146010000', 1, 4, 1, 'ASRS-0350', 'P3', 'A04-32-03', '1743473110434010000', '2025-04-01 10:04:43', '2025-04-01 10:06:07', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473166525010000', 1, 4, 1, 'ASRS-0520', 'P3', 'A03-34-08', '1743473192337010000', '2025-04-01 10:06:07', '2025-04-01 10:07:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473263081010000', 1, 4, 1, 'ASRS-0334', 'P3', 'A02-36-08', '1743473288638010000', '2025-04-01 10:07:43', '2025-04-01 10:09:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473355786010000', 1, 4, 1, 'ASRS-0305', 'P3', 'A01-29-07', '1743473381656010000', '2025-04-01 10:09:16', '2025-04-01 10:10:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473368113010000', 1, 4, 1, 'ASRS-0324', 'P3', 'A04-31-04', '1743473395437010000', '2025-04-01 10:09:28', '2025-04-01 10:10:48', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473404229010000', 1, 4, 1, 'ASRS-0340', 'P3', 'A01-39-06', '1743473429949010000', '2025-04-01 10:10:04', '2025-04-01 10:11:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473471205010000', 1, 4, 1, 'ASRS-1027', 'P3', 'A01-39-08', '1743473496864010000', '2025-04-01 10:11:11', '2025-04-01 10:12:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473556576010000', 1, 4, 1, 'ASRS-1032', 'P3', 'A01-40-07', '1743473582352010000', '2025-04-01 10:12:37', '2025-04-01 10:14:09', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473601425010000', 1, 4, 1, 'ASRS-0359', 'P3', 'A04-31-05', '1743473627042010000', '2025-04-01 10:13:21', '2025-04-01 10:14:55', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473713613010000', 1, 4, 1, 'ASRS-0333', 'P3', 'A02-42-02', '1743473739586010000', '2025-04-01 10:15:14', '2025-04-01 10:17:29', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473743113010000', 1, 4, 1, 'ASRS-0306', 'P3', 'A03-35-04', '1743473768947010000', '2025-04-01 10:15:43', '2025-04-01 10:17:10', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473794880010000', 1, 4, 1, 'ASRS-1526', 'P3', 'A02-41-01', '1743473820845010000', '2025-04-01 10:16:35', '2025-04-01 10:18:22', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473816098010000', 1, 4, 1, 'ASRS-1902', 'P3', 'A04-29-10', '1743473841877010000', '2025-04-01 10:16:56', '2025-04-01 10:18:26', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473839055010000', 1, 4, 1, 'ASRS-1221', 'P3', 'A02-36-09', '1743473864938010000', '2025-04-01 10:17:19', '2025-04-01 10:19:14', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473865063010001', 1, 4, 1, 'ASRS-0331', 'P3', 'A04-31-08', '1743473890743010000', '2025-04-01 10:17:45', '2025-04-01 10:19:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743473931242010001', 1, 4, 1, 'ASRS-0303', 'P3', 'A01-41-06', '1743473957074010000', '2025-04-01 10:18:51', '2025-04-01 10:20:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474054657010000', 1, 4, 1, 'ASRS-1034', 'P3', 'A02-33-10', '1743474080345010000', '2025-04-01 10:20:55', '2025-04-01 10:22:13', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474153799010000', 1, 4, 1, 'ASRS-0519', 'P3', 'A02-37-08', '1743474179648010000', '2025-04-01 10:22:34', '2025-04-01 10:24:06', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474254921010000', 1, 4, 1, 'ASRS-0316', 'P3', 'A01-41-04', '1743474280776010000', '2025-04-01 10:24:15', '2025-04-01 10:25:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474267372010000', 1, 4, 1, 'ASRS-0338', 'P3', 'A04-38-01', '1743474294578010000', '2025-04-01 10:24:27', '2025-04-01 10:25:43', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474338932010000', 1, 4, 1, 'ASRS-1031', 'P3', 'A01-37-09', '1743474364749010000', '2025-04-01 10:25:39', '2025-04-01 10:27:12', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474445132010000', 1, 4, 1, 'ASRS-0337', 'P3', 'A01-42-05', '1743474470978010000', '2025-04-01 10:27:25', '2025-04-01 10:28:57', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743474542658010001', 1, 4, 1, 'ASRS-0501', 'P3', 'A02-36-11', '1743474568450010000', '2025-04-01 10:29:03', '2025-04-01 10:30:35', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743478852877010000', 1, 4, 1, 'ASRS-1524', 'P3', 'A01-31-08', '1743478878598010000', '2025-04-01 11:40:53', '2025-04-01 11:42:11', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743478872078010000', 1, 4, 1, 'ASRS-0522', 'P3', 'A03-37-03', '1743478897798010000', '2025-04-01 11:41:12', '2025-04-01 11:42:45', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1743478999602010000', 1, 4, 1, 'ASRS-1088', 'P3', 'A01-36-09', '1743479025287010000', '2025-04-01 11:43:20', '2025-04-01 11:44:49', '000000000', 0, 0, 'wms_auto', NULL, '', 'P3', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1755060650077010000', 1, 4, 1, '1234', 'CK42', 'A02-12-12', '1755071814811010000', '2025-08-13 12:50:50', '2025-08-13 16:11:53', '000000000', 0, 0, 'wms_auto', NULL, '', 'CK42', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1755657172327010000', 1, 4, 1, '123', 'CK43', 'A02-14-12', '1755657265545010000', '2025-08-20 10:32:52', '2025-08-20 10:44:41', '000000000', 0, 0, 'wms_auto', NULL, '', 'CK43', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1755830226851010000', 1, 4, 1, '7788', 'P1', 'A01-15-12', '1755830923703010000', '2025-08-22 10:37:09', '2025-08-22 10:49:19', '000000000', 0, 0, 'wms_auto', NULL, '', 'P1', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1756906972885010000', 1, 4, 1, '123', 'P18', 'A1-01-01', '1756907803150010000', '2025-09-03 21:42:54', '2025-09-03 21:57:36', '000000000', 0, 0, 'wms_auto', NULL, '', 'P18', ''); +INSERT INTO `t_app_task_bak` VALUES ('BACK_1756908283436010000', 1, 4, 1, '123', 'P12', 'A1-01-01', '1756908284062010000', '2025-09-03 22:04:43', '2025-09-03 22:06:31', '000000000', 0, 0, 'wms_auto', NULL, '', 'P12', ''); + +-- ---------------------------- +-- Table structure for t_app_temp_ewm_inbound_data +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_temp_ewm_inbound_data`; +CREATE TABLE `t_app_temp_ewm_inbound_data` ( + `id` bigint NOT NULL AUTO_INCREMENT, + `bill_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `bill_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `container_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `task_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `order_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `order_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `mat_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `mat_desc` text CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL, + `sku_qty` decimal(18, 6) NULL DEFAULT NULL, + `sku_unit` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `special_stock` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `special_stock_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `special_stock_item_no` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `batch_no` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `process_status` tinyint NULL DEFAULT 0, + `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP, + `update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `task_no`(`task_no` ASC) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_temp_ewm_inbound_data +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_app_vehicle +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_vehicle`; +CREATE TABLE `t_app_vehicle` ( + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `is_empty` int NOT NULL COMMENT '是否空载具', + `vehicle_status` int NOT NULL COMMENT '载具状态', + `vehicle_type` varchar(16) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '料箱类型', + `is_lock` int NULL DEFAULT NULL COMMENT '载具是否锁定', + `location_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '载具存放库位', + `last_in_time` datetime NULL DEFAULT NULL COMMENT '上次入库时间', + PRIMARY KEY (`vehicle_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_vehicle +-- ---------------------------- +INSERT INTO `t_app_vehicle` VALUES ('1234', 1, 1, '1', 0, '', '2025-08-14 09:16:30'); +INSERT INTO `t_app_vehicle` VALUES ('7788', 1, 1, '', 0, '', '2025-08-22 10:49:20'); +INSERT INTO `t_app_vehicle` VALUES ('BASR202508210008', 0, 1, NULL, 0, '', '2025-09-17 13:37:17'); +INSERT INTO `t_app_vehicle` VALUES ('BASR202508210028', 1, 3, NULL, 0, 'A1-01-01', '2025-09-11 13:37:10'); +INSERT INTO `t_app_vehicle` VALUES ('FS202507240030', 0, 3, '', 0, '', '2025-09-04 10:42:06'); + +-- ---------------------------- +-- Table structure for t_app_wcs_task +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_wcs_task`; +CREATE TABLE `t_app_wcs_task` ( + `wcs_task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'wcs任务号', + `wcs_task_status` int NOT NULL COMMENT 'wcs任务状态', + `wcs_task_type` int NOT NULL COMMENT '任务类型', + `task_priority` int NOT NULL COMMENT '任务优先级', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `origin` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '起点', + `destination` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '终点', + `create_time` datetime NOT NULL COMMENT '创建时间', + `send_time` datetime NULL DEFAULT NULL COMMENT '下发时间', + `finish_time` datetime NULL DEFAULT NULL COMMENT '完成时间', + `remark` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注信息', + PRIMARY KEY (`wcs_task_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_wcs_task +-- ---------------------------- +INSERT INTO `t_app_wcs_task` VALUES ('1758092032729010000', 0, 1, 1, 'BASR202508210008', 'SC12', 'A1-01-01', '2025-09-17 14:53:53', '2025-09-17 14:53:53', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_wcs_task_bak +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_wcs_task_bak`; +CREATE TABLE `t_app_wcs_task_bak` ( + `wcs_task_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT 'wcs任务号', + `wcs_task_status` int NOT NULL COMMENT 'wcs任务状态', + `wcs_task_type` int NOT NULL COMMENT '任务类型', + `task_priority` int NOT NULL COMMENT '任务优先级', + `vehicle_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '载具号', + `origin` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '起点', + `destination` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '终点', + `create_time` datetime NOT NULL COMMENT '创建时间', + `send_time` datetime NULL DEFAULT NULL COMMENT '下发时间', + `finish_time` datetime NULL DEFAULT NULL COMMENT '完成时间', + `remark` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注信息', + PRIMARY KEY (`wcs_task_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_wcs_task_bak +-- ---------------------------- +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534631843010000', 2, 1, 1, 'ASRS-0326', 'P3', 'A02-23-09', '2025-03-21 13:23:52', '2025-03-21 13:23:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534677130010000', 2, 1, 1, 'ASRS-0325', 'P3', 'A04-29-04', '2025-03-21 13:24:37', '2025-03-21 13:24:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534702914010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A01-29-07', '2025-03-21 13:25:03', '2025-03-21 13:25:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534724230010000', 2, 1, 1, 'ASRS-0323', 'P3', 'A04-30-03', '2025-03-21 13:25:24', '2025-03-21 13:25:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534768342010000', 2, 1, 1, 'ASRS-0322', 'P3', 'A01-26-11', '2025-03-21 13:26:08', '2025-03-21 13:26:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534809712010000', 2, 1, 1, 'ASRS-0312', 'P3', 'A04-31-02', '2025-03-21 13:26:50', '2025-03-21 13:26:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534870631010000', 2, 1, 1, 'ASRS-0311', 'P3', 'A01-31-06', '2025-03-21 13:27:51', '2025-03-21 13:27:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534928212010000', 2, 1, 1, 'ASRS-0310', 'P3', 'A04-28-06', '2025-03-21 13:28:48', '2025-03-21 13:28:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742534990030010000', 2, 1, 1, 'ASRS-0309', 'P3', 'A01-32-05', '2025-03-21 13:29:50', '2025-03-21 13:29:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742535023616010000', 2, 1, 1, 'ASRS-0308', 'P3', 'A04-29-05', '2025-03-21 13:30:24', '2025-03-21 13:30:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742538854366010000', 2, 1, 1, 'ASRS-0321', 'P3', 'A02-33-04', '2025-03-21 14:34:14', '2025-03-21 14:34:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742538887664010000', 2, 1, 1, 'ASRS-0307', 'P3', 'A03-27-08', '2025-03-21 14:34:48', '2025-03-21 14:34:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742538915563010000', 2, 1, 1, 'ASRS-0320', 'P3', 'A02-34-04', '2025-03-21 14:35:16', '2025-03-21 14:35:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742538934770010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A01-31-08', '2025-03-21 14:35:35', '2025-03-21 14:35:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742538997155010000', 2, 1, 1, 'ASRS-0319', 'P3', 'A03-28-07', '2025-03-21 14:36:37', '2025-03-21 14:36:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742539027162010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A01-33-06', '2025-03-21 14:37:07', '2025-03-21 14:37:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742539048462010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A01-35-04', '2025-03-21 14:37:28', '2025-03-21 14:37:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742539080257010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A03-29-06', '2025-03-21 14:38:00', '2025-03-21 14:38:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742602889987010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-22 08:21:30', '2025-03-22 08:21:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742602925054010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-31-04', '2025-03-22 08:22:05', '2025-03-22 08:22:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742602983849010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-34-06', '2025-03-22 08:23:04', '2025-03-22 08:23:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742602991651010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A03-32-03', '2025-03-22 08:23:12', '2025-03-22 08:23:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603005449010000', 2, 1, 1, 'ASRS-0330', 'P3', 'A02-37-03', '2025-03-22 08:23:25', '2025-03-22 08:23:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603028537010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A04-29-06', '2025-03-22 08:23:49', '2025-03-22 08:23:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603035753010000', 2, 1, 1, 'ASRS-0328', 'P3', 'A02-38-02', '2025-03-22 08:23:56', '2025-03-22 08:23:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603052251010000', 2, 1, 1, 'ASRS-0327', 'P3', 'A04-31-04', '2025-03-22 08:24:12', '2025-03-22 08:24:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603056434010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A02-39-01', '2025-03-22 08:24:16', '2025-03-22 08:24:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603066934010000', 2, 1, 1, 'ASRS-0314', 'P3', 'A04-32-03', '2025-03-22 08:24:27', '2025-03-22 08:24:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603083435010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A01-39-02', '2025-03-22 08:24:43', '2025-03-22 08:24:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603102638010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-31-05', '2025-03-22 08:25:03', '2025-03-22 08:25:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603112838010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A02-32-09', '2025-03-22 08:25:13', '2025-03-22 08:25:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603126637010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A03-31-06', '2025-03-22 08:25:27', '2025-03-22 08:25:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742603141339010000', 2, 1, 1, 'ASRS-0302', 'P3', 'A02-41-01', '2025-03-22 08:25:41', '2025-03-22 08:25:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615369164010000', 2, 1, 1, 'ASRS-0301', 'P3', 'A01-32-11', '2025-03-22 11:49:29', '2025-03-22 11:49:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615393754010000', 2, 1, 1, 'ASRS-0300', 'P3', 'A03-34-05', '2025-03-22 11:49:54', '2025-03-22 11:49:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615430955010000', 2, 1, 1, 'ASRS-0297', 'P3', 'A01-33-10', '2025-03-22 11:50:31', '2025-03-22 11:50:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615452258010000', 2, 1, 1, 'ASRS-0299', 'P3', 'A03-35-04', '2025-03-22 11:50:52', '2025-03-22 11:50:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615480147010000', 2, 1, 1, 'ASRS-0269', 'P3', 'A01-36-07', '2025-03-22 11:51:20', '2025-03-22 11:51:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615497556010000', 2, 1, 1, 'ASRS-0249', 'P3', 'A01-37-06', '2025-03-22 11:51:38', '2025-03-22 11:51:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615516756010000', 2, 1, 1, 'ASRS-0250', 'P3', 'A03-38-01', '2025-03-22 11:51:57', '2025-03-22 11:51:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615542558010000', 2, 1, 1, 'ASRS-0248', 'P3', 'A01-40-03', '2025-03-22 11:52:23', '2025-03-22 11:52:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615563241010000', 2, 1, 1, 'ASRS-0247', 'P3', 'A04-28-11', '2025-03-22 11:52:43', '2025-03-22 11:52:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615588158010000', 2, 1, 1, 'ASRS-1246', 'P3', 'A01-41-02', '2025-03-22 11:53:08', '2025-03-22 11:53:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615605247010000', 2, 1, 1, 'ASRS-0275', 'P3', 'A04-29-10', '2025-03-22 11:53:25', '2025-03-22 11:53:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615622356010000', 2, 1, 1, 'ASRS-0276', 'P3', 'A04-30-09', '2025-03-22 11:53:42', '2025-03-22 11:53:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615638259010000', 2, 1, 1, 'ASRS-0274', 'P3', 'A01-42-01', '2025-03-22 11:53:58', '2025-03-22 11:53:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615722546010000', 2, 1, 1, 'ASRS-0273', 'P3', 'A04-31-08', '2025-03-22 11:55:23', '2025-03-22 11:55:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615737246010000', 2, 1, 1, 'ASRS-0272', 'P3', 'A02-32-11', '2025-03-22 11:55:37', '2025-03-22 11:55:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615781947010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A04-32-07', '2025-03-22 11:56:22', '2025-03-22 11:56:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742615841406010000', 2, 2, 1, 'ASRS-0271', 'A04-32-07', '', '2025-03-22 11:57:21', '2025-03-22 11:57:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742616279374010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A02-33-10', '2025-03-22 12:04:39', '2025-03-22 12:04:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742623997530010000', 2, 1, 1, 'ASRS-1907', 'P3', 'A02-34-09', '2025-03-22 14:13:18', '2025-03-22 14:13:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624007705010000', 2, 1, 1, 'ASRS-0371', 'P3', 'A04-32-07', '2025-03-22 14:13:28', '2025-03-22 14:13:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624024821010000', 2, 1, 1, 'ASRS-0270', 'P3', 'A02-35-08', '2025-03-22 14:13:45', '2025-03-22 14:13:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624044020010000', 2, 1, 1, 'ASRS-0370', 'P3', 'A04-33-06', '2025-03-22 14:14:04', '2025-03-22 14:14:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624057833010000', 2, 1, 1, 'ASRS-0369', 'P3', 'A02-36-07', '2025-03-22 14:14:18', '2025-03-22 14:14:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624089004010000', 2, 1, 1, 'ASRS-0368', 'P3', 'A04-34-05', '2025-03-22 14:14:49', '2025-03-22 14:14:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624111220010000', 2, 1, 1, 'ASRS-0367', 'P3', 'A02-37-06', '2025-03-22 14:15:11', '2025-03-22 14:15:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624118407010000', 2, 1, 1, 'ASRS-0366', 'P3', 'A04-35-04', '2025-03-22 14:15:18', '2025-03-22 14:15:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624132505010000', 2, 1, 1, 'ASRS-0365', 'P3', 'A02-38-05', '2025-03-22 14:15:33', '2025-03-22 14:15:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624151721010000', 2, 1, 1, 'ASRS-1033', 'P3', 'A04-36-03', '2025-03-22 14:15:52', '2025-03-22 14:15:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624158922010000', 2, 1, 1, 'ASRS-0361', 'P3', 'A02-39-04', '2025-03-22 14:15:59', '2025-03-22 14:15:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624184408010000', 2, 1, 1, 'ASRS-0363', 'P3', 'A04-37-02', '2025-03-22 14:16:24', '2025-03-22 14:16:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624196120010000', 2, 1, 1, 'ASRS-0362', 'P3', 'A04-38-01', '2025-03-22 14:16:36', '2025-03-22 14:16:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624211706010000', 2, 1, 1, 'ASRS-0267', 'P3', 'A02-40-03', '2025-03-22 14:16:52', '2025-03-22 14:16:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624222506010000', 2, 1, 1, 'ASRS-0268', 'P3', 'A02-41-02', '2025-03-22 14:17:03', '2025-03-22 14:17:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624243521010000', 2, 1, 1, 'ASRS-0266', 'P3', 'A03-29-11', '2025-03-22 14:17:24', '2025-03-22 14:17:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624253726010000', 2, 1, 1, 'ASRS-0265', 'P3', 'A02-42-01', '2025-03-22 14:17:34', '2025-03-22 14:17:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624272911010000', 2, 1, 1, 'ASRS-0382', 'P3', 'A03-30-10', '2025-03-22 14:17:53', '2025-03-22 14:17:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624280722010000', 2, 1, 1, 'ASRS-0381', 'P3', 'A01-33-11', '2025-03-22 14:18:01', '2025-03-22 14:18:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624290023010000', 2, 1, 1, 'ASRS-0380', 'P3', 'A03-31-09', '2025-03-22 14:18:10', '2025-03-22 14:18:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624306806010000', 2, 1, 1, 'ASRS-0379', 'P3', 'A01-34-10', '2025-03-22 14:18:27', '2025-03-22 14:18:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624390208010000', 2, 1, 1, 'ASRS-0378', 'P3', 'A03-32-08', '2025-03-22 14:19:50', '2025-03-22 14:19:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624455604010000', 2, 1, 1, 'ASRS-0377', 'P3', 'A01-35-09', '2025-03-22 14:20:56', '2025-03-22 14:20:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624474823010000', 2, 1, 1, 'ASRS-0376', 'P3', 'A03-33-07', '2025-03-22 14:21:15', '2025-03-22 14:21:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624574406010000', 2, 1, 1, 'ASRS-0354', 'P3', 'A03-34-06', '2025-03-22 14:22:54', '2025-03-22 14:22:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624583425010000', 2, 1, 1, 'ASRS-0346', 'P3', 'A01-36-08', '2025-03-22 14:23:03', '2025-03-22 14:23:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624595121010000', 2, 1, 1, 'ASRS-0347', 'P3', 'A01-37-07', '2025-03-22 14:23:15', '2025-03-22 14:23:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624621202010000', 2, 1, 1, 'ASRS-0348', 'P3', 'A03-35-05', '2025-03-22 14:23:41', '2025-03-22 14:23:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624632920010000', 2, 1, 1, 'ASRS-0341', 'P3', 'A03-36-04', '2025-03-22 14:23:53', '2025-03-22 14:23:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624643103010000', 2, 1, 1, 'ASRS-0372', 'P3', 'A01-38-06', '2025-03-22 14:24:03', '2025-03-22 14:24:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624652704010000', 2, 1, 1, 'ASRS-0387', 'P3', 'A01-39-05', '2025-03-22 14:24:13', '2025-03-22 14:24:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624662904010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A03-37-03', '2025-03-22 14:24:23', '2025-03-22 14:24:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624673106010000', 2, 1, 1, 'ASRS-0391', 'P3', 'A01-40-04', '2025-03-22 14:24:33', '2025-03-22 14:24:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624682118010000', 2, 1, 1, 'ASRS-0390', 'P3', 'A03-38-02', '2025-03-22 14:24:42', '2025-03-22 14:24:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624705219010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A01-41-03', '2025-03-22 14:25:05', '2025-03-22 14:25:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624732803010000', 2, 1, 1, 'ASRS-0389', 'P3', 'A03-39-01', '2025-03-22 14:25:33', '2025-03-22 14:25:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624737000010000', 2, 1, 1, 'ASRS-1898', 'P3', 'A04-29-11', '2025-03-22 14:25:37', '2025-03-22 14:25:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624748105010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A01-42-02', '2025-03-22 14:25:48', '2025-03-22 14:25:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624789819010000', 2, 1, 1, 'ASRS-0364', 'P3', 'A02-33-11', '2025-03-22 14:26:30', '2025-03-22 14:26:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624800004010000', 2, 1, 1, 'ASRS-1901', 'P3', 'A04-30-10', '2025-03-22 14:26:40', '2025-03-22 14:26:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624825202010000', 2, 1, 1, 'ASRS-0349', 'P3', 'A04-31-09', '2025-03-22 14:27:05', '2025-03-22 14:27:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624842020010000', 2, 1, 1, 'ASRS-0344', 'P3', 'A02-34-10', '2025-03-22 14:27:22', '2025-03-22 14:27:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624859404010000', 2, 1, 1, 'ASRS-0339', 'P3', 'A02-35-09', '2025-03-22 14:27:39', '2025-03-22 14:27:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624881905010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A04-32-08', '2025-03-22 14:28:02', '2025-03-22 14:28:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624890020010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A02-36-08', '2025-03-22 14:28:10', '2025-03-22 14:28:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624893406010000', 2, 2, 1, 'ASRS-0371', 'A04-32-07', '', '2025-03-22 14:28:13', '2025-03-22 14:28:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624901101010000', 2, 1, 1, 'ASRS-1905', 'P3', 'A04-33-07', '2025-03-22 14:28:21', '2025-03-22 14:28:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742624953406010000', 2, 2, 1, 'ASRS-0378', 'A03-32-08', '', '2025-03-22 14:29:13', '2025-03-22 14:29:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742625117418010000', 2, 1, 1, 'ASRS-0371', 'P3', 'A02-37-07', '2025-03-22 14:31:57', '2025-03-22 14:31:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742625168406010000', 2, 1, 1, 'ASRS-0378', 'P3', 'A04-32-07', '2025-03-22 14:32:48', '2025-03-22 14:32:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742626926407010000', 2, 2, 9, 'ASRS-0371', 'A02-37-07', '', '2025-03-22 15:02:06', '2025-03-22 15:02:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742626949407010000', 2, 2, 9, 'ASRS-0362', 'A04-38-01', '', '2025-03-22 15:02:29', '2025-03-22 15:02:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742626971407010000', 2, 2, 9, 'ASRS-0270', 'A02-35-08', '', '2025-03-22 15:02:51', '2025-03-22 15:02:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742626996406010000', 2, 2, 9, 'ASRS-0348', 'A03-35-05', '', '2025-03-22 15:03:16', '2025-03-22 15:03:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627024410010000', 2, 2, 9, 'ASRS-0347', 'A01-37-07', '', '2025-03-22 15:03:44', '2025-03-22 15:03:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627049408010000', 2, 2, 9, 'ASRS-0378', 'A04-32-07', '', '2025-03-22 15:04:09', '2025-03-22 15:04:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627207227010000', 2, 1, 1, 'ASRS-0348', 'P3', 'A02-35-08', '2025-03-22 15:06:47', '2025-03-22 15:06:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627236328010000', 2, 1, 1, 'ASRS-0347', 'P3', 'A04-32-07', '2025-03-22 15:07:16', '2025-03-22 15:07:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627320406010000', 2, 2, 9, 'ASRS-0348', 'A02-35-08', '', '2025-03-22 15:08:40', '2025-03-22 15:08:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627344406010000', 2, 2, 9, 'ASRS-0347', 'A04-32-07', '', '2025-03-22 15:09:04', '2025-03-22 15:09:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627626341010000', 2, 1, 1, 'ASRS-0352', 'P3', 'A02-35-08', '2025-03-22 15:13:46', '2025-03-22 15:13:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627688140010000', 2, 1, 1, 'ASRS-0345', 'P3', 'A01-37-07', '2025-03-22 15:14:48', '2025-03-22 15:14:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627708843010000', 2, 1, 1, 'ASRS-0343', 'P3', 'A04-32-07', '2025-03-22 15:15:09', '2025-03-22 15:15:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742627769435010000', 2, 1, 1, 'ASRS-0335', 'P3', 'A02-37-07', '2025-03-22 15:16:09', '2025-03-22 15:16:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759107455010000', 2, 1, 1, 'ASRS-1713', 'P1', 'A02-38-06', '2025-03-24 03:45:07', '2025-03-24 03:45:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759309931010000', 2, 1, 1, 'ASRS-0545', 'P3', 'A02-39-05', '2025-03-24 03:48:30', '2025-03-24 03:48:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759334529010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A04-38-01', '2025-03-24 03:48:55', '2025-03-24 03:48:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759360344010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A02-40-04', '2025-03-24 03:49:20', '2025-03-24 03:49:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759364545010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A03-32-08', '2025-03-24 03:49:25', '2025-03-24 03:49:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759394545010000', 2, 1, 1, 'ASRS-1528', 'P3', 'A02-41-03', '2025-03-24 03:49:55', '2025-03-24 03:49:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759398743010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A03-35-05', '2025-03-24 03:49:59', '2025-03-24 03:49:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759423645010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A02-42-02', '2025-03-24 03:50:24', '2025-03-24 03:50:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759427842010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A01-34-11', '2025-03-24 03:50:28', '2025-03-24 03:50:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759444043010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-34-06', '2025-03-24 03:50:44', '2025-03-24 03:50:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759451825010000', 2, 1, 1, 'ASRS-0351', 'P3', 'A04-35-05', '2025-03-24 03:50:52', '2025-03-24 03:50:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759476140010000', 2, 1, 1, 'ASRS-0342', 'P3', 'A01-35-10', '2025-03-24 03:51:16', '2025-03-24 03:51:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759480348010000', 2, 1, 1, 'ASRS-0337', 'P3', 'A01-36-09', '2025-03-24 03:51:20', '2025-03-24 03:51:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759499534010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A04-36-04', '2025-03-24 03:51:40', '2025-03-24 03:51:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759503727010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A04-37-03', '2025-03-24 03:51:44', '2025-03-24 03:51:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759531941010000', 2, 1, 1, 'ASRS-0521', 'P3', 'A01-37-08', '2025-03-24 03:52:12', '2025-03-24 03:52:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759536145010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A04-38-02', '2025-03-24 03:52:16', '2025-03-24 03:52:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759570955010000', 2, 1, 1, 'ASRS-1023', 'P3', 'A01-38-07', '2025-03-24 03:52:51', '2025-03-24 03:52:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759575144010000', 2, 1, 1, 'ASRS-1899', 'P3', 'A01-39-06', '2025-03-24 03:52:55', '2025-03-24 03:52:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759618346010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A04-39-01', '2025-03-24 03:53:38', '2025-03-24 03:53:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759622586010000', 2, 1, 1, 'ASRS-0270', 'P3', 'A01-40-05', '2025-03-24 03:53:43', '2025-03-24 03:53:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759645631010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A03-30-11', '2025-03-24 03:54:06', '2025-03-24 03:54:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759660339010000', 2, 1, 1, 'ASRS-0284', 'P3', 'A03-31-10', '2025-03-24 03:54:20', '2025-03-24 03:54:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759679547010000', 2, 1, 1, 'ASRS-0523', 'P3', 'A01-41-04', '2025-03-24 03:54:40', '2025-03-24 03:54:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759683749010000', 2, 1, 1, 'ASRS-1180', 'P3', 'A03-32-09', '2025-03-24 03:54:44', '2025-03-24 03:54:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759703837010000', 2, 1, 1, 'ASRS-1030', 'P3', 'A01-42-03', '2025-03-24 03:55:04', '2025-03-24 03:55:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759708052010000', 2, 1, 1, 'ASRS-1249', 'P3', 'A03-33-08', '2025-03-24 03:55:08', '2025-03-24 03:55:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759724853010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A02-34-11', '2025-03-24 03:55:25', '2025-03-24 03:55:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759732056010000', 2, 1, 1, 'ASRS-1189', 'P3', 'A03-34-07', '2025-03-24 03:55:32', '2025-03-24 03:55:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759748236010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A02-35-10', '2025-03-24 03:55:48', '2025-03-24 03:55:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759767156010000', 2, 1, 1, 'ASRS-0244', 'P3', 'A03-35-06', '2025-03-24 03:56:07', '2025-03-24 03:56:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759790240010000', 2, 1, 1, 'ASRS-0517', 'P3', 'A02-36-09', '2025-03-24 03:56:30', '2025-03-24 03:56:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759806760010000', 2, 1, 1, 'ASRS-1088', 'P3', 'A02-37-08', '2025-03-24 03:56:47', '2025-03-24 03:56:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759837939010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A03-36-05', '2025-03-24 03:57:18', '2025-03-24 03:57:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759844839010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A03-37-04', '2025-03-24 03:57:25', '2025-03-24 03:57:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759874838010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A02-38-07', '2025-03-24 03:57:55', '2025-03-24 03:57:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759906662010000', 2, 1, 1, 'ASRS-0525', 'P3', 'A03-38-03', '2025-03-24 03:58:27', '2025-03-24 03:58:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759914742010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-39-06', '2025-03-24 03:58:35', '2025-03-24 03:58:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759949840010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A03-39-02', '2025-03-24 03:59:10', '2025-03-24 03:59:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759954054010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A02-40-05', '2025-03-24 03:59:14', '2025-03-24 03:59:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742759992455010000', 2, 1, 1, 'ASRS-1025', 'P3', 'A03-40-01', '2025-03-24 03:59:52', '2025-03-24 03:59:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775439407010000', 2, 2, 1, 'ASRS-0315', 'A03-31-04', '', '2025-03-24 08:17:19', '2025-03-24 08:17:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775439407010001', 2, 2, 1, 'ASRS-0332', 'A01-34-06', '', '2025-03-24 08:17:19', '2025-03-24 08:17:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775486407010000', 2, 2, 1, 'ASRS-0313', 'A01-39-02', '', '2025-03-24 08:18:06', '2025-03-24 08:18:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775488407010000', 2, 2, 1, 'ASRS-0350', 'A04-34-06', '', '2025-03-24 08:18:08', '2025-03-24 08:18:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775540406010000', 2, 2, 1, 'ASRS-0304', 'A02-32-09', '', '2025-03-24 08:19:00', '2025-03-24 08:19:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775542406010000', 2, 2, 1, 'ASRS-0334', 'A03-37-04', '', '2025-03-24 08:19:02', '2025-03-24 08:19:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775591407010000', 2, 2, 1, 'ASRS-0302', 'A02-41-01', '', '2025-03-24 08:19:51', '2025-03-24 08:19:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775646409010000', 2, 2, 1, 'ASRS-0388', 'A01-42-02', '', '2025-03-24 08:20:46', '2025-03-24 08:20:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775893407010000', 2, 2, 1, 'ASRS-0520', 'A02-34-11', '', '2025-03-24 08:24:53', '2025-03-24 08:24:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775918384010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-34-06', '2025-03-24 08:25:18', '2025-03-24 08:25:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775925565010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A03-31-04', '2025-03-24 08:25:26', '2025-03-24 08:25:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775953481010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-39-02', '2025-03-24 08:25:53', '2025-03-24 08:25:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742775979268010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A04-34-06', '2025-03-24 08:26:19', '2025-03-24 08:26:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776008061010000', 2, 1, 1, 'ASRS-0302', 'P3', 'A02-32-09', '2025-03-24 08:26:48', '2025-03-24 08:26:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776234587010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-41-01', '2025-03-24 08:30:35', '2025-03-24 08:30:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776489278010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A01-42-02', '2025-03-24 08:34:49', '2025-03-24 08:34:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776520763010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A03-37-04', '2025-03-24 08:35:21', '2025-03-24 08:35:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776529406010000', 2, 2, 1, 'ASRS-0324', 'A01-29-07', '', '2025-03-24 08:35:29', '2025-03-24 08:35:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776529406010001', 2, 2, 1, 'ASRS-0329', 'A04-29-06', '', '2025-03-24 08:35:29', '2025-03-24 08:35:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776550479010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A02-34-11', '2025-03-24 08:35:50', '2025-03-24 08:35:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776597404010000', 2, 2, 1, 'ASRS-0340', 'A01-41-03', '', '2025-03-24 08:36:37', '2025-03-24 08:36:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776619407010000', 2, 2, 1, 'ASRS-0305', 'A04-31-05', '', '2025-03-24 08:36:59', '2025-03-24 08:37:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776677404010000', 2, 2, 1, 'ASRS-1027', 'A02-39-06', '', '2025-03-24 08:37:57', '2025-03-24 08:37:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776710673010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A01-29-07', '2025-03-24 08:38:31', '2025-03-24 08:38:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776733798010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A04-29-06', '2025-03-24 08:38:54', '2025-03-24 08:38:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776760483010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A01-41-03', '2025-03-24 08:39:20', '2025-03-24 08:39:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776790466010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-31-05', '2025-03-24 08:39:50', '2025-03-24 08:39:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776839407010000', 2, 2, 1, 'ASRS-0306', 'A01-31-08', '', '2025-03-24 08:40:39', '2025-03-24 08:40:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776839407010001', 2, 2, 1, 'ASRS-0314', 'A04-32-03', '', '2025-03-24 08:40:39', '2025-03-24 08:40:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776862466010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-39-06', '2025-03-24 08:41:02', '2025-03-24 08:41:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776885408010000', 2, 2, 1, 'ASRS-0392', 'A03-37-03', '', '2025-03-24 08:41:25', '2025-03-24 08:41:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776887407010000', 2, 2, 1, 'ASRS-0333', 'A02-39-01', '', '2025-03-24 08:41:27', '2025-03-24 08:41:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742776965406010000', 2, 2, 1, 'ASRS-1902', 'A02-36-08', '', '2025-03-24 08:42:45', '2025-03-24 08:42:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777018406010000', 2, 2, 1, 'ASRS-1526', 'A02-35-10', '', '2025-03-24 08:43:38', '2025-03-24 08:43:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777202087010000', 2, 1, 1, 'ASRS-0314', 'P3', 'A01-31-08', '2025-03-24 08:46:42', '2025-03-24 08:46:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777282476010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A02-39-01', '2025-03-24 08:48:02', '2025-03-24 08:48:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777319697010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A04-32-03', '2025-03-24 08:48:40', '2025-03-24 08:48:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777413889010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A02-36-08', '2025-03-24 08:50:14', '2025-03-24 08:50:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777463075010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A03-37-03', '2025-03-24 08:51:03', '2025-03-24 08:51:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777484407010000', 2, 2, 1, 'ASRS-0330', 'A02-37-03', '', '2025-03-24 08:51:24', '2025-03-24 08:51:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777508081010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A02-35-10', '2025-03-24 08:51:48', '2025-03-24 08:51:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777516796010000', 2, 1, 1, 'ASRS-1529', 'P2', 'A02-41-04', '2025-03-24 08:51:57', '2025-03-24 08:51:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777530407010000', 2, 2, 1, 'ASRS-0328', 'A02-38-02', '', '2025-03-24 08:52:10', '2025-03-24 08:52:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777694080010000', 2, 1, 1, 'ASRS-0330', 'P3', 'A02-37-03', '2025-03-24 08:54:54', '2025-03-24 08:54:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777699406010000', 2, 2, 1, 'ASRS-1529', 'A02-41-04', '', '2025-03-24 08:54:59', '2025-03-24 08:55:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777720776010000', 2, 1, 1, 'ASRS-0328', 'P3', 'A04-30-11', '2025-03-24 08:55:21', '2025-03-24 08:55:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777839406010000', 2, 2, 1, 'ASRS-0316', 'A03-29-06', '', '2025-03-24 08:57:19', '2025-03-24 08:57:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777862377010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A02-38-02', '2025-03-24 08:57:42', '2025-03-24 08:57:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777884406010000', 2, 2, 1, 'ASRS-0331', 'A03-32-03', '', '2025-03-24 08:58:04', '2025-03-24 08:58:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777935407010000', 2, 2, 1, 'ASRS-0338', 'A04-32-08', '', '2025-03-24 08:58:55', '2025-03-24 08:58:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777962278010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A02-41-04', '2025-03-24 08:59:22', '2025-03-24 08:59:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742777988691010000', 2, 1, 1, 'ASRS-0528', 'P2', 'A03-29-06', '2025-03-24 08:59:49', '2025-03-24 08:59:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778032504010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A02-42-03', '2025-03-24 09:00:33', '2025-03-24 09:00:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778039407010000', 2, 2, 1, 'ASRS-0327', 'A04-31-04', '', '2025-03-24 09:00:39', '2025-03-24 09:00:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778039407010001', 2, 2, 1, 'ASRS-0274', 'A01-42-01', '', '2025-03-24 09:00:39', '2025-03-24 09:00:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778062479010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A03-32-03', '2025-03-24 09:01:02', '2025-03-24 09:01:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778179406010000', 2, 2, 1, 'ASRS-0528', 'A03-29-06', '', '2025-03-24 09:02:59', '2025-03-24 09:03:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778182795010000', 2, 1, 1, 'ASRS-0327', 'P3', 'A01-42-01', '2025-03-24 09:03:03', '2025-03-24 09:03:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778199600010000', 2, 1, 1, 'ASRS-0274', 'P3', 'A04-31-04', '2025-03-24 09:03:20', '2025-03-24 09:03:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778293781010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A01-35-11', '2025-03-24 09:04:54', '2025-03-24 09:04:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778358407010000', 2, 2, 1, 'ASRS-0528', 'A01-35-11', '', '2025-03-24 09:05:58', '2025-03-24 09:05:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778449406010000', 2, 2, 1, 'ASRS-1524', 'A04-36-04', '', '2025-03-24 09:07:29', '2025-03-24 09:07:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778468397010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A01-35-11', '2025-03-24 09:07:48', '2025-03-24 09:07:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778496406010000', 2, 2, 1, 'ASRS-0522', 'A03-39-02', '', '2025-03-24 09:08:16', '2025-03-24 09:08:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778588397010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A01-36-10', '2025-03-24 09:09:48', '2025-03-24 09:09:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778604405010000', 2, 2, 1, 'ASRS-0303', 'A03-31-06', '', '2025-03-24 09:10:04', '2025-03-24 09:10:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778625593010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A03-29-06', '2025-03-24 09:10:26', '2025-03-24 09:10:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778633403010000', 2, 1, 1, 'ASRS-0527', 'P2', 'A01-37-09', '2025-03-24 09:10:33', '2025-03-24 09:10:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778659499010000', 2, 1, 1, 'ASRS-1034', 'P2', 'A01-38-08', '2025-03-24 09:10:59', '2025-03-24 09:10:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778689797010000', 2, 1, 1, 'ASRS-1032', 'P2', 'A03-31-06', '2025-03-24 09:11:30', '2025-03-24 09:11:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778740193010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A01-39-07', '2025-03-24 09:12:20', '2025-03-24 09:12:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778809407010000', 2, 2, 1, 'ASRS-0315', 'A01-34-06', '', '2025-03-24 09:13:29', '2025-03-24 09:13:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778809407010001', 2, 2, 1, 'ASRS-0332', 'A03-31-04', '', '2025-03-24 09:13:29', '2025-03-24 09:13:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778853407010000', 2, 2, 1, 'ASRS-0313', 'A04-34-06', '', '2025-03-24 09:14:13', '2025-03-24 09:14:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778864407010000', 2, 2, 1, 'ASRS-0304', 'A01-42-02', '', '2025-03-24 09:14:24', '2025-03-24 09:14:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778905407010000', 2, 2, 1, 'ASRS-0388', 'A03-37-04', '', '2025-03-24 09:15:05', '2025-03-24 09:15:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778919407010000', 2, 2, 1, 'ASRS-0302', 'A02-32-09', '', '2025-03-24 09:15:19', '2025-03-24 09:15:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742778971408010000', 2, 2, 1, 'ASRS-0350', 'A01-39-02', '', '2025-03-24 09:16:11', '2025-03-24 09:16:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779026410010000', 2, 2, 1, 'ASRS-0520', 'A02-34-11', '', '2025-03-24 09:17:06', '2025-03-24 09:17:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779051597010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-34-06', '2025-03-24 09:17:32', '2025-03-24 09:17:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779078407010000', 2, 2, 1, 'ASRS-0334', 'A02-41-01', '', '2025-03-24 09:17:58', '2025-03-24 09:17:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779108286010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-31-04', '2025-03-24 09:18:28', '2025-03-24 09:18:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779138603010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A01-39-02', '2025-03-24 09:18:59', '2025-03-24 09:18:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779158407010000', 2, 2, 1, 'ASRS-0315', 'A03-31-04', '', '2025-03-24 09:19:18', '2025-03-24 09:19:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779180304010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A04-32-08', '2025-03-24 09:19:40', '2025-03-24 09:19:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779222906010000', 2, 1, 1, 'ASRS-0302', 'P3', 'A02-32-09', '2025-03-24 09:20:23', '2025-03-24 09:20:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779260689010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-31-04', '2025-03-24 09:21:01', '2025-03-24 09:21:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779374388010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A02-41-01', '2025-03-24 09:22:54', '2025-03-24 09:22:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779408304010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A04-34-06', '2025-03-24 09:23:28', '2025-03-24 09:23:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779509992010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A01-42-02', '2025-03-24 09:25:10', '2025-03-24 09:25:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779709406010000', 2, 2, 1, 'ASRS-0324', 'A01-29-07', '', '2025-03-24 09:28:29', '2025-03-24 09:28:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779709406010001', 2, 2, 1, 'ASRS-0329', 'A04-29-06', '', '2025-03-24 09:28:29', '2025-03-24 09:28:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779728421010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A02-34-11', '2025-03-24 09:28:48', '2025-03-24 09:28:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779755409010000', 2, 2, 1, 'ASRS-0340', 'A04-31-05', '', '2025-03-24 09:29:15', '2025-03-24 09:29:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779757404010000', 2, 2, 1, 'ASRS-0305', 'A01-41-03', '', '2025-03-24 09:29:17', '2025-03-24 09:29:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779838408010000', 2, 2, 1, 'ASRS-1027', 'A02-39-06', '', '2025-03-24 09:30:38', '2025-03-24 09:30:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779893406010000', 2, 2, 1, 'ASRS-1529', 'A02-38-02', '', '2025-03-24 09:31:33', '2025-03-24 09:31:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779911405010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A01-29-07', '2025-03-24 09:31:51', '2025-03-24 09:31:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779954623010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A04-29-06', '2025-03-24 09:32:35', '2025-03-24 09:32:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742779981915010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A02-38-02', '2025-03-24 09:33:02', '2025-03-24 09:33:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780015809010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-31-05', '2025-03-24 09:33:36', '2025-03-24 09:33:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780277405010000', 2, 2, 9, 'ASRS-0301', 'A01-32-11', '', '2025-03-24 09:37:57', '2025-03-24 09:37:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780299406010000', 2, 2, 9, 'ASRS-0274', 'A04-31-04', '', '2025-03-24 09:38:19', '2025-03-24 09:38:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780560924010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-32-11', '2025-03-24 09:42:41', '2025-03-24 09:42:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780596000010000', 2, 1, 1, 'ASRS-0348', 'P2', 'A04-31-04', '2025-03-24 09:43:16', '2025-03-24 09:43:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780600210010000', 2, 1, 1, 'ASRS-1261', 'P2', 'A01-41-03', '2025-03-24 09:43:20', '2025-03-24 09:43:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780614407010000', 2, 2, 1, 'ASRS-1027', 'A01-32-11', '', '2025-03-24 09:43:34', '2025-03-24 09:43:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780631410010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A02-39-06', '2025-03-24 09:43:51', '2025-03-24 09:43:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742780884407010000', 2, 2, 1, 'ASRS-1529', 'A02-39-06', '', '2025-03-24 09:48:04', '2025-03-24 09:48:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781019406010000', 2, 2, 1, 'ASRS-0306', 'A02-39-01', '', '2025-03-24 09:50:19', '2025-03-24 09:50:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781019407010000', 2, 2, 1, 'ASRS-0392', 'A04-32-03', '', '2025-03-24 09:50:19', '2025-03-24 09:50:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781040920010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-32-11', '2025-03-24 09:50:41', '2025-03-24 09:50:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781063406010000', 2, 2, 1, 'ASRS-1526', 'A03-37-03', '', '2025-03-24 09:51:03', '2025-03-24 09:51:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781067924010000', 2, 1, 1, 'ASRS-1529', 'P2', 'A04-32-03', '2025-03-24 09:51:08', '2025-03-24 09:51:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781073406010000', 2, 2, 1, 'ASRS-0333', 'A02-36-08', '', '2025-03-24 09:51:13', '2025-03-24 09:51:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781151408010000', 2, 2, 1, 'ASRS-0314', 'A01-31-08', '', '2025-03-24 09:52:31', '2025-03-24 09:52:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781196003010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A02-39-01', '2025-03-24 09:53:16', '2025-03-24 09:53:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781202405010000', 2, 2, 1, 'ASRS-1902', 'A02-35-10', '', '2025-03-24 09:53:22', '2025-03-24 09:53:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781255406010000', 2, 2, 1, 'ASRS-0528', 'A01-35-11', '', '2025-03-24 09:54:15', '2025-03-24 09:54:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781330424010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A01-31-08', '2025-03-24 09:55:30', '2025-03-24 09:55:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781514632010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A02-36-08', '2025-03-24 09:58:35', '2025-03-24 09:58:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781561139010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A03-37-03', '2025-03-24 09:59:21', '2025-03-24 09:59:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781606710010000', 2, 1, 1, 'ASRS-0314', 'P3', 'A02-35-10', '2025-03-24 10:00:07', '2025-03-24 10:00:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781656211010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A04-36-04', '2025-03-24 10:00:56', '2025-03-24 10:00:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781704407010000', 2, 2, 1, 'ASRS-0330', 'A02-37-03', '', '2025-03-24 10:01:44', '2025-03-24 10:01:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781704407010001', 2, 2, 1, 'ASRS-0328', 'A04-30-11', '', '2025-03-24 10:01:44', '2025-03-24 10:01:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781725523010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A02-39-06', '2025-03-24 10:02:06', '2025-03-24 10:02:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781893523010000', 2, 1, 1, 'ASRS-0328', 'P3', 'A02-37-03', '2025-03-24 10:04:54', '2025-03-24 10:04:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781899409010000', 2, 2, 1, 'ASRS-0316', 'A02-41-04', '', '2025-03-24 10:04:59', '2025-03-24 10:05:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781899409010001', 2, 2, 1, 'ASRS-0338', 'A03-32-03', '', '2025-03-24 10:04:59', '2025-03-24 10:05:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781922329010000', 2, 1, 1, 'ASRS-0330', 'P3', 'A03-37-04', '2025-03-24 10:05:22', '2025-03-24 10:05:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742781947406010000', 2, 2, 1, 'ASRS-0331', 'A02-42-03', '', '2025-03-24 10:05:47', '2025-03-24 10:05:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782027407010000', 2, 2, 9, 'ASRS-0339', 'A02-35-09', '', '2025-03-24 10:07:07', '2025-03-24 10:07:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782078337010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A02-41-04', '2025-03-24 10:07:58', '2025-03-24 10:07:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782117031010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A03-32-03', '2025-03-24 10:08:37', '2025-03-24 10:08:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782221711010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A02-35-09', '2025-03-24 10:10:22', '2025-03-24 10:10:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782266408010000', 2, 2, 1, 'ASRS-0327', 'A01-42-01', '', '2025-03-24 10:11:06', '2025-03-24 10:11:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782266408010001', 2, 2, 1, 'ASRS-0348', 'A04-31-04', '', '2025-03-24 10:11:06', '2025-03-24 10:11:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782290725010000', 2, 1, 1, 'ASRS-0339', 'P3', 'A03-39-02', '2025-03-24 10:11:31', '2025-03-24 10:11:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782479406010000', 2, 2, 1, 'ASRS-0337', 'A01-36-09', '', '2025-03-24 10:14:39', '2025-03-24 10:14:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782498313010000', 2, 1, 1, 'ASRS-0327', 'P3', 'A01-42-01', '2025-03-24 10:14:58', '2025-03-24 10:14:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782594407010000', 2, 2, 1, 'ASRS-1524', 'A01-36-10', '', '2025-03-24 10:16:34', '2025-03-24 10:16:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782594407010001', 2, 2, 1, 'ASRS-0522', 'A03-29-06', '', '2025-03-24 10:16:34', '2025-03-24 10:16:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782617714010000', 2, 1, 1, 'ASRS-0337', 'P3', 'A01-36-09', '2025-03-24 10:16:58', '2025-03-24 10:16:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782749135010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A02-42-03', '2025-03-24 10:19:09', '2025-03-24 10:19:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782754404010000', 2, 2, 1, 'ASRS-0303', 'A01-39-07', '', '2025-03-24 10:19:14', '2025-03-24 10:19:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782789033010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A03-29-06', '2025-03-24 10:19:49', '2025-03-24 10:19:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742782918924010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A01-35-11', '2025-03-24 10:21:59', '2025-03-24 10:21:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742789877404010000', 2, 2, 9, 'ASRS-0376', 'A03-33-07', '', '2025-03-24 12:17:57', '2025-03-24 12:17:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742789906406010000', 2, 2, 9, 'ASRS-0364', 'A02-33-11', '', '2025-03-24 12:18:26', '2025-03-24 12:18:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742790004400010000', 2, 1, 1, 'ASRS-0376', 'P2', 'A02-33-11', '2025-03-24 12:20:04', '2025-03-24 12:20:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794049407010000', 2, 2, 1, 'ASRS-0271', 'A02-33-10', '', '2025-03-24 13:27:29', '2025-03-24 13:27:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794049407010001', 2, 2, 1, 'ASRS-0350', 'A03-31-04', '', '2025-03-24 13:27:29', '2025-03-24 13:27:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794207728010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-24 13:30:08', '2025-03-24 13:30:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794224404010000', 2, 2, 1, 'ASRS-0298', 'A01-36-03', '', '2025-03-24 13:30:24', '2025-03-24 13:30:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794224404010001', 2, 2, 1, 'ASRS-0386', 'A04-39-01', '', '2025-03-24 13:30:24', '2025-03-24 13:30:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794244031010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A03-31-04', '2025-03-24 13:30:44', '2025-03-24 13:30:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794403915010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-03', '2025-03-24 13:33:24', '2025-03-24 13:33:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794441136010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A04-31-04', '2025-03-24 13:34:01', '2025-03-24 13:34:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794479406010000', 2, 2, 1, 'ASRS-0271', 'A03-31-04', '', '2025-03-24 13:34:39', '2025-03-24 13:34:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794479406010001', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-24 13:34:39', '2025-03-24 13:34:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794619901010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-24 13:37:00', '2025-03-24 13:37:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794639406010000', 2, 2, 1, 'ASRS-0298', 'A04-31-04', '', '2025-03-24 13:37:19', '2025-03-24 13:37:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794639406010001', 2, 2, 1, 'ASRS-0386', 'A01-36-03', '', '2025-03-24 13:37:19', '2025-03-24 13:37:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794659220010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A03-31-04', '2025-03-24 13:37:39', '2025-03-24 13:37:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794794499010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-24 13:39:54', '2025-03-24 13:39:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794849999010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-24 13:40:50', '2025-03-24 13:40:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794914406010000', 2, 2, 1, 'ASRS-0271', 'A03-31-04', '', '2025-03-24 13:41:54', '2025-03-24 13:41:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742794914406010001', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-24 13:41:54', '2025-03-24 13:41:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795069897010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A02-33-10', '2025-03-24 13:44:30', '2025-03-24 13:44:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795094407010000', 2, 2, 1, 'ASRS-0298', 'A01-36-03', '', '2025-03-24 13:44:54', '2025-03-24 13:44:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795113714010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-31-04', '2025-03-24 13:45:14', '2025-03-24 13:45:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795165405010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-24 13:46:05', '2025-03-24 13:46:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795266112010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-24 13:47:46', '2025-03-24 13:47:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795320127010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-24 13:48:40', '2025-03-24 13:48:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795334406010000', 2, 2, 1, 'ASRS-0271', 'A02-33-10', '', '2025-03-24 13:48:54', '2025-03-24 13:48:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795334406010001', 2, 2, 1, 'ASRS-0350', 'A03-31-04', '', '2025-03-24 13:48:54', '2025-03-24 13:48:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795494428010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-24 13:51:34', '2025-03-24 13:51:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795504406010000', 2, 2, 1, 'ASRS-0298', 'A01-36-03', '', '2025-03-24 13:51:44', '2025-03-24 13:51:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795527424010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A03-31-04', '2025-03-24 13:52:07', '2025-03-24 13:52:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795558407010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-24 13:52:38', '2025-03-24 13:52:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795694815010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-24 13:54:55', '2025-03-24 13:54:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795746440010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-24 13:55:46', '2025-03-24 13:55:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742795799407010000', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-24 13:56:39', '2025-03-24 13:56:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742796359404010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-24 14:05:59', '2025-03-24 14:06:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742796378226010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-24 14:06:18', '2025-03-24 14:06:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742796768850010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-24 14:12:49', '2025-03-24 14:12:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742863595204010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-39-07', '2025-03-25 08:46:35', '2025-03-25 08:46:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742863607605010000', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-25 08:46:48', '2025-03-25 08:46:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742863882608010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-25 08:51:23', '2025-03-25 08:51:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742863903896010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-25 08:51:44', '2025-03-25 08:51:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864019067010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-25 08:53:39', '2025-03-25 08:53:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864042604010000', 2, 2, 1, 'ASRS-0271', 'A03-31-04', '', '2025-03-25 08:54:03', '2025-03-25 08:54:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864042604010001', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-25 08:54:03', '2025-03-25 08:54:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864174486010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A02-33-10', '2025-03-25 08:56:14', '2025-03-25 08:56:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864197604010000', 2, 2, 1, 'ASRS-0298', 'A01-36-03', '', '2025-03-25 08:56:38', '2025-03-25 08:56:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864216469010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-31-04', '2025-03-25 08:56:56', '2025-03-25 08:56:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864269609010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-25 08:57:50', '2025-03-25 08:57:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864364091010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-25 08:59:24', '2025-03-25 08:59:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864417778010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-25 09:00:18', '2025-03-25 09:00:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864467605010000', 2, 2, 1, 'ASRS-0271', 'A02-33-10', '', '2025-03-25 09:01:08', '2025-03-25 09:01:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864467605010001', 2, 2, 1, 'ASRS-0350', 'A03-31-04', '', '2025-03-25 09:01:08', '2025-03-25 09:01:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864588471010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-25 09:03:08', '2025-03-25 09:03:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864592605010000', 2, 2, 1, 'ASRS-0298', 'A01-36-03', '', '2025-03-25 09:03:13', '2025-03-25 09:03:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864615815010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A03-31-04', '2025-03-25 09:03:36', '2025-03-25 09:03:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864645603010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-25 09:04:06', '2025-03-25 09:04:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864727384010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-25 09:05:27', '2025-03-25 09:05:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864812867010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-25 09:06:53', '2025-03-25 09:06:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864852606010000', 2, 2, 1, 'ASRS-0271', 'A03-31-04', '', '2025-03-25 09:07:33', '2025-03-25 09:07:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864852606010001', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-25 09:07:33', '2025-03-25 09:07:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864986571010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A02-33-10', '2025-03-25 09:09:47', '2025-03-25 09:09:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742864992605010000', 2, 2, 1, 'ASRS-0298', 'A01-36-03', '', '2025-03-25 09:09:53', '2025-03-25 09:09:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742865015069010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-31-04', '2025-03-25 09:10:15', '2025-03-25 09:10:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742865045603010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-25 09:10:46', '2025-03-25 09:10:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742865122605010000', 2, 2, 1, 'ASRS-1531', 'A01-39-07', '', '2025-03-25 09:12:03', '2025-03-25 09:12:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742865187314010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-36-03', '2025-03-25 09:13:07', '2025-03-25 09:13:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742865900981010000', 2, 1, 1, 'ASRS-1531', 'P2', 'A01-36-10', '2025-03-25 09:25:01', '2025-03-25 09:25:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742865963604010000', 2, 2, 1, 'ASRS-1531', 'A01-36-10', '', '2025-03-25 09:26:04', '2025-03-25 09:26:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866004604010000', 2, 2, 9, 'ASRS-0298', 'A01-36-03', '', '2025-03-25 09:26:45', '2025-03-25 09:26:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866004604010001', 2, 2, 9, 'ASRS-1180', 'A03-32-09', '', '2025-03-25 09:26:45', '2025-03-25 09:26:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866092084010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-36-03', '2025-03-25 09:28:12', '2025-03-25 09:28:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866107605010000', 2, 2, 1, 'ASRS-0271', 'A02-33-10', '', '2025-03-25 09:28:28', '2025-03-25 09:28:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866107605010001', 2, 2, 1, 'ASRS-0350', 'A03-31-04', '', '2025-03-25 09:28:28', '2025-03-25 09:28:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866242693010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-33-10', '2025-03-25 09:30:43', '2025-03-25 09:30:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866252605010000', 2, 2, 1, 'ASRS-1531', 'A01-36-03', '', '2025-03-25 09:30:53', '2025-03-25 09:30:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866274192010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A03-31-04', '2025-03-25 09:31:14', '2025-03-25 09:31:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866406494010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-36-03', '2025-03-25 09:33:26', '2025-03-25 09:33:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866553208010000', 2, 1, 1, 'ASRS-0298', 'P2', 'A01-36-10', '2025-03-25 09:35:53', '2025-03-25 09:35:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866616605010000', 2, 2, 1, 'ASRS-0298', 'A01-36-10', '', '2025-03-25 09:36:57', '2025-03-25 09:36:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866883200010000', 2, 1, 1, 'ASRS-0386', 'P2', 'A01-36-10', '2025-03-25 09:41:23', '2025-03-25 09:41:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742866947603010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-25 09:42:28', '2025-03-25 09:42:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867112086010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-36-10', '2025-03-25 09:45:12', '2025-03-25 09:45:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867257608010000', 2, 2, 1, 'ASRS-0304', 'A04-32-08', '', '2025-03-25 09:47:38', '2025-03-25 09:47:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867257608010001', 2, 2, 1, 'ASRS-0340', 'A02-38-02', '', '2025-03-25 09:47:38', '2025-03-25 09:47:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867302605010000', 2, 2, 1, 'ASRS-0299', 'A03-35-04', '', '2025-03-25 09:48:23', '2025-03-25 09:48:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867355604010000', 2, 2, 1, 'ASRS-0250', 'A03-38-01', '', '2025-03-25 09:49:16', '2025-03-25 09:49:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867420785010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A02-38-02', '2025-03-25 09:50:21', '2025-03-25 09:50:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867445101010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-31-04', '2025-03-25 09:50:45', '2025-03-25 09:50:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867480195010000', 2, 1, 1, 'ASRS-0299', 'P3', 'A01-39-07', '2025-03-25 09:51:20', '2025-03-25 09:51:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867492605010000', 2, 2, 1, 'ASRS-0297', 'A01-33-10', '', '2025-03-25 09:51:33', '2025-03-25 09:51:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867492605010001', 2, 2, 1, 'ASRS-1189', 'A03-34-07', '', '2025-03-25 09:51:33', '2025-03-25 09:51:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867512300010000', 2, 1, 1, 'ASRS-0250', 'P3', 'A03-35-04', '2025-03-25 09:51:52', '2025-03-25 09:51:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867686902010000', 2, 1, 1, 'ASRS-1189', 'P3', 'A01-33-10', '2025-03-25 09:54:47', '2025-03-25 09:54:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867687609010000', 2, 2, 1, 'ASRS-0340', 'A04-31-04', '', '2025-03-25 09:54:48', '2025-03-25 09:54:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867687609010001', 2, 2, 1, 'ASRS-1531', 'A01-36-03', '', '2025-03-25 09:54:48', '2025-03-25 09:54:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867754394010000', 2, 1, 1, 'ASRS-0297', 'P3', 'A04-31-04', '2025-03-25 09:55:54', '2025-03-25 09:55:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867838091010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A01-36-03', '2025-03-25 09:57:18', '2025-03-25 09:57:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742867868418010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A03-38-01', '2025-03-25 09:57:48', '2025-03-25 09:57:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742868203605010000', 2, 2, 9, 'ASRS-1529', 'A04-32-03', '', '2025-03-25 10:03:24', '2025-03-25 10:03:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742868511608010000', 2, 1, 1, 'ASRS-1529', 'P2', 'A01-40-06', '2025-03-25 10:08:32', '2025-03-25 10:08:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742868779605010000', 2, 2, 9, 'ASRS-0303', 'A01-35-11', '', '2025-03-25 10:13:00', '2025-03-25 10:13:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742868945602010000', 2, 2, 9, 'ASRS-0329', 'A01-29-07', '', '2025-03-25 10:15:46', '2025-03-25 10:15:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742868995608010000', 2, 2, 9, 'ASRS-0331', 'A02-35-09', '', '2025-03-25 10:16:36', '2025-03-25 10:16:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869007605010000', 2, 2, 9, 'ASRS-0330', 'A03-37-04', '', '2025-03-25 10:16:48', '2025-03-25 10:16:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869047604010000', 2, 2, 9, 'ASRS-0328', 'A02-37-03', '', '2025-03-25 10:17:28', '2025-03-25 10:17:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869059604010000', 2, 2, 9, 'ASRS-0273', 'A04-31-08', '', '2025-03-25 10:17:40', '2025-03-25 10:17:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869100604010000', 2, 2, 9, 'ASRS-0327', 'A01-42-01', '', '2025-03-25 10:18:21', '2025-03-25 10:18:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869328604010000', 2, 2, 9, 'ASRS-0272', 'A02-32-11', '', '2025-03-25 10:22:09', '2025-03-25 10:22:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869379608010000', 2, 2, 9, 'ASRS-0314', 'A02-35-10', '', '2025-03-25 10:23:00', '2025-03-25 10:23:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869431605010000', 2, 2, 9, 'ASRS-0302', 'A02-32-09', '', '2025-03-25 10:23:52', '2025-03-25 10:23:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869442518010000', 2, 1, 1, 'ASRS-0364', 'P2', 'A01-29-07', '2025-03-25 10:24:03', '2025-03-25 10:24:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869829604010000', 2, 2, 1, 'ASRS-0364', 'A01-29-07', '', '2025-03-25 10:30:30', '2025-03-25 10:30:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869981604010000', 2, 2, 1, 'ASRS-0519', 'A02-40-05', '', '2025-03-25 10:33:02', '2025-03-25 10:33:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742869981604010001', 2, 2, 1, 'ASRS-1025', 'A03-40-01', '', '2025-03-25 10:33:02', '2025-03-25 10:33:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870035603010000', 2, 2, 1, 'ASRS-1221', 'A03-32-08', '', '2025-03-25 10:33:56', '2025-03-25 10:33:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870037605010000', 2, 2, 1, 'ASRS-0337', 'A01-36-09', '', '2025-03-25 10:33:58', '2025-03-25 10:33:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870090603010000', 2, 2, 1, 'ASRS-1436', 'A02-40-04', '', '2025-03-25 10:34:51', '2025-03-25 10:34:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870239606010000', 2, 1, 1, 'ASRS-1025', 'P2', 'A01-29-07', '2025-03-25 10:37:20', '2025-03-25 10:37:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870273235010000', 2, 1, 1, 'ASRS-1221', 'P2', 'A04-32-03', '2025-03-25 10:37:53', '2025-03-25 10:37:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870373102010000', 2, 1, 1, 'ASRS-1436', 'P2', 'A02-37-03', '2025-03-25 10:39:33', '2025-03-25 10:39:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870442426010000', 2, 1, 1, 'ASRS-0337', 'P2', 'A02-32-09', '2025-03-25 10:40:42', '2025-03-25 10:40:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870467617010000', 2, 1, 1, 'ASRS-0519', 'P2', 'A04-31-08', '2025-03-25 10:41:08', '2025-03-25 10:41:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870670603010000', 2, 2, 1, 'ASRS-1088', 'A02-37-08', '', '2025-03-25 10:44:31', '2025-03-25 10:44:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870670603010001', 2, 2, 1, 'ASRS-1032', 'A03-31-06', '', '2025-03-25 10:44:31', '2025-03-25 10:44:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870717605010000', 2, 2, 1, 'ASRS-1031', 'A02-42-02', '', '2025-03-25 10:45:18', '2025-03-25 10:45:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870884894010000', 2, 1, 1, 'ASRS-0364', 'P2', 'A01-42-01', '2025-03-25 10:48:05', '2025-03-25 10:48:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742870966195010000', 2, 1, 1, 'ASRS-1031', 'P2', 'A02-32-11', '2025-03-25 10:49:26', '2025-03-25 10:49:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742871039704010000', 2, 1, 1, 'ASRS-1088', 'P2', 'A03-31-06', '2025-03-25 10:50:40', '2025-03-25 10:50:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742871071515010000', 2, 1, 1, 'ASRS-1032', 'P2', 'A02-35-09', '2025-03-25 10:51:12', '2025-03-25 10:51:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742871100933010000', 2, 1, 1, 'ASRS-0274', 'P2', 'A03-32-08', '2025-03-25 10:51:41', '2025-03-25 10:51:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742879818606010000', 2, 2, 9, 'ASRS-0341', 'A03-36-04', '', '2025-03-25 13:16:59', '2025-03-25 13:17:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742879831605010000', 2, 2, 9, 'ASRS-0346', 'A01-36-08', '', '2025-03-25 13:17:12', '2025-03-25 13:17:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742879964494010000', 2, 1, 1, 'ASRS-0341', 'P3', 'A03-33-07', '2025-03-25 13:19:24', '2025-03-25 13:19:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742880406090010000', 2, 1, 1, 'ASRS-0346', 'P3', 'A01-36-08', '2025-03-25 13:26:46', '2025-03-25 13:26:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742882917605010000', 2, 2, 1, 'ASRS-0315', 'A02-34-11', '', '2025-03-25 14:08:38', '2025-03-25 14:08:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742882917605010001', 2, 2, 1, 'ASRS-0520', 'A04-34-06', '', '2025-03-25 14:08:38', '2025-03-25 14:08:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742882963605010000', 2, 2, 1, 'ASRS-0332', 'A01-34-06', '', '2025-03-25 14:09:24', '2025-03-25 14:09:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883015602010000', 2, 2, 1, 'ASRS-0313', 'A01-39-02', '', '2025-03-25 14:10:16', '2025-03-25 14:10:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883069605010000', 2, 2, 1, 'ASRS-0304', 'A02-38-02', '', '2025-03-25 14:11:10', '2025-03-25 14:11:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883123605010000', 2, 2, 1, 'ASRS-0334', 'A01-42-02', '', '2025-03-25 14:12:04', '2025-03-25 14:12:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883262122010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-34-06', '2025-03-25 14:14:22', '2025-03-25 14:14:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883284634010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-36-04', '2025-03-25 14:14:45', '2025-03-25 14:14:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883295747010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A02-38-02', '2025-03-25 14:14:56', '2025-03-25 14:14:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883311031010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A04-32-08', '2025-03-25 14:15:11', '2025-03-25 14:15:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883332605010000', 2, 2, 1, 'ASRS-0388', 'A02-41-01', '', '2025-03-25 14:15:33', '2025-03-25 14:15:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883335348010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A01-39-02', '2025-03-25 14:15:35', '2025-03-25 14:15:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883355415010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A04-34-06', '2025-03-25 14:15:55', '2025-03-25 14:15:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883404611010000', 2, 2, 1, 'ASRS-1436', 'A02-37-03', '', '2025-03-25 14:16:45', '2025-03-25 14:16:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883484605010000', 2, 2, 1, 'ASRS-0350', 'A02-33-10', '', '2025-03-25 14:18:05', '2025-03-25 14:18:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883486213010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A02-37-03', '2025-03-25 14:18:06', '2025-03-25 14:18:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883536604010000', 2, 2, 1, 'ASRS-0334', 'A01-39-02', '', '2025-03-25 14:18:57', '2025-03-25 14:18:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883567214010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A04-39-01', '2025-03-25 14:19:27', '2025-03-25 14:19:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883617934010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-39-02', '2025-03-25 14:20:18', '2025-03-25 14:20:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883677604010000', 2, 2, 1, 'ASRS-0305', 'A04-31-05', '', '2025-03-25 14:21:18', '2025-03-25 14:21:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883677604010001', 2, 2, 1, 'ASRS-0340', 'A01-36-03', '', '2025-03-25 14:21:18', '2025-03-25 14:21:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883699219010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-41-01', '2025-03-25 14:21:39', '2025-03-25 14:21:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883722605010000', 2, 2, 1, 'ASRS-1027', 'A01-32-11', '', '2025-03-25 14:22:03', '2025-03-25 14:22:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883799131010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A01-36-03', '2025-03-25 14:23:19', '2025-03-25 14:23:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883803604010000', 2, 2, 1, 'ASRS-1032', 'A02-35-09', '', '2025-03-25 14:23:24', '2025-03-25 14:23:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883822237010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-31-05', '2025-03-25 14:23:42', '2025-03-25 14:23:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883886126010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A03-32-09', '2025-03-25 14:24:46', '2025-03-25 14:24:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883912604010000', 2, 2, 1, 'ASRS-0324', 'A04-29-06', '', '2025-03-25 14:25:13', '2025-03-25 14:25:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883912604010001', 2, 2, 1, 'ASRS-0392', 'A02-39-01', '', '2025-03-25 14:25:13', '2025-03-25 14:25:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883936219010000', 2, 1, 1, 'ASRS-1032', 'P3', 'A01-32-11', '2025-03-25 14:25:36', '2025-03-25 14:25:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883959605010000', 2, 2, 1, 'ASRS-1526', 'A02-36-08', '', '2025-03-25 14:26:00', '2025-03-25 14:26:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742883981605010000', 2, 2, 1, 'ASRS-0333', 'A03-37-03', '', '2025-03-25 14:26:22', '2025-03-25 14:26:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884034605010000', 2, 2, 1, 'ASRS-1902', 'A04-36-04', '', '2025-03-25 14:27:15', '2025-03-25 14:27:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884036604010000', 2, 2, 1, 'ASRS-1529', 'A01-40-06', '', '2025-03-25 14:27:17', '2025-03-25 14:27:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884040040010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A02-39-01', '2025-03-25 14:27:20', '2025-03-25 14:27:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884059226010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A04-29-06', '2025-03-25 14:27:39', '2025-03-25 14:27:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884086605010000', 2, 2, 1, 'ASRS-1027', 'A03-32-09', '', '2025-03-25 14:28:07', '2025-03-25 14:28:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884090604010000', 2, 2, 1, 'ASRS-0528', 'A02-39-06', '', '2025-03-25 14:28:11', '2025-03-25 14:28:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884109325010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A02-33-10', '2025-03-25 14:28:29', '2025-03-25 14:28:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884133622010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A03-37-03', '2025-03-25 14:28:54', '2025-03-25 14:28:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884166918010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A01-42-02', '2025-03-25 14:29:27', '2025-03-25 14:29:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884189118010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A04-36-04', '2025-03-25 14:29:49', '2025-03-25 14:29:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884237605010000', 2, 2, 1, 'ASRS-0306', 'A01-31-08', '', '2025-03-25 14:30:38', '2025-03-25 14:30:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884237605010001', 2, 2, 1, 'ASRS-0316', 'A03-32-03', '', '2025-03-25 14:30:38', '2025-03-25 14:30:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884239825010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-35-09', '2025-03-25 14:30:40', '2025-03-25 14:30:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884261144010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A03-32-09', '2025-03-25 14:31:01', '2025-03-25 14:31:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884287605010000', 2, 2, 1, 'ASRS-1221', 'A04-32-03', '', '2025-03-25 14:31:28', '2025-03-25 14:31:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884297604010000', 2, 2, 1, 'ASRS-0338', 'A02-41-04', '', '2025-03-25 14:31:38', '2025-03-25 14:31:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884366139010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A01-31-08', '2025-03-25 14:32:46', '2025-03-25 14:32:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884385350010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A03-32-03', '2025-03-25 14:33:05', '2025-03-25 14:33:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884442604010000', 2, 2, 1, 'ASRS-0519', 'A04-31-08', '', '2025-03-25 14:34:03', '2025-03-25 14:34:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884442604010001', 2, 2, 1, 'ASRS-1025', 'A01-29-07', '', '2025-03-25 14:34:03', '2025-03-25 14:34:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884447737010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A02-36-08', '2025-03-25 14:34:08', '2025-03-25 14:34:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884462724010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A04-32-03', '2025-03-25 14:34:23', '2025-03-25 14:34:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884557604010000', 2, 2, 1, 'ASRS-0318', 'A01-33-06', '', '2025-03-25 14:35:58', '2025-03-25 14:35:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884560823010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A01-29-07', '2025-03-25 14:36:01', '2025-03-25 14:36:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884576440010000', 2, 1, 1, 'ASRS-1025', 'P3', 'A04-31-08', '2025-03-25 14:36:16', '2025-03-25 14:36:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884602604010000', 2, 2, 1, 'ASRS-1031', 'A02-32-11', '', '2025-03-25 14:36:43', '2025-03-25 14:36:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884692536010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A01-33-06', '2025-03-25 14:38:13', '2025-03-25 14:38:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884727605010000', 2, 2, 1, 'ASRS-0337', 'A02-32-09', '', '2025-03-25 14:38:48', '2025-03-25 14:38:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884727605010001', 2, 2, 1, 'ASRS-1524', 'A03-29-06', '', '2025-03-25 14:38:48', '2025-03-25 14:38:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884750720010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A03-34-07', '2025-03-25 14:39:11', '2025-03-25 14:39:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884852604010000', 2, 2, 1, 'ASRS-1088', 'A03-31-06', '', '2025-03-25 14:40:53', '2025-03-25 14:40:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884852604010001', 2, 2, 1, 'ASRS-0522', 'A02-42-03', '', '2025-03-25 14:40:53', '2025-03-25 14:40:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884859632010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A02-32-09', '2025-03-25 14:41:00', '2025-03-25 14:41:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884874930010000', 2, 1, 1, 'ASRS-0337', 'P3', 'A03-29-06', '2025-03-25 14:41:15', '2025-03-25 14:41:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884978114010000', 2, 1, 1, 'ASRS-1088', 'P3', 'A02-32-11', '2025-03-25 14:42:58', '2025-03-25 14:42:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742884992539010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A03-31-06', '2025-03-25 14:43:13', '2025-03-25 14:43:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885082605010000', 2, 2, 1, 'ASRS-0315', 'A03-36-04', '', '2025-03-25 14:44:43', '2025-03-25 14:44:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885082605010001', 2, 2, 1, 'ASRS-0332', 'A02-38-02', '', '2025-03-25 14:44:43', '2025-03-25 14:44:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885128604010000', 2, 2, 1, 'ASRS-0313', 'A04-32-08', '', '2025-03-25 14:45:29', '2025-03-25 14:45:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885130602010000', 2, 2, 1, 'ASRS-0388', 'A02-37-03', '', '2025-03-25 14:45:31', '2025-03-25 14:45:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885179605010000', 2, 2, 1, 'ASRS-0304', 'A04-34-06', '', '2025-03-25 14:46:20', '2025-03-25 14:46:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885184604010000', 2, 2, 1, 'ASRS-0520', 'A01-34-06', '', '2025-03-25 14:46:25', '2025-03-25 14:46:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885231605010000', 2, 2, 1, 'ASRS-1900', 'A04-38-02', '', '2025-03-25 14:47:12', '2025-03-25 14:47:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885236605010000', 2, 2, 1, 'ASRS-0334', 'A02-41-01', '', '2025-03-25 14:47:17', '2025-03-25 14:47:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885240321010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-34-06', '2025-03-25 14:47:20', '2025-03-25 14:47:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885277536010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A03-36-04', '2025-03-25 14:47:58', '2025-03-25 14:47:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885291338010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A02-37-03', '2025-03-25 14:48:11', '2025-03-25 14:48:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885326122010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A04-32-08', '2025-03-25 14:48:46', '2025-03-25 14:48:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885368420010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A02-38-02', '2025-03-25 14:49:28', '2025-03-25 14:49:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885390623010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A04-34-06', '2025-03-25 14:49:51', '2025-03-25 14:49:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885417031010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A02-41-01', '2025-03-25 14:50:17', '2025-03-25 14:50:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885447604010000', 2, 2, 1, 'ASRS-1436', 'A04-39-01', '', '2025-03-25 14:50:48', '2025-03-25 14:50:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885447604010001', 2, 2, 1, 'ASRS-0350', 'A01-39-02', '', '2025-03-25 14:50:48', '2025-03-25 14:50:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885471325010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-38-02', '2025-03-25 14:51:11', '2025-03-25 14:51:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885535602010000', 2, 2, 1, 'ASRS-0384', 'A02-38-07', '', '2025-03-25 14:52:16', '2025-03-25 14:52:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885589605010000', 2, 2, 1, 'ASRS-1027', 'A02-35-09', '', '2025-03-25 14:53:10', '2025-03-25 14:53:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885607228010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A01-39-02', '2025-03-25 14:53:27', '2025-03-25 14:53:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885647440010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-39-01', '2025-03-25 14:54:07', '2025-03-25 14:54:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885693946010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A02-35-09', '2025-03-25 14:54:54', '2025-03-25 14:54:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885737605010000', 2, 2, 1, 'ASRS-0324', 'A04-29-06', '', '2025-03-25 14:55:38', '2025-03-25 14:55:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885737606010000', 2, 2, 1, 'ASRS-0305', 'A01-36-03', '', '2025-03-25 14:55:38', '2025-03-25 14:55:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885760537010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A03-37-04', '2025-03-25 14:56:01', '2025-03-25 14:56:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885784604010000', 2, 2, 1, 'ASRS-0340', 'A04-31-05', '', '2025-03-25 14:56:25', '2025-03-25 14:56:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885860604010000', 2, 2, 1, 'ASRS-0392', 'A02-39-01', '', '2025-03-25 14:57:41', '2025-03-25 14:57:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885862605010000', 2, 2, 1, 'ASRS-0336', 'A04-37-03', '', '2025-03-25 14:57:43', '2025-03-25 14:57:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885881444010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A01-36-03', '2025-03-25 14:58:01', '2025-03-25 14:58:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885915605010000', 2, 2, 1, 'ASRS-0517', 'A02-36-09', '', '2025-03-25 14:58:36', '2025-03-25 14:58:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885917606010000', 2, 2, 1, 'ASRS-1027', 'A03-37-04', '', '2025-03-25 14:58:38', '2025-03-25 14:58:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885946828010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-29-06', '2025-03-25 14:59:07', '2025-03-25 14:59:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885970604010000', 2, 2, 1, 'ASRS-1529', 'A04-36-04', '', '2025-03-25 14:59:31', '2025-03-25 14:59:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742885971143010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A02-39-01', '2025-03-25 14:59:31', '2025-03-25 14:59:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886041349010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A02-40-04', '2025-03-25 15:00:41', '2025-03-25 15:00:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886079433010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A04-31-05', '2025-03-25 15:01:19', '2025-03-25 15:01:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886099846010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-42-02', '2025-03-25 15:01:40', '2025-03-25 15:01:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886176634010000', 2, 1, 1, 'ASRS-0517', 'P3', 'A04-36-04', '2025-03-25 15:02:57', '2025-03-25 15:02:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886202605010000', 2, 2, 1, 'ASRS-0318', 'A01-33-06', '', '2025-03-25 15:03:23', '2025-03-25 15:03:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886202605010001', 2, 2, 1, 'ASRS-0383', 'A03-30-11', '', '2025-03-25 15:03:23', '2025-03-25 15:03:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886224649010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-36-09', '2025-03-25 15:03:45', '2025-03-25 15:03:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886259604010000', 2, 2, 1, 'ASRS-0523', 'A01-41-04', '', '2025-03-25 15:04:20', '2025-03-25 15:04:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886340605010000', 2, 2, 9, 'ASRS-1261', 'A01-41-03', '', '2025-03-25 15:05:41', '2025-03-25 15:05:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886347333010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A01-33-06', '2025-03-25 15:05:47', '2025-03-25 15:05:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886375257010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A04-37-03', '2025-03-25 15:06:15', '2025-03-25 15:06:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886442605010000', 2, 2, 1, 'ASRS-0317', 'A01-35-04', '', '2025-03-25 15:07:23', '2025-03-25 15:07:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886442606010000', 2, 2, 1, 'ASRS-1025', 'A04-31-08', '', '2025-03-25 15:07:23', '2025-03-25 15:07:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886462844010000', 2, 1, 1, 'ASRS-0523', 'P3', 'A01-41-03', '2025-03-25 15:07:43', '2025-03-25 15:07:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886488604010000', 2, 2, 1, 'ASRS-1902', 'A01-42-02', '', '2025-03-25 15:08:09', '2025-03-25 15:08:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886490607010000', 2, 2, 1, 'ASRS-0528', 'A03-32-09', '', '2025-03-25 15:08:11', '2025-03-25 15:08:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886567604010000', 2, 2, 1, 'ASRS-1221', 'A02-36-08', '', '2025-03-25 15:09:28', '2025-03-25 15:09:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886582260010000', 2, 1, 1, 'ASRS-1025', 'P3', 'A01-35-04', '2025-03-25 15:09:42', '2025-03-25 15:09:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886620602010000', 2, 2, 1, 'ASRS-0519', 'A01-29-07', '', '2025-03-25 15:10:21', '2025-03-25 15:10:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886696605010000', 2, 2, 1, 'ASRS-0527', 'A01-37-09', '', '2025-03-25 15:11:37', '2025-03-25 15:11:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886723862010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A01-29-07', '2025-03-25 15:12:04', '2025-03-25 15:12:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886764057010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A04-31-08', '2025-03-25 15:12:44', '2025-03-25 15:12:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886809040010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A01-42-02', '2025-03-25 15:13:29', '2025-03-25 15:13:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886842358010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A03-30-11', '2025-03-25 15:14:02', '2025-03-25 15:14:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886858250010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A02-36-08', '2025-03-25 15:14:18', '2025-03-25 15:14:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886867605010000', 2, 2, 1, 'ASRS-0306', 'A03-32-03', '', '2025-03-25 15:14:28', '2025-03-25 15:14:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886867605010001', 2, 2, 1, 'ASRS-0316', 'A01-31-08', '', '2025-03-25 15:14:28', '2025-03-25 15:14:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886886743010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A01-41-04', '2025-03-25 15:14:47', '2025-03-25 15:14:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742886940603010000', 2, 2, 1, 'ASRS-0338', 'A04-32-03', '', '2025-03-25 15:15:41', '2025-03-25 15:15:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887028642010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A01-31-08', '2025-03-25 15:17:09', '2025-03-25 15:17:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887033459010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A03-32-03', '2025-03-25 15:17:13', '2025-03-25 15:17:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887052604010000', 2, 2, 1, 'ASRS-1031', 'A03-34-07', '', '2025-03-25 15:17:33', '2025-03-25 15:17:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887073345010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A02-34-11', '2025-03-25 15:17:53', '2025-03-25 15:17:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887228443010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A02-35-10', '2025-03-25 15:20:28', '2025-03-25 15:20:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887427605010000', 2, 2, 1, 'ASRS-0315', 'A01-34-06', '', '2025-03-25 15:23:48', '2025-03-25 15:23:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887427606010000', 2, 2, 1, 'ASRS-0332', 'A03-36-04', '', '2025-03-25 15:23:48', '2025-03-25 15:23:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887472604010000', 2, 2, 1, 'ASRS-0313', 'A02-37-03', '', '2025-03-25 15:24:33', '2025-03-25 15:24:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887479605010000', 2, 2, 1, 'ASRS-0388', 'A04-32-08', '', '2025-03-25 15:24:40', '2025-03-25 15:24:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887525604010000', 2, 2, 1, 'ASRS-0304', 'A02-38-02', '', '2025-03-25 15:25:26', '2025-03-25 15:25:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887530603010000', 2, 2, 1, 'ASRS-0520', 'A04-34-06', '', '2025-03-25 15:25:31', '2025-03-25 15:25:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887579605010000', 2, 2, 1, 'ASRS-1900', 'A02-41-01', '', '2025-03-25 15:26:20', '2025-03-25 15:26:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887582605010000', 2, 2, 1, 'ASRS-0334', 'A04-38-02', '', '2025-03-25 15:26:23', '2025-03-25 15:26:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887585458010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-34-06', '2025-03-25 15:26:25', '2025-03-25 15:26:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887604675010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A04-32-03', '2025-03-25 15:26:45', '2025-03-25 15:26:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887621775010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A02-37-03', '2025-03-25 15:27:02', '2025-03-25 15:27:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887642462010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A03-36-04', '2025-03-25 15:27:22', '2025-03-25 15:27:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887661646010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A02-38-02', '2025-03-25 15:27:42', '2025-03-25 15:27:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887678442010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A04-32-08', '2025-03-25 15:27:58', '2025-03-25 15:27:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887770860010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-41-01', '2025-03-25 15:29:31', '2025-03-25 15:29:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887802606010000', 2, 2, 1, 'ASRS-1436', 'A01-39-02', '', '2025-03-25 15:30:03', '2025-03-25 15:30:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887802606010001', 2, 2, 1, 'ASRS-0350', 'A04-39-01', '', '2025-03-25 15:30:03', '2025-03-25 15:30:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887825762010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A04-34-06', '2025-03-25 15:30:26', '2025-03-25 15:30:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887887605010000', 2, 2, 1, 'ASRS-0384', 'A02-35-09', '', '2025-03-25 15:31:28', '2025-03-25 15:31:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887939469010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-39-02', '2025-03-25 15:32:19', '2025-03-25 15:32:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742887940604010000', 2, 2, 1, 'ASRS-1027', 'A02-42-02', '', '2025-03-25 15:32:21', '2025-03-25 15:32:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888009342010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A04-38-02', '2025-03-25 15:33:29', '2025-03-25 15:33:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888037560010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A02-35-09', '2025-03-25 15:33:58', '2025-03-25 15:33:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888072605010000', 2, 2, 1, 'ASRS-0324', 'A01-36-03', '', '2025-03-25 15:34:33', '2025-03-25 15:34:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888072606010000', 2, 2, 1, 'ASRS-0392', 'A04-31-05', '', '2025-03-25 15:34:33', '2025-03-25 15:34:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888094844010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-39-01', '2025-03-25 15:34:55', '2025-03-25 15:34:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888117605010000', 2, 2, 1, 'ASRS-0340', 'A04-29-06', '', '2025-03-25 15:35:18', '2025-03-25 15:35:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888148605010000', 2, 2, 1, 'ASRS-0305', 'A02-39-01', '', '2025-03-25 15:35:49', '2025-03-25 15:35:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888195663010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A01-36-03', '2025-03-25 15:36:36', '2025-03-25 15:36:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888197605010000', 2, 2, 1, 'ASRS-1245', 'A04-38-01', '', '2025-03-25 15:36:38', '2025-03-25 15:36:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888202605010000', 2, 2, 1, 'ASRS-0336', 'A02-40-04', '', '2025-03-25 15:36:43', '2025-03-25 15:36:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888228653010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A04-29-06', '2025-03-25 15:37:09', '2025-03-25 15:37:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888251604010000', 2, 2, 1, 'ASRS-1027', 'A04-39-01', '', '2025-03-25 15:37:32', '2025-03-25 15:37:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888256605010000', 2, 2, 1, 'ASRS-1529', 'A01-36-09', '', '2025-03-25 15:37:37', '2025-03-25 15:37:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888274247010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A02-39-01', '2025-03-25 15:37:54', '2025-03-25 15:37:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888291055010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-31-05', '2025-03-25 15:38:11', '2025-03-25 15:38:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888357647010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A02-40-04', '2025-03-25 15:39:18', '2025-03-25 15:39:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888420661010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A02-42-02', '2025-03-25 15:40:21', '2025-03-25 15:40:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888432605010000', 2, 2, 1, 'ASRS-0318', 'A01-33-06', '', '2025-03-25 15:40:33', '2025-03-25 15:40:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888432606010000', 2, 2, 1, 'ASRS-0383', 'A04-37-03', '', '2025-03-25 15:40:33', '2025-03-25 15:40:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888439844010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-38-01', '2025-03-25 15:40:40', '2025-03-25 15:40:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888456343010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-36-09', '2025-03-25 15:40:56', '2025-03-25 15:40:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888527605010000', 2, 2, 1, 'ASRS-0523', 'A01-41-03', '', '2025-03-25 15:42:08', '2025-03-25 15:42:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888565862010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A01-33-06', '2025-03-25 15:42:46', '2025-03-25 15:42:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888643864010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A01-41-03', '2025-03-25 15:44:04', '2025-03-25 15:44:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888692605010000', 2, 2, 1, 'ASRS-0317', 'A01-29-07', '', '2025-03-25 15:44:53', '2025-03-25 15:44:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888692605010001', 2, 2, 1, 'ASRS-1221', 'A03-30-11', '', '2025-03-25 15:44:53', '2025-03-25 15:44:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888739605010000', 2, 2, 1, 'ASRS-0528', 'A04-31-08', '', '2025-03-25 15:45:40', '2025-03-25 15:45:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888748605010000', 2, 2, 1, 'ASRS-1902', 'A01-42-02', '', '2025-03-25 15:45:49', '2025-03-25 15:45:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888803605010000', 2, 2, 1, 'ASRS-0519', 'A02-36-08', '', '2025-03-25 15:46:44', '2025-03-25 15:46:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888824155010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A01-29-07', '2025-03-25 15:47:04', '2025-03-25 15:47:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888844260010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A04-31-08', '2025-03-25 15:47:24', '2025-03-25 15:47:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888856605010000', 2, 2, 1, 'ASRS-1025', 'A01-35-04', '', '2025-03-25 15:47:37', '2025-03-25 15:47:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888889552010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A01-42-02', '2025-03-25 15:48:10', '2025-03-25 15:48:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888910866010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A04-37-03', '2025-03-25 15:48:31', '2025-03-25 15:48:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888933604010000', 2, 2, 1, 'ASRS-0527', 'A01-41-04', '', '2025-03-25 15:48:54', '2025-03-25 15:48:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742888943260010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A01-35-04', '2025-03-25 15:49:03', '2025-03-25 15:49:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889011970010000', 2, 1, 1, 'ASRS-1025', 'P3', 'A04-39-01', '2025-03-25 15:50:12', '2025-03-25 15:50:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889082605010000', 2, 2, 1, 'ASRS-0306', 'A03-32-03', '', '2025-03-25 15:51:23', '2025-03-25 15:51:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889082606010000', 2, 2, 1, 'ASRS-0316', 'A01-31-08', '', '2025-03-25 15:51:23', '2025-03-25 15:51:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889105561010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A02-36-08', '2025-03-25 15:51:46', '2025-03-25 15:51:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889128605010000', 2, 2, 1, 'ASRS-0338', 'A02-34-11', '', '2025-03-25 15:52:09', '2025-03-25 15:52:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889200955010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A01-31-08', '2025-03-25 15:53:21', '2025-03-25 15:53:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889220156010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A03-32-03', '2025-03-25 15:53:40', '2025-03-25 15:53:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889267604010000', 2, 2, 1, 'ASRS-1031', 'A02-35-10', '', '2025-03-25 15:54:28', '2025-03-25 15:54:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889287059010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-41-04', '2025-03-25 15:54:47', '2025-03-25 15:54:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889387605010000', 2, 2, 1, 'ASRS-1683', 'A03-35-05', '', '2025-03-25 15:56:28', '2025-03-25 15:56:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889406781010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A02-34-11', '2025-03-25 15:56:47', '2025-03-25 15:56:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742889515963010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A02-35-10', '2025-03-25 15:58:36', '2025-03-25 15:58:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742948965614010000', 2, 2, 1, 'ASRS-1030', 'A01-42-03', '', '2025-03-26 08:29:26', '2025-03-26 08:29:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949018603010000', 2, 2, 1, 'ASRS-1031', 'A02-34-11', '', '2025-03-26 08:30:19', '2025-03-26 08:30:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949075605010000', 2, 2, 1, 'ASRS-0386', 'A01-36-10', '', '2025-03-26 08:31:16', '2025-03-26 08:31:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949133605010000', 2, 2, 1, 'ASRS-0338', 'A01-41-04', '', '2025-03-26 08:32:14', '2025-03-26 08:32:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949153066010000', 2, 1, 1, 'asrs-1392', 'P2', 'A01-42-03', '2025-03-26 08:32:33', '2025-03-26 08:32:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949209764010000', 2, 1, 1, 'asrs-1443', 'P2', 'A03-35-05', '2025-03-26 08:33:30', '2025-03-26 08:33:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949240650010000', 2, 1, 1, 'ASRS-0501', 'P2', 'A01-41-04', '2025-03-26 08:34:01', '2025-03-26 08:34:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949319264010000', 2, 1, 1, 'ASRS-1030', 'P2', 'A03-30-11', '2025-03-26 08:35:19', '2025-03-26 08:35:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949421862010000', 2, 1, 1, 'ASRS-1031', 'P2', 'A02-34-11', '2025-03-26 08:37:02', '2025-03-26 08:37:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949442257010000', 2, 1, 1, 'ASRS-0338', 'P2', 'A03-32-09', '2025-03-26 08:37:22', '2025-03-26 08:37:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742949461480010000', 2, 1, 1, 'ASRS-0386', 'P2', 'A02-36-09', '2025-03-26 08:37:41', '2025-03-26 08:37:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954087605010000', 2, 2, 1, 'ASRS-1907', 'A02-34-09', '', '2025-03-26 09:54:48', '2025-03-26 09:54:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954087605010001', 2, 2, 1, 'ASRS-1436', 'A04-38-02', '', '2025-03-26 09:54:48', '2025-03-26 09:54:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954141604010000', 2, 2, 1, 'ASRS-0351', 'A04-35-05', '', '2025-03-26 09:55:42', '2025-03-26 09:55:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954143604010000', 2, 2, 1, 'ASRS-0350', 'A01-39-02', '', '2025-03-26 09:55:44', '2025-03-26 09:55:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954194606010000', 2, 2, 1, 'ASRS-1900', 'A04-34-06', '', '2025-03-26 09:56:35', '2025-03-26 09:56:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954202605010000', 2, 2, 1, 'ASRS-0336', 'A02-42-02', '', '2025-03-26 09:56:43', '2025-03-26 09:56:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954246605010000', 2, 2, 1, 'ASRS-1027', 'A04-38-01', '', '2025-03-26 09:57:27', '2025-03-26 09:57:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742954263605010000', 2, 2, 1, 'ASRS-1899', 'A01-39-06', '', '2025-03-26 09:57:44', '2025-03-26 09:57:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742958518844010000', 2, 1, 1, 'ASRS-0551', 'P2', 'A01-39-02', '2025-03-26 11:08:39', '2025-03-26 11:08:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742958534606010000', 2, 2, 9, 'asrs-1392', 'A01-42-03', '', '2025-03-26 11:08:55', '2025-03-26 11:08:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742961863605010000', 2, 2, 1, 'ASRS-0520', 'A02-38-02', '', '2025-03-26 12:04:24', '2025-03-26 12:04:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742961888200010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A02-34-09', '2025-03-26 12:04:48', '2025-03-26 12:04:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742961921604010000', 2, 2, 1, 'ASRS-0384', 'A02-35-09', '', '2025-03-26 12:05:22', '2025-03-26 12:05:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742961947859010000', 2, 1, 1, 'ASRS-1907', 'P3', 'A04-38-01', '2025-03-26 12:05:48', '2025-03-26 12:05:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742961976348010000', 2, 1, 1, 'ASRS-0351', 'P3', 'A02-38-02', '2025-03-26 12:06:16', '2025-03-26 12:06:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962003065010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-35-09', '2025-03-26 12:06:43', '2025-03-26 12:06:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962025849010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-34-06', '2025-03-26 12:07:06', '2025-03-26 12:07:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962095161010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A02-42-02', '2025-03-26 12:08:15', '2025-03-26 12:08:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962119747010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A04-35-05', '2025-03-26 12:08:40', '2025-03-26 12:08:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962147660010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-39-06', '2025-03-26 12:09:08', '2025-03-26 12:09:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962178565010000', 2, 1, 1, 'ASRS-1899', 'P3', 'A04-38-02', '2025-03-26 12:09:39', '2025-03-26 12:09:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962182605010000', 2, 2, 1, 'ASRS-0335', 'A02-37-07', '', '2025-03-26 12:09:43', '2025-03-26 12:09:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962182605010001', 2, 2, 1, 'ASRS-0284', 'A03-31-10', '', '2025-03-26 12:09:43', '2025-03-26 12:09:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962202551010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A01-42-03', '2025-03-26 12:10:03', '2025-03-26 12:10:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962228604010000', 2, 2, 1, 'ASRS-0244', 'A03-35-06', '', '2025-03-26 12:10:29', '2025-03-26 12:10:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962257604010000', 2, 2, 1, 'ASRS-1026', 'A01-34-11', '', '2025-03-26 12:10:58', '2025-03-26 12:10:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962306605010000', 2, 2, 1, 'asrs-1443', 'A03-35-05', '', '2025-03-26 12:11:47', '2025-03-26 12:11:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962342606010000', 2, 2, 1, 'ASRS-0528', 'A01-42-02', '', '2025-03-26 12:12:23', '2025-03-26 12:12:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962495367010000', 2, 1, 1, 'ASRS-0284', 'P3', 'A01-42-02', '2025-03-26 12:14:55', '2025-03-26 12:14:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962734183010000', 2, 1, 1, 'ASRS-0335', 'P3', 'A02-37-07', '2025-03-26 12:18:54', '2025-03-26 12:18:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962772295010000', 2, 1, 1, 'ASRS-0244', 'P3', 'A03-35-05', '2025-03-26 12:19:32', '2025-03-26 12:19:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962800755010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A01-34-11', '2025-03-26 12:20:01', '2025-03-26 12:20:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962842754010000', 2, 1, 1, 'asrs-1443', 'P3', 'A03-31-10', '2025-03-26 12:20:43', '2025-03-26 12:20:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962907605010000', 2, 2, 1, 'ASRS-0324', 'A04-29-06', '', '2025-03-26 12:21:48', '2025-03-26 12:21:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962907605010001', 2, 2, 1, 'ASRS-0521', 'A01-37-08', '', '2025-03-26 12:21:48', '2025-03-26 12:21:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962927656010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A02-37-08', '2025-03-26 12:22:08', '2025-03-26 12:22:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962952605010000', 2, 2, 1, 'ASRS-1027', 'A04-34-06', '', '2025-03-26 12:22:33', '2025-03-26 12:22:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742962955604010000', 2, 2, 1, 'ASRS-1900', 'A02-42-02', '', '2025-03-26 12:22:36', '2025-03-26 12:22:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963040602010000', 2, 2, 1, 'ASRS-1189', 'A01-33-10', '', '2025-03-26 12:24:01', '2025-03-26 12:24:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963096604010000', 2, 2, 1, 'ASRS-0334', 'A02-41-01', '', '2025-03-26 12:24:57', '2025-03-26 12:24:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963156606010000', 2, 2, 1, 'ASRS-0384', 'A01-42-03', '', '2025-03-26 12:25:57', '2025-03-26 12:25:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963354285010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A02-41-01', '2025-03-26 12:29:14', '2025-03-26 12:29:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963410079010000', 2, 1, 1, 'ASRS-0521', 'P3', 'A01-33-10', '2025-03-26 12:30:10', '2025-03-26 12:30:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963460763010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-42-02', '2025-03-26 12:31:01', '2025-03-26 12:31:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963486858010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A01-37-08', '2025-03-26 12:31:27', '2025-03-26 12:31:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963533978010000', 2, 1, 1, 'ASRS-1189', 'P3', 'A01-42-03', '2025-03-26 12:32:14', '2025-03-26 12:32:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963622606010000', 2, 2, 1, 'ASRS-1713', 'A02-38-06', '', '2025-03-26 12:33:43', '2025-03-26 12:33:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963622606010001', 2, 2, 1, 'ASRS-1249', 'A03-33-08', '', '2025-03-26 12:33:43', '2025-03-26 12:33:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963624564010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-38-07', '2025-03-26 12:33:45', '2025-03-26 12:33:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963644975010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A02-39-06', '2025-03-26 12:34:05', '2025-03-26 12:34:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963674604010000', 2, 2, 1, 'ASRS-0385', 'A03-36-05', '', '2025-03-26 12:34:35', '2025-03-26 12:34:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742963977665010000', 2, 1, 1, 'ASRS-1249', 'P3', 'A02-38-06', '2025-03-26 12:39:38', '2025-03-26 12:39:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964025689010000', 2, 1, 1, 'ASRS-1713', 'P3', 'A02-40-05', '2025-03-26 12:40:26', '2025-03-26 12:40:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964032604010000', 2, 2, 1, 'ASRS-1023', 'A01-38-07', '', '2025-03-26 12:40:33', '2025-03-26 12:40:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964055367010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A04-29-06', '2025-03-26 12:40:55', '2025-03-26 12:40:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964099606010000', 2, 2, 1, 'ASRS-0270', 'A01-40-05', '', '2025-03-26 12:41:40', '2025-03-26 12:41:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964276786010000', 2, 1, 1, 'ASRS-1023', 'P3', 'A01-38-07', '2025-03-26 12:44:37', '2025-03-26 12:44:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964284284010000', 2, 1, 1, 'ASRS-0301', 'P3', 'A01-40-05', '2025-03-26 12:44:44', '2025-03-26 12:44:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964337605010000', 2, 2, 1, 'ASRS-0545', 'A02-39-05', '', '2025-03-26 12:45:38', '2025-03-26 12:45:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964337605010001', 2, 2, 1, 'ASRS-0525', 'A03-38-03', '', '2025-03-26 12:45:38', '2025-03-26 12:45:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964357467010000', 2, 1, 1, 'ASRS-0270', 'P3', 'A02-41-04', '2025-03-26 12:45:57', '2025-03-26 12:45:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964427605010000', 2, 2, 1, 'ASRS-1528', 'A02-41-03', '', '2025-03-26 12:47:08', '2025-03-26 12:47:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964508605010000', 2, 2, 1, 'ASRS-1026', 'A01-34-11', '', '2025-03-26 12:48:29', '2025-03-26 12:48:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964564606010000', 2, 2, 1, 'ASRS-0342', 'A01-35-10', '', '2025-03-26 12:49:25', '2025-03-26 12:49:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964623889010000', 2, 1, 1, 'ASRS-0525', 'P3', 'A02-39-05', '2025-03-26 12:50:24', '2025-03-26 12:50:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964730072010000', 2, 1, 1, 'ASRS-0545', 'P3', 'A02-41-03', '2025-03-26 12:52:10', '2025-03-26 12:52:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964789170010000', 2, 1, 1, 'ASRS-1528', 'P3', 'A01-34-11', '2025-03-26 12:53:09', '2025-03-26 12:53:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964872573010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A01-35-10', '2025-03-26 12:54:33', '2025-03-26 12:54:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742964901972010000', 2, 1, 1, 'ASRS-0342', 'P3', 'A02-42-03', '2025-03-26 12:55:02', '2025-03-26 12:55:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742965543605010000', 2, 2, 1, 'ASRS-0385', 'A04-29-06', '', '2025-03-26 13:05:44', '2025-03-26 13:05:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742965703276010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A01-35-11', '2025-03-26 13:08:23', '2025-03-26 13:08:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742965982605010000', 2, 2, 1, 'ASRS-0315', 'A01-34-06', '', '2025-03-26 13:13:03', '2025-03-26 13:13:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742965982605010001', 2, 2, 1, 'ASRS-0332', 'A04-32-03', '', '2025-03-26 13:13:03', '2025-03-26 13:13:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966029604010000', 2, 2, 1, 'ASRS-0313', 'A02-37-03', '', '2025-03-26 13:13:50', '2025-03-26 13:13:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966033605010000', 2, 2, 1, 'ASRS-0304', 'A04-32-08', '', '2025-03-26 13:13:54', '2025-03-26 13:13:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966084604010000', 2, 2, 1, 'ASRS-0388', 'A03-36-04', '', '2025-03-26 13:14:45', '2025-03-26 13:14:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966086606010000', 2, 2, 1, 'ASRS-0350', 'A02-35-09', '', '2025-03-26 13:14:47', '2025-03-26 13:14:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966128377010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-34-06', '2025-03-26 13:15:28', '2025-03-26 13:15:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966143604010000', 2, 2, 1, 'ASRS-0520', 'A01-39-06', '', '2025-03-26 13:15:44', '2025-03-26 13:15:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966161079010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A04-29-06', '2025-03-26 13:16:01', '2025-03-26 13:16:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966182097010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A02-37-03', '2025-03-26 13:16:22', '2025-03-26 13:16:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966199501010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A02-35-09', '2025-03-26 13:16:40', '2025-03-26 13:16:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966227605010000', 2, 2, 1, 'ASRS-0334', 'A02-38-07', '', '2025-03-26 13:17:08', '2025-03-26 13:17:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966228579010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A04-32-03', '2025-03-26 13:17:09', '2025-03-26 13:17:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966251082010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-36-04', '2025-03-26 13:17:31', '2025-03-26 13:17:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966305678010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-39-06', '2025-03-26 13:18:26', '2025-03-26 13:18:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966309605010000', 2, 2, 1, 'ASRS-1436', 'A02-34-09', '', '2025-03-26 13:18:30', '2025-03-26 13:18:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966408295010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-32-08', '2025-03-26 13:20:08', '2025-03-26 13:20:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966442605010000', 2, 2, 1, 'ASRS-0324', 'A02-41-01', '', '2025-03-26 13:20:43', '2025-03-26 13:20:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966442605010001', 2, 2, 1, 'ASRS-0305', 'A04-31-05', '', '2025-03-26 13:20:43', '2025-03-26 13:20:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966465004010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A02-34-09', '2025-03-26 13:21:05', '2025-03-26 13:21:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966491605010000', 2, 2, 1, 'ASRS-0340', 'A02-39-01', '', '2025-03-26 13:21:32', '2025-03-26 13:21:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966573604010000', 2, 2, 1, 'ASRS-1027', 'A02-42-02', '', '2025-03-26 13:22:54', '2025-03-26 13:22:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966586793010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A02-39-01', '2025-03-26 13:23:07', '2025-03-26 13:23:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966597596010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-31-05', '2025-03-26 13:23:18', '2025-03-26 13:23:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966633604010000', 2, 2, 1, 'ASRS-1529', 'A01-36-09', '', '2025-03-26 13:23:54', '2025-03-26 13:23:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966653982010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-34-06', '2025-03-26 13:24:14', '2025-03-26 13:24:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966716608010000', 2, 2, 1, 'ASRS-1032', 'A01-32-11', '', '2025-03-26 13:25:17', '2025-03-26 13:25:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966753293010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-41-01', '2025-03-26 13:25:53', '2025-03-26 13:25:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966875099010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-32-11', '2025-03-26 13:27:55', '2025-03-26 13:27:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966897604010000', 2, 2, 1, 'ASRS-0306', 'A01-31-08', '', '2025-03-26 13:28:18', '2025-03-26 13:28:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966897604010001', 2, 2, 1, 'ASRS-1902', 'A04-37-03', '', '2025-03-26 13:28:18', '2025-03-26 13:28:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966917400010000', 2, 1, 1, 'ASRS-1032', 'P3', 'A03-33-08', '2025-03-26 13:28:37', '2025-03-26 13:28:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966945604010000', 2, 2, 1, 'ASRS-1526', 'A03-37-03', '', '2025-03-26 13:29:06', '2025-03-26 13:29:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742966981604010000', 2, 2, 1, 'ASRS-0333', 'A02-33-10', '', '2025-03-26 13:29:42', '2025-03-26 13:29:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967037604010000', 2, 2, 1, 'ASRS-0392', 'A01-36-03', '', '2025-03-26 13:30:38', '2025-03-26 13:30:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967061683010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A01-31-08', '2025-03-26 13:31:02', '2025-03-26 13:31:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967084802010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A03-37-03', '2025-03-26 13:31:25', '2025-03-26 13:31:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967094604010000', 2, 2, 1, 'ASRS-1221', 'A01-29-07', '', '2025-03-26 13:31:35', '2025-03-26 13:31:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967107588010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A01-36-03', '2025-03-26 13:31:48', '2025-03-26 13:31:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967130404010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A02-33-10', '2025-03-26 13:32:10', '2025-03-26 13:32:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967171605010000', 2, 2, 1, 'ASRS-0528', 'A02-37-08', '', '2025-03-26 13:32:52', '2025-03-26 13:32:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967171809010000', 2, 1, 1, 'ASRS-0392', 'P3', 'A04-37-03', '2025-03-26 13:32:52', '2025-03-26 13:32:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967321486010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A01-29-07', '2025-03-26 13:35:21', '2025-03-26 13:35:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967332605010000', 2, 2, 1, 'ASRS-0519', 'A01-35-04', '', '2025-03-26 13:35:33', '2025-03-26 13:35:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967332605010001', 2, 2, 1, 'ASRS-1025', 'A04-39-01', '', '2025-03-26 13:35:33', '2025-03-26 13:35:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967354505010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A03-34-07', '2025-03-26 13:35:55', '2025-03-26 13:35:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967481098010000', 2, 1, 1, 'ASRS-1025', 'P3', 'A01-35-04', '2025-03-26 13:38:01', '2025-03-26 13:38:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967492604010000', 2, 2, 1, 'ASRS-0316', 'A03-32-03', '', '2025-03-26 13:38:13', '2025-03-26 13:38:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967492604010001', 2, 2, 1, 'ASRS-1031', 'A02-34-11', '', '2025-03-26 13:38:13', '2025-03-26 13:38:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967515288010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A04-39-01', '2025-03-26 13:38:35', '2025-03-26 13:38:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967538605010000', 2, 2, 1, 'ASRS-0338', 'A03-32-09', '', '2025-03-26 13:38:59', '2025-03-26 13:39:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967633815010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A02-42-02', '2025-03-26 13:40:34', '2025-03-26 13:40:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967663801010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A03-32-03', '2025-03-26 13:41:04', '2025-03-26 13:41:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967712605010000', 2, 2, 1, 'ASRS-0337', 'A03-29-06', '', '2025-03-26 13:41:53', '2025-03-26 13:41:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967712605010001', 2, 2, 1, 'ASRS-0501', 'A01-41-04', '', '2025-03-26 13:41:53', '2025-03-26 13:41:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967735487010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-36-09', '2025-03-26 13:42:15', '2025-03-26 13:42:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967837188010000', 2, 1, 1, 'ASRS-0337', 'P3', 'A01-41-04', '2025-03-26 13:43:57', '2025-03-26 13:43:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967872604010000', 2, 2, 1, 'ASRS-1524', 'A02-32-09', '', '2025-03-26 13:44:33', '2025-03-26 13:44:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967872604010001', 2, 2, 1, 'ASRS-0522', 'A03-31-06', '', '2025-03-26 13:44:33', '2025-03-26 13:44:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967891785010000', 2, 1, 1, 'ASRS-0501', 'P3', 'A03-29-06', '2025-03-26 13:44:52', '2025-03-26 13:44:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742967999496010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A02-32-09', '2025-03-26 13:46:39', '2025-03-26 13:46:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968007604010000', 2, 2, 1, 'ASRS-1088', 'A02-32-11', '', '2025-03-26 13:46:48', '2025-03-26 13:46:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968026787010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A03-31-06', '2025-03-26 13:47:07', '2025-03-26 13:47:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968208885010000', 2, 1, 1, 'ASRS-1088', 'P3', 'A02-32-11', '2025-03-26 13:50:09', '2025-03-26 13:50:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968277605010000', 2, 2, 1, 'ASRS-1907', 'A04-38-01', '', '2025-03-26 13:51:18', '2025-03-26 13:51:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968277605010001', 2, 2, 1, 'ASRS-0351', 'A02-38-02', '', '2025-03-26 13:51:18', '2025-03-26 13:51:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968325605010000', 2, 2, 1, 'ASRS-0350', 'A03-36-04', '', '2025-03-26 13:52:06', '2025-03-26 13:52:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968327604010000', 2, 2, 1, 'ASRS-1900', 'A01-37-08', '', '2025-03-26 13:52:08', '2025-03-26 13:52:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968378606010000', 2, 2, 1, 'ASRS-0336', 'A04-35-05', '', '2025-03-26 13:52:59', '2025-03-26 13:53:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968385605010000', 2, 2, 1, 'ASRS-0520', 'A01-39-06', '', '2025-03-26 13:53:06', '2025-03-26 13:53:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968430602010000', 2, 2, 1, 'ASRS-1899', 'A04-38-02', '', '2025-03-26 13:53:51', '2025-03-26 13:53:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968444605010000', 2, 2, 1, 'ASRS-0384', 'A02-39-06', '', '2025-03-26 13:54:05', '2025-03-26 13:54:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968501393010000', 2, 1, 1, 'ASRS-1907', 'P3', 'A02-38-02', '2025-03-26 13:55:01', '2025-03-26 13:55:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968502605010000', 2, 2, 1, 'ASRS-1027', 'A02-41-01', '', '2025-03-26 13:55:03', '2025-03-26 13:55:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968519395010000', 2, 1, 1, 'ASRS-0351', 'P3', 'A04-38-01', '2025-03-26 13:55:19', '2025-03-26 13:55:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968545209010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-37-08', '2025-03-26 13:55:45', '2025-03-26 13:55:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968562604010000', 2, 2, 1, 'ASRS-1436', 'A02-34-09', '', '2025-03-26 13:56:03', '2025-03-26 13:56:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968569205010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A03-36-04', '2025-03-26 13:56:09', '2025-03-26 13:56:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968589004010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A04-35-05', '2025-03-26 13:56:29', '2025-03-26 13:56:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968617513010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A02-41-01', '2025-03-26 13:56:58', '2025-03-26 13:56:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968625294010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A01-39-06', '2025-03-26 13:57:05', '2025-03-26 13:57:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968644507010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-38-02', '2025-03-26 13:57:25', '2025-03-26 13:57:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968648709010000', 2, 1, 1, 'ASRS-1899', 'P3', 'A03-32-09', '2025-03-26 13:57:29', '2025-03-26 13:57:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968707604010000', 2, 2, 1, 'ASRS-0324', 'A02-39-01', '', '2025-03-26 13:58:28', '2025-03-26 13:58:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968707604010001', 2, 2, 1, 'ASRS-1900', 'A03-36-04', '', '2025-03-26 13:58:28', '2025-03-26 13:58:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968740508010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A02-34-09', '2025-03-26 13:59:01', '2025-03-26 13:59:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968761604010000', 2, 2, 1, 'ASRS-0334', 'A04-32-08', '', '2025-03-26 13:59:22', '2025-03-26 13:59:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968778604010000', 2, 2, 1, 'ASRS-0521', 'A01-33-10', '', '2025-03-26 13:59:39', '2025-03-26 13:59:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968835605010000', 2, 2, 1, 'ASRS-1027', 'A04-38-02', '', '2025-03-26 14:00:36', '2025-03-26 14:00:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968835911010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A03-36-04', '2025-03-26 14:00:36', '2025-03-26 14:00:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968861605010000', 2, 2, 1, 'ASRS-1189', 'A01-42-03', '', '2025-03-26 14:01:02', '2025-03-26 14:01:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968880312010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A02-39-01', '2025-03-26 14:01:20', '2025-03-26 14:01:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968938795010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-32-08', '2025-03-26 14:02:19', '2025-03-26 14:02:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968945605010000', 2, 2, 1, 'ASRS-0384', 'A01-39-06', '', '2025-03-26 14:02:26', '2025-03-26 14:02:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968964896010000', 2, 1, 1, 'ASRS-0521', 'P3', 'A01-33-10', '2025-03-26 14:02:45', '2025-03-26 14:02:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742968986216010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-42-03', '2025-03-26 14:03:06', '2025-03-26 14:03:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969048296010000', 2, 1, 1, 'ASRS-1189', 'P3', 'A04-38-02', '2025-03-26 14:04:08', '2025-03-26 14:04:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969092605010000', 2, 2, 1, 'ASRS-0335', 'A02-37-07', '', '2025-03-26 14:04:53', '2025-03-26 14:04:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969092605010001', 2, 2, 1, 'ASRS-0244', 'A03-35-05', '', '2025-03-26 14:04:53', '2025-03-26 14:04:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969111618010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A03-35-06', '2025-03-26 14:05:12', '2025-03-26 14:05:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969146604010000', 2, 2, 1, 'ASRS-0528', 'A03-34-07', '', '2025-03-26 14:05:47', '2025-03-26 14:05:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969162605010000', 2, 2, 1, 'ASRS-1026', 'A01-35-10', '', '2025-03-26 14:06:03', '2025-03-26 14:06:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969219604010000', 2, 2, 1, 'ASRS-0284', 'A01-42-02', '', '2025-03-26 14:07:00', '2025-03-26 14:07:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969223605010000', 2, 2, 1, 'asrs-1443', 'A03-31-10', '', '2025-03-26 14:07:04', '2025-03-26 14:07:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969243901010000', 2, 1, 1, 'ASRS-0244', 'P3', 'A02-37-07', '2025-03-26 14:07:24', '2025-03-26 14:07:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969273015010000', 2, 1, 1, 'ASRS-0335', 'P3', 'A03-35-05', '2025-03-26 14:07:53', '2025-03-26 14:07:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969303900010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A01-42-02', '2025-03-26 14:08:24', '2025-03-26 14:08:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969312624010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A03-31-10', '2025-03-26 14:08:33', '2025-03-26 14:08:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969337605010000', 2, 2, 1, 'ASRS-0349', 'A04-31-09', '', '2025-03-26 14:08:58', '2025-03-26 14:08:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969337605010001', 2, 2, 1, 'ASRS-1713', 'A02-40-05', '', '2025-03-26 14:08:58', '2025-03-26 14:08:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969348600010000', 2, 1, 1, 'asrs-1443', 'P3', 'A01-35-10', '2025-03-26 14:09:09', '2025-03-26 14:09:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969357902010000', 2, 1, 1, 'ASRS-0284', 'P3', 'A03-34-07', '2025-03-26 14:09:18', '2025-03-26 14:09:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969415603010000', 2, 2, 1, 'ASRS-1249', 'A02-38-06', '', '2025-03-26 14:10:16', '2025-03-26 14:10:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969474604010000', 2, 2, 1, 'ASRS-0385', 'A01-35-11', '', '2025-03-26 14:11:15', '2025-03-26 14:11:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969484518010000', 2, 1, 1, 'ASRS-0349', 'P3', 'A04-31-09', '2025-03-26 14:11:25', '2025-03-26 14:11:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969495321010000', 2, 1, 1, 'ASRS-1713', 'P3', 'A02-38-06', '2025-03-26 14:11:35', '2025-03-26 14:11:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969553812010000', 2, 1, 1, 'ASRS-1249', 'P3', 'A03-36-05', '2025-03-26 14:12:34', '2025-03-26 14:12:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969692606010000', 2, 2, 1, 'ASRS-1023', 'A01-38-07', '', '2025-03-26 14:14:53', '2025-03-26 14:14:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969714327010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A03-37-04', '2025-03-26 14:15:14', '2025-03-26 14:15:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969750603010000', 2, 2, 1, 'ASRS-0270', 'A02-41-04', '', '2025-03-26 14:15:51', '2025-03-26 14:15:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969846311010000', 2, 1, 1, 'ASRS-1023', 'P3', 'A03-38-03', '2025-03-26 14:17:26', '2025-03-26 14:17:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969872605010000', 2, 2, 1, 'ASRS-0545', 'A02-41-03', '', '2025-03-26 14:17:53', '2025-03-26 14:17:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969872605010001', 2, 2, 1, 'ASRS-1026', 'A03-31-10', '', '2025-03-26 14:17:53', '2025-03-26 14:17:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969896406010000', 2, 1, 1, 'ASRS-0270', 'P3', 'A03-40-01', '2025-03-26 14:18:16', '2025-03-26 14:18:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969931605010000', 2, 2, 1, 'ASRS-1528', 'A01-34-11', '', '2025-03-26 14:18:52', '2025-03-26 14:18:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969946605010000', 2, 2, 1, 'ASRS-0385', 'A03-37-04', '', '2025-03-26 14:19:07', '2025-03-26 14:19:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742969986605010000', 2, 2, 1, 'ASRS-0342', 'A02-42-03', '', '2025-03-26 14:19:47', '2025-03-26 14:19:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970046605010000', 2, 2, 1, 'ASRS-0525', 'A02-39-05', '', '2025-03-26 14:20:47', '2025-03-26 14:20:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970097106010000', 2, 1, 1, 'ASRS-0545', 'P3', 'A03-31-10', '2025-03-26 14:21:37', '2025-03-26 14:21:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970119620010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A03-37-04', '2025-03-26 14:22:00', '2025-03-26 14:22:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970138825010000', 2, 1, 1, 'ASRS-1528', 'P3', 'A02-39-05', '2025-03-26 14:22:19', '2025-03-26 14:22:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970149330010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A04-30-11', '2025-03-26 14:22:29', '2025-03-26 14:22:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970164309010000', 2, 1, 1, 'ASRS-0342', 'P3', 'A04-31-10', '2025-03-26 14:22:44', '2025-03-26 14:22:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970176015010000', 2, 1, 1, 'ASRS-0525', 'P3', 'A02-41-03', '2025-03-26 14:22:56', '2025-03-26 14:22:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970382605010000', 2, 2, 1, 'ASRS-1907', 'A02-38-02', '', '2025-03-26 14:26:23', '2025-03-26 14:26:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970382605010001', 2, 2, 1, 'ASRS-0351', 'A04-38-01', '', '2025-03-26 14:26:23', '2025-03-26 14:26:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970430604010000', 2, 2, 1, 'ASRS-1900', 'A03-36-04', '', '2025-03-26 14:27:11', '2025-03-26 14:27:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970440605010000', 2, 2, 1, 'ASRS-0350', 'A01-37-08', '', '2025-03-26 14:27:21', '2025-03-26 14:27:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970482604010000', 2, 2, 1, 'ASRS-1899', 'A03-32-09', '', '2025-03-26 14:28:03', '2025-03-26 14:28:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970498606010000', 2, 2, 1, 'ASRS-0336', 'A02-41-01', '', '2025-03-26 14:28:19', '2025-03-26 14:28:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970530619010000', 2, 1, 1, 'ASRS-0351', 'P3', 'A04-38-01', '2025-03-26 14:28:51', '2025-03-26 14:28:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970533605010000', 2, 2, 1, 'ASRS-0520', 'A04-35-05', '', '2025-03-26 14:28:54', '2025-03-26 14:28:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970552812010000', 2, 1, 1, 'ASRS-1907', 'P3', 'A03-36-04', '2025-03-26 14:29:13', '2025-03-26 14:29:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970557607010000', 2, 2, 1, 'ASRS-1027', 'A01-42-03', '', '2025-03-26 14:29:18', '2025-03-26 14:29:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970581322010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A03-32-09', '2025-03-26 14:29:41', '2025-03-26 14:29:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970586605010000', 2, 2, 1, 'ASRS-0384', 'A03-35-06', '', '2025-03-26 14:29:47', '2025-03-26 14:29:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970617032010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-35-05', '2025-03-26 14:30:17', '2025-03-26 14:30:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970617605010000', 2, 2, 1, 'ASRS-1436', 'A02-34-09', '', '2025-03-26 14:30:18', '2025-03-26 14:30:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970637429010000', 2, 1, 1, 'ASRS-1899', 'P3', 'A04-32-09', '2025-03-26 14:30:37', '2025-03-26 14:30:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970656632010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A02-38-02', '2025-03-26 14:30:57', '2025-03-26 14:30:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970668035010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A03-35-06', '2025-03-26 14:31:08', '2025-03-26 14:31:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970694714010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-41-01', '2025-03-26 14:31:35', '2025-03-26 14:31:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970737605010000', 2, 2, 1, 'ASRS-0324', 'A02-39-01', '', '2025-03-26 14:32:18', '2025-03-26 14:32:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970737605010001', 2, 2, 1, 'ASRS-1189', 'A04-38-02', '', '2025-03-26 14:32:18', '2025-03-26 14:32:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970745418010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A04-33-08', '2025-03-26 14:32:25', '2025-03-26 14:32:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970757434010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A04-34-07', '2025-03-26 14:32:37', '2025-03-26 14:32:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970791604010000', 2, 2, 1, 'ASRS-1900', 'A03-32-09', '', '2025-03-26 14:33:12', '2025-03-26 14:33:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970796605010000', 2, 2, 1, 'ASRS-0521', 'A01-33-10', '', '2025-03-26 14:33:17', '2025-03-26 14:33:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970869605010000', 2, 2, 1, 'ASRS-0334', 'A04-32-08', '', '2025-03-26 14:34:30', '2025-03-26 14:34:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970886119010000', 2, 1, 1, 'ASRS-1189', 'P3', 'A04-38-02', '2025-03-26 14:34:46', '2025-03-26 14:34:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970908036010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A03-32-09', '2025-03-26 14:35:08', '2025-03-26 14:35:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970928123010000', 2, 1, 1, 'ASRS-0521', 'P3', 'A04-35-06', '2025-03-26 14:35:28', '2025-03-26 14:35:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742970947933010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A02-39-01', '2025-03-26 14:35:48', '2025-03-26 14:35:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742971028605010000', 2, 2, 1, 'ASRS-0384', 'A04-33-08', '', '2025-03-26 14:37:09', '2025-03-26 14:37:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742971054118010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-32-08', '2025-03-26 14:37:34', '2025-03-26 14:37:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742971205936010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A04-33-08', '2025-03-26 14:40:06', '2025-03-26 14:40:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742971763604010000', 2, 2, 1, 'ASRS-1027', 'A02-41-01', '', '2025-03-26 14:49:24', '2025-03-26 14:49:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972042604010000', 2, 2, 1, 'ASRS-0335', 'A03-35-05', '', '2025-03-26 14:54:03', '2025-03-26 14:54:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972042604010001', 2, 2, 1, 'ASRS-0244', 'A02-37-07', '', '2025-03-26 14:54:03', '2025-03-26 14:54:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972064842010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-41-01', '2025-03-26 14:54:25', '2025-03-26 14:54:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972087604010000', 2, 2, 1, 'ASRS-1026', 'A03-37-04', '', '2025-03-26 14:54:48', '2025-03-26 14:54:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972090604010000', 2, 2, 1, 'ASRS-0528', 'A01-42-02', '', '2025-03-26 14:54:51', '2025-03-26 14:54:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972139605010000', 2, 2, 1, 'ASRS-0284', 'A03-34-07', '', '2025-03-26 14:55:40', '2025-03-26 14:55:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972172605010000', 2, 2, 1, 'asrs-1443', 'A01-35-10', '', '2025-03-26 14:56:13', '2025-03-26 14:56:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972210043010000', 2, 1, 1, 'ASRS-0335', 'P3', 'A01-33-10', '2025-03-26 14:56:50', '2025-03-26 14:56:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972229541010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A03-35-05', '2025-03-26 14:57:10', '2025-03-26 14:57:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972252029010000', 2, 1, 1, 'ASRS-0244', 'P3', 'A02-34-09', '2025-03-26 14:57:32', '2025-03-26 14:57:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972277547010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A01-42-02', '2025-03-26 14:57:58', '2025-03-26 14:57:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972292604010000', 2, 2, 1, 'ASRS-0349', 'A04-31-09', '', '2025-03-26 14:58:13', '2025-03-26 14:58:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972292604010001', 2, 2, 1, 'ASRS-1713', 'A02-38-06', '', '2025-03-26 14:58:13', '2025-03-26 14:58:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972293130010000', 2, 1, 1, 'ASRS-0284', 'P3', 'A03-34-07', '2025-03-26 14:58:13', '2025-03-26 14:58:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972315349010000', 2, 1, 1, 'asrs-1443', 'P3', 'A02-37-07', '2025-03-26 14:58:35', '2025-03-26 14:58:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972336605010000', 2, 2, 1, 'ASRS-1249', 'A03-36-05', '', '2025-03-26 14:58:57', '2025-03-26 14:58:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972413605010000', 2, 2, 1, 'ASRS-0385', 'A04-30-11', '', '2025-03-26 15:00:14', '2025-03-26 15:00:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972510959010000', 2, 1, 1, 'ASRS-0349', 'P3', 'A04-31-09', '2025-03-26 15:01:51', '2025-03-26 15:01:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972540051010000', 2, 1, 1, 'ASRS-1713', 'P3', 'A02-38-06', '2025-03-26 15:02:20', '2025-03-26 15:02:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972552605010000', 2, 2, 1, 'ASRS-1030', 'A03-30-11', '', '2025-03-26 15:02:33', '2025-03-26 15:02:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972554745010000', 2, 1, 1, 'ASRS-1249', 'P3', 'A03-36-05', '2025-03-26 15:02:35', '2025-03-26 15:02:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972573928010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A03-37-04', '2025-03-26 15:02:54', '2025-03-26 15:02:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972677604010000', 2, 2, 1, 'ASRS-0545', 'A03-31-10', '', '2025-03-26 15:04:38', '2025-03-26 15:04:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972677604010001', 2, 2, 1, 'ASRS-1528', 'A02-39-05', '', '2025-03-26 15:04:38', '2025-03-26 15:04:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972698462010000', 2, 1, 1, 'ASRS-1030', 'P3', 'A03-30-11', '2025-03-26 15:04:58', '2025-03-26 15:04:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972725602010000', 2, 2, 1, 'ASRS-0525', 'A02-41-03', '', '2025-03-26 15:05:26', '2025-03-26 15:05:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972727605010000', 2, 2, 1, 'ASRS-1026', 'A03-35-05', '', '2025-03-26 15:05:28', '2025-03-26 15:05:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972803604010000', 2, 2, 1, 'ASRS-0342', 'A04-31-10', '', '2025-03-26 15:06:44', '2025-03-26 15:06:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972851134010000', 2, 1, 1, 'ASRS-0545', 'P3', 'A03-35-05', '2025-03-26 15:07:31', '2025-03-26 15:07:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972853604010000', 2, 2, 1, 'ASRS-0385', 'A03-37-04', '', '2025-03-26 15:07:34', '2025-03-26 15:07:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972887139010000', 2, 1, 1, 'ASRS-1528', 'P3', 'A03-31-10', '2025-03-26 15:08:07', '2025-03-26 15:08:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972908751010000', 2, 1, 1, 'ASRS-0525', 'P3', 'A02-39-05', '2025-03-26 15:08:29', '2025-03-26 15:08:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972935136010000', 2, 1, 1, 'ASRS-1026', 'P3', 'A03-37-04', '2025-03-26 15:08:55', '2025-03-26 15:08:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972954359010000', 2, 1, 1, 'ASRS-0342', 'P3', 'A04-30-11', '2025-03-26 15:09:14', '2025-03-26 15:09:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742972984037010000', 2, 1, 1, 'ASRS-0385', 'P3', 'A02-41-03', '2025-03-26 15:09:44', '2025-03-26 15:09:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742973552604010000', 2, 2, 1, 'ASRS-1528', 'A03-31-10', '', '2025-03-26 15:19:13', '2025-03-26 15:19:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742973755655010000', 2, 1, 1, 'ASRS-1528', 'P2', 'A03-31-10', '2025-03-26 15:22:36', '2025-03-26 15:22:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974212604010000', 2, 2, 1, 'ASRS-1907', 'A03-36-04', '', '2025-03-26 15:30:13', '2025-03-26 15:30:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974212604010001', 2, 2, 1, 'ASRS-0336', 'A02-38-02', '', '2025-03-26 15:30:13', '2025-03-26 15:30:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974258604010000', 2, 2, 1, 'ASRS-0350', 'A04-35-05', '', '2025-03-26 15:30:59', '2025-03-26 15:31:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974262605010000', 2, 2, 1, 'ASRS-1900', 'A02-39-01', '', '2025-03-26 15:31:03', '2025-03-26 15:31:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974310602010000', 2, 2, 1, 'ASRS-0351', 'A04-38-01', '', '2025-03-26 15:31:51', '2025-03-26 15:31:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974321605010000', 2, 2, 1, 'ASRS-1027', 'A02-41-01', '', '2025-03-26 15:32:02', '2025-03-26 15:32:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974342149010000', 2, 1, 1, 'ASRS-1907', 'P3', 'A02-38-02', '2025-03-26 15:32:22', '2025-03-26 15:32:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974364606010000', 2, 2, 1, 'ASRS-1899', 'A04-32-09', '', '2025-03-26 15:32:45', '2025-03-26 15:32:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974380577010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A04-38-01', '2025-03-26 15:33:01', '2025-03-26 15:33:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974406652010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A02-39-01', '2025-03-26 15:33:27', '2025-03-26 15:33:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974415605010000', 2, 2, 1, 'ASRS-0520', 'A03-35-06', '', '2025-03-26 15:33:36', '2025-03-26 15:33:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974441750010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A02-41-01', '2025-03-26 15:34:02', '2025-03-26 15:34:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974457062010000', 2, 1, 1, 'ASRS-0351', 'P3', 'A03-36-04', '2025-03-26 15:34:17', '2025-03-26 15:34:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974476566010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-34-11', '2025-03-26 15:34:37', '2025-03-26 15:34:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974493363010000', 2, 1, 1, 'ASRS-1899', 'P3', 'A04-35-05', '2025-03-26 15:34:53', '2025-03-26 15:34:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974494605010000', 2, 2, 1, 'ASRS-0384', 'A04-33-08', '', '2025-03-26 15:34:55', '2025-03-26 15:34:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974572264010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-35-10', '2025-03-26 15:36:12', '2025-03-26 15:36:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974573605010000', 2, 2, 1, 'ASRS-1436', 'A04-34-07', '', '2025-03-26 15:36:14', '2025-03-26 15:36:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974667352010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A01-37-08', '2025-03-26 15:37:47', '2025-03-26 15:37:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974782604010000', 2, 2, 1, 'ASRS-0324', 'A03-32-09', '', '2025-03-26 15:39:43', '2025-03-26 15:39:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974782604010001', 2, 2, 1, 'ASRS-1900', 'A02-41-01', '', '2025-03-26 15:39:43', '2025-03-26 15:39:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974802960010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A01-38-07', '2025-03-26 15:40:03', '2025-03-26 15:40:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974831605010000', 2, 2, 1, 'ASRS-0384', 'A01-37-08', '', '2025-03-26 15:40:32', '2025-03-26 15:40:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974833604010000', 2, 2, 1, 'ASRS-0521', 'A04-35-06', '', '2025-03-26 15:40:34', '2025-03-26 15:40:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974884604010000', 2, 2, 1, 'ASRS-1189', 'A04-38-02', '', '2025-03-26 15:41:25', '2025-03-26 15:41:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974912606010000', 2, 2, 1, 'ASRS-1027', 'A01-34-11', '', '2025-03-26 15:41:53', '2025-03-26 15:41:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1742974937605010000', 2, 2, 1, 'ASRS-0334', 'A04-32-08', '', '2025-03-26 15:42:18', '2025-03-26 15:42:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038415661010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A02-41-01', '2025-03-27 09:20:16', '2025-03-27 09:20:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038432155010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A04-32-08', '2025-03-27 09:20:32', '2025-03-27 09:20:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038443254010000', 2, 1, 1, 'ASRS-0521', 'P3', 'A01-34-11', '2025-03-27 09:20:43', '2025-03-27 09:20:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038454952010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A04-38-02', '2025-03-27 09:20:55', '2025-03-27 09:20:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038475955010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-37-08', '2025-03-27 09:21:16', '2025-03-27 09:21:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038483605010000', 2, 2, 1, 'ASRS-1900', 'A04-32-08', '', '2025-03-27 09:21:24', '2025-03-27 09:21:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038486737010000', 2, 1, 1, 'ASRS-1189', 'P3', 'A03-32-09', '2025-03-27 09:21:27', '2025-03-27 09:21:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038506840010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A01-39-06', '2025-03-27 09:21:47', '2025-03-27 09:21:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038524605010000', 2, 2, 1, 'ASRS-0521', 'A01-34-11', '', '2025-03-27 09:22:05', '2025-03-27 09:22:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038713257010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A01-34-11', '2025-03-27 09:25:13', '2025-03-27 09:25:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743038727359010000', 2, 1, 1, 'ASRS-0521', 'P3', 'A04-32-08', '2025-03-27 09:25:27', '2025-03-27 09:25:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124776604010000', 2, 2, 1, 'ASRS-1436', 'A01-38-07', '', '2025-03-28 09:19:37', '2025-03-28 09:19:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124776605010000', 2, 2, 1, 'ASRS-1528', 'A03-31-10', '', '2025-03-28 09:19:37', '2025-03-28 09:19:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124820603010000', 2, 2, 1, 'ASRS-1531', 'A03-38-01', '', '2025-03-28 09:20:21', '2025-03-28 09:20:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124825605010000', 2, 2, 1, 'ASRS-1683', 'A02-35-10', '', '2025-03-28 09:20:26', '2025-03-28 09:20:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124873605010000', 2, 2, 1, 'ASRS-1031', 'A03-32-03', '', '2025-03-28 09:21:14', '2025-03-28 09:21:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124881613010000', 2, 2, 1, 'ASRS-0386', 'A02-36-09', '', '2025-03-28 09:21:22', '2025-03-28 09:21:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124923608010000', 2, 2, 9, 'ASRS-0271', 'A03-31-04', '', '2025-03-28 09:22:04', '2025-03-28 09:22:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124938605010000', 2, 2, 9, 'ASRS-0299', 'A01-39-07', '', '2025-03-28 09:22:19', '2025-03-28 09:22:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743124974608010000', 2, 2, 9, 'ASRS-0297', 'A04-31-04', '', '2025-03-28 09:22:55', '2025-03-28 09:22:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125019414010000', 2, 1, 1, 'ASRS-1528', 'P2', 'A01-38-07', '2025-03-28 09:23:39', '2025-03-28 09:23:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125025604010000', 2, 2, 9, 'ASRS-0250', 'A03-35-04', '', '2025-03-28 09:23:46', '2025-03-28 09:23:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125111811010000', 2, 1, 1, 'ASRS-1436', 'P2', 'A01-42-03', '2025-03-28 09:25:12', '2025-03-28 09:25:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125127424010000', 2, 1, 1, 'ASRS-0271', 'P2', 'A03-31-04', '2025-03-28 09:25:27', '2025-03-28 09:25:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125162512010000', 2, 1, 1, 'ASRS-0299', 'P2', 'A02-34-11', '2025-03-28 09:26:03', '2025-03-28 09:26:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125190425010000', 2, 1, 1, 'ASRS-0297', 'P2', 'A03-32-03', '2025-03-28 09:26:30', '2025-03-28 09:26:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125197324010000', 2, 1, 1, 'ASRS-0250', 'P2', 'A02-35-10', '2025-03-28 09:26:37', '2025-03-28 09:26:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125232424010000', 2, 1, 1, 'ASRS-0386', 'P2', 'A02-36-09', '2025-03-28 09:27:12', '2025-03-28 09:27:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125267827010000', 2, 1, 1, 'ASRS-1031', 'P2', 'A04-31-04', '2025-03-28 09:27:48', '2025-03-28 09:27:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125287925010000', 2, 1, 1, 'ASRS-1683', 'P2', 'A02-37-08', '2025-03-28 09:28:08', '2025-03-28 09:28:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125312519010000', 2, 1, 1, 'ASRS-1531', 'P2', 'A03-35-04', '2025-03-28 09:28:33', '2025-03-28 09:28:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125324523010000', 2, 1, 1, 'ASRS-0348', 'P2', 'A03-38-01', '2025-03-28 09:28:45', '2025-03-28 09:28:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125343128010000', 2, 1, 1, 'ASRS-1254', 'P2', 'A02-38-07', '2025-03-28 09:29:03', '2025-03-28 09:29:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125359300010000', 2, 1, 1, 'ASRS-1258', 'P2', 'A02-39-06', '2025-03-28 09:29:19', '2025-03-28 09:29:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125373122010000', 2, 1, 1, 'ASRS-1250', 'P2', 'A03-31-10', '2025-03-28 09:29:33', '2025-03-28 09:29:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125386910010000', 2, 1, 1, 'ASRS-1667', 'P2', 'A02-40-05', '2025-03-28 09:29:47', '2025-03-28 09:29:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125409409010000', 2, 1, 1, 'ASRS-1592', 'P2', 'A03-35-06', '2025-03-28 09:30:09', '2025-03-28 09:30:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125414528010000', 2, 1, 1, 'ASRS-1222', 'P2', 'A02-41-04', '2025-03-28 09:30:15', '2025-03-28 09:30:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125428313010000', 2, 1, 1, 'ASRS-0378', 'P2', 'A04-31-10', '2025-03-28 09:30:28', '2025-03-28 09:30:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125442113010000', 2, 1, 1, 'ASRS-1220', 'P2', 'A02-42-03', '2025-03-28 09:30:42', '2025-03-28 09:30:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125455910010000', 2, 1, 1, 'ASRS-1259', 'P2', 'A04-32-09', '2025-03-28 09:30:56', '2025-03-28 09:30:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125470924010000', 2, 1, 1, 'ASRS-1219', 'P2', 'A04-33-08', '2025-03-28 09:31:11', '2025-03-28 09:31:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125485613010000', 2, 1, 1, 'ASRS-1223', 'P2', 'A01-35-11', '2025-03-28 09:31:26', '2025-03-28 09:31:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125501809010000', 2, 1, 1, 'ASRS-1244', 'P2', 'A01-36-10', '2025-03-28 09:31:42', '2025-03-28 09:31:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125556728010000', 2, 1, 1, 'ASRS-1271', 'P2', 'A04-34-07', '2025-03-28 09:32:37', '2025-03-28 09:32:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125568422010000', 2, 1, 1, 'ASRS-1660', 'P2', 'A04-35-06', '2025-03-28 09:32:48', '2025-03-28 09:32:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125587331010000', 2, 1, 1, 'ASRS-1268', 'P2', 'A01-37-09', '2025-03-28 09:33:07', '2025-03-28 09:33:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125602605010000', 2, 2, 1, 'ASRS-0301', 'A01-40-05', '', '2025-03-28 09:33:23', '2025-03-28 09:33:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125602605010001', 2, 2, 1, 'ASRS-0384', 'A04-38-02', '', '2025-03-28 09:33:23', '2025-03-28 09:33:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125684605010000', 2, 2, 1, 'ASRS-0501', 'A03-29-06', '', '2025-03-28 09:34:45', '2025-03-28 09:34:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125690604010000', 2, 2, 1, 'ASRS-0525', 'A02-39-05', '', '2025-03-28 09:34:51', '2025-03-28 09:34:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125772605010000', 2, 2, 1, 'ASRS-0313', 'A02-35-09', '', '2025-03-28 09:36:13', '2025-03-28 09:36:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125870812010000', 2, 1, 1, 'ASRS-0384', 'P2', 'A03-29-06', '2025-03-28 09:37:51', '2025-03-28 09:37:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125927226010000', 2, 1, 1, 'ASRS-0525', 'P2', 'A02-35-09', '2025-03-28 09:38:47', '2025-03-28 09:38:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743125974613010000', 2, 1, 1, 'ASRS-0501', 'P2', 'A04-38-02', '2025-03-28 09:39:35', '2025-03-28 09:39:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126017834010000', 2, 1, 1, 'ASRS-0313', 'P2', 'A02-39-05', '2025-03-28 09:40:18', '2025-03-28 09:40:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126032232010000', 2, 1, 1, 'ASRS-0017', 'P2', 'A04-36-05', '2025-03-28 09:40:32', '2025-03-28 09:40:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126046028010000', 2, 1, 1, 'ASRS-1885', 'P2', 'A01-40-05', '2025-03-28 09:40:46', '2025-03-28 09:40:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126057711010000', 2, 1, 1, 'ASRS-1630', 'P2', 'A04-37-04', '2025-03-28 09:40:58', '2025-03-28 09:40:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126076916010000', 2, 1, 1, 'ASRS-0999', 'P2', 'A01-39-07', '2025-03-28 09:41:17', '2025-03-28 09:41:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126105413010000', 2, 1, 1, 'ASRS-0523', 'P2', 'A04-38-03', '2025-03-28 09:41:45', '2025-03-28 09:41:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126119212010000', 2, 1, 1, 'ASRS-0347', 'P2', 'A01-40-06', '2025-03-28 09:41:59', '2025-03-28 09:41:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126133011010000', 2, 1, 1, 'ASRS-0362', 'P2', 'A04-39-02', '2025-03-28 09:42:13', '2025-03-28 09:42:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126143825010000', 2, 1, 1, 'ASRS-0371', 'P2', 'A01-41-05', '2025-03-28 09:42:24', '2025-03-28 09:42:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126157615010000', 2, 1, 1, 'ASRS-0901', 'P2', 'A04-40-01', '2025-03-28 09:42:38', '2025-03-28 09:42:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126172014010000', 2, 1, 1, 'ASRS-0889', 'P2', 'A01-42-04', '2025-03-28 09:42:52', '2025-03-28 09:42:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126199018010000', 2, 1, 1, 'ASRS-1604', 'P2', 'A03-31-11', '2025-03-28 09:43:19', '2025-03-28 09:43:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126211015010000', 2, 1, 1, 'ASRS-1261', 'P2', 'A02-35-11', '2025-03-28 09:43:31', '2025-03-28 09:43:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126224810010000', 2, 1, 1, 'ASRS-1371', 'P2', 'A03-32-10', '2025-03-28 09:43:45', '2025-03-28 09:43:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126252713010000', 2, 1, 1, 'ASRS-0302', 'P2', 'A02-36-10', '2025-03-28 09:44:13', '2025-03-28 09:44:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126267118010000', 2, 1, 1, 'ASRS-0314', 'P2', 'A03-33-09', '2025-03-28 09:44:27', '2025-03-28 09:44:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126280928010000', 2, 1, 1, 'ASRS-0272', 'P2', 'A03-34-08', '2025-03-28 09:44:41', '2025-03-28 09:44:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126294728010000', 2, 1, 1, 'ASRS-0327', 'P2', 'A02-37-09', '2025-03-28 09:44:55', '2025-03-28 09:44:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743126304616010000', 2, 1, 1, 'ASRS-1257', 'P2', 'A02-38-08', '2025-03-28 09:45:05', '2025-03-28 09:45:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129025961010000', 2, 1, 1, 'ASRS-1530', 'P3', 'A02-39-07', '2025-03-28 10:30:26', '2025-03-28 10:30:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129042450010000', 2, 1, 1, 'ASRS-0360', 'P3', 'A03-35-07', '2025-03-28 10:30:42', '2025-03-28 10:30:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129053869010000', 2, 1, 1, 'ASRS-0524', 'P3', 'A02-40-06', '2025-03-28 10:30:54', '2025-03-28 10:30:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129067664010000', 2, 1, 1, 'ASRS-1028', 'P3', 'A03-36-06', '2025-03-28 10:31:08', '2025-03-28 10:31:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129081755010000', 2, 1, 1, 'ASRS-1904', 'P3', 'A02-41-05', '2025-03-28 10:31:22', '2025-03-28 10:31:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129091352010000', 2, 1, 1, 'ASRS-1903', 'P3', 'A03-37-05', '2025-03-28 10:31:31', '2025-03-28 10:31:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129099609010000', 2, 2, 1, 'ASRS-1093', 'A01-02-11', '', '2025-03-28 10:31:40', '2025-03-28 10:31:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129099609010001', 2, 2, 1, 'ASRS-1224', 'A03-01-06', '', '2025-03-28 10:31:40', '2025-03-28 10:31:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129186605010000', 2, 2, 1, 'ASRS-1264', 'A04-01-08', '', '2025-03-28 10:33:07', '2025-03-28 10:33:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129190608010000', 2, 2, 1, 'ASRS-1544', 'A02-02-10', '', '2025-03-28 10:33:11', '2025-03-28 10:33:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129265603010000', 2, 2, 1, 'ASRS-0909', 'A04-03-09', '', '2025-03-28 10:34:26', '2025-03-28 10:34:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743129273605010000', 2, 2, 1, 'ASRS-1242', 'A02-01-03', '', '2025-03-28 10:34:34', '2025-03-28 10:34:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743131635984010000', 2, 1, 1, 'ASRS-0909', 'P3', 'A02-01-03', '2025-03-28 11:13:56', '2025-03-28 11:13:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743131644982010000', 2, 1, 1, 'ASRS-1242', 'P3', 'A03-01-06', '2025-03-28 11:14:05', '2025-03-28 11:14:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743131656969010000', 2, 1, 1, 'ASRS-1093', 'P3', 'A02-02-10', '2025-03-28 11:14:17', '2025-03-28 11:14:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743131682470010000', 2, 1, 1, 'ASRS-1544', 'P3', 'A01-02-11', '2025-03-28 11:14:42', '2025-03-28 11:14:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743131696284010000', 2, 1, 1, 'ASRS-1264', 'P3', 'A04-01-08', '2025-03-28 11:14:56', '2025-03-28 11:14:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743131706772010000', 2, 1, 1, 'ASRS-1224', 'P3', 'A04-03-09', '2025-03-28 11:15:07', '2025-03-28 11:15:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743133432604010000', 2, 2, 1, 'ASRS-1254', 'A02-38-07', '', '2025-03-28 11:43:53', '2025-03-28 11:43:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743133759671010000', 2, 1, 1, 'ASRS-1254', 'P2', 'A02-38-07', '2025-03-28 11:49:20', '2025-03-28 11:49:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743133776604010000', 2, 2, 9, 'ASRS-1528', 'A01-38-07', '', '2025-03-28 11:49:37', '2025-03-28 11:49:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743133995170010000', 2, 1, 1, 'ASRS-1528', 'P2', 'A01-38-07', '2025-03-28 11:53:15', '2025-03-28 11:53:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134418604010000', 2, 2, 9, 'ASRS-1268', 'A01-37-09', '', '2025-03-28 12:00:19', '2025-03-28 12:00:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134540603010000', 2, 2, 1, 'ASRS-1251', 'A01-01-06', '', '2025-03-28 12:02:21', '2025-03-28 12:02:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134540603010001', 2, 2, 1, 'ASRS-0956', 'A04-02-11', '', '2025-03-28 12:02:21', '2025-03-28 12:02:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134566686010000', 2, 1, 1, 'ASRS-1268', 'P2', 'A01-37-09', '2025-03-28 12:02:47', '2025-03-28 12:02:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134576605010000', 2, 2, 1, 'ASRS-1191', 'A02-01-06', '', '2025-03-28 12:02:57', '2025-03-28 12:02:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134579605010000', 2, 2, 1, 'ASRS-0958', 'A03-03-01', '', '2025-03-28 12:03:00', '2025-03-28 12:03:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134612604010000', 2, 2, 1, 'ASRS-1267', 'A01-01-10', '', '2025-03-28 12:03:33', '2025-03-28 12:03:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134616604010000', 2, 2, 1, 'ASRS-0961', 'A04-05-06', '', '2025-03-28 12:03:37', '2025-03-28 12:03:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134655608010000', 2, 2, 1, 'ASRS-0964', 'A04-04-05', '', '2025-03-28 12:04:16', '2025-03-28 12:04:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134693604010000', 2, 2, 1, 'ASRS-0967', 'A03-04-04', '', '2025-03-28 12:04:54', '2025-03-28 12:04:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134695602010000', 2, 2, 1, 'ASRS-0623', 'A01-05-05', '', '2025-03-28 12:04:56', '2025-03-28 12:04:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134731604010000', 2, 2, 1, 'ASRS-0970', 'A03-04-05', '', '2025-03-28 12:05:32', '2025-03-28 12:05:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134822574010000', 2, 1, 1, 'ASRS-1191', 'P3', 'A01-01-06', '2025-03-28 12:07:03', '2025-03-28 12:07:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134840838010000', 2, 1, 1, 'ASRS-1251', 'P3', 'A03-03-01', '2025-03-28 12:07:21', '2025-03-28 12:07:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134857994010000', 2, 1, 1, 'ASRS-0958', 'P3', 'A02-01-06', '2025-03-28 12:07:38', '2025-03-28 12:07:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134871793010000', 2, 1, 1, 'ASRS-0956', 'P3', 'A01-05-05', '2025-03-28 12:07:52', '2025-03-28 12:07:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134892495010000', 2, 1, 1, 'ASRS-1267', 'P3', 'A03-04-04', '2025-03-28 12:08:12', '2025-03-28 12:08:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134906311010000', 2, 1, 1, 'ASRS-0964', 'P3', 'A01-01-10', '2025-03-28 12:08:26', '2025-03-28 12:08:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134920078010000', 2, 1, 1, 'ASRS-0961', 'P3', 'A03-04-05', '2025-03-28 12:08:40', '2025-03-28 12:08:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134960290010000', 2, 1, 1, 'ASRS-0970', 'P3', 'A02-42-04', '2025-03-28 12:09:20', '2025-03-28 12:09:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134971979010000', 2, 1, 1, 'ASRS-0623', 'P3', 'A04-04-05', '2025-03-28 12:09:32', '2025-03-28 12:09:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743134982806010000', 2, 1, 1, 'ASRS-0967', 'P3', 'A01-36-11', '2025-03-28 12:09:43', '2025-03-28 12:09:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743135194604010000', 2, 2, 9, 'ASRS-1528', 'A01-38-07', '', '2025-03-28 12:13:15', '2025-03-28 12:13:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743135453785010000', 2, 1, 1, 'ASRS-1528', 'P2', 'A01-38-07', '2025-03-28 12:17:34', '2025-03-28 12:17:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743141239673010000', 2, 1, 1, 'ASRS-0301', 'P2', 'A01-37-10', '2025-03-28 13:54:00', '2025-03-28 13:54:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142162603010000', 2, 2, 9, 'ASRS-0364', 'A01-42-01', '', '2025-03-28 14:09:23', '2025-03-28 14:09:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142162603010001', 2, 2, 9, 'ASRS-0274', 'A03-32-08', '', '2025-03-28 14:09:23', '2025-03-28 14:09:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142212605010000', 2, 2, 9, 'ASRS-0269', 'A01-36-07', '', '2025-03-28 14:10:13', '2025-03-28 14:10:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142216604010000', 2, 2, 9, 'ASRS-0247', 'A04-28-11', '', '2025-03-28 14:10:17', '2025-03-28 14:10:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142541654010000', 2, 1, 1, 'ASRS-0269', 'P3', 'A01-36-07', '2025-03-28 14:15:42', '2025-03-28 14:15:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142623539010000', 2, 1, 1, 'ASRS-0247', 'P3', 'A01-42-01', '2025-03-28 14:17:04', '2025-03-28 14:17:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142634605010000', 2, 2, 9, 'ASRS-1246', 'A01-41-02', '', '2025-03-28 14:17:15', '2025-03-28 14:17:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142759604010000', 2, 2, 9, 'ASRS-0300', 'A03-34-05', '', '2025-03-28 14:19:20', '2025-03-28 14:19:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142812604010000', 2, 2, 9, 'ASRS-0248', 'A01-40-03', '', '2025-03-28 14:20:13', '2025-03-28 14:20:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142843604010000', 2, 2, 9, 'ASRS-0276', 'A04-30-09', '', '2025-03-28 14:20:44', '2025-03-28 14:20:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142884605010000', 2, 2, 9, 'ASRS-0249', 'A01-37-06', '', '2025-03-28 14:21:25', '2025-03-28 14:21:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743142906605010000', 2, 2, 9, 'ASRS-0275', 'A04-29-10', '', '2025-03-28 14:21:47', '2025-03-28 14:21:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743168358605010000', 2, 2, 1, 'ASRS-1529', 'A01-32-11', '', '2025-03-28 21:25:59', '2025-03-28 21:26:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743207907451010000', 2, 1, 1, 'ASRS-0359', 'P3', 'A01-37-06', '2025-03-29 08:25:07', '2025-03-29 08:25:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209126038010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-32-11', '2025-03-29 08:45:26', '2025-03-29 08:45:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209165032010000', 2, 1, 1, 'ASRS-0249', 'P3', 'A04-05-06', '2025-03-29 08:46:05', '2025-03-29 08:46:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209196836010000', 2, 1, 1, 'ASRS-0276', 'P3', 'A01-40-03', '2025-03-29 08:46:37', '2025-03-29 08:46:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209201016010000', 2, 1, 1, 'ASRS-0300', 'P3', 'A01-41-02', '2025-03-29 08:46:41', '2025-03-29 08:46:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209253214010000', 2, 1, 1, 'ASRS-1246', 'P3', 'A04-02-11', '2025-03-29 08:47:33', '2025-03-29 08:47:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209257434010000', 2, 1, 1, 'ASRS-0248', 'P3', 'A03-34-05', '2025-03-29 08:47:37', '2025-03-29 08:47:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209340516010000', 2, 1, 1, 'ASRS-1035', 'P3', 'A01-38-09', '2025-03-29 08:49:01', '2025-03-29 08:49:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743209345342010000', 2, 1, 1, 'ASRS-1392', 'P3', 'A04-28-11', '2025-03-29 08:49:05', '2025-03-29 08:49:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212729604010000', 2, 2, 1, 'ASRS-0315', 'A04-29-06', '', '2025-03-29 09:45:30', '2025-03-29 09:45:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212729605010000', 2, 2, 1, 'ASRS-0332', 'A01-34-06', '', '2025-03-29 09:45:30', '2025-03-29 09:45:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212774604010000', 2, 2, 1, 'ASRS-0388', 'A04-32-03', '', '2025-03-29 09:46:15', '2025-03-29 09:46:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212778605010000', 2, 2, 1, 'ASRS-0313', 'A02-39-05', '', '2025-03-29 09:46:19', '2025-03-29 09:46:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212836604010000', 2, 2, 1, 'ASRS-0304', 'A02-37-03', '', '2025-03-29 09:47:17', '2025-03-29 09:47:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212894605010000', 2, 2, 1, 'ASRS-0350', 'A02-39-01', '', '2025-03-29 09:48:15', '2025-03-29 09:48:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743212953605010000', 2, 2, 1, 'ASRS-0520', 'A01-35-10', '', '2025-03-29 09:49:14', '2025-03-29 09:49:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743213010604010000', 2, 2, 1, 'ASRS-0334', 'A01-39-06', '', '2025-03-29 09:50:11', '2025-03-29 09:50:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743214507605010000', 2, 2, 1, 'ASRS-1900', 'A01-34-11', '', '2025-03-29 10:15:08', '2025-03-29 10:15:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220243157010000', 2, 2, 1, 'ASRS-1436', 'A01-42-03', '', '2025-03-29 11:50:43', '2025-03-29 11:50:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220300291010000', 2, 1, 1, 'ASRS-0350', 'P2', 'A01-34-06', '2025-03-29 11:51:40', '2025-03-29 11:51:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220532775010000', 2, 1, 1, 'ASRS-1436', 'P2', 'A02-37-03', '2025-03-29 11:55:33', '2025-03-29 11:55:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220595440010000', 2, 1, 1, 'ASRS-0273', 'P2', 'A04-29-06', '2025-03-29 11:56:35', '2025-03-29 11:56:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220609276010000', 2, 1, 1, 'ASRS-0328', 'P2', 'A02-39-01', '2025-03-29 11:56:49', '2025-03-29 11:56:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220623043010000', 2, 1, 1, 'ASRS-0330', 'P2', 'A02-39-05', '2025-03-29 11:57:03', '2025-03-29 11:57:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220841745010000', 2, 1, 1, 'ASRS-0313', 'P2', 'A01-34-11', '2025-03-29 12:00:42', '2025-03-29 12:00:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220923643010000', 2, 1, 1, 'ASRS-0332', 'P2', 'A01-35-10', '2025-03-29 12:02:04', '2025-03-29 12:02:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220956132010000', 2, 2, 1, 'ASRS-0324', 'A02-41-01', '', '2025-03-29 12:02:36', '2025-03-29 12:02:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220956133010000', 2, 2, 1, 'ASRS-0305', 'A04-31-05', '', '2025-03-29 12:02:36', '2025-03-29 12:02:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220970142010000', 2, 1, 1, 'ASRS-0388', 'P2', 'A04-32-03', '2025-03-29 12:02:50', '2025-03-29 12:02:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743220974350010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A01-39-06', '2025-03-29 12:02:54', '2025-03-29 12:02:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221000124010000', 2, 2, 1, 'ASRS-0340', 'A04-34-06', '', '2025-03-29 12:03:20', '2025-03-29 12:03:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221007055010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-42-03', '2025-03-29 12:03:27', '2025-03-29 12:03:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221035124010000', 2, 2, 1, 'ASRS-1027', 'A01-37-08', '', '2025-03-29 12:03:55', '2025-03-29 12:03:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221078124010000', 2, 2, 1, 'ASRS-1032', 'A03-33-08', '', '2025-03-29 12:04:38', '2025-03-29 12:04:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221117124010000', 2, 2, 1, 'ASRS-1529', 'A01-32-11', '', '2025-03-29 12:05:17', '2025-03-29 12:05:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221138755010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-31-05', '2025-03-29 12:05:39', '2025-03-29 12:05:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221204451010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A02-41-01', '2025-03-29 12:06:44', '2025-03-29 12:06:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221380254010000', 2, 1, 1, 'ASRS-0305', 'P2', 'A01-32-11', '2025-03-29 12:09:40', '2025-03-29 12:09:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221418661010000', 2, 1, 1, 'ASRS-0324', 'P2', 'A04-29-10', '2025-03-29 12:10:19', '2025-03-29 12:10:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221454943010000', 2, 1, 1, 'ASRS-0340', 'P2', 'A01-37-08', '2025-03-29 12:10:55', '2025-03-29 12:10:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221592045010000', 2, 1, 1, 'ASRS-1027', 'P2', 'A01-39-08', '2025-03-29 12:13:12', '2025-03-29 12:13:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221639748010000', 2, 1, 1, 'ASRS-1529', 'P2', 'A04-30-09', '2025-03-29 12:14:00', '2025-03-29 12:14:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221691125010000', 2, 2, 1, 'ASRS-0306', 'A03-37-03', '', '2025-03-29 12:14:51', '2025-03-29 12:14:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221691125010001', 2, 2, 1, 'ASRS-0333', 'A02-33-10', '', '2025-03-29 12:14:51', '2025-03-29 12:14:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221709656010000', 2, 1, 1, 'ASRS-1032', 'P2', 'A01-40-07', '2025-03-29 12:15:10', '2025-03-29 12:15:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221738133010000', 2, 2, 1, 'ASRS-0392', 'A04-37-03', '', '2025-03-29 12:15:38', '2025-03-29 12:15:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221741125010000', 2, 2, 1, 'ASRS-1902', 'A01-31-08', '', '2025-03-29 12:15:41', '2025-03-29 12:15:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221822124010000', 2, 2, 1, 'ASRS-1221', 'A01-29-07', '', '2025-03-29 12:17:02', '2025-03-29 12:17:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221875126010000', 2, 2, 1, 'ASRS-1526', 'A01-36-03', '', '2025-03-29 12:17:55', '2025-03-29 12:17:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221932127010000', 2, 2, 1, 'ASRS-0528', 'A01-42-02', '', '2025-03-29 12:18:52', '2025-03-29 12:18:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221960752010000', 2, 1, 1, 'ASRS-0306', 'P2', 'A01-29-07', '2025-03-29 12:19:21', '2025-03-29 12:19:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743221992126010000', 2, 2, 1, 'ASRS-0551', 'A01-39-02', '', '2025-03-29 12:19:52', '2025-03-29 12:19:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743222021644010000', 2, 1, 1, 'ASRS-0333', 'P2', 'A03-32-08', '2025-03-29 12:20:22', '2025-03-29 12:20:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743222178547010000', 2, 1, 1, 'ASRS-1902', 'P2', 'A01-31-08', '2025-03-29 12:22:59', '2025-03-29 12:22:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743222227446010000', 2, 1, 1, 'ASRS-1221', 'P2', 'A03-37-03', '2025-03-29 12:23:47', '2025-03-29 12:23:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743222263412010000', 2, 1, 1, 'ASRS-1526', 'P2', 'A01-36-03', '2025-03-29 12:24:23', '2025-03-29 12:24:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743222352851010000', 2, 1, 1, 'ASRS-0528', 'P2', 'A01-39-02', '2025-03-29 12:25:53', '2025-03-29 12:25:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225700163010000', 2, 1, 1, 'ASRS-0551', 'P2', 'A02-33-10', '2025-03-29 13:21:40', '2025-03-29 13:21:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225766532010000', 2, 2, 1, 'ASRS-0551', 'A02-33-10', '', '2025-03-29 13:22:47', '2025-03-29 13:22:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225877529010000', 2, 2, 1, 'ASRS-0519', 'A04-39-01', '', '2025-03-29 13:24:38', '2025-03-29 13:24:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225877529010001', 2, 2, 1, 'ASRS-1025', 'A01-35-04', '', '2025-03-29 13:24:38', '2025-03-29 13:24:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225892728010000', 2, 1, 1, 'ASRS-0551', 'P2', 'A02-33-10', '2025-03-29 13:24:53', '2025-03-29 13:24:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225934530010000', 2, 2, 1, 'ASRS-1034', 'A01-38-08', '', '2025-03-29 13:25:35', '2025-03-29 13:25:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225942530010000', 2, 2, 1, 'ASRS-0350', 'A01-34-06', '', '2025-03-29 13:25:43', '2025-03-29 13:25:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225942530010001', 2, 2, 1, 'ASRS-0384', 'A03-29-06', '', '2025-03-29 13:25:43', '2025-03-29 13:25:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743225965314010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A04-34-06', '2025-03-29 13:26:05', '2025-03-29 13:26:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226014530010000', 2, 2, 1, 'ASRS-1027', 'A01-39-08', '', '2025-03-29 13:26:55', '2025-03-29 13:26:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226030722010000', 2, 1, 1, 'ASRS-0519', 'P2', 'A01-35-04', '2025-03-29 13:27:11', '2025-03-29 13:27:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226073617010000', 2, 1, 1, 'ASRS-1025', 'P2', 'A03-29-06', '2025-03-29 13:27:54', '2025-03-29 13:27:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226119529010000', 2, 2, 1, 'ASRS-1436', 'A02-37-03', '', '2025-03-29 13:28:40', '2025-03-29 13:28:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226147531010000', 2, 2, 1, 'ASRS-1025', 'A03-29-06', '', '2025-03-29 13:29:08', '2025-03-29 13:29:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226164515010000', 2, 1, 1, 'ASRS-1034', 'P2', 'A01-34-06', '2025-03-29 13:29:25', '2025-03-29 13:29:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226203515010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A03-29-06', '2025-03-29 13:30:04', '2025-03-29 13:30:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226242530010000', 2, 2, 1, 'ASRS-0316', 'A02-42-02', '', '2025-03-29 13:30:43', '2025-03-29 13:30:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226242530010001', 2, 2, 1, 'ASRS-1031', 'A04-31-04', '', '2025-03-29 13:30:43', '2025-03-29 13:30:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226256336010000', 2, 1, 1, 'ASRS-1025', 'P2', 'A02-37-03', '2025-03-29 13:30:56', '2025-03-29 13:30:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226270127010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-37-03', '2025-03-29 13:31:10', '2025-03-29 13:31:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226294529010000', 2, 2, 1, 'ASRS-0338', 'A01-36-09', '', '2025-03-29 13:31:35', '2025-03-29 13:31:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226338223010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-42-02', '2025-03-29 13:32:18', '2025-03-29 13:32:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226482529010000', 2, 2, 1, 'ASRS-0324', 'A04-29-10', '', '2025-03-29 13:34:43', '2025-03-29 13:34:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226482529010001', 2, 2, 1, 'ASRS-0305', 'A01-32-11', '', '2025-03-29 13:34:43', '2025-03-29 13:34:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226502917010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A02-42-02', '2025-03-29 13:35:03', '2025-03-29 13:35:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226528529010000', 2, 2, 1, 'ASRS-0336', 'A04-38-01', '', '2025-03-29 13:35:29', '2025-03-29 13:35:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226531530010000', 2, 2, 1, 'ASRS-0340', 'A01-37-08', '', '2025-03-29 13:35:32', '2025-03-29 13:35:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226541334010000', 2, 1, 1, 'ASRS-1031', 'P2', 'A04-31-04', '2025-03-29 13:35:41', '2025-03-29 13:35:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226581530010000', 2, 2, 1, 'ASRS-1529', 'A04-30-09', '', '2025-03-29 13:36:22', '2025-03-29 13:36:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226615530010000', 2, 2, 1, 'ASRS-1245', 'A02-40-04', '', '2025-03-29 13:36:56', '2025-03-29 13:36:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226618435010000', 2, 1, 1, 'ASRS-0316', 'P2', 'A01-32-11', '2025-03-29 13:36:58', '2025-03-29 13:36:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226672530010002', 2, 2, 1, 'ASRS-0337', 'A01-41-04', '', '2025-03-29 13:37:53', '2025-03-29 13:37:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226672530010004', 2, 2, 1, 'ASRS-0501', 'A04-38-02', '', '2025-03-29 13:37:53', '2025-03-29 13:37:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226673530010000', 2, 2, 1, 'ASRS-1027', 'A01-42-02', '', '2025-03-29 13:37:54', '2025-03-29 13:37:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226690116010000', 2, 1, 1, 'ASRS-0338', 'P2', 'A04-29-10', '2025-03-29 13:38:10', '2025-03-29 13:38:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226735424010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A02-40-04', '2025-03-29 13:38:55', '2025-03-29 13:38:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226759529010000', 2, 2, 1, 'ASRS-0551', 'A02-33-10', '', '2025-03-29 13:39:20', '2025-03-29 13:39:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226787917010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-30-09', '2025-03-29 13:39:48', '2025-03-29 13:39:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226827233010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A01-42-02', '2025-03-29 13:40:27', '2025-03-29 13:40:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226856924010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-38-01', '2025-03-29 13:40:57', '2025-03-29 13:40:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226923241010000', 2, 1, 1, 'ASRS-0501', 'P2', 'A04-38-02', '2025-03-29 13:42:03', '2025-03-29 13:42:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226937021010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A02-33-10', '2025-03-29 13:42:17', '2025-03-29 13:42:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226983223010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A04-39-01', '2025-03-29 13:43:03', '2025-03-29 13:43:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226992530010000', 2, 2, 1, 'ASRS-1524', 'A03-31-06', '', '2025-03-29 13:43:13', '2025-03-29 13:43:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743226992530010001', 2, 2, 1, 'ASRS-0522', 'A02-32-09', '', '2025-03-29 13:43:13', '2025-03-29 13:43:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227023728010000', 2, 1, 1, 'ASRS-0337', 'P2', 'A01-36-09', '2025-03-29 13:43:44', '2025-03-29 13:43:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227049535010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A03-33-08', '2025-03-29 13:44:10', '2025-03-29 13:44:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227107529010000', 2, 2, 1, 'ASRS-0318', 'A01-41-03', '', '2025-03-29 13:45:08', '2025-03-29 13:45:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227129620010000', 2, 1, 1, 'ASRS-0551', 'P3', 'A02-32-09', '2025-03-29 13:45:30', '2025-03-29 13:45:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227157529010000', 2, 2, 1, 'ASRS-0383', 'A01-33-06', '', '2025-03-29 13:45:58', '2025-03-29 13:45:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227235529010000', 2, 2, 1, 'ASRS-1268', 'A01-37-09', '', '2025-03-29 13:47:16', '2025-03-29 13:47:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227235529010001', 2, 2, 1, 'ASRS-0272', 'A03-34-08', '', '2025-03-29 13:47:16', '2025-03-29 13:47:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227306327010000', 2, 1, 1, 'ASRS-0273', 'P1', 'A01-33-06', '2025-03-29 13:48:26', '2025-03-29 13:48:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227330943010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A03-31-06', '2025-03-29 13:48:51', '2025-03-29 13:48:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227381929010000', 2, 1, 1, 'ASRS-0522', 'P2', 'A01-41-03', '2025-03-29 13:49:42', '2025-03-29 13:49:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227397531010000', 2, 2, 1, 'ASRS-1088', 'A02-32-11', '', '2025-03-29 13:49:58', '2025-03-29 13:49:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227399025010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A03-34-08', '2025-03-29 13:49:59', '2025-03-29 13:49:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227415527010000', 2, 1, 1, 'ASRS-1524', 'P2', 'A01-37-08', '2025-03-29 13:50:16', '2025-03-29 13:50:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227495935010000', 2, 1, 1, 'ASRS-1268', 'P3', 'A03-38-04', '2025-03-29 13:51:36', '2025-03-29 13:51:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227555529010000', 2, 2, 1, 'ASRS-1268', 'A03-38-04', '', '2025-03-29 13:52:36', '2025-03-29 13:52:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227642531010000', 2, 2, 1, 'ASRS-0317', 'A04-31-08', '', '2025-03-29 13:54:03', '2025-03-29 13:54:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227642531010001', 2, 2, 1, 'ASRS-1902', 'A01-31-08', '', '2025-03-29 13:54:03', '2025-03-29 13:54:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227664843010000', 2, 1, 1, 'ASRS-1268', 'P3', 'A02-32-11', '2025-03-29 13:54:25', '2025-03-29 13:54:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227689529010000', 2, 2, 1, 'ASRS-0519', 'A01-35-04', '', '2025-03-29 13:54:50', '2025-03-29 13:54:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227692531010000', 2, 2, 1, 'ASRS-1221', 'A03-37-03', '', '2025-03-29 13:54:53', '2025-03-29 13:54:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227726645010000', 2, 1, 1, 'ASRS-1088', 'P2', 'A01-31-08', '2025-03-29 13:55:27', '2025-03-29 13:55:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227770530010000', 2, 2, 1, 'ASRS-0528', 'A01-39-02', '', '2025-03-29 13:56:11', '2025-03-29 13:56:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227852529010000', 2, 2, 1, 'ASRS-0527', 'A02-36-08', '', '2025-03-29 13:57:33', '2025-03-29 13:57:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227872530010000', 2, 2, 1, 'ASRS-0315', 'A04-34-06', '', '2025-03-29 13:57:53', '2025-03-29 13:57:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227872530010001', 2, 2, 1, 'ASRS-0332', 'A01-35-10', '', '2025-03-29 13:57:53', '2025-03-29 13:57:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227908529010000', 2, 2, 1, 'ASRS-1034', 'A01-34-06', '', '2025-03-29 13:58:29', '2025-03-29 13:58:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227924529010000', 2, 2, 1, 'ASRS-0388', 'A04-32-03', '', '2025-03-29 13:58:45', '2025-03-29 13:58:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227959530010000', 2, 2, 1, 'ASRS-0313', 'A01-34-11', '', '2025-03-29 13:59:20', '2025-03-29 13:59:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743227974529010000', 2, 2, 1, 'ASRS-0350', 'A04-37-03', '', '2025-03-29 13:59:35', '2025-03-29 13:59:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228027530010000', 2, 2, 1, 'ASRS-0334', 'A04-31-05', '', '2025-03-29 14:00:28', '2025-03-29 14:00:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228059530010000', 2, 2, 1, 'ASRS-0304', 'A02-41-01', '', '2025-03-29 14:01:00', '2025-03-29 14:01:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228118529010000', 2, 2, 1, 'ASRS-0520', 'A01-42-03', '', '2025-03-29 14:01:59', '2025-03-29 14:02:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228255543010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A01-35-04', '2025-03-29 14:04:16', '2025-03-29 14:04:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228307530010000', 2, 2, 1, 'ASRS-1436', 'A02-42-02', '', '2025-03-29 14:05:08', '2025-03-29 14:05:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228326951010000', 2, 1, 1, 'ASRS-0315', 'P2', 'A01-34-06', '2025-03-29 14:05:27', '2025-03-29 14:05:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228361162010000', 2, 1, 1, 'ASRS-0332', 'P2', 'A04-32-03', '2025-03-29 14:06:01', '2025-03-29 14:06:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228397153010000', 2, 1, 1, 'ASRS-0388', 'P2', 'A01-39-02', '2025-03-29 14:06:37', '2025-03-29 14:06:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228426559010000', 2, 1, 1, 'ASRS-0350', 'P2', 'A04-31-05', '2025-03-29 14:07:07', '2025-03-29 14:07:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228473637010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A02-41-01', '2025-03-29 14:07:54', '2025-03-29 14:07:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228496461010000', 2, 1, 1, 'ASRS-0334', 'P2', 'A04-31-08', '2025-03-29 14:08:16', '2025-03-29 14:08:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228522837010000', 2, 1, 1, 'ASRS-0313', 'P2', 'A02-36-08', '2025-03-29 14:08:43', '2025-03-29 14:08:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228548036010000', 2, 1, 1, 'ASRS-0304', 'P2', 'A02-42-02', '2025-03-29 14:09:08', '2025-03-29 14:09:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228556149010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A03-37-03', '2025-03-29 14:09:16', '2025-03-29 14:09:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228570234010000', 2, 1, 1, 'ASRS-0520', 'P2', 'A04-34-06', '2025-03-29 14:09:30', '2025-03-29 14:09:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228585838010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A01-34-11', '2025-03-29 14:09:46', '2025-03-29 14:09:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228607530010000', 2, 2, 1, 'ASRS-0324', 'A02-40-04', '', '2025-03-29 14:10:08', '2025-03-29 14:10:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228607530010001', 2, 2, 1, 'ASRS-0305', 'A04-30-09', '', '2025-03-29 14:10:08', '2025-03-29 14:10:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228625166010000', 2, 1, 1, 'ASRS-1436', 'P2', 'A04-37-03', '2025-03-29 14:10:25', '2025-03-29 14:10:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228655529010000', 2, 2, 1, 'ASRS-0340', 'A04-38-01', '', '2025-03-29 14:10:56', '2025-03-29 14:10:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228689531010000', 2, 2, 1, 'ASRS-1032', 'A01-40-07', '', '2025-03-29 14:11:30', '2025-03-29 14:11:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228733530010000', 2, 2, 1, 'ASRS-1027', 'A03-33-08', '', '2025-03-29 14:12:14', '2025-03-29 14:12:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228755958010000', 2, 1, 1, 'ASRS-0528', 'P3', 'A02-40-04', '2025-03-29 14:12:36', '2025-03-29 14:12:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228771529010000', 2, 2, 1, 'ASRS-1529', 'A02-33-10', '', '2025-03-29 14:12:52', '2025-03-29 14:12:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228795263010000', 2, 1, 1, 'ASRS-0305', 'P2', 'A04-30-09', '2025-03-29 14:13:15', '2025-03-29 14:13:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228799445010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A01-35-10', '2025-03-29 14:13:19', '2025-03-29 14:13:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228812529010000', 2, 2, 1, 'ASRS-0306', 'A01-29-07', '', '2025-03-29 14:13:33', '2025-03-29 14:13:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228812529010001', 2, 2, 1, 'ASRS-0338', 'A04-29-10', '', '2025-03-29 14:13:33', '2025-03-29 14:13:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228825858010000', 2, 1, 1, 'ASRS-0324', 'P2', 'A01-41-04', '2025-03-29 14:13:46', '2025-03-29 14:13:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228834849010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A04-38-01', '2025-03-29 14:13:55', '2025-03-29 14:13:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228856457010000', 2, 1, 1, 'ASRS-0340', 'P2', 'A03-33-08', '2025-03-29 14:14:16', '2025-03-29 14:14:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228902658010000', 2, 1, 1, 'ASRS-1032', 'P2', 'A01-29-07', '2025-03-29 14:15:03', '2025-03-29 14:15:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228904531010000', 2, 2, 1, 'ASRS-0316', 'A01-32-11', '', '2025-03-29 14:15:05', '2025-03-29 14:15:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743228979445010000', 2, 1, 1, 'ASRS-1027', 'P2', 'A04-29-10', '2025-03-29 14:16:19', '2025-03-29 14:16:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229007529010000', 2, 2, 1, 'ASRS-0333', 'A03-32-08', '', '2025-03-29 14:16:48', '2025-03-29 14:16:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229007529010001', 2, 2, 1, 'ASRS-1902', 'A02-41-01', '', '2025-03-29 14:16:48', '2025-03-29 14:16:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229022658010000', 2, 1, 1, 'ASRS-1529', 'P2', 'A01-32-11', '2025-03-29 14:17:03', '2025-03-29 14:17:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229066529010000', 2, 2, 1, 'ASRS-1526', 'A01-36-03', '', '2025-03-29 14:17:47', '2025-03-29 14:17:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229075530010000', 2, 2, 1, 'ASRS-1221', 'A03-37-03', '', '2025-03-29 14:17:56', '2025-03-29 14:17:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229147530010000', 2, 2, 1, 'ASRS-0528', 'A02-40-04', '', '2025-03-29 14:19:08', '2025-03-29 14:19:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229213454010000', 2, 1, 1, 'ASRS-1902', 'P2', 'A01-36-03', '2025-03-29 14:20:13', '2025-03-29 14:20:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229231529010000', 2, 2, 1, 'ASRS-0551', 'A02-32-09', '', '2025-03-29 14:20:32', '2025-03-29 14:20:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229244065010000', 2, 1, 1, 'ASRS-0333', 'P2', 'A03-32-08', '2025-03-29 14:20:44', '2025-03-29 14:20:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229278244010000', 2, 1, 1, 'ASRS-1221', 'P2', 'A02-41-01', '2025-03-29 14:21:18', '2025-03-29 14:21:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229333744010000', 2, 1, 1, 'ASRS-1526', 'P2', 'A03-37-03', '2025-03-29 14:22:14', '2025-03-29 14:22:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229460950010000', 2, 1, 1, 'ASRS-0528', 'P2', 'A02-32-09', '2025-03-29 14:24:21', '2025-03-29 14:24:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229511060010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A03-38-04', '2025-03-29 14:25:11', '2025-03-29 14:25:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229557530010000', 2, 2, 1, 'ASRS-1031', 'A04-31-04', '', '2025-03-29 14:25:58', '2025-03-29 14:25:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229572529010000', 2, 2, 1, 'ASRS-0519', 'A01-34-11', '', '2025-03-29 14:26:13', '2025-03-29 14:26:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229582464010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A02-33-10', '2025-03-29 14:26:22', '2025-03-29 14:26:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229586645010000', 2, 1, 1, 'ASRS-0306', 'P2', 'A03-39-03', '2025-03-29 14:26:27', '2025-03-29 14:26:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229618530010000', 2, 2, 1, 'ASRS-1034', 'A01-35-10', '', '2025-03-29 14:26:59', '2025-03-29 14:27:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229743557010000', 2, 1, 1, 'ASRS-0519', 'P2', 'A02-40-04', '2025-03-29 14:29:04', '2025-03-29 14:29:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229774447010000', 2, 1, 1, 'ASRS-0331', 'P2', 'A04-31-04', '2025-03-29 14:29:34', '2025-03-29 14:29:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229782530010000', 2, 2, 1, 'ASRS-0316', 'A02-33-10', '', '2025-03-29 14:29:43', '2025-03-29 14:29:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229782531010000', 2, 2, 1, 'ASRS-0338', 'A03-38-04', '', '2025-03-29 14:29:43', '2025-03-29 14:29:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229799063010000', 2, 1, 1, 'ASRS-1034', 'P2', 'A01-34-11', '2025-03-29 14:29:59', '2025-03-29 14:29:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229807529010000', 2, 2, 1, 'ASRS-1683', 'A02-37-08', '', '2025-03-29 14:30:08', '2025-03-29 14:30:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229942758010000', 2, 1, 1, 'ASRS-1031', 'P2', 'A02-33-10', '2025-03-29 14:32:23', '2025-03-29 14:32:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229974255010000', 2, 1, 1, 'ASRS-0316', 'P2', 'A03-38-04', '2025-03-29 14:32:54', '2025-03-29 14:32:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229995866010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A01-35-10', '2025-03-29 14:33:16', '2025-03-29 14:33:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743229997531010000', 2, 2, 1, 'ASRS-0331', 'A04-31-04', '', '2025-03-29 14:33:18', '2025-03-29 14:33:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230014144010000', 2, 1, 1, 'ASRS-0338', 'P2', 'A01-42-03', '2025-03-29 14:33:34', '2025-03-29 14:33:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230162530010000', 2, 2, 1, 'ASRS-0337', 'A01-36-09', '', '2025-03-29 14:36:03', '2025-03-29 14:36:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230162531010000', 2, 2, 1, 'ASRS-0501', 'A04-38-02', '', '2025-03-29 14:36:03', '2025-03-29 14:36:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230177673010000', 2, 1, 1, 'ASRS-0331', 'P2', 'A02-37-08', '2025-03-29 14:36:18', '2025-03-29 14:36:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230369964010000', 2, 1, 1, 'ASRS-0501', 'P2', 'A01-36-09', '2025-03-29 14:39:30', '2025-03-29 14:39:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230397530010000', 2, 2, 1, 'ASRS-1524', 'A01-37-08', '', '2025-03-29 14:39:58', '2025-03-29 14:39:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230414063010000', 2, 1, 1, 'ASRS-0337', 'P2', 'A04-31-04', '2025-03-29 14:40:14', '2025-03-29 14:40:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230478529010000', 2, 2, 1, 'ASRS-0522', 'A01-41-03', '', '2025-03-29 14:41:19', '2025-03-29 14:41:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230560154010000', 2, 1, 1, 'ASRS-1524', 'P2', 'A01-41-03', '2025-03-29 14:42:40', '2025-03-29 14:42:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230597529010000', 2, 2, 1, 'ASRS-1088', 'A01-31-08', '', '2025-03-29 14:43:18', '2025-03-29 14:43:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230615071010000', 2, 1, 1, 'ASRS-0522', 'P2', 'A01-37-08', '2025-03-29 14:43:35', '2025-03-29 14:43:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230766257010000', 2, 1, 1, 'ASRS-1088', 'P2', 'A01-31-08', '2025-03-29 14:46:06', '2025-03-29 14:46:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230797530010000', 2, 2, 1, 'ASRS-0271', 'A03-31-04', '', '2025-03-29 14:46:38', '2025-03-29 14:46:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230839529010000', 2, 2, 1, 'ASRS-0350', 'A04-31-05', '', '2025-03-29 14:47:20', '2025-03-29 14:47:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230867529010000', 2, 2, 1, 'ASRS-0315', 'A01-34-06', '', '2025-03-29 14:47:48', '2025-03-29 14:47:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230867529010001', 2, 2, 1, 'ASRS-0332', 'A04-32-03', '', '2025-03-29 14:47:48', '2025-03-29 14:47:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230914529010000', 2, 2, 1, 'ASRS-0313', 'A02-36-08', '', '2025-03-29 14:48:35', '2025-03-29 14:48:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230935529010000', 2, 2, 1, 'ASRS-0520', 'A04-34-06', '', '2025-03-29 14:48:56', '2025-03-29 14:48:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230971529010000', 2, 2, 1, 'ASRS-0304', 'A02-42-02', '', '2025-03-29 14:49:32', '2025-03-29 14:49:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743230987529010000', 2, 2, 1, 'ASRS-0334', 'A04-31-08', '', '2025-03-29 14:49:48', '2025-03-29 14:49:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231005051010000', 2, 1, 1, 'ASRS-0315', 'P2', 'A01-34-06', '2025-03-29 14:50:05', '2025-03-29 14:50:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231024874010000', 2, 1, 1, 'ASRS-0332', 'P2', 'A03-31-04', '2025-03-29 14:50:25', '2025-03-29 14:50:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231031529010000', 2, 2, 1, 'ASRS-0388', 'A01-39-02', '', '2025-03-29 14:50:32', '2025-03-29 14:50:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231037531010000', 2, 2, 1, 'ASRS-1436', 'A04-37-03', '', '2025-03-29 14:50:38', '2025-03-29 14:50:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231057561010000', 2, 1, 1, 'ASRS-0313', 'P2', 'A02-36-08', '2025-03-29 14:50:58', '2025-03-29 14:50:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231077372010000', 2, 1, 1, 'ASRS-0520', 'P2', 'A04-32-03', '2025-03-29 14:51:17', '2025-03-29 14:51:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231081573010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A02-42-02', '2025-03-29 14:51:22', '2025-03-29 14:51:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231111268010000', 2, 1, 1, 'ASRS-0304', 'P2', 'A04-31-05', '2025-03-29 14:51:51', '2025-03-29 14:51:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231142529010000', 2, 2, 1, 'ASRS-1531', 'A03-35-04', '', '2025-03-29 14:52:23', '2025-03-29 14:52:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231142529010001', 2, 2, 1, 'ASRS-0386', 'A02-36-09', '', '2025-03-29 14:52:23', '2025-03-29 14:52:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231167671010000', 2, 1, 1, 'ASRS-0334', 'P2', 'A01-39-02', '2025-03-29 14:52:48', '2025-03-29 14:52:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231187154010000', 2, 1, 1, 'ASRS-0350', 'P2', 'A04-31-08', '2025-03-29 14:53:07', '2025-03-29 14:53:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231219873010000', 2, 1, 1, 'ASRS-1436', 'P2', 'A02-36-09', '2025-03-29 14:53:40', '2025-03-29 14:53:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231237530010000', 2, 2, 1, 'ASRS-0324', 'A01-41-04', '', '2025-03-29 14:53:58', '2025-03-29 14:53:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231237530010001', 2, 2, 1, 'ASRS-0305', 'A04-30-09', '', '2025-03-29 14:53:58', '2025-03-29 14:53:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231252859010000', 2, 1, 1, 'ASRS-0388', 'P2', 'A03-35-04', '2025-03-29 14:54:13', '2025-03-29 14:54:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231311529010000', 2, 2, 1, 'ASRS-0340', 'A03-33-08', '', '2025-03-29 14:55:12', '2025-03-29 14:55:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231327529010000', 2, 2, 1, 'ASRS-1032', 'A01-29-07', '', '2025-03-29 14:55:28', '2025-03-29 14:55:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231388476010000', 2, 1, 1, 'ASRS-0305', 'P2', 'A01-41-04', '2025-03-29 14:56:28', '2025-03-29 14:56:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231390530010000', 2, 2, 1, 'ASRS-1027', 'A04-29-10', '', '2025-03-29 14:56:31', '2025-03-29 14:56:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231406159010000', 2, 1, 1, 'ASRS-0324', 'P2', 'A04-30-09', '2025-03-29 14:56:46', '2025-03-29 14:56:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231408529010000', 2, 2, 1, 'ASRS-1529', 'A01-32-11', '', '2025-03-29 14:56:49', '2025-03-29 14:56:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231467361010000', 2, 1, 1, 'ASRS-0340', 'P2', 'A01-29-07', '2025-03-29 14:57:47', '2025-03-29 14:57:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231539080010000', 2, 1, 1, 'ASRS-1032', 'P2', 'A01-32-11', '2025-03-29 14:58:59', '2025-03-29 14:58:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231571160010000', 2, 1, 1, 'ASRS-1027', 'P2', 'A04-29-10', '2025-03-29 14:59:31', '2025-03-29 14:59:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231577529010000', 2, 2, 1, 'ASRS-0306', 'A03-39-03', '', '2025-03-29 14:59:38', '2025-03-29 14:59:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231577529010001', 2, 2, 1, 'ASRS-1902', 'A01-36-03', '', '2025-03-29 14:59:38', '2025-03-29 14:59:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231594288010000', 2, 1, 1, 'ASRS-1529', 'P2', 'A01-37-09', '2025-03-29 14:59:54', '2025-03-29 14:59:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231626530010000', 2, 2, 1, 'ASRS-0333', 'A03-32-08', '', '2025-03-29 15:00:27', '2025-03-29 15:00:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231645530010000', 2, 2, 1, 'ASRS-1221', 'A02-41-01', '', '2025-03-29 15:00:46', '2025-03-29 15:00:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231701529010000', 2, 2, 1, 'ASRS-1526', 'A03-37-03', '', '2025-03-29 15:01:42', '2025-03-29 15:01:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231703775010000', 2, 1, 1, 'ASRS-0306', 'P2', 'A01-36-03', '2025-03-29 15:01:44', '2025-03-29 15:01:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231728530010000', 2, 2, 1, 'ASRS-0528', 'A02-32-09', '', '2025-03-29 15:02:09', '2025-03-29 15:02:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231753285010000', 2, 1, 1, 'ASRS-1902', 'P2', 'A03-32-08', '2025-03-29 15:02:33', '2025-03-29 15:02:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231800975010000', 2, 1, 1, 'ASRS-0333', 'P2', 'A02-41-01', '2025-03-29 15:03:21', '2025-03-29 15:03:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231808530010000', 2, 2, 1, 'ASRS-0331', 'A02-37-08', '', '2025-03-29 15:03:29', '2025-03-29 15:03:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231855285010000', 2, 1, 1, 'ASRS-1221', 'P2', 'A03-37-03', '2025-03-29 15:04:15', '2025-03-29 15:04:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231869672010000', 2, 1, 1, 'ASRS-1526', 'P2', 'A02-32-09', '2025-03-29 15:04:30', '2025-03-29 15:04:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231932530010000', 2, 2, 1, 'ASRS-0519', 'A02-40-04', '', '2025-03-29 15:05:33', '2025-03-29 15:05:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231932960010000', 2, 1, 1, 'ASRS-0528', 'P2', 'A04-34-06', '2025-03-29 15:05:33', '2025-03-29 15:05:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231950664010000', 2, 1, 1, 'ASRS-0331', 'P2', 'A02-37-08', '2025-03-29 15:05:51', '2025-03-29 15:05:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743231983665010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-38-08', '2025-03-29 15:06:24', '2025-03-29 15:06:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232002530010000', 2, 2, 1, 'ASRS-1034', 'A01-34-11', '', '2025-03-29 15:06:43', '2025-03-29 15:06:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232090778010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A04-37-03', '2025-03-29 15:08:11', '2025-03-29 15:08:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232094982010000', 2, 1, 1, 'ASRS-0519', 'P2', 'A02-40-04', '2025-03-29 15:08:15', '2025-03-29 15:08:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232142529010000', 2, 2, 1, 'ASRS-0316', 'A03-38-04', '', '2025-03-29 15:09:03', '2025-03-29 15:09:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232142529010001', 2, 2, 1, 'ASRS-1031', 'A02-33-10', '', '2025-03-29 15:09:03', '2025-03-29 15:09:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232160961010000', 2, 1, 1, 'ASRS-1034', 'P2', 'A04-38-02', '2025-03-29 15:09:21', '2025-03-29 15:09:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232167530010000', 2, 2, 1, 'ASRS-0271', 'A02-42-02', '', '2025-03-29 15:09:28', '2025-03-29 15:09:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232167530010001', 2, 2, 1, 'ASRS-0350', 'A04-31-08', '', '2025-03-29 15:09:28', '2025-03-29 15:09:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232269530010000', 2, 2, 1, 'ASRS-0338', 'A01-42-03', '', '2025-03-29 15:11:10', '2025-03-29 15:11:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232270203010000', 2, 1, 1, 'ASRS-0316', 'P2', 'A02-33-10', '2025-03-29 15:11:10', '2025-03-29 15:11:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232355072010000', 2, 1, 1, 'ASRS-1031', 'P2', 'A04-31-08', '2025-03-29 15:12:35', '2025-03-29 15:12:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232402529010000', 2, 2, 1, 'ASRS-0337', 'A04-31-04', '', '2025-03-29 15:13:23', '2025-03-29 15:13:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232402529010001', 2, 2, 1, 'ASRS-0501', 'A01-36-09', '', '2025-03-29 15:13:23', '2025-03-29 15:13:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232418385010000', 2, 1, 1, 'ASRS-0338', 'P2', 'A02-42-02', '2025-03-29 15:13:38', '2025-03-29 15:13:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232467879010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A04-31-04', '2025-03-29 15:14:28', '2025-03-29 15:14:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232522529010000', 2, 2, 1, 'ASRS-1531', 'A01-38-08', '', '2025-03-29 15:15:23', '2025-03-29 15:15:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232522529010001', 2, 2, 1, 'ASRS-0386', 'A04-37-03', '', '2025-03-29 15:15:23', '2025-03-29 15:15:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232545278010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-34-11', '2025-03-29 15:15:45', '2025-03-29 15:15:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232577529010000', 2, 2, 1, 'ASRS-1524', 'A01-41-03', '', '2025-03-29 15:16:18', '2025-03-29 15:16:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232586663010000', 2, 1, 1, 'ASRS-0501', 'P2', 'A04-37-03', '2025-03-29 15:16:27', '2025-03-29 15:16:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232594467010000', 2, 1, 1, 'ASRS-0337', 'P2', 'A01-36-09', '2025-03-29 15:16:34', '2025-03-29 15:16:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232654530010000', 2, 2, 1, 'ASRS-0522', 'A01-37-08', '', '2025-03-29 15:17:35', '2025-03-29 15:17:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232716871010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-41-03', '2025-03-29 15:18:37', '2025-03-29 15:18:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232744785010000', 2, 1, 1, 'ASRS-1524', 'P2', 'A03-33-08', '2025-03-29 15:19:05', '2025-03-29 15:19:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232842289010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-37-08', '2025-03-29 15:20:42', '2025-03-29 15:20:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232842530010000', 2, 2, 1, 'ASRS-1088', 'A01-31-08', '', '2025-03-29 15:20:43', '2025-03-29 15:20:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232858501010000', 2, 1, 1, 'ASRS-0522', 'P2', 'A03-38-04', '2025-03-29 15:20:59', '2025-03-29 15:20:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743232994972010000', 2, 1, 1, 'ASRS-1088', 'P2', 'A01-31-08', '2025-03-29 15:23:15', '2025-03-29 15:23:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233032530010000', 2, 2, 1, 'ASRS-0271', 'A04-31-04', '', '2025-03-29 15:23:53', '2025-03-29 15:23:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233032530010001', 2, 2, 1, 'ASRS-0350', 'A01-34-11', '', '2025-03-29 15:23:53', '2025-03-29 15:23:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233152530010000', 2, 2, 1, 'ASRS-1531', 'A01-37-08', '', '2025-03-29 15:25:53', '2025-03-29 15:25:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233156672010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A01-34-11', '2025-03-29 15:25:57', '2025-03-29 15:25:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233175894010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-31-04', '2025-03-29 15:26:16', '2025-03-29 15:26:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233210529010000', 2, 2, 1, 'ASRS-0386', 'A01-41-03', '', '2025-03-29 15:26:51', '2025-03-29 15:26:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233306675010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-41-03', '2025-03-29 15:28:27', '2025-03-29 15:28:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743233369389010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-37-08', '2025-03-29 15:29:29', '2025-03-29 15:29:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743383837535010000', 2, 2, 1, 'ASRS-0271', 'A01-34-11', '', '2025-03-31 09:17:18', '2025-03-31 09:17:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743383837536010000', 2, 2, 1, 'ASRS-0350', 'A04-31-04', '', '2025-03-31 09:17:18', '2025-03-31 09:17:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384070283010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-34-11', '2025-03-31 09:21:10', '2025-03-31 09:21:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384122529010000', 2, 2, 1, 'ASRS-1531', 'A01-41-03', '', '2025-03-31 09:22:03', '2025-03-31 09:22:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384144954010000', 2, 1, 1, 'ASRS-0271', 'P3', 'A01-42-03', '2025-03-31 09:22:25', '2025-03-31 09:22:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384173529010000', 2, 2, 1, 'ASRS-0386', 'A01-37-08', '', '2025-03-31 09:22:54', '2025-03-31 09:22:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384376576010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-41-03', '2025-03-31 09:26:17', '2025-03-31 09:26:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384467530010000', 2, 2, 1, 'ASRS-0350', 'A01-34-11', '', '2025-03-31 09:27:48', '2025-03-31 09:27:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384468657010000', 2, 1, 1, 'ASRS-0386', 'P3', 'A01-37-08', '2025-03-31 09:27:49', '2025-03-31 09:27:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384787529010000', 2, 2, 1, 'ASRS-1531', 'A01-41-03', '', '2025-03-31 09:33:08', '2025-03-31 09:33:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384810973010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-34-11', '2025-03-31 09:33:31', '2025-03-31 09:33:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743384936664010000', 2, 1, 1, 'ASRS-1531', 'P3', 'A01-41-03', '2025-03-31 09:35:37', '2025-03-31 09:35:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395122529010000', 2, 2, 1, 'ASRS-0315', 'A01-34-06', '', '2025-03-31 12:25:23', '2025-03-31 12:25:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395122529010001', 2, 2, 1, 'ASRS-0332', 'A03-31-04', '', '2025-03-31 12:25:23', '2025-03-31 12:25:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395171529010000', 2, 2, 1, 'ASRS-0313', 'A02-36-08', '', '2025-03-31 12:26:12', '2025-03-31 12:26:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395173529010000', 2, 2, 1, 'ASRS-0304', 'A04-31-05', '', '2025-03-31 12:26:14', '2025-03-31 12:26:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395224529010000', 2, 2, 1, 'ASRS-0388', 'A03-35-04', '', '2025-03-31 12:27:05', '2025-03-31 12:27:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395228530010000', 2, 2, 1, 'ASRS-1900', 'A01-39-06', '', '2025-03-31 12:27:09', '2025-03-31 12:27:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395276530010000', 2, 2, 1, 'ASRS-0520', 'A04-32-03', '', '2025-03-31 12:27:57', '2025-03-31 12:27:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395281960010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-34-06', '2025-03-31 12:28:02', '2025-03-31 12:28:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395287530010000', 2, 2, 1, 'ASRS-0334', 'A01-39-02', '', '2025-03-31 12:28:08', '2025-03-31 12:28:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395313442010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-31-04', '2025-03-31 12:28:33', '2025-03-31 12:28:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395347643010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A01-39-02', '2025-03-31 12:29:08', '2025-03-31 12:29:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395382459010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A04-31-04', '2025-03-31 12:29:42', '2025-03-31 12:29:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395409743010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A02-36-08', '2025-03-31 12:30:10', '2025-03-31 12:30:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395430145010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A04-32-03', '2025-03-31 12:30:30', '2025-03-31 12:30:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395726560010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-39-06', '2025-03-31 12:35:27', '2025-03-31 12:35:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395752531010000', 2, 2, 1, 'ASRS-0350', 'A01-34-11', '', '2025-03-31 12:35:53', '2025-03-31 12:35:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395752531010001', 2, 2, 1, 'ASRS-0384', 'A03-29-06', '', '2025-03-31 12:35:53', '2025-03-31 12:35:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395774582010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-31-05', '2025-03-31 12:36:15', '2025-03-31 12:36:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395796531010000', 2, 2, 1, 'ASRS-1027', 'A04-29-10', '', '2025-03-31 12:36:37', '2025-03-31 12:36:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395835532010000', 2, 2, 1, 'ASRS-1436', 'A02-36-09', '', '2025-03-31 12:37:16', '2025-03-31 12:37:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395911660010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A01-34-11', '2025-03-31 12:38:32', '2025-03-31 12:38:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395944655010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-29-06', '2025-03-31 12:39:05', '2025-03-31 12:39:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743395983037010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-36-09', '2025-03-31 12:39:43', '2025-03-31 12:39:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396032530010000', 2, 2, 1, 'ASRS-0324', 'A04-30-09', '', '2025-03-31 12:40:33', '2025-03-31 12:40:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396032530010001', 2, 2, 1, 'ASRS-0305', 'A01-41-04', '', '2025-03-31 12:40:33', '2025-03-31 12:40:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396055972010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A01-38-08', '2025-03-31 12:40:56', '2025-03-31 12:40:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396076530010000', 2, 2, 1, 'ASRS-1245', 'A04-39-01', '', '2025-03-31 12:41:17', '2025-03-31 12:41:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396093530010000', 2, 2, 1, 'ASRS-0340', 'A01-29-07', '', '2025-03-31 12:41:34', '2025-03-31 12:41:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396161558010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A01-41-04', '2025-03-31 12:42:42', '2025-03-31 12:42:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396175528010000', 2, 2, 1, 'ASRS-0336', 'A01-42-02', '', '2025-03-31 12:42:56', '2025-03-31 12:42:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396183458010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A03-35-04', '2025-03-31 12:43:03', '2025-03-31 12:43:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396231456010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A01-29-07', '2025-03-31 12:43:51', '2025-03-31 12:43:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396260530010000', 2, 2, 1, 'ASRS-1027', 'A02-36-09', '', '2025-03-31 12:44:21', '2025-03-31 12:44:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396260590010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-29-10', '2025-03-31 12:44:21', '2025-03-31 12:44:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396341535010000', 2, 2, 1, 'ASRS-1529', 'A01-37-09', '', '2025-03-31 12:45:42', '2025-03-31 12:45:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396374542010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A01-42-02', '2025-03-31 12:46:15', '2025-03-31 12:46:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396399534010000', 2, 2, 1, 'ASRS-0331', 'A02-37-08', '', '2025-03-31 12:46:40', '2025-03-31 12:46:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396432442010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-30-09', '2025-03-31 12:47:12', '2025-03-31 12:47:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396508046010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A02-36-09', '2025-03-31 12:48:28', '2025-03-31 12:48:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396547529010000', 2, 2, 1, 'ASRS-0318', 'A03-31-06', '', '2025-03-31 12:49:08', '2025-03-31 12:49:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396547529010001', 2, 2, 1, 'ASRS-1268', 'A02-32-11', '', '2025-03-31 12:49:08', '2025-03-31 12:49:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396568679010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A02-37-08', '2025-03-31 12:49:29', '2025-03-31 12:49:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396591535010000', 2, 2, 1, 'ASRS-0383', 'A03-34-08', '', '2025-03-31 12:49:52', '2025-03-31 12:49:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396690443010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A02-32-11', '2025-03-31 12:51:30', '2025-03-31 12:51:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396757077010000', 2, 1, 1, 'ASRS-1268', 'P3', 'A01-37-09', '2025-03-31 12:52:37', '2025-03-31 12:52:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396767536010000', 2, 2, 1, 'ASRS-0317', 'A01-35-04', '', '2025-03-31 12:52:48', '2025-03-31 12:52:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396767536010001', 2, 2, 1, 'ASRS-1902', 'A03-32-08', '', '2025-03-31 12:52:48', '2025-03-31 12:52:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396790962010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A03-31-06', '2025-03-31 12:53:11', '2025-03-31 12:53:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396815530010000', 2, 2, 1, 'ASRS-0519', 'A02-40-04', '', '2025-03-31 12:53:36', '2025-03-31 12:53:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396818530010000', 2, 2, 1, 'ASRS-1221', 'A03-37-03', '', '2025-03-31 12:53:39', '2025-03-31 12:53:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396899534010000', 2, 2, 1, 'ASRS-0528', 'A04-34-06', '', '2025-03-31 12:55:00', '2025-03-31 12:55:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396951535010000', 2, 2, 1, 'ASRS-0527', 'A04-38-01', '', '2025-03-31 12:55:52', '2025-03-31 12:55:53', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396954458010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A01-35-04', '2025-03-31 12:55:54', '2025-03-31 12:55:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743396973649010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A03-32-08', '2025-03-31 12:56:14', '2025-03-31 12:56:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397004534010000', 2, 2, 1, 'ASRS-1034', 'A04-38-02', '', '2025-03-31 12:56:45', '2025-03-31 12:56:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397028255010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A02-40-04', '2025-03-31 12:57:08', '2025-03-31 12:57:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397051059010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A04-38-01', '2025-03-31 12:57:31', '2025-03-31 12:57:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397164149010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A01-39-08', '2025-03-31 12:59:24', '2025-03-31 12:59:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397237530010000', 2, 2, 1, 'ASRS-0306', 'A01-36-03', '', '2025-03-31 13:00:38', '2025-03-31 13:00:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397258948010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A01-40-07', '2025-03-31 13:00:59', '2025-03-31 13:00:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397284534010000', 2, 2, 1, 'ASRS-0316', 'A02-33-10', '', '2025-03-31 13:01:25', '2025-03-31 13:01:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397305161010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A03-37-03', '2025-03-31 13:01:45', '2025-03-31 13:01:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397337284010000', 2, 1, 1, 'ASRS-0364', 'P3', 'A01-36-03', '2025-03-31 13:02:17', '2025-03-31 13:02:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397368530010000', 2, 2, 1, 'ASRS-0338', 'A02-42-02', '', '2025-03-31 13:02:49', '2025-03-31 13:02:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397539458010000', 2, 1, 1, 'ASRS-0303', 'P2', 'A02-33-10', '2025-03-31 13:05:39', '2025-03-31 13:05:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397778289010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A02-42-02', '2025-03-31 13:09:38', '2025-03-31 13:09:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397807375010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A04-34-06', '2025-03-31 13:10:07', '2025-03-31 13:10:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397812529010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-03-31 13:10:13', '2025-03-31 13:10:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397834363010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-41-06', '2025-03-31 13:10:34', '2025-03-31 13:10:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743397987529010000', 2, 2, 1, 'ASRS-1031', 'A04-31-08', '', '2025-03-31 13:13:08', '2025-03-31 13:13:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398006557010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A02-33-10', '2025-03-31 13:13:27', '2025-03-31 13:13:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398122529010000', 2, 2, 1, 'ASRS-1683', 'A01-35-10', '', '2025-03-31 13:15:23', '2025-03-31 13:15:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398143362010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-42-05', '2025-03-31 13:15:43', '2025-03-31 13:15:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398271182010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A01-35-10', '2025-03-31 13:17:51', '2025-03-31 13:17:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398482530010000', 2, 2, 1, 'ASRS-0315', 'A03-31-04', '', '2025-03-31 13:21:23', '2025-03-31 13:21:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398482530010001', 2, 2, 1, 'ASRS-0332', 'A01-34-06', '', '2025-03-31 13:21:23', '2025-03-31 13:21:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398528530010000', 2, 2, 1, 'ASRS-0304', 'A01-39-02', '', '2025-03-31 13:22:09', '2025-03-31 13:22:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398532530010000', 2, 2, 1, 'ASRS-0313', 'A04-31-04', '', '2025-03-31 13:22:13', '2025-03-31 13:22:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398582535010000', 2, 2, 1, 'ASRS-1900', 'A04-32-03', '', '2025-03-31 13:23:03', '2025-03-31 13:23:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398587535010000', 2, 2, 1, 'ASRS-0388', 'A02-36-08', '', '2025-03-31 13:23:08', '2025-03-31 13:23:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398606583010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-34-06', '2025-03-31 13:23:27', '2025-03-31 13:23:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398633530010000', 2, 2, 1, 'ASRS-0334', 'A04-31-05', '', '2025-03-31 13:23:54', '2025-03-31 13:23:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398642575010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-31-04', '2025-03-31 13:24:03', '2025-03-31 13:24:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398644530010000', 2, 2, 1, 'ASRS-0520', 'A01-39-06', '', '2025-03-31 13:24:05', '2025-03-31 13:24:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398662074010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A01-39-02', '2025-03-31 13:24:22', '2025-03-31 13:24:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398672584010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A04-31-04', '2025-03-31 13:24:33', '2025-03-31 13:24:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398722382010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A02-36-08', '2025-03-31 13:25:22', '2025-03-31 13:25:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398738866010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A04-32-03', '2025-03-31 13:25:39', '2025-03-31 13:25:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398807535010000', 2, 2, 1, 'ASRS-0350', 'A03-29-06', '', '2025-03-31 13:26:48', '2025-03-31 13:26:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398807535010001', 2, 2, 1, 'ASRS-0384', 'A01-34-11', '', '2025-03-31 13:26:48', '2025-03-31 13:26:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398817485010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A01-39-06', '2025-03-31 13:26:57', '2025-03-31 13:26:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398831286010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A04-31-05', '2025-03-31 13:27:11', '2025-03-31 13:27:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398851530010000', 2, 2, 1, 'ASRS-1027', 'A04-30-09', '', '2025-03-31 13:27:32', '2025-03-31 13:27:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398858535010000', 2, 2, 1, 'ASRS-1436', 'A01-38-08', '', '2025-03-31 13:27:39', '2025-03-31 13:27:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398967769010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-34-11', '2025-03-31 13:29:28', '2025-03-31 13:29:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743398993581010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A03-29-06', '2025-03-31 13:29:54', '2025-03-31 13:29:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399013087010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-38-08', '2025-03-31 13:30:13', '2025-03-31 13:30:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399022535010000', 2, 2, 1, 'ASRS-0324', 'A01-41-04', '', '2025-03-31 13:30:23', '2025-03-31 13:30:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399022535010001', 2, 2, 1, 'ASRS-0305', 'A03-35-04', '', '2025-03-31 13:30:23', '2025-03-31 13:30:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399045491010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A04-30-09', '2025-03-31 13:30:45', '2025-03-31 13:30:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399072529010000', 2, 2, 1, 'ASRS-1245', 'A01-29-07', '', '2025-03-31 13:31:13', '2025-03-31 13:31:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399083530010000', 2, 2, 1, 'ASRS-0340', 'A04-29-10', '', '2025-03-31 13:31:24', '2025-03-31 13:31:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399146571010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A01-41-04', '2025-03-31 13:32:27', '2025-03-31 13:32:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399156530010000', 2, 2, 1, 'ASRS-0336', 'A01-42-02', '', '2025-03-31 13:32:37', '2025-03-31 13:32:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399163087010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A03-35-04', '2025-03-31 13:32:43', '2025-03-31 13:32:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399215530010000', 2, 2, 1, 'ASRS-1027', 'A01-38-08', '', '2025-03-31 13:33:36', '2025-03-31 13:33:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399230871010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-29-10', '2025-03-31 13:33:51', '2025-03-31 13:33:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399298530010000', 2, 2, 1, 'ASRS-1529', 'A02-36-09', '', '2025-03-31 13:34:59', '2025-03-31 13:35:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399338568010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A01-29-07', '2025-03-31 13:35:39', '2025-03-31 13:35:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399353896010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A04-31-08', '2025-03-31 13:35:54', '2025-03-31 13:35:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399355530010000', 2, 2, 1, 'ASRS-0331', 'A02-37-08', '', '2025-03-31 13:35:56', '2025-03-31 13:35:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399375475010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-42-02', '2025-03-31 13:36:15', '2025-03-31 13:36:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399440887010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A04-38-02', '2025-03-31 13:37:21', '2025-03-31 13:37:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399492535010000', 2, 2, 1, 'ASRS-0318', 'A02-32-11', '', '2025-03-31 13:38:13', '2025-03-31 13:38:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399492535010001', 2, 2, 1, 'ASRS-0383', 'A03-31-06', '', '2025-03-31 13:38:13', '2025-03-31 13:38:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399515274010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A02-36-09', '2025-03-31 13:38:35', '2025-03-31 13:38:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399541529010000', 2, 2, 1, 'ASRS-1268', 'A01-37-09', '', '2025-03-31 13:39:02', '2025-03-31 13:39:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399541530010000', 2, 2, 1, 'ASRS-0329', 'A03-37-03', '', '2025-03-31 13:39:02', '2025-03-31 13:39:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399617574010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A02-32-11', '2025-03-31 13:40:18', '2025-03-31 13:40:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399626575010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A03-31-06', '2025-03-31 13:40:27', '2025-03-31 13:40:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399682535010000', 2, 2, 1, 'ASRS-0317', 'A03-32-08', '', '2025-03-31 13:41:23', '2025-03-31 13:41:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399682535010001', 2, 2, 1, 'ASRS-1902', 'A01-35-04', '', '2025-03-31 13:41:23', '2025-03-31 13:41:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399706076010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A02-37-08', '2025-03-31 13:41:46', '2025-03-31 13:41:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399726535010000', 2, 2, 1, 'ASRS-0519', 'A04-38-01', '', '2025-03-31 13:42:07', '2025-03-31 13:42:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399730529010000', 2, 2, 1, 'ASRS-1221', 'A02-40-04', '', '2025-03-31 13:42:11', '2025-03-31 13:42:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399750163010000', 2, 1, 1, 'ASRS-1268', 'P3', 'A03-32-08', '2025-03-31 13:42:30', '2025-03-31 13:42:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399813531010000', 2, 2, 1, 'ASRS-0527', 'A01-39-08', '', '2025-03-31 13:43:34', '2025-03-31 13:43:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399825774010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A01-35-04', '2025-03-31 13:43:46', '2025-03-31 13:43:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399844999010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A04-38-01', '2025-03-31 13:44:05', '2025-03-31 13:44:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399871530010000', 2, 2, 1, 'ASRS-1034', 'A01-40-07', '', '2025-03-31 13:44:32', '2025-03-31 13:44:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399871686010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A02-40-04', '2025-03-31 13:44:32', '2025-03-31 13:44:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399894762010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A03-37-03', '2025-03-31 13:44:55', '2025-03-31 13:44:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399953530010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-03-31 13:45:54', '2025-03-31 13:45:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743399953879010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A04-39-01', '2025-03-31 13:45:54', '2025-03-31 13:45:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400027669010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A01-37-09', '2025-03-31 13:47:08', '2025-03-31 13:47:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400097530010000', 2, 2, 1, 'ASRS-0306', 'A02-42-02', '', '2025-03-31 13:48:18', '2025-03-31 13:48:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400097530010001', 2, 2, 1, 'ASRS-0316', 'A04-34-06', '', '2025-03-31 13:48:18', '2025-03-31 13:48:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400120962010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A02-33-10', '2025-03-31 13:48:41', '2025-03-31 13:48:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400147530010000', 2, 2, 1, 'ASRS-0338', 'A01-41-06', '', '2025-03-31 13:49:08', '2025-03-31 13:49:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400232291010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A02-42-02', '2025-03-31 13:50:32', '2025-03-31 13:50:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400246378010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A04-34-06', '2025-03-31 13:50:46', '2025-03-31 13:50:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400297535010000', 2, 2, 1, 'ASRS-1031', 'A01-42-05', '', '2025-03-31 13:51:38', '2025-03-31 13:51:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400321059010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-38-08', '2025-03-31 13:52:01', '2025-03-31 13:52:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400407535010000', 2, 2, 1, 'ASRS-1683', 'A01-35-10', '', '2025-03-31 13:53:28', '2025-03-31 13:53:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400428758010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-39-08', '2025-03-31 13:53:49', '2025-03-31 13:53:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400541560010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A01-35-10', '2025-03-31 13:55:42', '2025-03-31 13:55:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400602533010000', 2, 2, 1, 'ASRS-0315', 'A03-31-04', '', '2025-03-31 13:56:43', '2025-03-31 13:56:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400602533010001', 2, 2, 1, 'ASRS-0332', 'A01-34-06', '', '2025-03-31 13:56:43', '2025-03-31 13:56:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400646535010000', 2, 2, 1, 'ASRS-0304', 'A04-31-04', '', '2025-03-31 13:57:27', '2025-03-31 13:57:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400648530010000', 2, 2, 1, 'ASRS-0313', 'A01-39-02', '', '2025-03-31 13:57:29', '2025-03-31 13:57:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400697535010000', 2, 2, 1, 'ASRS-0388', 'A04-32-03', '', '2025-03-31 13:58:18', '2025-03-31 13:58:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400707530010000', 2, 2, 1, 'ASRS-1900', 'A02-36-08', '', '2025-03-31 13:58:28', '2025-03-31 13:58:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400742583010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-34-06', '2025-03-31 13:59:03', '2025-03-31 13:59:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400748535010000', 2, 2, 1, 'ASRS-0520', 'A04-31-05', '', '2025-03-31 13:59:09', '2025-03-31 13:59:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400757280010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A03-31-04', '2025-03-31 13:59:17', '2025-03-31 13:59:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400763530010000', 2, 2, 1, 'ASRS-0334', 'A01-39-06', '', '2025-03-31 13:59:24', '2025-03-31 13:59:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400774075010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A01-39-02', '2025-03-31 13:59:34', '2025-03-31 13:59:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400789980010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A04-31-04', '2025-03-31 13:59:50', '2025-03-31 13:59:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400820564010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A02-36-08', '2025-03-31 14:00:21', '2025-03-31 14:00:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400842811010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A04-32-03', '2025-03-31 14:00:43', '2025-03-31 14:00:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400869461010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-39-06', '2025-03-31 14:01:09', '2025-03-31 14:01:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400907535010000', 2, 2, 1, 'ASRS-0350', 'A01-34-11', '', '2025-03-31 14:01:48', '2025-03-31 14:01:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400907535010001', 2, 2, 1, 'ASRS-0384', 'A03-29-06', '', '2025-03-31 14:01:48', '2025-03-31 14:01:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400930983010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-31-05', '2025-03-31 14:02:11', '2025-03-31 14:02:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400965530010000', 2, 2, 1, 'ASRS-1436', 'A04-30-09', '', '2025-03-31 14:02:46', '2025-03-31 14:02:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743400979529010000', 2, 2, 1, 'ASRS-1027', 'A01-42-02', '', '2025-03-31 14:03:00', '2025-03-31 14:03:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401046778010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A01-34-11', '2025-03-31 14:04:07', '2025-03-31 14:04:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401067481010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A03-29-06', '2025-03-31 14:04:27', '2025-03-31 14:04:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401136183010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A01-42-02', '2025-03-31 14:05:36', '2025-03-31 14:05:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401137529010000', 2, 2, 1, 'ASRS-0324', 'A01-41-04', '', '2025-03-31 14:05:38', '2025-03-31 14:05:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401137529010001', 2, 2, 1, 'ASRS-0305', 'A03-35-04', '', '2025-03-31 14:05:38', '2025-03-31 14:05:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401159867010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-30-09', '2025-03-31 14:06:00', '2025-03-31 14:06:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401183528010000', 2, 2, 1, 'ASRS-0340', 'A04-29-10', '', '2025-03-31 14:06:24', '2025-03-31 14:06:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401187529010000', 2, 2, 1, 'ASRS-1245', 'A01-29-07', '', '2025-03-31 14:06:28', '2025-03-31 14:06:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401258535010000', 2, 2, 1, 'ASRS-0336', 'A04-31-08', '', '2025-03-31 14:07:39', '2025-03-31 14:07:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401272535010000', 2, 2, 1, 'ASRS-0331', 'A02-36-09', '', '2025-03-31 14:07:53', '2025-03-31 14:07:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401287381010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A01-29-07', '2025-03-31 14:08:07', '2025-03-31 14:08:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401301764010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A03-35-04', '2025-03-31 14:08:22', '2025-03-31 14:08:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401309534010000', 2, 2, 1, 'ASRS-1027', 'A04-30-09', '', '2025-03-31 14:08:30', '2025-03-31 14:08:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401328783010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A01-41-04', '2025-03-31 14:08:49', '2025-03-31 14:08:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401344967010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A04-29-10', '2025-03-31 14:09:05', '2025-03-31 14:09:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401386077010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A02-36-09', '2025-03-31 14:09:46', '2025-03-31 14:09:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401392529010000', 2, 2, 1, 'ASRS-1529', 'A04-38-02', '', '2025-03-31 14:09:53', '2025-03-31 14:09:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401458966010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A04-30-09', '2025-03-31 14:10:59', '2025-03-31 14:10:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401481182010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-40-07', '2025-03-31 14:11:21', '2025-03-31 14:11:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401537530010000', 2, 2, 1, 'ASRS-0318', 'A03-31-06', '', '2025-03-31 14:12:18', '2025-03-31 14:12:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401537530010001', 2, 2, 1, 'ASRS-0383', 'A02-32-11', '', '2025-03-31 14:12:18', '2025-03-31 14:12:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401560366010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-41-06', '2025-03-31 14:12:40', '2025-03-31 14:12:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401581530010000', 2, 2, 1, 'ASRS-1268', 'A03-32-08', '', '2025-03-31 14:13:02', '2025-03-31 14:13:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401592535010000', 2, 2, 1, 'ASRS-0329', 'A02-37-08', '', '2025-03-31 14:13:13', '2025-03-31 14:13:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401656972010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A02-32-11', '2025-03-31 14:14:17', '2025-03-31 14:14:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401674092010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A03-31-06', '2025-03-31 14:14:34', '2025-03-31 14:14:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401767528010000', 2, 2, 1, 'ASRS-0364', 'A01-36-03', '', '2025-03-31 14:16:08', '2025-03-31 14:16:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401790510010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A02-37-08', '2025-03-31 14:16:31', '2025-03-31 14:16:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401807882010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A04-31-08', '2025-03-31 14:16:48', '2025-03-31 14:16:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401872529010000', 2, 2, 1, 'ASRS-0317', 'A01-35-04', '', '2025-03-31 14:17:53', '2025-03-31 14:17:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401872529010001', 2, 2, 1, 'ASRS-1902', 'A04-38-01', '', '2025-03-31 14:17:53', '2025-03-31 14:17:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401891590010000', 2, 1, 1, 'ASRS-0364', 'P3', 'A01-36-03', '2025-03-31 14:18:12', '2025-03-31 14:18:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401919534010000', 2, 2, 1, 'ASRS-1034', 'A01-37-09', '', '2025-03-31 14:18:40', '2025-03-31 14:18:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401921536010000', 2, 2, 1, 'ASRS-1221', 'A03-37-03', '', '2025-03-31 14:18:42', '2025-03-31 14:18:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401974534010000', 2, 2, 1, 'ASRS-0527', 'A04-39-01', '', '2025-03-31 14:19:35', '2025-03-31 14:19:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401997195010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A01-35-04', '2025-03-31 14:19:57', '2025-03-31 14:19:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743401999529010000', 2, 2, 1, 'ASRS-0519', 'A02-40-04', '', '2025-03-31 14:20:00', '2025-03-31 14:20:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402020606010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A04-38-01', '2025-03-31 14:20:21', '2025-03-31 14:20:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402050315010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A01-37-09', '2025-03-31 14:20:50', '2025-03-31 14:20:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402058528010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-03-31 14:20:59', '2025-03-31 14:21:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402081489010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A03-32-08', '2025-03-31 14:21:21', '2025-03-31 14:21:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402103988010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A02-40-04', '2025-03-31 14:21:44', '2025-03-31 14:21:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402134314010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A03-37-03', '2025-03-31 14:22:14', '2025-03-31 14:22:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402252536010000', 2, 2, 1, 'ASRS-0306', 'A04-34-06', '', '2025-03-31 14:24:13', '2025-03-31 14:24:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402252536010001', 2, 2, 1, 'ASRS-0316', 'A02-42-02', '', '2025-03-31 14:24:13', '2025-03-31 14:24:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402275590010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A02-33-10', '2025-03-31 14:24:36', '2025-03-31 14:24:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402300529010000', 2, 2, 1, 'ASRS-0338', 'A01-38-08', '', '2025-03-31 14:25:01', '2025-03-31 14:25:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402379708010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A02-42-02', '2025-03-31 14:26:20', '2025-03-31 14:26:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402393495010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A04-34-06', '2025-03-31 14:26:33', '2025-03-31 14:26:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402447530010000', 2, 2, 1, 'ASRS-1031', 'A01-39-08', '', '2025-03-31 14:27:28', '2025-03-31 14:27:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402471195010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-38-08', '2025-03-31 14:27:51', '2025-03-31 14:27:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402622533010000', 2, 2, 1, 'ASRS-1683', 'A01-35-10', '', '2025-03-31 14:30:23', '2025-03-31 14:30:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402644915010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-39-08', '2025-03-31 14:30:45', '2025-03-31 14:30:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402741193010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A01-35-10', '2025-03-31 14:32:21', '2025-03-31 14:32:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402757535010000', 2, 2, 1, 'ASRS-0315', 'A01-34-06', '', '2025-03-31 14:32:38', '2025-03-31 14:32:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402757535010001', 2, 2, 1, 'ASRS-0332', 'A03-31-04', '', '2025-03-31 14:32:38', '2025-03-31 14:32:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402801530010000', 2, 2, 1, 'ASRS-0313', 'A04-31-04', '', '2025-03-31 14:33:22', '2025-03-31 14:33:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402849529010000', 2, 2, 1, 'ASRS-0304', 'A01-39-02', '', '2025-03-31 14:34:10', '2025-03-31 14:34:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402851535010000', 2, 2, 1, 'ASRS-0334', 'A04-31-05', '', '2025-03-31 14:34:12', '2025-03-31 14:34:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402869910010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-34-06', '2025-03-31 14:34:30', '2025-03-31 14:34:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402907536010000', 2, 2, 1, 'ASRS-0520', 'A01-39-06', '', '2025-03-31 14:35:08', '2025-03-31 14:35:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402928392010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A03-31-04', '2025-03-31 14:35:28', '2025-03-31 14:35:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402951508010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-39-02', '2025-03-31 14:35:52', '2025-03-31 14:35:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743402977017010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A04-31-04', '2025-03-31 14:36:17', '2025-03-31 14:36:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403029809010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A01-39-06', '2025-03-31 14:37:10', '2025-03-31 14:37:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403077535010000', 2, 2, 1, 'ASRS-0388', 'A02-36-08', '', '2025-03-31 14:37:58', '2025-03-31 14:37:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403077535010001', 2, 2, 1, 'ASRS-0350', 'A03-29-06', '', '2025-03-31 14:37:58', '2025-03-31 14:37:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403098210010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-42-05', '2025-03-31 14:38:18', '2025-03-31 14:38:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403120529010000', 2, 2, 1, 'ASRS-0334', 'A04-31-04', '', '2025-03-31 14:38:41', '2025-03-31 14:38:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403139529010000', 2, 2, 1, 'ASRS-1436', 'A01-42-02', '', '2025-03-31 14:39:00', '2025-03-31 14:39:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403459417010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-42-02', '2025-03-31 14:44:19', '2025-03-31 14:44:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403478604010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A03-29-06', '2025-03-31 14:44:39', '2025-03-31 14:44:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403487535010000', 2, 2, 1, 'ASRS-0305', 'A01-29-07', '', '2025-03-31 14:44:48', '2025-03-31 14:44:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403492399010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-36-08', '2025-03-31 14:44:52', '2025-03-31 14:44:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403509509010000', 2, 1, 1, 'ASRS-1436', 'P3', 'A04-31-04', '2025-03-31 14:45:10', '2025-03-31 14:45:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403560528010000', 2, 2, 1, 'ASRS-0340', 'A01-41-04', '', '2025-03-31 14:46:01', '2025-03-31 14:46:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403642535010000', 2, 2, 1, 'ASRS-1027', 'A01-40-07', '', '2025-03-31 14:47:23', '2025-03-31 14:47:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403700931010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A01-29-07', '2025-03-31 14:48:21', '2025-03-31 14:48:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403701529010000', 2, 2, 1, 'ASRS-1032', 'A01-32-11', '', '2025-03-31 14:48:22', '2025-03-31 14:48:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403726402010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-31-05', '2025-03-31 14:48:46', '2025-03-31 14:48:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403779498010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-32-11', '2025-03-31 14:49:39', '2025-03-31 14:49:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403812530010000', 2, 2, 1, 'ASRS-0324', 'A03-35-04', '', '2025-03-31 14:50:13', '2025-03-31 14:50:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403812530010001', 2, 2, 1, 'ASRS-0333', 'A02-41-01', '', '2025-03-31 14:50:13', '2025-03-31 14:50:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403835299010000', 2, 1, 1, 'ASRS-1032', 'P3', 'A04-38-02', '2025-03-31 14:50:35', '2025-03-31 14:50:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403857530010000', 2, 2, 1, 'ASRS-0331', 'A04-30-09', '', '2025-03-31 14:50:58', '2025-03-31 14:50:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403888530010000', 2, 2, 1, 'ASRS-1902', 'A01-35-04', '', '2025-03-31 14:51:29', '2025-03-31 14:51:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403936425010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A02-41-01', '2025-03-31 14:52:16', '2025-03-31 14:52:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403944534010000', 2, 2, 1, 'ASRS-1526', 'A02-32-09', '', '2025-03-31 14:52:25', '2025-03-31 14:52:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403969108010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A03-35-04', '2025-03-31 14:52:49', '2025-03-31 14:52:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743403998530010000', 2, 2, 1, 'ASRS-1027', 'A01-32-11', '', '2025-03-31 14:53:19', '2025-03-31 14:53:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404006921010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A01-35-04', '2025-03-31 14:53:27', '2025-03-31 14:53:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404020718010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A04-30-09', '2025-03-31 14:53:41', '2025-03-31 14:53:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404079532010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A04-39-01', '2025-03-31 14:54:40', '2025-03-31 14:54:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404083535010000', 2, 2, 1, 'ASRS-1529', 'A01-41-06', '', '2025-03-31 14:54:44', '2025-03-31 14:54:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404154505010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-32-09', '2025-03-31 14:55:55', '2025-03-31 14:55:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404166529010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-03-31 14:56:07', '2025-03-31 14:56:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404253223010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-32-11', '2025-03-31 14:57:33', '2025-03-31 14:57:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404307529010000', 2, 2, 1, 'ASRS-0306', 'A02-42-02', '', '2025-03-31 14:58:28', '2025-03-31 14:58:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404307529010001', 2, 2, 1, 'ASRS-0316', 'A04-34-06', '', '2025-03-31 14:58:28', '2025-03-31 14:58:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404358529010000', 2, 2, 1, 'ASRS-1221', 'A01-37-09', '', '2025-03-31 14:59:19', '2025-03-31 14:59:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404372320010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A02-33-10', '2025-03-31 14:59:32', '2025-03-31 14:59:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404415530010000', 2, 2, 1, 'ASRS-0338', 'A01-38-08', '', '2025-03-31 15:00:16', '2025-03-31 15:00:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404426608010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A04-34-06', '2025-03-31 15:00:27', '2025-03-31 15:00:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404437419010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A02-42-02', '2025-03-31 15:00:37', '2025-03-31 15:00:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404503108010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A03-34-08', '2025-03-31 15:01:43', '2025-03-31 15:01:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404547530010000', 2, 2, 1, 'ASRS-1034', 'A03-32-08', '', '2025-03-31 15:02:28', '2025-03-31 15:02:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404570013010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-41-04', '2025-03-31 15:02:50', '2025-03-31 15:02:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404600530010000', 2, 2, 1, 'ASRS-0519', 'A03-37-03', '', '2025-03-31 15:03:21', '2025-03-31 15:03:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404673209010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A01-37-09', '2025-03-31 15:04:33', '2025-03-31 15:04:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404812530010000', 2, 2, 1, 'ASRS-0318', 'A02-32-11', '', '2025-03-31 15:06:53', '2025-03-31 15:06:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404834323010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A01-38-08', '2025-03-31 15:07:14', '2025-03-31 15:07:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743404860530010000', 2, 2, 1, 'ASRS-1031', 'A01-39-08', '', '2025-03-31 15:07:41', '2025-03-31 15:07:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405072530010000', 2, 2, 1, 'ASRS-1524', 'A03-33-08', '', '2025-03-31 15:11:13', '2025-03-31 15:11:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405072530010001', 2, 2, 1, 'ASRS-0337', 'A01-36-09', '', '2025-03-31 15:11:13', '2025-03-31 15:11:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405076136010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A02-32-11', '2025-03-31 15:11:16', '2025-03-31 15:11:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405095332010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A03-32-08', '2025-03-31 15:11:35', '2025-03-31 15:11:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405202529010000', 2, 2, 1, 'ASRS-0522', 'A03-38-04', '', '2025-03-31 15:13:23', '2025-03-31 15:13:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405202529010001', 2, 2, 1, 'ASRS-1088', 'A01-31-08', '', '2025-03-31 15:13:23', '2025-03-31 15:13:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405206314010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A01-36-09', '2025-03-31 15:13:26', '2025-03-31 15:13:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405225533010000', 2, 1, 1, 'ASRS-0337', 'P3', 'A03-37-03', '2025-03-31 15:13:46', '2025-03-31 15:13:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405351844010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A01-31-08', '2025-03-31 15:15:52', '2025-03-31 15:15:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405380340010000', 2, 1, 1, 'ASRS-1088', 'P3', 'A03-33-08', '2025-03-31 15:16:20', '2025-03-31 15:16:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405467535010000', 2, 2, 1, 'ASRS-0315', 'A01-39-02', '', '2025-03-31 15:17:48', '2025-03-31 15:17:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405467535010001', 2, 2, 1, 'ASRS-0313', 'A03-31-04', '', '2025-03-31 15:17:48', '2025-03-31 15:17:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405512530010000', 2, 2, 1, 'ASRS-0388', 'A03-29-06', '', '2025-03-31 15:18:33', '2025-03-31 15:18:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405518530010000', 2, 2, 1, 'ASRS-0332', 'A01-34-06', '', '2025-03-31 15:18:39', '2025-03-31 15:18:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405562530010000', 2, 2, 1, 'ASRS-1900', 'A04-32-03', '', '2025-03-31 15:19:23', '2025-03-31 15:19:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405574530010000', 2, 2, 1, 'ASRS-0304', 'A01-39-06', '', '2025-03-31 15:19:35', '2025-03-31 15:19:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405590638010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A01-34-06', '2025-03-31 15:19:51', '2025-03-31 15:19:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405616438010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-29-06', '2025-03-31 15:20:16', '2025-03-31 15:20:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405632535010000', 2, 2, 1, 'ASRS-0520', 'A01-42-05', '', '2025-03-31 15:20:33', '2025-03-31 15:20:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405642218010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A01-39-02', '2025-03-31 15:20:42', '2025-03-31 15:20:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405663532010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A03-31-04', '2025-03-31 15:21:04', '2025-03-31 15:21:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405688420010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A01-39-06', '2025-03-31 15:21:28', '2025-03-31 15:21:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405717529010000', 2, 2, 1, 'ASRS-0334', 'A02-36-08', '', '2025-03-31 15:21:58', '2025-03-31 15:21:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405788627010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A04-32-03', '2025-03-31 15:23:09', '2025-03-31 15:23:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405803048010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A02-36-08', '2025-03-31 15:23:23', '2025-03-31 15:23:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405877535010000', 2, 2, 1, 'ASRS-0350', 'A01-42-02', '', '2025-03-31 15:24:38', '2025-03-31 15:24:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405877535010001', 2, 2, 1, 'ASRS-1436', 'A04-31-04', '', '2025-03-31 15:24:38', '2025-03-31 15:24:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405899355010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A01-39-08', '2025-03-31 15:24:59', '2025-03-31 15:24:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743405935530010000', 2, 2, 1, 'ASRS-0384', 'A01-34-11', '', '2025-03-31 15:25:36', '2025-03-31 15:25:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406018530010000', 2, 2, 1, 'ASRS-1027', 'A02-32-09', '', '2025-03-31 15:26:59', '2025-03-31 15:27:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406055920010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-42-02', '2025-03-31 15:27:36', '2025-03-31 15:27:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406112631010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A02-32-09', '2025-03-31 15:28:33', '2025-03-31 15:28:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406240530010000', 2, 2, 9, 'ASRS-0301', 'A01-37-10', '', '2025-03-31 15:30:41', '2025-03-31 15:30:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406352345010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-34-11', '2025-03-31 15:32:32', '2025-03-31 15:32:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406396530010000', 2, 2, 1, 'ASRS-0324', 'A02-41-01', '', '2025-03-31 15:33:17', '2025-03-31 15:33:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406396530010001', 2, 2, 1, 'ASRS-0340', 'A04-31-05', '', '2025-03-31 15:33:17', '2025-03-31 15:33:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406420723010000', 2, 1, 1, 'ASRS-0301', 'P3', 'A01-37-10', '2025-03-31 15:33:41', '2025-03-31 15:33:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406446535010000', 2, 2, 1, 'ASRS-0517', 'A04-36-04', '', '2025-03-31 15:34:07', '2025-03-31 15:34:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406451530010000', 2, 2, 1, 'ASRS-0305', 'A01-29-07', '', '2025-03-31 15:34:12', '2025-03-31 15:34:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406524828010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A02-41-01', '2025-03-31 15:35:25', '2025-03-31 15:35:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406532535010000', 2, 2, 1, 'ASRS-0336', 'A02-36-09', '', '2025-03-31 15:35:33', '2025-03-31 15:35:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406545243010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A04-31-04', '2025-03-31 15:35:45', '2025-03-31 15:35:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406575233010000', 2, 1, 1, 'ASRS-0517', 'P3', 'A01-29-07', '2025-03-31 15:36:15', '2025-03-31 15:36:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406589534010000', 2, 2, 1, 'ASRS-1027', 'A01-34-11', '', '2025-03-31 15:36:30', '2025-03-31 15:36:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406636744010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-31-05', '2025-03-31 15:37:17', '2025-03-31 15:37:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406666427010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A02-36-09', '2025-03-31 15:37:46', '2025-03-31 15:37:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406673535010000', 2, 2, 1, 'ASRS-1529', 'A01-32-11', '', '2025-03-31 15:37:54', '2025-03-31 15:37:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406751530010000', 2, 2, 1, 'ASRS-0359', 'A01-37-06', '', '2025-03-31 15:39:12', '2025-03-31 15:39:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406757323010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-36-04', '2025-03-31 15:39:17', '2025-03-31 15:39:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406831530010000', 2, 2, 1, 'ASRS-0331', 'A01-35-04', '', '2025-03-31 15:40:32', '2025-03-31 15:40:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406935243010000', 2, 1, 1, 'ASRS-1529', 'P3', 'A01-35-04', '2025-03-31 15:42:15', '2025-03-31 15:42:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406972535010000', 2, 2, 1, 'ASRS-0298', 'A04-31-08', '', '2025-03-31 15:42:53', '2025-03-31 15:42:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743406994045010000', 2, 1, 1, 'ASRS-0359', 'P3', 'A01-32-11', '2025-03-31 15:43:14', '2025-03-31 15:43:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407048630010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A04-31-08', '2025-03-31 15:44:09', '2025-03-31 15:44:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407087529010000', 2, 2, 1, 'ASRS-0318', 'A02-32-11', '', '2025-03-31 15:44:48', '2025-03-31 15:44:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407087530010000', 2, 2, 1, 'ASRS-0383', 'A03-31-06', '', '2025-03-31 15:44:48', '2025-03-31 15:44:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407107456010000', 2, 1, 1, 'ASRS-0298', 'P3', 'A01-37-06', '2025-03-31 15:45:07', '2025-03-31 15:45:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407131530010000', 2, 2, 1, 'ASRS-0329', 'A02-37-08', '', '2025-03-31 15:45:32', '2025-03-31 15:45:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407205827010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A02-32-11', '2025-03-31 15:46:46', '2025-03-31 15:46:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407233446010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A03-31-06', '2025-03-31 15:47:13', '2025-03-31 15:47:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407277535010000', 2, 2, 1, 'ASRS-0317', 'A04-38-01', '', '2025-03-31 15:47:58', '2025-03-31 15:47:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407277535010001', 2, 2, 1, 'ASRS-0527', 'A02-40-04', '', '2025-03-31 15:47:58', '2025-03-31 15:47:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407299124010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A01-34-11', '2025-03-31 15:48:19', '2025-03-31 15:48:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407324534010000', 2, 2, 1, 'ASRS-1902', 'A04-30-09', '', '2025-03-31 15:48:45', '2025-03-31 15:48:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407327535010000', 2, 2, 1, 'ASRS-1034', 'A01-37-09', '', '2025-03-31 15:48:48', '2025-03-31 15:48:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407374530010000', 2, 2, 1, 'ASRS-1221', 'A03-34-08', '', '2025-03-31 15:49:35', '2025-03-31 15:49:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407408530010000', 2, 2, 1, 'ASRS-0519', 'A01-38-08', '', '2025-03-31 15:50:09', '2025-03-31 15:50:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407426643010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A02-40-04', '2025-03-31 15:50:27', '2025-03-31 15:50:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407443127010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A04-30-09', '2025-03-31 15:50:43', '2025-03-31 15:50:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407462941010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A02-37-08', '2025-03-31 15:51:03', '2025-03-31 15:51:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407467535010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-03-31 15:51:08', '2025-03-31 15:51:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407491447010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A04-38-01', '2025-03-31 15:51:31', '2025-03-31 15:51:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407517231010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A01-37-09', '2025-03-31 15:51:57', '2025-03-31 15:51:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407569735010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A03-34-08', '2025-03-31 15:52:50', '2025-03-31 15:52:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407637529010000', 2, 2, 1, 'ASRS-0306', 'A02-42-02', '', '2025-03-31 15:53:58', '2025-03-31 15:53:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407637529010001', 2, 2, 1, 'ASRS-0316', 'A04-34-06', '', '2025-03-31 15:53:58', '2025-03-31 15:53:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407660633010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A02-33-10', '2025-03-31 15:54:21', '2025-03-31 15:54:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407687530010000', 2, 2, 1, 'ASRS-0338', 'A01-41-04', '', '2025-03-31 15:54:48', '2025-03-31 15:54:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407810626010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A02-42-02', '2025-03-31 15:56:51', '2025-03-31 15:56:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407836761010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A04-34-06', '2025-03-31 15:57:17', '2025-03-31 15:57:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407837528010000', 2, 2, 1, 'ASRS-1031', 'A03-32-08', '', '2025-03-31 15:57:18', '2025-03-31 15:57:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407858631010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-41-04', '2025-03-31 15:57:39', '2025-03-31 15:57:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743407971730010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-38-08', '2025-03-31 15:59:32', '2025-03-31 15:59:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408117530010000', 2, 2, 1, 'ASRS-0315', 'A03-29-06', '', '2025-03-31 16:01:58', '2025-03-31 16:01:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408117530010001', 2, 2, 1, 'ASRS-0388', 'A01-39-02', '', '2025-03-31 16:01:58', '2025-03-31 16:01:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408161530010000', 2, 2, 1, 'ASRS-0332', 'A03-31-04', '', '2025-03-31 16:02:42', '2025-03-31 16:02:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408165530010000', 2, 2, 1, 'ASRS-1900', 'A01-39-06', '', '2025-03-31 16:02:46', '2025-03-31 16:02:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408212535010000', 2, 2, 1, 'ASRS-0304', 'A04-32-03', '', '2025-03-31 16:03:33', '2025-03-31 16:03:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408223535010000', 2, 2, 1, 'ASRS-0520', 'A02-36-08', '', '2025-03-31 16:03:44', '2025-03-31 16:03:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408280530010000', 2, 2, 1, 'ASRS-0334', 'A01-39-08', '', '2025-03-31 16:04:41', '2025-03-31 16:04:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408331154010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-39-02', '2025-03-31 16:05:31', '2025-03-31 16:05:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408338535010000', 2, 2, 1, 'ASRS-0313', 'A01-34-06', '', '2025-03-31 16:05:39', '2025-03-31 16:05:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408363880010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A03-29-06', '2025-03-31 16:06:04', '2025-03-31 16:06:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408385759010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A02-36-08', '2025-03-31 16:06:26', '2025-03-31 16:06:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408405256010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A03-31-04', '2025-03-31 16:06:45', '2025-03-31 16:06:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408425354010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A04-32-03', '2025-03-31 16:07:05', '2025-03-31 16:07:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408439135010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A01-34-06', '2025-03-31 16:07:19', '2025-03-31 16:07:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408532529010000', 2, 2, 1, 'ASRS-0350', 'A01-42-02', '', '2025-03-31 16:08:53', '2025-03-31 16:08:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408532529010001', 2, 2, 1, 'ASRS-1027', 'A04-36-04', '', '2025-03-31 16:08:53', '2025-03-31 16:08:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408542355010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A01-39-06', '2025-03-31 16:09:02', '2025-03-31 16:09:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408556453010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A03-32-08', '2025-03-31 16:09:16', '2025-03-31 16:09:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743408583530010000', 2, 2, 1, 'ASRS-0384', 'A02-32-09', '', '2025-03-31 16:09:44', '2025-03-31 16:09:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467564607010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A02-32-09', '2025-04-01 08:32:45', '2025-04-01 08:32:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467588323010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-36-04', '2025-04-01 08:33:08', '2025-04-01 08:33:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467602533010000', 2, 2, 1, 'ASRS-0324', 'A04-31-04', '', '2025-04-01 08:33:23', '2025-04-01 08:33:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467602533010001', 2, 2, 1, 'ASRS-0340', 'A02-41-01', '', '2025-04-01 08:33:23', '2025-04-01 08:33:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467623712010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A01-42-02', '2025-04-01 08:33:44', '2025-04-01 08:33:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467665532010000', 2, 2, 1, 'ASRS-0336', 'A02-36-09', '', '2025-04-01 08:34:26', '2025-04-01 08:34:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467687537010000', 2, 2, 1, 'ASRS-0305', 'A04-31-05', '', '2025-04-01 08:34:48', '2025-04-01 08:34:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467737536010000', 2, 2, 1, 'ASRS-0331', 'A04-31-08', '', '2025-04-01 08:35:38', '2025-04-01 08:35:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467748551010000', 2, 2, 1, 'ASRS-0517', 'A01-29-07', '', '2025-04-01 08:35:49', '2025-04-01 08:35:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467802535010000', 2, 2, 1, 'ASRS-1027', 'A02-32-09', '', '2025-04-01 08:36:43', '2025-04-01 08:36:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467857535010000', 2, 2, 1, 'ASRS-0359', 'A01-32-11', '', '2025-04-01 08:37:38', '2025-04-01 08:37:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467968123010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A01-29-07', '2025-04-01 08:39:28', '2025-04-01 08:39:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743467991503010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A04-31-04', '2025-04-01 08:39:52', '2025-04-01 08:39:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468005611010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A02-32-09', '2025-04-01 08:40:06', '2025-04-01 08:40:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468016428010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A04-31-05', '2025-04-01 08:40:16', '2025-04-01 08:40:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468050023010000', 2, 1, 1, 'ASRS-0359', 'P3', 'A02-41-01', '2025-04-01 08:40:50', '2025-04-01 08:40:50', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468067400010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A04-31-08', '2025-04-01 08:41:07', '2025-04-01 08:41:07', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468072535010000', 2, 2, 1, 'ASRS-0318', 'A02-32-11', '', '2025-04-01 08:41:13', '2025-04-01 08:41:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468072535010001', 2, 2, 1, 'ASRS-0383', 'A03-31-06', '', '2025-04-01 08:41:13', '2025-04-01 08:41:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468082401010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-32-11', '2025-04-01 08:41:22', '2025-04-01 08:41:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468093500010000', 2, 1, 1, 'ASRS-0517', 'P3', 'A03-38-04', '2025-04-01 08:41:34', '2025-04-01 08:41:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468164530010000', 2, 2, 1, 'ASRS-0329', 'A01-34-11', '', '2025-04-01 08:42:45', '2025-04-01 08:42:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468196399010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A02-32-11', '2025-04-01 08:43:16', '2025-04-01 08:43:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468250426010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A03-31-06', '2025-04-01 08:44:10', '2025-04-01 08:44:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468327535010000', 2, 2, 1, 'ASRS-0317', 'A04-30-09', '', '2025-04-01 08:45:28', '2025-04-01 08:45:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468327535010001', 2, 2, 1, 'ASRS-1902', 'A02-37-08', '', '2025-04-01 08:45:28', '2025-04-01 08:45:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468349405010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A01-34-11', '2025-04-01 08:45:49', '2025-04-01 08:45:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468371536010000', 2, 2, 1, 'ASRS-1034', 'A04-38-01', '', '2025-04-01 08:46:12', '2025-04-01 08:46:13', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468376530010000', 2, 2, 1, 'ASRS-0527', 'A02-40-04', '', '2025-04-01 08:46:17', '2025-04-01 08:46:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468424531010000', 2, 2, 1, 'ASRS-0519', 'A03-34-08', '', '2025-04-01 08:47:05', '2025-04-01 08:47:06', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468460529010000', 2, 2, 1, 'ASRS-1221', 'A01-37-09', '', '2025-04-01 08:47:41', '2025-04-01 08:47:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468461920010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A02-40-04', '2025-04-01 08:47:42', '2025-04-01 08:47:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468510209010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A04-30-09', '2025-04-01 08:48:30', '2025-04-01 08:48:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468518535010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-04-01 08:48:39', '2025-04-01 08:48:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468544706010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A02-36-09', '2025-04-01 08:49:05', '2025-04-01 08:49:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468570218010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A04-38-01', '2025-04-01 08:49:30', '2025-04-01 08:49:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468585203010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A02-37-08', '2025-04-01 08:49:45', '2025-04-01 08:49:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468604423010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A03-34-08', '2025-04-01 08:50:04', '2025-04-01 08:50:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468667529010000', 2, 2, 1, 'ASRS-0306', 'A04-34-06', '', '2025-04-01 08:51:08', '2025-04-01 08:51:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468667529010001', 2, 2, 1, 'ASRS-0316', 'A02-42-02', '', '2025-04-01 08:51:08', '2025-04-01 08:51:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468729805010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A02-33-10', '2025-04-01 08:52:10', '2025-04-01 08:52:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468736530010000', 2, 2, 1, 'ASRS-0338', 'A01-41-04', '', '2025-04-01 08:52:17', '2025-04-01 08:52:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468822798010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A04-34-06', '2025-04-01 08:53:43', '2025-04-01 08:53:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468838420010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A02-42-02', '2025-04-01 08:53:58', '2025-04-01 08:53:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468847530010000', 2, 2, 1, 'ASRS-1031', 'A01-38-08', '', '2025-04-01 08:54:08', '2025-04-01 08:54:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743468870808010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-41-04', '2025-04-01 08:54:31', '2025-04-01 08:54:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469157613010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-37-09', '2025-04-01 08:59:18', '2025-04-01 08:59:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469242529010000', 2, 2, 1, 'ASRS-0315', 'A01-39-02', '', '2025-04-01 09:00:43', '2025-04-01 09:00:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469242529010001', 2, 2, 1, 'ASRS-0388', 'A03-29-06', '', '2025-04-01 09:00:43', '2025-04-01 09:00:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469287529010000', 2, 2, 1, 'ASRS-1900', 'A03-31-04', '', '2025-04-01 09:01:28', '2025-04-01 09:01:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469291536010000', 2, 2, 1, 'ASRS-0332', 'A02-36-08', '', '2025-04-01 09:01:32', '2025-04-01 09:01:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469338536010000', 2, 2, 1, 'ASRS-0520', 'A04-32-03', '', '2025-04-01 09:02:19', '2025-04-01 09:02:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469349534010000', 2, 2, 1, 'ASRS-0304', 'A01-34-06', '', '2025-04-01 09:02:30', '2025-04-01 09:02:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469389530010000', 2, 2, 1, 'ASRS-0313', 'A03-32-08', '', '2025-04-01 09:03:10', '2025-04-01 09:03:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469405529010000', 2, 2, 1, 'ASRS-0334', 'A01-39-06', '', '2025-04-01 09:03:26', '2025-04-01 09:03:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469787652010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A01-34-06', '2025-04-01 09:09:48', '2025-04-01 09:09:48', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469826341010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A03-29-06', '2025-04-01 09:10:26', '2025-04-01 09:10:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469830529010000', 2, 1, 1, 'ASRS-1900', 'P3', 'A01-39-02', '2025-04-01 09:10:31', '2025-04-01 09:10:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469838642010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A03-31-04', '2025-04-01 09:10:39', '2025-04-01 09:10:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469879446010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-36-08', '2025-04-01 09:11:19', '2025-04-01 09:11:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469894422010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A04-32-03', '2025-04-01 09:11:34', '2025-04-01 09:11:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469909415010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A01-39-06', '2025-04-01 09:11:49', '2025-04-01 09:11:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469927530010000', 2, 2, 1, 'ASRS-0350', 'A04-36-04', '', '2025-04-01 09:12:08', '2025-04-01 09:12:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469927530010001', 2, 2, 1, 'ASRS-0384', 'A01-42-02', '', '2025-04-01 09:12:08', '2025-04-01 09:12:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469950810010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A01-38-08', '2025-04-01 09:12:31', '2025-04-01 09:12:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743469993536010000', 2, 2, 1, 'ASRS-1027', 'A01-32-11', '', '2025-04-01 09:13:14', '2025-04-01 09:13:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470099917010000', 2, 1, 1, 'ASRS-0384', 'P3', 'A03-32-08', '2025-04-01 09:15:00', '2025-04-01 09:15:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470127828010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A01-32-11', '2025-04-01 09:15:28', '2025-04-01 09:15:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470312533010000', 2, 2, 1, 'ASRS-0324', 'A04-31-04', '', '2025-04-01 09:18:33', '2025-04-01 09:18:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470312533010001', 2, 2, 1, 'ASRS-0305', 'A02-32-09', '', '2025-04-01 09:18:33', '2025-04-01 09:18:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470335142010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-42-02', '2025-04-01 09:18:55', '2025-04-01 09:18:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470356535010000', 2, 2, 1, 'ASRS-1245', 'A04-29-10', '', '2025-04-01 09:19:17', '2025-04-01 09:19:18', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470358530010000', 2, 2, 1, 'ASRS-0340', 'A01-29-07', '', '2025-04-01 09:19:19', '2025-04-01 09:19:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470407534010000', 2, 2, 1, 'ASRS-0336', 'A04-31-05', '', '2025-04-01 09:20:08', '2025-04-01 09:20:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470441530010000', 2, 2, 1, 'ASRS-1027', 'A01-42-02', '', '2025-04-01 09:20:42', '2025-04-01 09:20:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470455150010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A01-29-07', '2025-04-01 09:20:55', '2025-04-01 09:20:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470458535010000', 2, 2, 1, 'ASRS-0331', 'A04-31-08', '', '2025-04-01 09:20:59', '2025-04-01 09:21:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470475818010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A04-31-04', '2025-04-01 09:21:16', '2025-04-01 09:21:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470489618010000', 2, 1, 1, 'ASRS-1245', 'P3', 'A02-32-09', '2025-04-01 09:21:30', '2025-04-01 09:21:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470501531010000', 2, 2, 1, 'ASRS-0359', 'A02-41-01', '', '2025-04-01 09:21:42', '2025-04-01 09:21:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470518142010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A04-31-05', '2025-04-01 09:21:58', '2025-04-01 09:21:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470531918010000', 2, 1, 1, 'ASRS-0336', 'P3', 'A01-42-02', '2025-04-01 09:22:12', '2025-04-01 09:22:12', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470597319010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A04-29-10', '2025-04-01 09:23:17', '2025-04-01 09:23:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470635736010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A02-41-01', '2025-04-01 09:23:56', '2025-04-01 09:23:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470657529010000', 2, 2, 1, 'ASRS-0318', 'A03-31-06', '', '2025-04-01 09:24:18', '2025-04-01 09:24:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470657529010001', 2, 2, 1, 'ASRS-0383', 'A02-32-11', '', '2025-04-01 09:24:18', '2025-04-01 09:24:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470676833010000', 2, 1, 1, 'ASRS-0359', 'P3', 'A04-31-08', '2025-04-01 09:24:37', '2025-04-01 09:24:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470718530010000', 2, 2, 1, 'ASRS-0329', 'A01-34-11', '', '2025-04-01 09:25:19', '2025-04-01 09:25:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470812416010000', 2, 1, 1, 'ASRS-0318', 'P3', 'A02-32-11', '2025-04-01 09:26:52', '2025-04-01 09:26:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743470828032010000', 2, 1, 1, 'ASRS-0383', 'P3', 'A03-31-06', '2025-04-01 09:27:08', '2025-04-01 09:27:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743471912530010000', 2, 2, 1, 'ASRS-0317', 'A02-40-04', '', '2025-04-01 09:45:13', '2025-04-01 09:45:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743471912530010001', 2, 2, 1, 'ASRS-1902', 'A04-30-09', '', '2025-04-01 09:45:13', '2025-04-01 09:45:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743471936248010000', 2, 1, 1, 'ASRS-0329', 'P3', 'A01-34-11', '2025-04-01 09:45:36', '2025-04-01 09:45:36', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743471956535010000', 2, 2, 1, 'ASRS-0527', 'A04-38-01', '', '2025-04-01 09:45:57', '2025-04-01 09:45:58', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743471963536010000', 2, 2, 1, 'ASRS-1034', 'A02-36-09', '', '2025-04-01 09:46:04', '2025-04-01 09:46:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472009534010000', 2, 2, 1, 'ASRS-1221', 'A03-34-08', '', '2025-04-01 09:46:50', '2025-04-01 09:46:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472043535010000', 2, 2, 1, 'ASRS-0519', 'A02-37-08', '', '2025-04-01 09:47:24', '2025-04-01 09:47:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472049050010000', 2, 1, 1, 'ASRS-0317', 'P3', 'A02-40-04', '2025-04-01 09:47:29', '2025-04-01 09:47:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472100530010000', 2, 2, 1, 'ASRS-0303', 'A02-33-10', '', '2025-04-01 09:48:21', '2025-04-01 09:48:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472177129010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A02-36-09', '2025-04-01 09:49:37', '2025-04-01 09:49:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472200246010000', 2, 1, 1, 'ASRS-0527', 'P3', 'A04-30-09', '2025-04-01 09:50:00', '2025-04-01 09:50:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472214056010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A02-33-10', '2025-04-01 09:50:14', '2025-04-01 09:50:14', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472233244010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A04-38-01', '2025-04-01 09:50:33', '2025-04-01 09:50:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472262530010000', 2, 2, 1, 'ASRS-0306', 'A04-34-06', '', '2025-04-01 09:51:03', '2025-04-01 09:51:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472262530010001', 2, 2, 1, 'ASRS-0316', 'A02-42-02', '', '2025-04-01 09:51:03', '2025-04-01 09:51:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472265350010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A02-37-08', '2025-04-01 09:51:05', '2025-04-01 09:51:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472284526010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A04-36-04', '2025-04-01 09:51:25', '2025-04-01 09:51:25', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472352529010000', 2, 2, 1, 'ASRS-0338', 'A01-41-04', '', '2025-04-01 09:52:33', '2025-04-01 09:52:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472425530010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A02-42-02', '2025-04-01 09:53:46', '2025-04-01 09:53:46', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472467231010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A04-34-06', '2025-04-01 09:54:27', '2025-04-01 09:54:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472507535010000', 2, 2, 1, 'ASRS-1031', 'A01-37-09', '', '2025-04-01 09:55:08', '2025-04-01 09:55:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472531446010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A01-41-04', '2025-04-01 09:55:31', '2025-04-01 09:55:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472682535010000', 2, 2, 1, 'ASRS-1683', 'A01-35-10', '', '2025-04-01 09:58:03', '2025-04-01 09:58:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472702745010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-37-09', '2025-04-01 09:58:23', '2025-04-01 09:58:23', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472804134010000', 2, 1, 1, 'ASRS-1683', 'P3', 'A01-35-10', '2025-04-01 10:00:04', '2025-04-01 10:00:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472877535010000', 2, 2, 1, 'ASRS-0315', 'A03-29-06', '', '2025-04-01 10:01:18', '2025-04-01 10:01:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472877535010001', 2, 2, 1, 'ASRS-0304', 'A01-38-08', '', '2025-04-01 10:01:18', '2025-04-01 10:01:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472922530010000', 2, 2, 1, 'ASRS-0332', 'A03-31-04', '', '2025-04-01 10:02:03', '2025-04-01 10:02:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472926530010000', 2, 2, 1, 'ASRS-0388', 'A01-34-06', '', '2025-04-01 10:02:07', '2025-04-01 10:02:08', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472972530010000', 2, 2, 1, 'ASRS-0313', 'A04-32-03', '', '2025-04-01 10:02:53', '2025-04-01 10:02:54', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743472982535010000', 2, 2, 1, 'ASRS-0350', 'A01-32-11', '', '2025-04-01 10:03:03', '2025-04-01 10:03:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473006034010000', 2, 1, 1, 'ASRS-0315', 'P3', 'A01-34-06', '2025-04-01 10:03:26', '2025-04-01 10:03:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473014441010000', 2, 1, 1, 'ASRS-0304', 'P3', 'A03-29-06', '2025-04-01 10:03:34', '2025-04-01 10:03:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473037535010000', 2, 2, 1, 'ASRS-0520', 'A01-39-06', '', '2025-04-01 10:03:58', '2025-04-01 10:03:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473050736010000', 2, 1, 1, 'ASRS-0332', 'P3', 'A01-32-11', '2025-04-01 10:04:11', '2025-04-01 10:04:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473066961010000', 2, 1, 1, 'ASRS-0388', 'P3', 'A03-31-04', '2025-04-01 10:04:27', '2025-04-01 10:04:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473096636010000', 2, 1, 1, 'ASRS-0313', 'P3', 'A01-38-08', '2025-04-01 10:04:57', '2025-04-01 10:04:57', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473110434010000', 2, 1, 1, 'ASRS-0350', 'P3', 'A04-32-03', '2025-04-01 10:05:10', '2025-04-01 10:05:10', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473120531010000', 2, 2, 1, 'ASRS-0334', 'A02-36-08', '', '2025-04-01 10:05:21', '2025-04-01 10:05:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473192337010000', 2, 1, 1, 'ASRS-0520', 'P3', 'A03-34-08', '2025-04-01 10:06:32', '2025-04-01 10:06:32', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473267535010000', 2, 2, 1, 'ASRS-0324', 'A01-29-07', '', '2025-04-01 10:07:48', '2025-04-01 10:07:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473267535010001', 2, 2, 1, 'ASRS-0305', 'A04-31-04', '', '2025-04-01 10:07:48', '2025-04-01 10:07:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473288638010000', 2, 1, 1, 'ASRS-0334', 'P3', 'A02-36-08', '2025-04-01 10:08:09', '2025-04-01 10:08:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473311530010000', 2, 2, 1, 'ASRS-0340', 'A04-31-05', '', '2025-04-01 10:08:32', '2025-04-01 10:08:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473362536010000', 2, 2, 1, 'ASRS-1027', 'A04-29-10', '', '2025-04-01 10:09:23', '2025-04-01 10:09:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473381656010000', 2, 1, 1, 'ASRS-0305', 'P3', 'A01-29-07', '2025-04-01 10:09:42', '2025-04-01 10:09:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473395437010000', 2, 1, 1, 'ASRS-0324', 'P3', 'A04-31-04', '2025-04-01 10:09:55', '2025-04-01 10:09:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473413529010000', 2, 2, 1, 'ASRS-1032', 'A04-38-02', '', '2025-04-01 10:10:14', '2025-04-01 10:10:15', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473429949010000', 2, 1, 1, 'ASRS-0340', 'P3', 'A01-39-06', '2025-04-01 10:10:30', '2025-04-01 10:10:30', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473491535010000', 2, 2, 1, 'ASRS-0359', 'A04-31-08', '', '2025-04-01 10:11:32', '2025-04-01 10:11:33', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473496864010000', 2, 1, 1, 'ASRS-1027', 'P3', 'A01-39-08', '2025-04-01 10:11:37', '2025-04-01 10:11:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473582352010000', 2, 1, 1, 'ASRS-1032', 'P3', 'A01-40-07', '2025-04-01 10:13:02', '2025-04-01 10:13:02', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473607530010000', 2, 2, 1, 'ASRS-0306', 'A02-42-02', '', '2025-04-01 10:13:28', '2025-04-01 10:13:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473607530010001', 2, 2, 1, 'ASRS-0333', 'A03-35-04', '', '2025-04-01 10:13:28', '2025-04-01 10:13:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473627042010000', 2, 1, 1, 'ASRS-0359', 'P3', 'A04-31-05', '2025-04-01 10:13:47', '2025-04-01 10:13:47', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473660528010000', 2, 2, 1, 'ASRS-1526', 'A04-39-01', '', '2025-04-01 10:14:21', '2025-04-01 10:14:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473693529010000', 2, 2, 1, 'ASRS-1902', 'A02-36-09', '', '2025-04-01 10:14:54', '2025-04-01 10:14:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473739534010000', 2, 2, 1, 'ASRS-1221', 'A04-38-01', '', '2025-04-01 10:15:40', '2025-04-01 10:15:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473739586010000', 2, 1, 1, 'ASRS-0333', 'P3', 'A02-42-02', '2025-04-01 10:15:40', '2025-04-01 10:15:40', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473750530010000', 2, 2, 1, 'ASRS-0331', 'A02-41-01', '', '2025-04-01 10:15:51', '2025-04-01 10:15:52', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473768947010000', 2, 1, 1, 'ASRS-0306', 'P3', 'A03-35-04', '2025-04-01 10:16:09', '2025-04-01 10:16:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473793529010000', 2, 2, 1, 'ASRS-0303', 'A04-36-04', '', '2025-04-01 10:16:34', '2025-04-01 10:16:35', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473820845010000', 2, 1, 1, 'ASRS-1526', 'P3', 'A02-41-01', '2025-04-01 10:17:01', '2025-04-01 10:17:01', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473841877010000', 2, 1, 1, 'ASRS-1902', 'P3', 'A04-29-10', '2025-04-01 10:17:22', '2025-04-01 10:17:22', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473864938010000', 2, 1, 1, 'ASRS-1221', 'P3', 'A02-36-09', '2025-04-01 10:17:45', '2025-04-01 10:17:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473890743010000', 2, 1, 1, 'ASRS-0331', 'P3', 'A04-31-08', '2025-04-01 10:18:11', '2025-04-01 10:18:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473937529010000', 2, 2, 1, 'ASRS-1034', 'A02-33-10', '', '2025-04-01 10:18:58', '2025-04-01 10:18:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473957074010000', 2, 1, 1, 'ASRS-0303', 'P3', 'A01-41-06', '2025-04-01 10:19:17', '2025-04-01 10:19:17', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743473998530010000', 2, 2, 1, 'ASRS-0519', 'A02-37-08', '', '2025-04-01 10:19:59', '2025-04-01 10:20:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474080345010000', 2, 1, 1, 'ASRS-1034', 'P3', 'A02-33-10', '2025-04-01 10:21:20', '2025-04-01 10:21:20', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474157535010000', 2, 2, 1, 'ASRS-0316', 'A04-34-06', '', '2025-04-01 10:22:38', '2025-04-01 10:22:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474157535010001', 2, 2, 1, 'ASRS-0338', 'A01-41-04', '', '2025-04-01 10:22:38', '2025-04-01 10:22:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474179648010000', 2, 1, 1, 'ASRS-0519', 'P3', 'A02-37-08', '2025-04-01 10:23:00', '2025-04-01 10:23:00', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474209530010000', 2, 2, 1, 'ASRS-1031', 'A01-37-09', '', '2025-04-01 10:23:30', '2025-04-01 10:23:31', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474280776010000', 2, 1, 1, 'ASRS-0316', 'P3', 'A01-41-04', '2025-04-01 10:24:41', '2025-04-01 10:24:41', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474294578010000', 2, 1, 1, 'ASRS-0338', 'P3', 'A04-38-01', '2025-04-01 10:24:55', '2025-04-01 10:24:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474342529010000', 2, 2, 1, 'ASRS-0337', 'A03-37-03', '', '2025-04-01 10:25:43', '2025-04-01 10:25:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474364749010000', 2, 1, 1, 'ASRS-1031', 'P3', 'A01-37-09', '2025-04-01 10:26:05', '2025-04-01 10:26:05', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474387535010000', 2, 2, 1, 'ASRS-0501', 'A04-37-03', '', '2025-04-01 10:26:28', '2025-04-01 10:26:29', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474470978010000', 2, 1, 1, 'ASRS-0337', 'P3', 'A01-42-05', '2025-04-01 10:27:51', '2025-04-01 10:27:51', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474547529010000', 2, 2, 1, 'ASRS-1524', 'A01-36-09', '', '2025-04-01 10:29:08', '2025-04-01 10:29:09', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474568450010000', 2, 1, 1, 'ASRS-0501', 'P3', 'A02-36-11', '2025-04-01 10:29:28', '2025-04-01 10:29:28', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743474597530010000', 2, 2, 1, 'ASRS-0522', 'A01-31-08', '', '2025-04-01 10:29:58', '2025-04-01 10:29:59', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743478877530010000', 2, 2, 1, 'ASRS-1088', 'A03-33-08', '', '2025-04-01 11:41:18', '2025-04-01 11:41:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743478878598010000', 2, 1, 1, 'ASRS-1524', 'P3', 'A01-31-08', '2025-04-01 11:41:19', '2025-04-01 11:41:19', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743478897798010000', 2, 1, 1, 'ASRS-0522', 'P3', 'A03-37-03', '2025-04-01 11:41:38', '2025-04-01 11:41:38', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1743479025287010000', 2, 1, 1, 'ASRS-1088', 'P3', 'A01-36-09', '2025-04-01 11:43:45', '2025-04-01 11:43:45', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753770626599010000', 1, 1, 1, '123456', '101', 'A02-01-12', '2025-07-29 14:30:27', '2025-07-29 14:30:27', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753842602836010000', 1, 1, 1, '123456', '101', 'A02-07-12', '2025-07-30 10:30:03', '2025-07-30 10:30:03', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753844651389010000', 1, 1, 1, '123456', '101', 'A01-08-12', '2025-07-30 11:04:11', '2025-07-30 11:04:11', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753845828601010000', 1, 1, 1, '123456', '101', 'A02-08-12', '2025-07-30 11:23:49', '2025-07-30 11:23:49', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753861474047010000', 1, 1, 1, '123456', '101', 'A01-09-12', '2025-07-30 15:44:34', '2025-07-30 15:44:34', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753864995637010000', 1, 1, 1, '123', '101', 'A01-11-12', '2025-07-30 16:43:16', '2025-07-30 16:43:16', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1753865021700010000', 1, 1, 1, '123456', '101', 'A03-01-12', '2025-07-30 16:43:42', '2025-07-30 16:43:42', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1754358203620010000', 0, 2, 9, '123', 'A01-01-01', '', '2025-08-05 09:43:24', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1754462270052010000', 1, 2, 9, '123', 'A01-01-01', '', '2025-08-06 14:37:50', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1754462270056010000', 1, 2, 9, '1234', 'A03-01-03', '', '2025-08-06 14:37:50', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755071814811010000', 0, 1, 1, '1234', 'CK42', 'A02-12-12', '2025-08-13 15:56:55', '2025-08-13 15:56:55', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755134378783010000', 1, 1, 1, '7788', '101', 'A01-13-12', '2025-08-14 09:19:39', '2025-08-14 09:19:39', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755498182913010000', 0, 2, 9, '1234', 'A02-12-12', '', '2025-08-18 14:23:03', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755499081885010000', 0, 2, 9, '7788', 'A01-13-12', '', '2025-08-18 14:38:02', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755650996344010000', 1, 1, 1, '8909', '101', 'A02-12-12', '2025-08-20 08:49:56', '2025-08-20 08:49:56', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755651156975010000', 1, 1, 1, '123', '101', 'A01-13-12', '2025-08-20 08:52:37', '2025-08-20 08:52:37', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755652103539010000', 1, 1, 1, '123', '101', 'A02-14-12', '2025-08-20 09:08:24', '2025-08-20 09:08:24', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755652564394010000', 1, 1, 1, '7788', '101', 'A01-15-12', '2025-08-20 09:16:04', '2025-08-20 09:16:04', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755653120239010000', 0, 2, 9, '123', 'A02-14-12', '', '2025-08-20 09:25:20', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755657265545010000', 0, 1, 1, '123', 'CK43', 'A02-14-12', '2025-08-20 10:34:26', '2025-08-20 10:34:26', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755765752918010000', 0, 2, 2, '7788', 'A01-15-12', '', '2025-08-21 16:42:33', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1755830923703010000', 0, 1, 1, '7788', 'P1', 'A01-15-12', '2025-08-22 10:48:44', '2025-08-22 10:48:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756904172697010000', 0, 2, 9, '123', 'A2-14-12', '', '2025-09-03 20:56:13', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756904172701010000', 0, 2, 9, '123456', 'A4-21-12', '', '2025-09-03 20:56:13', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756907803150010000', 0, 1, 1, '123', 'P18', 'A1-01-01', '2025-09-03 21:56:43', '2025-09-03 21:56:43', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756908160917010000', 0, 2, 9, '123', 'A1-01-01', '', '2025-09-03 22:02:41', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756908284062010000', 0, 1, 1, '123', 'P12', 'A1-01-01', '2025-09-03 22:04:44', '2025-09-03 22:04:44', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756908393913010000', 0, 2, 9, '123', 'A1-01-01', '', '2025-09-03 22:06:34', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756911229927010000', 0, 2, 9, '7788', 'A1-15-12', '', '2025-09-03 22:53:50', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1756950018655010000', 1, 1, 1, 'FS202507240030', '101', 'A1-01-01', '2025-09-04 09:40:21', '2025-09-04 09:40:21', NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1757390164096010000', 0, 2, 9, 'FS202507240030', 'A1-01-01', 'SC12', '2025-09-09 11:56:04', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1757397642073010000', 0, 2, 9, 'FS202507240030', 'A1-01-01', 'SC12', '2025-09-09 14:00:42', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1757568907252010000', 0, 2, 9, 'BASR202508210028', 'A1-01-01', 'SC12', '2025-09-11 13:35:07', NULL, NULL, NULL); +INSERT INTO `t_app_wcs_task_bak` VALUES ('1758088763331010000', 0, 2, 2, 'BASR202508210008', 'A1-01-02', 'SC12', '2025-09-17 13:59:23', NULL, NULL, NULL); + +-- ---------------------------- +-- Table structure for t_app_work +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_work`; +CREATE TABLE `t_app_work` ( + `work_index` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键,用于确认唯一一条数据。', + `work_order` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工单', + `plan_start_date` date NOT NULL COMMENT '计划开工日期', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '成品号', + `single_product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '单片号', + `box_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料盒号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '原材料号', + `need_num` int NOT NULL COMMENT '需求数量', + `distribute_num` int NOT NULL COMMENT '已分配数量', + `finish_num` int NOT NULL COMMENT '已完成数量', + `work_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工作站台', + `work_status` int NOT NULL COMMENT '工作状态', + `work_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '工作用户', + `create_time` datetime NOT NULL COMMENT '创建时间', + `finish_time` datetime NULL DEFAULT NULL COMMENT '完成时间', + `lack_status` int NOT NULL COMMENT '缺料状态', + `is_out` int NULL DEFAULT NULL COMMENT '是否是库外料', + `product_type` int NOT NULL COMMENT '成品类型', + `kitting_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`work_index`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_work +-- ---------------------------- +INSERT INTO `t_app_work` VALUES ('1747880801340010000', '110002189133', '2025-03-26', '4512444', NULL, 'A', '9S8009', 1, 1, 1, 'P2', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:02:18', 0, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010000', '110002189133', '2025-03-26', '4512444', NULL, 'A', '4K1388', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010001', '110002189133', '2025-03-26', '4512444', NULL, 'A', '9S4189', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010002', '110002189133', '2025-03-26', '4512444', NULL, 'A', '2M9780', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010003', '110002189133', '2025-03-26', '4512444', NULL, 'A', '9S4182', 3, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010004', '110002189133', '2025-03-26', '4512444', NULL, 'A', '3J7354', 5, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010005', '110002189133', '2025-03-26', '4512444', NULL, 'A', '9S4183', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010006', '110002189133', '2025-03-26', '4512444', NULL, 'A', '3D2824', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010007', '110002189133', '2025-03-26', '4512444', NULL, 'A', '6V8647', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010008', '110002189133', '2025-03-26', '4512444', NULL, 'A', '4J5477', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010009', '110002189133', '2025-03-26', '4512444', NULL, 'B', '3603693', 4, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010010', '110002189133', '2025-03-26', '4512444', NULL, 'B', '3K0360', 5, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010011', '110002189133', '2025-03-26', '4512444', NULL, 'B', '9S8003', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010012', '110002189133', '2025-03-26', '4512444', NULL, 'B', '1J9671', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010013', '110002189133', '2025-03-26', '4512444', NULL, 'B', '1318350', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010014', '110002189133', '2025-03-26', '4512444', NULL, 'B', '6V8398', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010015', '110002189133', '2025-03-26', '4512444', NULL, 'B', '1007000', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010016', '110002189133', '2025-03-26', '4512444', NULL, 'C', '3676001', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010017', '110002189133', '2025-03-26', '4512444', NULL, 'C', '3676002', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010018', '110002189133', '2025-03-26', '4512444', NULL, 'C', '3T8236', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010019', '110002189133', '2025-03-26', '4512444', NULL, 'C', '1H0337', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010020', '110002189133', '2025-03-26', '4512444', NULL, 'C', '4T1860', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010021', '110002189133', '2025-03-26', '4512444', NULL, 'C', '8J6815', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010022', '110002189133', '2025-03-26', '4512444', NULL, 'C', '3P9498', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010023', '110002189133', '2025-03-26', '4512444', NULL, 'C', '9F6705', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010024', '110002189133', '2025-03-26', '4512444', NULL, 'C', '5M2057', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010025', '110002189133', '2025-03-26', '4512444', NULL, 'D', '1006021', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010026', '110002189133', '2025-03-26', '4512444', NULL, 'D', '6E1924', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010027', '110002189133', '2025-03-26', '4512444', NULL, 'D', '6E1925', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010028', '110002189133', '2025-03-26', '4512444', NULL, 'E', '6V5230', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010029', '110002189133', '2025-03-26', '4512444', NULL, 'E', '8M3175', 2, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010030', '110002189133', '2025-03-26', '4512444', NULL, 'E', '4540936', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010031', '110002189133', '2025-03-26', '4512444', NULL, 'E', '3307743', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010032', '110002189133', '2025-03-26', '4512444', NULL, 'E', '6E1923', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010033', '110002189133', '2025-03-26', '4512444', NULL, 'F', '1488356', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010034', '110002189133', '2025-03-26', '4512444', NULL, 'F', '6V9834', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010035', '110002189133', '2025-03-26', '4512444', NULL, 'F', '4T4935', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010036', '110002189133', '2025-03-26', '4512444', NULL, 'G', '2191891', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801344010037', '110002189133', '2025-03-26', '4512444', NULL, 'G', '2965987', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801345010000', '110002189133', '2025-03-26', '4512444', NULL, 'G', '5796930', 1, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); +INSERT INTO `t_app_work` VALUES ('1747880801345010001', '110002189133', '2025-03-26', '4512444', NULL, 'H', '2191893', 4, 0, 0, 'P1', 2, '管理员', '2025-05-22 10:26:41', '2025-05-29 16:44:46', 1, 0, 1, NULL); + +-- ---------------------------- +-- Table structure for t_app_work_record +-- ---------------------------- +DROP TABLE IF EXISTS `t_app_work_record`; +CREATE TABLE `t_app_work_record` ( + `work_index` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键,用于确认唯一一条数据。', + `work_order` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工单', + `plan_start_date` date NOT NULL COMMENT '计划开工日期', + `product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '成品号', + `single_product_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '单片号', + `box_no` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '料盒号', + `goods_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '原材料号', + `need_num` int NOT NULL COMMENT '需求数量', + `finish_num` int NOT NULL COMMENT '已完成数量', + `work_stand` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '工作站台', + `work_status` int NOT NULL COMMENT '工作状态', + `work_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '工作用户', + `create_time` datetime NOT NULL COMMENT '创建时间', + `finish_time` datetime NOT NULL COMMENT '完成时间', + `lack_status` int NOT NULL COMMENT '缺料状态', + `is_out` int NOT NULL COMMENT '是否是库外料', + `product_type` int NOT NULL COMMENT '成品类型', + `kitting_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注', + PRIMARY KEY (`work_index`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_app_work_record +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_sys_api +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_api`; +CREATE TABLE `t_sys_api` ( + `log_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL, + `url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `timeout` int NULL DEFAULT NULL, + `method` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `content_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `data` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `token` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `success` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `response_code` int NULL DEFAULT NULL, + `request_message` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `response_message` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `request_time` datetime NULL DEFAULT NULL, + `response_time` datetime NULL DEFAULT NULL, + `request_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `use_time` int NULL DEFAULT NULL, + `exception_message` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `log_time` datetime NOT NULL, + PRIMARY KEY (`log_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_api +-- ---------------------------- +INSERT INTO `t_sys_api` VALUES ('1753749885470010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\"}', '2025-07-29 08:44:45', '2025-07-29 08:44:45', 'http://localhost:19990/api/wcs/test', 27, NULL, '2025-07-29 08:44:45'); +INSERT INTO `t_sys_api` VALUES ('1753750150730010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{}', '2025-07-29 08:49:11', '2025-07-29 08:49:11', 'http://localhost:19990/api/wcs/test', 128, NULL, '2025-07-29 08:49:11'); +INSERT INTO `t_sys_api` VALUES ('1753750167724010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '失败', 999, '{\"containerNo\":\"1234\"}', '', '2025-07-29 08:49:23', NULL, 'http://localhost:19990/api/wcs/test', 0, 'Readtimedout', '2025-07-29 08:49:28'); +INSERT INTO `t_sys_api` VALUES ('1753755264824010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:14:25', '2025-07-29 10:14:25', 'http://localhost:19990/api/wcs/test', 26, NULL, '2025-07-29 10:14:25'); +INSERT INTO `t_sys_api` VALUES ('1753755320503010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:15:20', '2025-07-29 10:15:21', 'http://localhost:19990/api/wcs/test', 30, NULL, '2025-07-29 10:15:21'); +INSERT INTO `t_sys_api` VALUES ('1753755419651010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:17:00', '2025-07-29 10:17:00', 'http://localhost:19990/api/wcs/test', 24, NULL, '2025-07-29 10:17:00'); +INSERT INTO `t_sys_api` VALUES ('1753755493915010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:18:14', '2025-07-29 10:18:14', 'http://localhost:19990/api/wcs/test', 31, NULL, '2025-07-29 10:18:14'); +INSERT INTO `t_sys_api` VALUES ('1753755581385010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:19:41', '2025-07-29 10:19:41', 'http://localhost:19990/api/wcs/test', 26, NULL, '2025-07-29 10:19:41'); +INSERT INTO `t_sys_api` VALUES ('1753755889890010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:24:50', '2025-07-29 10:24:50', 'http://localhost:19990/api/wcs/test', 32, NULL, '2025-07-29 10:24:50'); +INSERT INTO `t_sys_api` VALUES ('1753755937715010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:25:38', '2025-07-29 10:25:38', 'http://localhost:19990/api/wcs/test', 2, NULL, '2025-07-29 10:25:38'); +INSERT INTO `t_sys_api` VALUES ('1753756057979010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:27:38', '2025-07-29 10:27:38', 'http://localhost:19990/api/wcs/test', 25, NULL, '2025-07-29 10:27:38'); +INSERT INTO `t_sys_api` VALUES ('1753756107159010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:28:27', '2025-07-29 10:28:27', 'http://localhost:19990/api/wcs/test', 2, NULL, '2025-07-29 10:28:27'); +INSERT INTO `t_sys_api` VALUES ('1753756240426010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:30:40', '2025-07-29 10:30:40', 'http://localhost:19990/api/wcs/test', 24, NULL, '2025-07-29 10:30:40'); +INSERT INTO `t_sys_api` VALUES ('1753756532228010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:35:32', '2025-07-29 10:35:32', 'http://localhost:19990/api/wcs/test', 24, NULL, '2025-07-29 10:35:32'); +INSERT INTO `t_sys_api` VALUES ('1753757189646010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:46:30', '2025-07-29 10:46:30', 'http://localhost:19990/api/wcs/test', 24, NULL, '2025-07-29 10:46:30'); +INSERT INTO `t_sys_api` VALUES ('1753757783947010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"1234\"}', '', '成功', 200, '{\"containerNo\":\"1234\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:56:24', '2025-07-29 10:56:24', 'http://localhost:19990/api/wcs/test', 1, NULL, '2025-07-29 10:56:24'); +INSERT INTO `t_sys_api` VALUES ('1753757895160010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:58:15', '2025-07-29 10:58:15', 'http://localhost:19990/api/wcs/test', 2, NULL, '2025-07-29 10:58:15'); +INSERT INTO `t_sys_api` VALUES ('1753757901768010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 10:58:22', '2025-07-29 10:58:22', 'http://localhost:19990/api/wcs/test', 2, NULL, '2025-07-29 10:58:22'); +INSERT INTO `t_sys_api` VALUES ('1753769799017010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 14:16:39', '2025-07-29 14:16:39', 'http://localhost:19990/api/wcs/test', 4, NULL, '2025-07-29 14:16:39'); +INSERT INTO `t_sys_api` VALUES ('1753769870361010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 14:17:50', '2025-07-29 14:17:50', 'http://localhost:19990/api/wcs/test', 88, NULL, '2025-07-29 14:17:50'); +INSERT INTO `t_sys_api` VALUES ('1753770528259010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 14:28:48', '2025-07-29 14:28:48', 'http://localhost:19990/api/wcs/test', 2, NULL, '2025-07-29 14:28:48'); +INSERT INTO `t_sys_api` VALUES ('1753770626533010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123456\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"123456\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"123456\"}]}', '2025-07-29 14:30:27', '2025-07-29 14:30:27', 'http://localhost:19990/api/wcs/test', 1, NULL, '2025-07-29 14:30:27'); +INSERT INTO `t_sys_api` VALUES ('1753842601414010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"},{\"batchNo\":\"1234562\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234562\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234562\"},{\"batchNo\":\"1234563\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234563\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234563\"},{\"batchNo\":\"1234564\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234564\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234564\"}]}', '2025-07-30 10:30:01', '2025-07-30 10:30:01', 'http://localhost:19990/api/wcs/test', 35, NULL, '2025-07-30 10:30:01'); +INSERT INTO `t_sys_api` VALUES ('1753844651303010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"},{\"batchNo\":\"1234562\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234562\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234562\"},{\"batchNo\":\"1234563\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234563\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234563\"},{\"batchNo\":\"1234564\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234564\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234564\"}]}', '2025-07-30 11:04:11', '2025-07-30 11:04:11', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-07-30 11:04:11'); +INSERT INTO `t_sys_api` VALUES ('1753845828470010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"},{\"batchNo\":\"1234562\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234562\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234562\"},{\"batchNo\":\"1234563\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234563\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234563\"},{\"batchNo\":\"1234564\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234564\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234564\"}]}', '2025-07-30 11:23:48', '2025-07-30 11:23:48', 'http://localhost:19990/api/wcs/test', 21, NULL, '2025-07-30 11:23:48'); +INSERT INTO `t_sys_api` VALUES ('1753859416219010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{}', '', '成功', 200, '{}', 'success', '2025-07-30 15:10:16', '2025-07-30 15:10:16', 'http://localhost:19990/api/wcs/statusTest', 23, NULL, '2025-07-30 15:10:16'); +INSERT INTO `t_sys_api` VALUES ('1753859447956010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{}', '', '成功', 200, '{}', 'success', '2025-07-30 15:10:48', '2025-07-30 15:10:48', 'http://localhost:19990/api/wcs/statusTest', 3, NULL, '2025-07-30 15:10:48'); +INSERT INTO `t_sys_api` VALUES ('1753859808396010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{}', '', '成功', 200, '{}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-07-30 15:16:48', '2025-07-30 15:16:48', 'http://localhost:19990/api/wcs/statusTest', 3, NULL, '2025-07-30 15:16:48'); +INSERT INTO `t_sys_api` VALUES ('1753861473912010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"},{\"batchNo\":\"1234562\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234562\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234562\"},{\"batchNo\":\"1234563\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234563\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234563\"},{\"batchNo\":\"1234564\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234564\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234564\"}]}', '2025-07-30 15:44:34', '2025-07-30 15:44:34', 'http://localhost:19990/api/wcs/test', 97, NULL, '2025-07-30 15:44:34'); +INSERT INTO `t_sys_api` VALUES ('1753861564927010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-07-30 15:46:05', '2025-07-30 15:46:05', 'http://localhost:19990/api/wcs/statusTest', 2, NULL, '2025-07-30 15:46:05'); +INSERT INTO `t_sys_api` VALUES ('1753862654534010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"123\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-07-30 16:04:14', '2025-07-30 16:04:15', 'http://localhost:19990/api/wcs/test', 173, NULL, '2025-07-30 16:04:15'); +INSERT INTO `t_sys_api` VALUES ('1753862778225010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-07-30 16:06:13', NULL, 'http://localhost:19990/api/wcs/test', 0, 'Readtimedout', '2025-07-30 16:06:18'); +INSERT INTO `t_sys_api` VALUES ('1753862974790010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"123\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-07-30 16:09:35', '2025-07-30 16:09:35', 'http://localhost:19990/api/wcs/test', 135, NULL, '2025-07-30 16:09:35'); +INSERT INTO `t_sys_api` VALUES ('1753864125550010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"123\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-07-30 16:28:46', '2025-07-30 16:28:46', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-07-30 16:28:46'); +INSERT INTO `t_sys_api` VALUES ('1753864164113010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-07-30 16:29:19', NULL, 'http://localhost:19990/api/wcs/test', 0, 'Readtimedout', '2025-07-30 16:29:24'); +INSERT INTO `t_sys_api` VALUES ('1753864278672010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-07-30 16:31:14', NULL, 'http://localhost:19990/api/wcs/test', 0, 'Readtimedout', '2025-07-30 16:31:19'); +INSERT INTO `t_sys_api` VALUES ('1753864315845010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-07-30 16:31:51', NULL, 'http://localhost:19990/api/wcs/test', 0, 'Readtimedout', '2025-07-30 16:31:56'); +INSERT INTO `t_sys_api` VALUES ('1753864908762010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-07-30 16:41:47', '2025-07-30 16:41:49', 'http://localhost:19990/api/wcs/test', 2088, NULL, '2025-07-30 16:41:49'); +INSERT INTO `t_sys_api` VALUES ('1753864969623010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-07-30 16:42:45', NULL, 'http://localhost:19990/api/wcs/test', 0, 'Readtimedout', '2025-07-30 16:42:50'); +INSERT INTO `t_sys_api` VALUES ('1753864995550010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"123456\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-07-30 16:43:16', '2025-07-30 16:43:16', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-07-30 16:43:16'); +INSERT INTO `t_sys_api` VALUES ('1753865021642010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"123\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-07-30 16:43:42', '2025-07-30 16:43:42', 'http://localhost:19990/api/wcs/test', 2, NULL, '2025-07-30 16:43:42'); +INSERT INTO `t_sys_api` VALUES ('1753865641359010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-07-30 16:54:01', '2025-07-30 16:54:01', 'http://localhost:19990/api/wcs/statusTest', 40, NULL, '2025-07-30 16:54:01'); +INSERT INTO `t_sys_api` VALUES ('1753865641397010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-07-30 16:54:01', '2025-07-30 16:54:01', 'http://localhost:19990/api/wcs/statusTest', 2, NULL, '2025-07-30 16:54:01'); +INSERT INTO `t_sys_api` VALUES ('1754357398036010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', '', '成功', 200, '{\"containerNo\":\"123456\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123456\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"159753\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-08-05 09:29:58', '2025-08-05 09:29:58', 'http://localhost:19990/api/wcs/test', 212, NULL, '2025-08-05 09:29:58'); +INSERT INTO `t_sys_api` VALUES ('1755134378679010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', '', '成功', 200, '{\"containerNo\":\"7788\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"7788\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"159753\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-08-14 09:19:39', '2025-08-14 09:19:39', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-08-14 09:19:39'); +INSERT INTO `t_sys_api` VALUES ('1755134468333010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-14 09:21:08', '2025-08-14 09:21:08', 'http://localhost:19990/api/wcs/statusTest', 11, NULL, '2025-08-14 09:21:08'); +INSERT INTO `t_sys_api` VALUES ('1755650996203010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"8909\"}', '', '成功', 200, '{\"containerNo\":\"8909\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"8909\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"159753\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-08-20 08:49:56', '2025-08-20 08:49:56', 'http://localhost:19990/api/wcs/test', 242, NULL, '2025-08-20 08:49:56'); +INSERT INTO `t_sys_api` VALUES ('1755651094284010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"8909\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"8909\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-20 08:51:34', '2025-08-20 08:51:34', 'http://localhost:19990/api/wcs/statusTest', 11, NULL, '2025-08-20 08:51:34'); +INSERT INTO `t_sys_api` VALUES ('1755651156942010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-08-20 08:52:37', '2025-08-20 08:52:37', 'http://localhost:19990/api/wcs/test', 4, NULL, '2025-08-20 08:52:37'); +INSERT INTO `t_sys_api` VALUES ('1755651172253010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-20 08:52:52', '2025-08-20 08:52:52', 'http://localhost:19990/api/wcs/statusTest', 2, NULL, '2025-08-20 08:52:52'); +INSERT INTO `t_sys_api` VALUES ('1755651789321010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-08-20 09:03:09', '2025-08-20 09:03:09', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-08-20 09:03:09'); +INSERT INTO `t_sys_api` VALUES ('1755651822966010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-08-20 09:03:43', '2025-08-20 09:03:43', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-08-20 09:03:43'); +INSERT INTO `t_sys_api` VALUES ('1755651896125010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-08-20 09:04:56', '2025-08-20 09:04:56', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-08-20 09:04:56'); +INSERT INTO `t_sys_api` VALUES ('1755652103497010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', '', '成功', 200, '{\"containerNo\":\"123\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"taskDetailInfo\":[{\"batchNo\":\"1234560\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234560\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234560\"},{\"batchNo\":\"1234561\",\"matDesc\":\"123456\",\"matNo\":\"6060\",\"orderNo\":\"1234561\",\"orderType\":\"1\",\"remark\":\"123456\",\"skuQty\":123456,\"skuUnit\":\"123456\",\"specialStock\":\"123456\",\"specialStockNo\":\"123456\",\"taskNo\":\"1234561\"}]}', '2025-08-20 09:08:23', '2025-08-20 09:08:23', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-08-20 09:08:23'); +INSERT INTO `t_sys_api` VALUES ('1755652137254010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"123\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-20 09:08:57', '2025-08-20 09:08:57', 'http://localhost:19990/api/wcs/statusTest', 2, NULL, '2025-08-20 09:08:57'); +INSERT INTO `t_sys_api` VALUES ('1755652564363010000', 'http://localhost:19990/api/wcs/test', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', '', '成功', 200, '{\"containerNo\":\"7788\"}', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"7788\",\"taskDetailInfo\":[{\"batchNo\":\"123\",\"matDesc\":\"123\",\"matNo\":\"159753\",\"orderNo\":\"123\",\"orderType\":\"1\",\"remark\":\"123\",\"skuQty\":123,\"skuUnit\":\"123\",\"specialStock\":\"123\",\"specialStockNo\":\"123\",\"taskNo\":\"123\"}]}', '2025-08-20 09:16:04', '2025-08-20 09:16:04', 'http://localhost:19990/api/wcs/test', 3, NULL, '2025-08-20 09:16:04'); +INSERT INTO `t_sys_api` VALUES ('1755652580252010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '', '成功', 200, '{\"billNo\":\"123456\",\"billType\":\"1\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-20 09:16:20', '2025-08-20 09:16:20', 'http://localhost:19990/api/wcs/statusTest', 2, NULL, '2025-08-20 09:16:20'); +INSERT INTO `t_sys_api` VALUES ('1755657156208010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":2.0,\"containerNo\":\"1\",\"matNo\":\"confirmTaskRequest.getTaskConfirm().getGoodsId()\",\"pickingQty\":1.0,\"taskNo\":\"confirmTaskRequest.getTaskConfirm().getTaskId()\",\"unit\":\"件\"}]}', '', '成功', 200, '{\"pickingDetail\":[{\"actQty\":2.0,\"containerNo\":\"1\",\"matNo\":\"confirmTaskRequest.getTaskConfirm().getGoodsId()\",\"pickingQty\":1.0,\"taskNo\":\"confirmTaskRequest.getTaskConfirm().getTaskId()\",\"unit\":\"件\"}]}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-20 10:32:36', '2025-08-20 10:32:36', 'http://localhost:19990/api/wcs/statusTest', 32, NULL, '2025-08-20 10:32:36'); +INSERT INTO `t_sys_api` VALUES ('1755657189013010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":236912.0,\"containerNo\":\"123123\",\"matNo\":\"6060\",\"pickingQty\":10000.0,\"taskNo\":\"1755653111916010000\",\"unit\":\"件\"}]}', '', '成功', 200, '{\"pickingDetail\":[{\"actQty\":236912.0,\"containerNo\":\"123123\",\"matNo\":\"6060\",\"pickingQty\":10000.0,\"taskNo\":\"1755653111916010000\",\"unit\":\"件\"}]}', '{\"state\":\"200\",\"message\":\"成功\",\"content\":null,\"successful\":true}', '2025-08-20 10:33:09', '2025-08-20 10:33:09', 'http://localhost:19990/api/wcs/statusTest', 4, NULL, '2025-08-20 10:33:09'); +INSERT INTO `t_sys_api` VALUES ('1756088155232010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '失败', 999, '{\"asrsCode\":\"\"}', '', '2025-08-25 10:15:55', NULL, 'http://localhost:19990/api/wcs/vehicleEmpty2', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-08-25 10:15:55'); +INSERT INTO `t_sys_api` VALUES ('1756088337827010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '失败', 999, '{\"asrsCode\":\"\"}', '', '2025-08-25 10:18:58', NULL, 'http://localhost:19990/api/wcs/vehicleEmpty2', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-08-25 10:18:58'); +INSERT INTO `t_sys_api` VALUES ('1756104259633010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '失败', 999, '{\"asrsCode\":\"\"}', '', '2025-08-25 14:44:20', NULL, 'http://localhost:19990/api/wcs/vehicleEmpty2', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-08-25 14:44:20'); +INSERT INTO `t_sys_api` VALUES ('1756106036732010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 15:13:57', '2025-08-25 15:13:57', 'http://localhost:19990/api/wcs/vehicleEmpty2', 25, NULL, '2025-08-25 15:13:57'); +INSERT INTO `t_sys_api` VALUES ('1756106055788010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 15:14:16', '2025-08-25 15:14:16', 'http://localhost:19990/api/wcs/vehicleEmpty2', 2, NULL, '2025-08-25 15:14:16'); +INSERT INTO `t_sys_api` VALUES ('1756106080437010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 15:14:40', '2025-08-25 15:14:40', 'http://localhost:19990/api/wcs/vehicleEmpty2', 4, NULL, '2025-08-25 15:14:40'); +INSERT INTO `t_sys_api` VALUES ('1756106107850010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 15:15:08', '2025-08-25 15:15:08', 'http://localhost:19990/api/wcs/vehicleEmpty2', 3, NULL, '2025-08-25 15:15:08'); +INSERT INTO `t_sys_api` VALUES ('1756106178543010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 15:16:18', '2025-08-25 15:16:19', 'http://localhost:19990/api/wcs/vehicleEmpty2', 91, NULL, '2025-08-25 15:16:19'); +INSERT INTO `t_sys_api` VALUES ('1756108938937010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 16:02:19', '2025-08-25 16:02:19', 'http://localhost:19990/api/wcs/vehicleEmpty2', 46, NULL, '2025-08-25 16:02:19'); +INSERT INTO `t_sys_api` VALUES ('1756109621286010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 16:13:41', '2025-08-25 16:13:41', 'http://localhost:19990/api/wcs/vehicleEmpty2', 7, NULL, '2025-08-25 16:13:41'); +INSERT INTO `t_sys_api` VALUES ('1756111436637010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 16:43:57', '2025-08-25 16:43:57', 'http://localhost:19990/api/wcs/vehicleEmpty2', 116, NULL, '2025-08-25 16:43:57'); +INSERT INTO `t_sys_api` VALUES ('1756111456947010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-25 16:44:17', '2025-08-25 16:44:17', 'http://localhost:19990/api/wcs/vehicleEmpty2', 8, NULL, '2025-08-25 16:44:17'); +INSERT INTO `t_sys_api` VALUES ('1756217598989010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{\"asrsCode\":\"\"}', '', '成功', 200, '{\"asrsCode\":\"\"}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-26 22:13:19', '2025-08-26 22:13:19', 'http://localhost:19990/api/wcs/vehicleEmpty2', 246, NULL, '2025-08-26 22:13:19'); +INSERT INTO `t_sys_api` VALUES ('1756217822210010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{}', '', '成功', 200, '{}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-26 22:17:02', '2025-08-26 22:17:02', 'http://localhost:19990/api/wcs/vehicleEmpty2', 33, NULL, '2025-08-26 22:17:02'); +INSERT INTO `t_sys_api` VALUES ('1756217824663010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{}', '', '成功', 200, '{}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-26 22:17:05', '2025-08-26 22:17:05', 'http://localhost:19990/api/wcs/vehicleEmpty2', 3, NULL, '2025-08-26 22:17:05'); +INSERT INTO `t_sys_api` VALUES ('1756218013238010000', 'http://localhost:19990/api/wcs/vehicleEmpty2', 5000, 'POST', 'application/json', '{}', '', '成功', 200, '{}', '{\"content\":[{\"matDesc\":\"0\",\"matNo\":\"0\",\"specialStock\":\"0\",\"specialStockItemNo\":\"0\",\"totalQuantity\":100.0}],\"state\":\"200\",\"successful\":true}', '2025-08-26 22:20:13', '2025-08-26 22:20:13', 'http://localhost:19990/api/wcs/vehicleEmpty2', 3, NULL, '2025-08-26 22:20:13'); +INSERT INTO `t_sys_api` VALUES ('1756879912765010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-03 14:11:53', '2025-09-03 14:11:53', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 140, NULL, '2025-09-03 14:11:53'); +INSERT INTO `t_sys_api` VALUES ('1756879923290010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-03 14:12:03', '2025-09-03 14:12:03', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 91, NULL, '2025-09-03 14:12:03'); +INSERT INTO `t_sys_api` VALUES ('1756879960277010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:12:40', '2025-09-03 14:12:40', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 133, NULL, '2025-09-03 14:12:40'); +INSERT INTO `t_sys_api` VALUES ('1756879969002010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:12:49', '2025-09-03 14:12:49', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 92, NULL, '2025-09-03 14:12:49'); +INSERT INTO `t_sys_api` VALUES ('1756879985796010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:13:06', '2025-09-03 14:13:06', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 91, NULL, '2025-09-03 14:13:06'); +INSERT INTO `t_sys_api` VALUES ('1756880099135010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:14:59', '2025-09-03 14:14:59', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 137, NULL, '2025-09-03 14:14:59'); +INSERT INTO `t_sys_api` VALUES ('1756880158945010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:15:59', '2025-09-03 14:15:59', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 155, NULL, '2025-09-03 14:15:59'); +INSERT INTO `t_sys_api` VALUES ('1756880166448010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:16:06', '2025-09-03 14:16:06', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 113, NULL, '2025-09-03 14:16:06'); +INSERT INTO `t_sys_api` VALUES ('1756880190061010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{}', '{\"content\":{\"code\":\"00-00\",\"defaultMessage\":\"立库编码不能为空\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 14:16:30', '2025-09-03 14:16:30', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 109, NULL, '2025-09-03 14:16:30'); +INSERT INTO `t_sys_api` VALUES ('1756880364512010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-03 14:19:24', '2025-09-03 14:19:25', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 139, NULL, '2025-09-03 14:19:25'); +INSERT INTO `t_sys_api` VALUES ('1756883975270010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"7788\"}', '{\"content\":null,\"state\":\"failed\",\"message\":\"error:[LOG_WM-CONTAINER-CONTAINER_EXCEPTION-028]容器{7788}不存在.\"}', '2025-09-03 15:19:35', '2025-09-03 15:19:35', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 140, NULL, '2025-09-03 15:19:35'); +INSERT INTO `t_sys_api` VALUES ('1756884544039010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"7788\"}', '{\"content\":null,\"state\":\"failed\",\"message\":\"error:[LOG_WM-CONTAINER-CONTAINER_EXCEPTION-028]容器{7788}不存在.\"}', '2025-09-03 15:29:04', '2025-09-03 15:29:04', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 209, NULL, '2025-09-03 15:29:04'); +INSERT INTO `t_sys_api` VALUES ('1756884636139010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"7788\"}', '{\"content\":null,\"state\":\"failed\",\"message\":\"error:[LOG_WM-CONTAINER-CONTAINER_EXCEPTION-028]容器{7788}不存在.\"}', '2025-09-03 15:30:36', '2025-09-03 15:30:36', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 186, NULL, '2025-09-03 15:30:36'); +INSERT INTO `t_sys_api` VALUES ('1756885312619010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/7788/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{\"containerNo\":\"7788\"}', '{\"content\":{\"code\":\"LOG_WM-CONTAINER-CONTAINER_EXCEPTION-028\",\"defaultMessage\":\"容器{7788}不存在.\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-03 15:41:52', '2025-09-03 15:41:53', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/7788/reset', 140, NULL, '2025-09-03 15:41:53'); +INSERT INTO `t_sys_api` VALUES ('1756905163353010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P12\",\"remark\":\"\",\"taskId\":\"1756904089825010000\",\"taskType\":1,\"vehicleNo\":\"123\"}', '', '失败', 999, '{\"location\":\"P12\",\"remark\":\"\",\"taskId\":\"1756904089825010000\",\"taskType\":1,\"vehicleNo\":\"123\"}', '', '2025-09-03 21:12:38', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-03 21:12:43'); +INSERT INTO `t_sys_api` VALUES ('1756905168383010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P18\",\"remark\":\"\",\"taskId\":\"1756904224675010001\",\"taskType\":1,\"vehicleNo\":\"123\"}', '', '失败', 999, '{\"location\":\"P18\",\"remark\":\"\",\"taskId\":\"1756904224675010001\",\"taskType\":1,\"vehicleNo\":\"123\"}', '', '2025-09-03 21:12:43', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-03 21:12:48'); +INSERT INTO `t_sys_api` VALUES ('1756906183260010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":235912.0,\"containerNo\":\"P111\",\"matNo\":\"6060\",\"pickingQty\":1000.0,\"taskNo\":\"1756904089125010000\",\"unit\":\"件\"}]}', '', '失败', 999, '{\"pickingDetail\":[{\"actQty\":235912.0,\"containerNo\":\"P111\",\"matNo\":\"6060\",\"pickingQty\":1000.0,\"taskNo\":\"1756904089125010000\",\"unit\":\"件\"}]}', '', '2025-09-03 21:29:43', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-03 21:29:43'); +INSERT INTO `t_sys_api` VALUES ('1756906951873010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/123/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', 'BasicbW9tOnRlc3RAMTIz', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-09-03 21:42:27', NULL, 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/123/reset', 0, 'Connectto192.168.200.120:8098[/192.168.200.120]failed:Connecttimedout', '2025-09-03 21:42:32'); +INSERT INTO `t_sys_api` VALUES ('1756906978246010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":2000.0,\"containerNo\":\"P123456\",\"matNo\":\"6060\",\"pickingQty\":2000.0,\"taskNo\":\"1756904224039010000\",\"unit\":\"件\"}]}', '', '失败', 999, '{\"pickingDetail\":[{\"actQty\":2000.0,\"containerNo\":\"P123456\",\"matNo\":\"6060\",\"pickingQty\":2000.0,\"taskNo\":\"1756904224039010000\",\"unit\":\"件\"}]}', '', '2025-09-03 21:42:58', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-03 21:42:58'); +INSERT INTO `t_sys_api` VALUES ('1756907536485010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/123456/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"123456\"}', 'BasicbW9tOnRlc3RAMTIz', '失败', 999, '{\"containerNo\":\"123456\"}', '', '2025-09-03 21:52:11', NULL, 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/123456/reset', 0, 'Connectto192.168.200.120:8098[/192.168.200.120]failed:Connecttimedout', '2025-09-03 21:52:16'); +INSERT INTO `t_sys_api` VALUES ('1756907729235010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":0.0,\"containerNo\":\"489463\",\"matNo\":\"4070\",\"pickingQty\":20.0,\"taskNo\":\"1756860921399010000\",\"unit\":\"件\"}]}', '', '失败', 999, '{\"pickingDetail\":[{\"actQty\":0.0,\"containerNo\":\"489463\",\"matNo\":\"4070\",\"pickingQty\":20.0,\"taskNo\":\"1756860921399010000\",\"unit\":\"件\"}]}', '', '2025-09-03 21:55:29', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-03 21:55:29'); +INSERT INTO `t_sys_api` VALUES ('1756908283754010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":1800.0,\"containerNo\":\"749645\",\"matNo\":\"6060\",\"pickingQty\":200.0,\"taskNo\":\"1756908159565010000\",\"unit\":\"件\"}]}', '', '失败', 999, '{\"pickingDetail\":[{\"actQty\":1800.0,\"containerNo\":\"749645\",\"matNo\":\"6060\",\"pickingQty\":200.0,\"taskNo\":\"1756908159565010000\",\"unit\":\"件\"}]}', '', '2025-09-03 22:04:44', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-03 22:04:44'); +INSERT INTO `t_sys_api` VALUES ('1756910234995010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/123/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"123\"}', 'BasicbW9tOnRlc3RAMTIz', '失败', 999, '{\"containerNo\":\"123\"}', '', '2025-09-03 22:37:10', NULL, 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/123/reset', 0, 'Connectto192.168.200.120:8098[/192.168.200.120]failed:Connecttimedout', '2025-09-03 22:37:15'); +INSERT INTO `t_sys_api` VALUES ('1756910878704010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":0.0,\"containerNo\":\"894651\",\"matNo\":\"6060\",\"pickingQty\":1600.0,\"taskNo\":\"1756908280877010000\",\"unit\":\"件\"}]}', '', '失败', 999, '{\"pickingDetail\":[{\"actQty\":0.0,\"containerNo\":\"894651\",\"matNo\":\"6060\",\"pickingQty\":1600.0,\"taskNo\":\"1756908280877010000\",\"unit\":\"件\"}]}', '', '2025-09-03 22:47:59', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-03 22:47:59'); +INSERT INTO `t_sys_api` VALUES ('1756911590650010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/7788/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"7788\"}', 'BasicbW9tOnRlc3RAMTIz', '失败', 999, '{\"containerNo\":\"7788\"}', '', '2025-09-03 22:59:46', NULL, 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/7788/reset', 0, 'Connectto192.168.200.120:8098[/192.168.200.120]failed:Connecttimedout', '2025-09-03 22:59:51'); +INSERT INTO `t_sys_api` VALUES ('1756911652466010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetail\":[{\"actQty\":0.0,\"containerNo\":\"8974654\",\"matNo\":\"159753\",\"pickingQty\":120.0,\"taskNo\":\"1756911228397010000\",\"unit\":\"件\"}]}', '', '失败', 999, '{\"pickingDetail\":[{\"actQty\":0.0,\"containerNo\":\"8974654\",\"matNo\":\"159753\",\"pickingQty\":120.0,\"taskNo\":\"1756911228397010000\",\"unit\":\"件\"}]}', '', '2025-09-03 23:00:52', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-03 23:00:52'); +INSERT INTO `t_sys_api` VALUES ('1756947308860010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"\"}', '{\"timestamp\":\"2025-09-04T00:55:09.551+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 08:55:09', '2025-09-04 08:55:09', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 64, NULL, '2025-09-04 08:55:09'); +INSERT INTO `t_sys_api` VALUES ('1756947385607010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T00:56:26.305+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 08:56:26', '2025-09-04 08:56:26', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 48, NULL, '2025-09-04 08:56:26'); +INSERT INTO `t_sys_api` VALUES ('1756947408909010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T00:56:49.605+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 08:56:49', '2025-09-04 08:56:49', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 35, NULL, '2025-09-04 08:56:49'); +INSERT INTO `t_sys_api` VALUES ('1756947547530010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T00:59:08.235+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 08:59:08', '2025-09-04 08:59:08', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 31, NULL, '2025-09-04 08:59:08'); +INSERT INTO `t_sys_api` VALUES ('1756947972358010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"7788\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T01:06:13.042+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 09:06:12', '2025-09-04 09:06:12', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 59, NULL, '2025-09-04 09:06:12'); +INSERT INTO `t_sys_api` VALUES ('1756949121819010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":{\"billNo\":null,\"billType\":null,\"containerNo\":\"FS202507240030\",\"taskDetailInfo\":[{\"taskNo\":null,\"orderNo\":\"4501013251/6\",\"orderType\":null,\"matNo\":\"SJPS019088881-1\",\"matDesc\":\"切割转子挡板_SJPS66×2H.05-20_喷砂_外协\",\"skuQty\":1.00,\"skuUnit\":\"EA\",\"remark\":null,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021982.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null},{\"taskNo\":null,\"orderNo\":\"4501013251/7\",\"orderType\":null,\"matNo\":\"SJPS019095152-1\",\"matDesc\":\"左侧板焊合_CJPS66×2-D.01_喷砂_外协\",\"skuQty\":1.00,\"skuUnit\":\"EA\",\"remark\":null,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021982.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null}]},\"state\":\"successfully\",\"message\":null}', '2025-09-04 09:25:22', '2025-09-04 09:25:22', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 112, NULL, '2025-09-04 09:25:22'); +INSERT INTO `t_sys_api` VALUES ('1756949231577010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":{\"billNo\":null,\"billType\":null,\"containerNo\":\"FS202507240030\",\"taskDetailInfo\":[{\"taskNo\":null,\"orderNo\":\"4501013251/6\",\"orderType\":null,\"matNo\":\"SJPS019088881-1\",\"matDesc\":\"切割转子挡板_SJPS66×2H.05-20_喷砂_外协\",\"skuQty\":1.00,\"skuUnit\":\"EA\",\"remark\":null,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021982.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null},{\"taskNo\":null,\"orderNo\":\"4501013251/7\",\"orderType\":null,\"matNo\":\"SJPS019095152-1\",\"matDesc\":\"左侧板焊合_CJPS66×2-D.01_喷砂_外协\",\"skuQty\":1.00,\"skuUnit\":\"EA\",\"remark\":null,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021982.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null}]},\"state\":\"successfully\",\"message\":null}', '2025-09-04 09:27:11', '2025-09-04 09:27:12', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 149, NULL, '2025-09-04 09:27:12'); +INSERT INTO `t_sys_api` VALUES ('1756949958471010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":{\"billNo\":null,\"billType\":null,\"containerNo\":\"FS202507240030\",\"taskDetailInfo\":[{\"taskNo\":null,\"orderNo\":\"4501013251/6\",\"orderType\":null,\"matNo\":\"SJPS019088881-1\",\"matDesc\":\"切割转子挡板_SJPS66×2H.05-20_喷砂_外协\",\"skuQty\":1.00,\"skuUnit\":\"EA\",\"remark\":null,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021982.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null},{\"taskNo\":null,\"orderNo\":\"4501013251/7\",\"orderType\":null,\"matNo\":\"SJPS019095152-1\",\"matDesc\":\"左侧板焊合_CJPS66×2-D.01_喷砂_外协\",\"skuQty\":1.00,\"skuUnit\":\"EA\",\"remark\":null,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021982.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null}]},\"state\":\"successfully\",\"message\":null}', '2025-09-04 09:39:18', '2025-09-04 09:39:18', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task', 227, NULL, '2025-09-04 09:39:18'); +INSERT INTO `t_sys_api` VALUES ('1756950592990010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"containerNo\":\"FS202507240030\"}', '{\"timestamp\":\"2025-09-04T01:49:53.645+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 09:49:53', '2025-09-04 09:49:53', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 27, NULL, '2025-09-04 09:49:53'); +INSERT INTO `t_sys_api` VALUES ('1756951319385010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T02:02:00.034+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 10:01:59', '2025-09-04 10:01:59', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 30, NULL, '2025-09-04 10:01:59'); +INSERT INTO `t_sys_api` VALUES ('1756951501383010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T02:05:02.001+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 10:05:01', '2025-09-04 10:05:01', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 157, NULL, '2025-09-04 10:05:01'); +INSERT INTO `t_sys_api` VALUES ('1756951700112010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 10:08:20', '2025-09-04 10:08:20', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 166, NULL, '2025-09-04 10:08:20'); +INSERT INTO `t_sys_api` VALUES ('1756951826652010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 10:10:27', '2025-09-04 10:10:27', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 148, NULL, '2025-09-04 10:10:27'); +INSERT INTO `t_sys_api` VALUES ('1756951841458010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 10:10:41', '2025-09-04 10:10:41', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 104, NULL, '2025-09-04 10:10:41'); +INSERT INTO `t_sys_api` VALUES ('1756951992152010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 10:13:12', '2025-09-04 10:13:12', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 115, NULL, '2025-09-04 10:13:12'); +INSERT INTO `t_sys_api` VALUES ('1756952188678010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"containerNo\":\"FS202507240030\"}', '{\"timestamp\":\"2025-09-04T02:16:29.310+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 10:16:29', '2025-09-04 10:16:29', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 56, NULL, '2025-09-04 10:16:29'); +INSERT INTO `t_sys_api` VALUES ('1756952248602010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', '{\"timestamp\":\"2025-09-04T02:17:29.220+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/asrs/stockIn/task/confirm\"}', '2025-09-04 10:17:29', '2025-09-04 10:17:29', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 40, NULL, '2025-09-04 10:17:29'); +INSERT INTO `t_sys_api` VALUES ('1756953339256010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"billNo\":\"\",\"billType\":\"\",\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 10:35:39', '2025-09-04 10:35:39', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 121, NULL, '2025-09-04 10:35:39'); +INSERT INTO `t_sys_api` VALUES ('1756953730235010000', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"FS202507240030\",\"pin\":\"ASRS2-WMS\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 10:42:10', '2025-09-04 10:42:10', 'http://192.168.200.120:8098/api/v1/asrs/stockIn/task/confirm', 200, NULL, '2025-09-04 10:42:10'); +INSERT INTO `t_sys_api` VALUES ('1756956500419010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', 'BasicbW9tOnRlc3RAMTIz', '失败', 999, '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', '', '2025-09-04 11:28:20', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-04 11:28:20'); +INSERT INTO `t_sys_api` VALUES ('1756956541512010000', 'http://localhost:19990/api/wcs/statusTest', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', 'BasicbW9tOnRlc3RAMTIz', '失败', 999, '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', '', '2025-09-04 11:29:01', NULL, 'http://localhost:19990/api/wcs/statusTest', 0, 'Connecttolocalhost:19990[localhost/127.0.0.1,localhost/0:0:0:0:0:0:0:1]failed:Connectionrefused:getsockopt', '2025-09-04 11:29:02'); +INSERT INTO `t_sys_api` VALUES ('1756959645604010000', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 12:20:45', '2025-09-04 12:20:46', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 122, NULL, '2025-09-04 12:20:46'); +INSERT INTO `t_sys_api` VALUES ('1756961797845010000', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"pickingDetailParams\":[{\"actQty\":2.0,\"matNo\":\"SKU12345\",\"pickingQty\":10.0,\"taskNo\":\"DETAIL001\"},{\"actQty\":3.0,\"matNo\":\"SKU67890\",\"pickingQty\":5.0,\"taskNo\":\"DETAIL002\"}],\"pickingType\":\"BATCH_PICKING\",\"waveNo\":\"WAVE001\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-04 12:56:38', '2025-09-04 12:56:38', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 146, NULL, '2025-09-04 12:56:38'); +INSERT INTO `t_sys_api` VALUES ('1756969874180010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-04 15:11:14', '2025-09-04 15:11:14', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 157, NULL, '2025-09-04 15:11:14'); +INSERT INTO `t_sys_api` VALUES ('1756969879892010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-04 15:11:20', '2025-09-04 15:11:20', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 145, NULL, '2025-09-04 15:11:20'); +INSERT INTO `t_sys_api` VALUES ('1756969970947010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-04 15:12:51', '2025-09-04 15:12:51', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 115, NULL, '2025-09-04 15:12:51'); +INSERT INTO `t_sys_api` VALUES ('1756971175888010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-04 15:32:56', '2025-09-04 15:32:56', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 134, NULL, '2025-09-04 15:32:56'); +INSERT INTO `t_sys_api` VALUES ('1756971974350010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-04 15:46:14', '2025-09-04 15:46:14', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 106, NULL, '2025-09-04 15:46:14'); +INSERT INTO `t_sys_api` VALUES ('1756973181987010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-04 16:06:22', '2025-09-04 16:06:22', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 238, NULL, '2025-09-04 16:06:22'); +INSERT INTO `t_sys_api` VALUES ('1757312181613010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-08 14:16:21', '2025-09-08 14:16:22', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 152, NULL, '2025-09-08 14:16:22'); +INSERT INTO `t_sys_api` VALUES ('1757312452868010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-08 14:20:53', '2025-09-08 14:20:53', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 136, NULL, '2025-09-08 14:20:53'); +INSERT INTO `t_sys_api` VALUES ('1757312461282010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"ASRS2-WMS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"ASRS2-WMS\"}', '{\"content\":[],\"state\":\"successfully\",\"message\":null}', '2025-09-08 14:21:01', '2025-09-08 14:21:01', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 99, NULL, '2025-09-08 14:21:01'); +INSERT INTO `t_sys_api` VALUES ('1757391499096010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"FS202507240030\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 520, '{\"containerNo\":\"FS202507240030\"}', '{\"content\":{\"code\":\"LOG_WM-CONTAINER-CONTAINER_EXCEPTION-028\",\"defaultMessage\":\"容器{FS202507240030}不存在.\",\"exceptionType\":null},\"state\":\"failed\",\"message\":\"error\"}', '2025-09-09 12:18:19', '2025-09-09 12:18:19', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/FS202507240030/reset', 170, NULL, '2025-09-09 12:18:19'); +INSERT INTO `t_sys_api` VALUES ('1757391500597010000', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":0.0,\"containerNo\":\"65454153\",\"matNo\":\"SJPS019088881-1\",\"pickingQty\":1.0,\"taskNo\":\"1757389730541010000\"}]}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"pickingDetailParams\":[{\"actQty\":0.0,\"containerNo\":\"65454153\",\"matNo\":\"SJPS019088881-1\",\"pickingQty\":1.0,\"taskNo\":\"1757389730541010000\"}]}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-09 12:18:21', '2025-09-09 12:18:21', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 91, NULL, '2025-09-09 12:18:21'); +INSERT INTO `t_sys_api` VALUES ('1757571498635010000', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":4.0,\"containerNo\":\"789\",\"matNo\":\"SZLH011070271\",\"pickingQty\":2.0,\"taskNo\":\"1965999973080883201\"}]}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"pickingDetailParams\":[{\"actQty\":4.0,\"containerNo\":\"789\",\"matNo\":\"SZLH011070271\",\"pickingQty\":2.0,\"taskNo\":\"1965999973080883201\"}]}', '{\"timestamp\":\"2025-09-11T06:18:19.970+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/ewm/missionConfirmReturnEwm\"}', '2025-09-11 14:18:19', '2025-09-11 14:18:19', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 67, NULL, '2025-09-11 14:18:19'); +INSERT INTO `t_sys_api` VALUES ('1758005696681010000', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/BASR202508210025/reset', 5000, 'POST', 'application/json', '{\"containerNo\":\"BASR202508210025\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"containerNo\":\"BASR202508210025\"}', '{\"content\":true,\"state\":\"successfully\",\"message\":null}', '2025-09-16 14:54:57', '2025-09-16 14:54:57', 'http://192.168.200.120:8098/api/v1/logistics/wm/pallet/BASR202508210025/reset', 169, NULL, '2025-09-16 14:54:57'); +INSERT INTO `t_sys_api` VALUES ('1758005936110010000', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 5000, 'POST', 'application/json', '{\"pickingDetailParams\":[{\"actQty\":1.0,\"containerNo\":\"12312\",\"matNo\":\"TCQY019015011-1\",\"pickingQty\":1.0,\"taskNo\":\"1967495139676475394\",\"unit\":\"EA\"}],\"pickingType\":\"159\",\"waveNo\":\"W20250405001\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 404, '{\"pickingDetailParams\":[{\"actQty\":1.0,\"containerNo\":\"12312\",\"matNo\":\"TCQY019015011-1\",\"pickingQty\":1.0,\"taskNo\":\"1967495139676475394\",\"unit\":\"EA\"}],\"pickingType\":\"159\",\"waveNo\":\"W20250405001\"}', '{\"timestamp\":\"2025-09-16T06:58:56.316+0000\",\"status\":404,\"error\":\"NotFound\",\"message\":\"NotFound\",\"path\":\"/ewm/missionConfirmReturnEwm\"}', '2025-09-16 14:58:56', '2025-09-16 14:58:56', 'http://192.168.200.120:8098/api/v1/ewm/missionConfirmReturnEwm', 32, NULL, '2025-09-16 14:58:56'); +INSERT INTO `t_sys_api` VALUES ('1758266660807010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"LASRS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"LASRS\"}', '{\"content\":[{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"10220800037\",\"matDesc\":\"气管_Φ8×Φ5×L_PU-红色_亚德客\",\"totalQuantity\":8.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"M\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"G04010103013\",\"matDesc\":\"快插接头_PUT6_通用\",\"totalQuantity\":30.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"STHJ011006191\",\"matDesc\":\"硅橡胶加热板_STHJ50×275B.00-06\",\"totalQuantity\":1.0,\"specialStock\":\"Q\",\"specialStockNo\":\"01.021503.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"24190200059\",\"matDesc\":\"行程开关_EXES98D-11-40°C_世德_Ⅱ2DEXTBⅢCT80℃DB…\",\"totalQuantity\":4.0,\"specialStock\":\"Q\",\"specialStockNo\":\"12.020296.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"JX00005010\",\"matDesc\":null,\"totalQuantity\":0.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"DBA00630600\",\"matDesc\":\"轴承_6306-2Z_SKF\",\"totalQuantity\":30.0,\"specialStock\":\"K\",\"specialStockNo\":\"106721\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"15011100026\",\"matDesc\":\"气弹簧_GS-22-150-BB-450N_ACE_两端关节轴承_优化淘汰\",\"totalQuantity\":2.0,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021983.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"Q2101030021\",\"matDesc\":null,\"totalQuantity\":40.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"Q2101030025\",\"matDesc\":\"喷嘴_H-VV_1/4_8050_外丝_304_通用\",\"totalQuantity\":6.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"16010100227\",\"matDesc\":\"...', '2025-09-19 15:24:21', '2025-09-19 15:24:21', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 147, NULL, '2025-09-19 15:24:21'); +INSERT INTO `t_sys_api` VALUES ('1758266844664010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"LASRS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"LASRS\"}', '{\"content\":[{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"10220800037\",\"matDesc\":\"气管_Φ8×Φ5×L_PU-红色_亚德客\",\"totalQuantity\":8.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"M\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"G04010103013\",\"matDesc\":\"快插接头_PUT6_通用\",\"totalQuantity\":30.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"STHJ011006191\",\"matDesc\":\"硅橡胶加热板_STHJ50×275B.00-06\",\"totalQuantity\":1.0,\"specialStock\":\"Q\",\"specialStockNo\":\"01.021503.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"24190200059\",\"matDesc\":\"行程开关_EXES98D-11-40°C_世德_Ⅱ2DEXTBⅢCT80℃DB…\",\"totalQuantity\":4.0,\"specialStock\":\"Q\",\"specialStockNo\":\"12.020296.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"JX00005010\",\"matDesc\":null,\"totalQuantity\":0.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"DBA00630600\",\"matDesc\":\"轴承_6306-2Z_SKF\",\"totalQuantity\":30.0,\"specialStock\":\"K\",\"specialStockNo\":\"106721\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"15011100026\",\"matDesc\":\"气弹簧_GS-22-150-BB-450N_ACE_两端关节轴承_优化淘汰\",\"totalQuantity\":2.0,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021983.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"Q2101030021\",\"matDesc\":null,\"totalQuantity\":40.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"Q2101030025\",\"matDesc\":\"喷嘴_H-VV_1/4_8050_外丝_304_通用\",\"totalQuantity\":6.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"16010100227\",\"matDesc\":\"...', '2025-09-19 15:27:24', '2025-09-19 15:27:25', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 230, NULL, '2025-09-19 15:27:25'); +INSERT INTO `t_sys_api` VALUES ('1758267095332010000', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 5000, 'POST', 'application/json', '{\"asrsCode\":\"LASRS\"}', 'BasicbW9tOnRlc3RAMTIz', '成功', 200, '{\"asrsCode\":\"LASRS\"}', '{\"content\":[{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"10220800037\",\"matDesc\":\"气管_Φ8×Φ5×L_PU-红色_亚德客\",\"totalQuantity\":8.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"M\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"G04010103013\",\"matDesc\":\"快插接头_PUT6_通用\",\"totalQuantity\":30.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"STHJ011006191\",\"matDesc\":\"硅橡胶加热板_STHJ50×275B.00-06\",\"totalQuantity\":1.0,\"specialStock\":\"Q\",\"specialStockNo\":\"01.021503.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"24190200059\",\"matDesc\":\"行程开关_EXES98D-11-40°C_世德_Ⅱ2DEXTBⅢCT80℃DB…\",\"totalQuantity\":4.0,\"specialStock\":\"Q\",\"specialStockNo\":\"12.020296.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"JX00005010\",\"matDesc\":null,\"totalQuantity\":0.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"DBA00630600\",\"matDesc\":\"轴承_6306-2Z_SKF\",\"totalQuantity\":30.0,\"specialStock\":\"K\",\"specialStockNo\":\"106721\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"15011100026\",\"matDesc\":\"气弹簧_GS-22-150-BB-450N_ACE_两端关节轴承_优化淘汰\",\"totalQuantity\":2.0,\"specialStock\":\"Q\",\"specialStockNo\":\"12.021983.01.02.01.01\",\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"Q2101030021\",\"matDesc\":null,\"totalQuantity\":40.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"Q2101030025\",\"matDesc\":\"喷嘴_H-VV_1/4_8050_外丝_304_通用\",\"totalQuantity\":6.0,\"specialStock\":null,\"specialStockNo\":null,\"specialStockItemNo\":null,\"batchNo\":null,\"baseUnit\":\"EA\"},{\"plant\":\"JX26\",\"storageBin\":\"LASRS\",\"matNo\":\"16010100227\",\"matDesc\":\"...', '2025-09-19 15:31:35', '2025-09-19 15:31:35', 'http://192.168.200.120:8098/api/v1/asrs/asrsStock', 139, NULL, '2025-09-19 15:31:35'); +INSERT INTO `t_sys_api` VALUES ('1758446513447010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:21:48', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:21:53'); +INSERT INTO `t_sys_api` VALUES ('1758446528638010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:04', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:09'); +INSERT INTO `t_sys_api` VALUES ('1758446534281010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:09', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:14'); +INSERT INTO `t_sys_api` VALUES ('1758446539289010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:14', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:19'); +INSERT INTO `t_sys_api` VALUES ('1758446545284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:20', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:25'); +INSERT INTO `t_sys_api` VALUES ('1758446550295010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:25', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:30'); +INSERT INTO `t_sys_api` VALUES ('1758446556295010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:31', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:36'); +INSERT INTO `t_sys_api` VALUES ('1758446561317010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:36', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:41'); +INSERT INTO `t_sys_api` VALUES ('1758446567300010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:42', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:47'); +INSERT INTO `t_sys_api` VALUES ('1758446572320010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:47', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:52'); +INSERT INTO `t_sys_api` VALUES ('1758446578306010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:53', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:22:58'); +INSERT INTO `t_sys_api` VALUES ('1758446583324010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:22:58', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:03'); +INSERT INTO `t_sys_api` VALUES ('1758446589297010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:04', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:09'); +INSERT INTO `t_sys_api` VALUES ('1758446594311010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:09', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:14'); +INSERT INTO `t_sys_api` VALUES ('1758446600298010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:15', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:20'); +INSERT INTO `t_sys_api` VALUES ('1758446605314010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:20', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:25'); +INSERT INTO `t_sys_api` VALUES ('1758446611298010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:26', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:31'); +INSERT INTO `t_sys_api` VALUES ('1758446616318010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:31', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:36'); +INSERT INTO `t_sys_api` VALUES ('1758446622302010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:37', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:42'); +INSERT INTO `t_sys_api` VALUES ('1758446627316010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:42', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:47'); +INSERT INTO `t_sys_api` VALUES ('1758446633288010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:48', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:53'); +INSERT INTO `t_sys_api` VALUES ('1758446638303010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:53', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:23:58'); +INSERT INTO `t_sys_api` VALUES ('1758446644296010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:23:59', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:04'); +INSERT INTO `t_sys_api` VALUES ('1758446649305010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:04', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:09'); +INSERT INTO `t_sys_api` VALUES ('1758446655278010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:10', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:15'); +INSERT INTO `t_sys_api` VALUES ('1758446660286010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:15', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:20'); +INSERT INTO `t_sys_api` VALUES ('1758446666276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:21', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:26'); +INSERT INTO `t_sys_api` VALUES ('1758446671285010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:26', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:31'); +INSERT INTO `t_sys_api` VALUES ('1758446677277010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:32', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:37'); +INSERT INTO `t_sys_api` VALUES ('1758446682284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:37', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:42'); +INSERT INTO `t_sys_api` VALUES ('1758446688276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:43', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:48'); +INSERT INTO `t_sys_api` VALUES ('1758446693284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:48', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:53'); +INSERT INTO `t_sys_api` VALUES ('1758446699276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:54', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:24:59'); +INSERT INTO `t_sys_api` VALUES ('1758446704284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:24:59', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:04'); +INSERT INTO `t_sys_api` VALUES ('1758446710276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:05', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:10'); +INSERT INTO `t_sys_api` VALUES ('1758446715286010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:10', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:15'); +INSERT INTO `t_sys_api` VALUES ('1758446721278010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:16', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:21'); +INSERT INTO `t_sys_api` VALUES ('1758446726300010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:21', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:26'); +INSERT INTO `t_sys_api` VALUES ('1758446732297010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:27', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:32'); +INSERT INTO `t_sys_api` VALUES ('1758446737312010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:32', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:37'); +INSERT INTO `t_sys_api` VALUES ('1758446743289010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:38', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:43'); +INSERT INTO `t_sys_api` VALUES ('1758446748309010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:43', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:48'); +INSERT INTO `t_sys_api` VALUES ('1758446754293010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:49', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:54'); +INSERT INTO `t_sys_api` VALUES ('1758446759314010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:25:54', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:25:59'); +INSERT INTO `t_sys_api` VALUES ('1758446765291010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:00', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:05'); +INSERT INTO `t_sys_api` VALUES ('1758446770300010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:05', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:10'); +INSERT INTO `t_sys_api` VALUES ('1758446776291010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:11', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:16'); +INSERT INTO `t_sys_api` VALUES ('1758446781307010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:16', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:21'); +INSERT INTO `t_sys_api` VALUES ('1758446787301010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:22', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:27'); +INSERT INTO `t_sys_api` VALUES ('1758446792318010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:27', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:32'); +INSERT INTO `t_sys_api` VALUES ('1758446798293010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:33', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:38'); +INSERT INTO `t_sys_api` VALUES ('1758446803302010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:38', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:43'); +INSERT INTO `t_sys_api` VALUES ('1758446809286010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:44', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:49'); +INSERT INTO `t_sys_api` VALUES ('1758446814301010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:49', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:26:54'); +INSERT INTO `t_sys_api` VALUES ('1758446820303010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:26:55', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:00'); +INSERT INTO `t_sys_api` VALUES ('1758446825311010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:00', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:05'); +INSERT INTO `t_sys_api` VALUES ('1758446831294010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:06', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:11'); +INSERT INTO `t_sys_api` VALUES ('1758446836310010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:11', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:16'); +INSERT INTO `t_sys_api` VALUES ('1758446842284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:17', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:22'); +INSERT INTO `t_sys_api` VALUES ('1758446847303010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:22', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:27'); +INSERT INTO `t_sys_api` VALUES ('1758446853296010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:28', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:33'); +INSERT INTO `t_sys_api` VALUES ('1758446858309010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:33', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:38'); +INSERT INTO `t_sys_api` VALUES ('1758446864285010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:39', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:44'); +INSERT INTO `t_sys_api` VALUES ('1758446869303010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:44', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:49'); +INSERT INTO `t_sys_api` VALUES ('1758446875278010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:50', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:27:55'); +INSERT INTO `t_sys_api` VALUES ('1758446880290010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:27:55', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:00'); +INSERT INTO `t_sys_api` VALUES ('1758446886284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:01', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:06'); +INSERT INTO `t_sys_api` VALUES ('1758446891303010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:06', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:11'); +INSERT INTO `t_sys_api` VALUES ('1758446897292010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:12', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:17'); +INSERT INTO `t_sys_api` VALUES ('1758446902306010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:17', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:22'); +INSERT INTO `t_sys_api` VALUES ('1758446908297010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:23', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:28'); +INSERT INTO `t_sys_api` VALUES ('1758446913311010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:28', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:33'); +INSERT INTO `t_sys_api` VALUES ('1758446919288010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:34', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:39'); +INSERT INTO `t_sys_api` VALUES ('1758446924300010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:39', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:44'); +INSERT INTO `t_sys_api` VALUES ('1758446930293010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:45', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:50'); +INSERT INTO `t_sys_api` VALUES ('1758446935308010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:50', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:28:55'); +INSERT INTO `t_sys_api` VALUES ('1758446941286010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:28:56', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:01'); +INSERT INTO `t_sys_api` VALUES ('1758446946299010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:01', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:06'); +INSERT INTO `t_sys_api` VALUES ('1758446952285010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:07', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:12'); +INSERT INTO `t_sys_api` VALUES ('1758446957309010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:12', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:17'); +INSERT INTO `t_sys_api` VALUES ('1758446963275010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:18', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:23'); +INSERT INTO `t_sys_api` VALUES ('1758446968284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:23', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:28'); +INSERT INTO `t_sys_api` VALUES ('1758446974296010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:29', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:34'); +INSERT INTO `t_sys_api` VALUES ('1758446979306010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:34', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:39'); +INSERT INTO `t_sys_api` VALUES ('1758446985277010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:40', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:45'); +INSERT INTO `t_sys_api` VALUES ('1758446990287010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:45', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:50'); +INSERT INTO `t_sys_api` VALUES ('1758446996276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:51', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:29:56'); +INSERT INTO `t_sys_api` VALUES ('1758447001283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:29:56', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:01'); +INSERT INTO `t_sys_api` VALUES ('1758447007276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:02', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:07'); +INSERT INTO `t_sys_api` VALUES ('1758447012283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:07', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:12'); +INSERT INTO `t_sys_api` VALUES ('1758447018275010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:13', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:18'); +INSERT INTO `t_sys_api` VALUES ('1758447023284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:18', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:23'); +INSERT INTO `t_sys_api` VALUES ('1758447029276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:24', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:29'); +INSERT INTO `t_sys_api` VALUES ('1758447034283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:29', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:34'); +INSERT INTO `t_sys_api` VALUES ('1758447040276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:35', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:40'); +INSERT INTO `t_sys_api` VALUES ('1758447045284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:40', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:45'); +INSERT INTO `t_sys_api` VALUES ('1758447051276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:46', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:51'); +INSERT INTO `t_sys_api` VALUES ('1758447056283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:51', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:30:56'); +INSERT INTO `t_sys_api` VALUES ('1758447062275010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:30:57', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:02'); +INSERT INTO `t_sys_api` VALUES ('1758447067281010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:02', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:07'); +INSERT INTO `t_sys_api` VALUES ('1758447073276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:08', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:13'); +INSERT INTO `t_sys_api` VALUES ('1758447078283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:13', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:18'); +INSERT INTO `t_sys_api` VALUES ('1758447084276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:19', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:24'); +INSERT INTO `t_sys_api` VALUES ('1758447089283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:24', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:29'); +INSERT INTO `t_sys_api` VALUES ('1758447095277010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:30', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:35'); +INSERT INTO `t_sys_api` VALUES ('1758447100284010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:35', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:40'); +INSERT INTO `t_sys_api` VALUES ('1758447106277010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:41', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:46'); +INSERT INTO `t_sys_api` VALUES ('1758447111285010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:46', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:51'); +INSERT INTO `t_sys_api` VALUES ('1758447117277010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:52', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:31:57'); +INSERT INTO `t_sys_api` VALUES ('1758447122290010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:31:57', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:02'); +INSERT INTO `t_sys_api` VALUES ('1758447128276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:03', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:08'); +INSERT INTO `t_sys_api` VALUES ('1758447133285010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:08', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:13'); +INSERT INTO `t_sys_api` VALUES ('1758447139275010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:14', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:19'); +INSERT INTO `t_sys_api` VALUES ('1758447144283010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:19', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:24'); +INSERT INTO `t_sys_api` VALUES ('1758447150276010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:25', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:30'); +INSERT INTO `t_sys_api` VALUES ('1758447155290010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:30', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:35'); +INSERT INTO `t_sys_api` VALUES ('1758447161277010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:36', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:41'); +INSERT INTO `t_sys_api` VALUES ('1758447166286010000', 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 5000, 'POST', 'application/json', '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '失败', 999, '{\"location\":\"P11\",\"remark\":\"\",\"taskId\":\"1758445654474010002\",\"taskType\":1,\"vehicleNo\":\"BASR202509060038\"}', '', '2025-09-21 17:32:41', NULL, 'http://10.90.83.39:9980/api/wms/convey/conveyTask', 0, 'Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout', '2025-09-21 17:32:46'); + +-- ---------------------------- +-- Table structure for t_sys_log +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_log`; +CREATE TABLE `t_sys_log` ( + `log_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '日志id', + `method` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `remote_host` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `remote_addr` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `request_content` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `response_content` varchar(2060) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL, + `log_time` datetime NOT NULL, + PRIMARY KEY (`log_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_log +-- ---------------------------- +INSERT INTO `t_sys_log` VALUES ('1748417307916010000', 'POST', '/wms/log/queryApisByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口发送日志成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-28 15:28:28'); +INSERT INTO `t_sys_log` VALUES ('1748417332634010000', 'POST', '/wms/log/queryApisByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口发送日志成功。\",\"data\":{\"total\":2,\"pages\":1,\"lists\":[{\"logId\":\"1748417327699010000\",\"url\":\"http://10.90.83.39:9980/api/wms/wmsTask/setStackerTask\",\"timeout\":5000,\"method\":\"POST\",\"contentType\":\"application/json\",\"data\":\"{\\\"destination\\\":\\\"\\\",\\\"origin\\\":\\\"A04-32-03\\\",\\\"priority\\\":1,\\\"taskId\\\":\\\"1748307809398010000\\\",\\\"taskType\\\":2,\\\"vehicleNo\\\":\\\"ASRS-0350\\\",\\\"vehicleSize\\\":0,\\\"weight\\\":0}\",\"token\":\"\",\"success\":\"失败\",\"responseCode\":999,\"requestMessage\":\"{\\\"destination\\\":\\\"\\\",\\\"origin\\\":\\\"A04-32-03\\\",\\\"priority\\\":1,\\\"taskId\\\":\\\"1748307809398010000\\\",\\\"taskType\\\":2,\\\"vehicleNo\\\":\\\"ASRS-0350\\\",\\\"vehicleSize\\\":0,\\\"weight\\\":0}\",\"responseMessage\":\"\",\"requestTime\":\"2025-05-28T15:28:43\",\"responseTime\":null,\"requestUrl\":\"http://10.90.83.39:9980/api/wms/wmsTask/setStackerTask\",\"useTime\":0,\"exceptionMessage\":\"Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout\",\"logTime\":\"2025-05-28T15:28:48\"},{\"logId\":\"1748417322667010000\",\"url\":\"http://10.90.83.39:9980/api/wms/wmsTask/setStackerTask\",\"timeout\":5000,\"method\":\"POST\",\"contentType\":\"application/json\",\"data\":\"{\\\"destination\\\":\\\"\\\",\\\"origin\\\":\\\"A02-38-02\\\",\\\"priority\\\":1,\\\"taskId\\\":\\\"1748307809397010000\\\",\\\"taskType\\\":2,\\\"vehicleNo\\\":\\\"ASRS-1907\\\",\\\"vehicleSize\\\":0,\\\"weight\\\":0}\",\"token\":\"\",\"success\":\"失败\",\"responseCode\":999,\"requestMessage\":\"{\\\"destination\\\":\\\"\\\",\\\"origin\\\":\\\"A02-38-02\\\",\\\"priority\\\":1,\\\"taskId\\\":\\\"1748307809397010000\\\",\\\"taskType\\\":2,\\\"vehicleNo\\\":\\\"ASRS-1907\\\",\\\"vehicleSize\\\":0,\\\"weight\\\":0}\",\"responseMessage\":\"\",\"requestTime\":\"2025-05-28T15:28:38\",\"responseTime\":null,\"requestUrl\":\"http://10.90.83.39:9980/api/wms/wmsTask/setStackerTask\",\"useTime\":0,\"exceptionMessage\":\"Connectto10.90.83.39:9980[/10.90.83.39]failed:Connecttimedout\",\"logTime\":\"2025-05-28T15:28:43\"}]}}', '2025-05-28 15:28:53'); +INSERT INTO `t_sys_log` VALUES ('1748420904177010000', 'OPTIONS', '/wms/log/queryApisByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-28 16:28:24'); +INSERT INTO `t_sys_log` VALUES ('1748420904252010000', 'POST', '/wms/log/queryApisByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口发送日志成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-28 16:28:24'); +INSERT INTO `t_sys_log` VALUES ('1748420904520010000', 'POST', '/wms/log/queryApisByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口发送日志成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-28 16:28:25'); +INSERT INTO `t_sys_log` VALUES ('1748420904732010000', 'POST', '/wms/log/queryApisByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口发送日志成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-28 16:28:25'); +INSERT INTO `t_sys_log` VALUES ('1748420908761010000', 'OPTIONS', '/wms/log/queryLogsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-28 16:28:29'); +INSERT INTO `t_sys_log` VALUES ('1748420908836010000', 'POST', '/wms/log/queryLogsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口接收日志成功。\",\"data\":{\"total\":7,\"pages\":1,\"lists\":[{\"logId\":\"1748420908761010000\",\"method\":\"OPTIONS\",\"uri\":\"/wms/log/queryLogsByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"\",\"status\":\"200\",\"responseContent\":\"\",\"logTime\":\"2025-05-28T16:28:29\"},{\"logId\":\"1748420904520010000\",\"method\":\"POST\",\"uri\":\"/wms/log/queryApisByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"{\\\"pageNo\\\":1,\\\"pageSize\\\":10,\\\"sortBy\\\":[{\\\"column\\\":\\\"log_time\\\",\\\"asc\\\":false}],\\\"standId\\\":\\\"P1\\\",\\\"userName\\\":\\\"管理员\\\",\\\"queryStr\\\":\\\"\\\"}\",\"status\":\"200\",\"responseContent\":\"{\\\"code\\\":0,\\\"message\\\":\\\"查询接口发送日志成功。\\\",\\\"data\\\":{\\\"total\\\":0,\\\"pages\\\":0,\\\"lists\\\":[]}}\",\"logTime\":\"2025-05-28T16:28:25\"},{\"logId\":\"1748420904732010000\",\"method\":\"POST\",\"uri\":\"/wms/log/queryApisByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"{\\\"pageNo\\\":1,\\\"pageSize\\\":10,\\\"sortBy\\\":[{\\\"column\\\":\\\"log_time\\\",\\\"asc\\\":false}],\\\"standId\\\":\\\"P1\\\",\\\"userName\\\":\\\"管理员\\\",\\\"queryStr\\\":\\\"\\\"}\",\"status\":\"200\",\"responseContent\":\"{\\\"code\\\":0,\\\"message\\\":\\\"查询接口发送日志成功。\\\",\\\"data\\\":{\\\"total\\\":0,\\\"pages\\\":0,\\\"lists\\\":[]}}\",\"logTime\":\"2025-05-28T16:28:25\"},{\"logId\":\"1748420904177010000\",\"method\":\"OPTIONS\",\"uri\":\"/wms/log/queryApisByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"\",\"status\":\"200\",\"responseContent\":\"\",\"logTime\":\"2025-05-28T16:28:24\"},{\"logId\":\"1748420904252010000\",\"method\":\"POST\",\"uri\":\"/wms/log/queryApisByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"{\\\"pageNo\\\":1,\\\"pageSize\\\":10,\\\"sortBy\\\":[{\\\"column\\\":\\\"log_time\\\",\\\"asc\\\":false}],\\\"standId\\\":\\\"P1\\\",\\\"userName\\\":\\\"管理员\\\",\\\"queryStr\\\":\\\"\\\"}\",\"status\":\"200\",\"responseContent\":\"{\\\"code\\\":0,\\\"message\\\":\\\"查询接口发送日志成功。\\\",\\\"data\\\":{\\\"total\\\":0,\\\"pages\\\":0,\\\"lists\\\":[]}}\",\"logTime\":\"2025-05-28T16:28:24\"},{\"logId\":\"1748417332634010000\",\"method\":\"POST\",\"uri\":\"/wms/log/queryApisByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:...', '2025-05-28 16:28:29'); +INSERT INTO `t_sys_log` VALUES ('1748420910195010000', 'POST', '/wms/log/queryLogsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"log_time\",\"asc\":false}],\"standId\":\"P1\",\"userName\":\"管理员\",\"queryStr\":\"\"}', '200', '{\"code\":0,\"message\":\"查询接口接收日志成功。\",\"data\":{\"total\":8,\"pages\":1,\"lists\":[{\"logId\":\"1748420908761010000\",\"method\":\"OPTIONS\",\"uri\":\"/wms/log/queryLogsByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"\",\"status\":\"200\",\"responseContent\":\"\",\"logTime\":\"2025-05-28T16:28:29\"},{\"logId\":\"1748420908836010000\",\"method\":\"POST\",\"uri\":\"/wms/log/queryLogsByPage\",\"remoteHost\":\"0:0:0:0:0:0:0:1\",\"remoteAddr\":\"0:0:0:0:0:0:0:1\",\"requestContent\":\"{\\\"pageNo\\\":1,\\\"pageSize\\\":10,\\\"sortBy\\\":[{\\\"column\\\":\\\"log_time\\\",\\\"asc\\\":false}],\\\"standId\\\":\\\"P1\\\",\\\"userName\\\":\\\"管理员\\\",\\\"queryStr\\\":\\\"\\\"}\",\"status\":\"200\",\"responseContent\":\"{\\\"code\\\":0,\\\"message\\\":\\\"查询接口接收日志成功。\\\",\\\"data\\\":{\\\"total\\\":7,\\\"pages\\\":1,\\\"lists\\\":[{\\\"logId\\\":\\\"1748420908761010000\\\",\\\"method\\\":\\\"OPTIONS\\\",\\\"uri\\\":\\\"/wms/log/queryLogsByPage\\\",\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:1\\\",\\\"remoteAddr\\\":\\\"0:0:0:0:0:0:0:1\\\",\\\"requestContent\\\":\\\"\\\",\\\"status\\\":\\\"200\\\",\\\"responseContent\\\":\\\"\\\",\\\"logTime\\\":\\\"2025-05-28T16:28:29\\\"},{\\\"logId\\\":\\\"1748420904520010000\\\",\\\"method\\\":\\\"POST\\\",\\\"uri\\\":\\\"/wms/log/queryApisByPage\\\",\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:1\\\",\\\"remoteAddr\\\":\\\"0:0:0:0:0:0:0:1\\\",\\\"requestContent\\\":\\\"{\\\\\\\"pageNo\\\\\\\":1,\\\\\\\"pageSize\\\\\\\":10,\\\\\\\"sortBy\\\\\\\":[{\\\\\\\"column\\\\\\\":\\\\\\\"log_time\\\\\\\",\\\\\\\"asc\\\\\\\":false}],\\\\\\\"standId\\\\\\\":\\\\\\\"P1\\\\\\\",\\\\\\\"userName\\\\\\\":\\\\\\\"管理员\\\\\\\",\\\\\\\"queryStr\\\\\\\":\\\\\\\"\\\\\\\"}\\\",\\\"status\\\":\\\"200\\\",\\\"responseContent\\\":\\\"{\\\\\\\"code\\\\\\\":0,\\\\\\\"message\\\\\\\":\\\\\\\"查询接口发送日志成功。\\\\\\\",\\\\\\\"data\\\\\\\":{\\\\\\\"total\\\\\\\":0,\\\\\\\"pages\\\\\\\":0,\\\\\\\"lists\\\\\\\":[]}}\\\",\\\"logTime\\\":\\\"2025-05-28T16:28:25\\\"},{\\\"logId\\\":\\\"1748420904732010000\\\",\\\"method\\\":\\\"POST\\\",\\\"uri\\\":\\\"/wms/log/queryApisByPage\\\",\\\"remoteHost\\\":\\\"0:0:0:0:0:0:0:1\\\",\\\"remoteAddr\\\":\\\"0:0:0:0:0:0:0:1\\\",\\\"requestContent\\\":\\\"{\\\\\\\"pageNo\\\\\\\":1,\\\\\\\"pageSize\\\\\\\":10,\\\\\\\"sortBy\\\\\\\":[{\\\\\\\"column\\\\\\\":\\\\\\\"log_time\\\\\\\",\\\\\\\"asc\\\\\\\":false}],\\\\\\\"standId\\\\\\\":\\\\\\\"P1\\\\\\\",\\\\\\\"userName\\\\\\\":\\\\\\\"管理员\\\\\\\",\\\\\\\"queryStr\\\\\\\":\\\\\\\"\\\\\\\"}\\\",\\\"status\\\":\\\"200\\\",\\\"responseContent\\\":\\\"{\\\\\\\"code\\\\\\\":0,\\\\\\\"message\\\\\\\":\\\\\\\"查询接口发送日志成功。\\\\\\\",\\\\\\\"data\\\\\\...', '2025-05-28 16:28:30'); +INSERT INTO `t_sys_log` VALUES ('1748497531259010000', 'OPTIONS', '/wms/login/loginWithAuth', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 13:45:31'); +INSERT INTO `t_sys_log` VALUES ('1748497531314010000', 'POST', '/wms/login/loginWithAuth', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"loginAccount\":\"admin\",\"loginPassword\":\"admin\"}', '200', '{\"code\":0,\"message\":\"登录成功。\",\"data\":{\"user\":{\"loginAccount\":\"admin\",\"userName\":\"管理员\",\"roleId\":\"0\"},\"menuList\":[{\"id\":\"1\",\"labelName\":\"操作\",\"iconValue\":\"Pointer\",\"path\":\"\",\"children\":[{\"id\":\"1-1\",\"labelName\":\"入库\",\"iconValue\":\"\",\"path\":\"/goodsIn\",\"children\":[]},{\"id\":\"1-2\",\"labelName\":\"出库\",\"iconValue\":\"\",\"path\":\"/goodsOut\",\"children\":[]},{\"id\":\"1-3\",\"labelName\":\"配料\",\"iconValue\":\"\",\"path\":\"/kitting\",\"children\":[]},{\"id\":\"1-4\",\"labelName\":\"盘点\",\"iconValue\":\"\",\"path\":\"/inventory\",\"children\":[]},{\"id\":\"1-5\",\"labelName\":\"需求看板\",\"iconValue\":\"\",\"path\":\"/clcKanban\",\"children\":[]}]},{\"id\":\"2\",\"labelName\":\"数据\",\"iconValue\":\"Document\",\"path\":null,\"children\":[{\"id\":\"2-1\",\"labelName\":\"DBS计划\",\"iconValue\":\"\",\"path\":\"/dbsList\",\"children\":[]},{\"id\":\"2-2\",\"labelName\":\"配料单\",\"iconValue\":\"\",\"path\":\"/kittingList\",\"children\":[]},{\"id\":\"2-3\",\"labelName\":\"配对关系\",\"iconValue\":\"\",\"path\":\"/kittingRelation\",\"children\":[]},{\"id\":\"2-4\",\"labelName\":\"图纸\",\"iconValue\":\"\",\"path\":\"/imageTable\",\"children\":[]},{\"id\":\"2-6\",\"labelName\":\"工作详情\",\"iconValue\":\"\",\"path\":\"/workSummary\",\"children\":[]}]},{\"id\":\"3\",\"labelName\":\"报表\",\"iconValue\":\"DataLine\",\"path\":\"\",\"children\":[{\"id\":\"3-11\",\"labelName\":\"物料信息\",\"iconValue\":\"\",\"path\":\"/goods\",\"children\":[]},{\"id\":\"3-21\",\"labelName\":\"库存信息\",\"iconValue\":\"\",\"path\":\"/stock\",\"children\":[]},{\"id\":\"3-22\",\"labelName\":\"库存流水\",\"iconValue\":\"\",\"path\":\"/stockUpdateRecord\",\"children\":[]},{\"id\":\"3-23\",\"labelName\":\"料箱监控\",\"iconValue\":\"\",\"path\":\"/vehicles\",\"children\":[]},{\"id\":\"3-24\",\"labelName\":\"库位监控\",\"iconValue\":\"\",\"path\":\"/location\",\"children\":[]},{\"id\":\"3-25\",\"labelName\":\"站台监控\",\"iconValue\":\"\",\"path\":\"/standSettings\",\"children\":[]},{\"id\":\"3-31\",\"labelName\":\"任务监控\",\"iconValue\":\"\",\"path\":\"/taskMonitor\",\"children\":[]},{\"id\":\"3-32\",\"labelName\":\"拣选任务\",\"iconValue\":\"\",\"path\":\"/pickTask\",\"children\":[]},{\"id\":\"3-41\",\"labelName\":\"入库记录\",\"iconValue\":\"\",\"path\":\"/inTaskRecord\",\"children\":[]},{\"id\":\"3-42\",\"labelName\":\"出库记录\",\"iconValue\":\"\",\"path\":\"/outTaskRecord\",\"children\":[]},{\"id\":\"3-43\",\"labelName\":\"盘点记录\",\"iconValue\":\"\",\"path\":\"/inventoryRecord\",\"children\"...', '2025-05-29 13:45:31'); +INSERT INTO `t_sys_log` VALUES ('1748497538205010000', 'OPTIONS', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 13:45:38'); +INSERT INTO `t_sys_log` VALUES ('1748497538277010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 13:45:38'); +INSERT INTO `t_sys_log` VALUES ('1748497541135010000', 'OPTIONS', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 13:45:41'); +INSERT INTO `t_sys_log` VALUES ('1748497541153010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:45:41'); +INSERT INTO `t_sys_log` VALUES ('1748497545285010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:45:45'); +INSERT INTO `t_sys_log` VALUES ('1748497545465010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:45:45'); +INSERT INTO `t_sys_log` VALUES ('1748497546767010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:45:47'); +INSERT INTO `t_sys_log` VALUES ('1748497548036010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:45:48'); +INSERT INTO `t_sys_log` VALUES ('1748497548264010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:45:48'); +INSERT INTO `t_sys_log` VALUES ('1748497548476010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:45:48'); +INSERT INTO `t_sys_log` VALUES ('1748497551798010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:45:52'); +INSERT INTO `t_sys_log` VALUES ('1748497552882010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:45:53'); +INSERT INTO `t_sys_log` VALUES ('1748497585845010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:46:26'); +INSERT INTO `t_sys_log` VALUES ('1748497646000010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:47:26'); +INSERT INTO `t_sys_log` VALUES ('1748497646174010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:47:26'); +INSERT INTO `t_sys_log` VALUES ('1748497647774010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:47:28'); +INSERT INTO `t_sys_log` VALUES ('1748497649182010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":1,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:47:29'); +INSERT INTO `t_sys_log` VALUES ('1748497650201010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":2,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:47:30'); +INSERT INTO `t_sys_log` VALUES ('1748497651505010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":4,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:47:32'); +INSERT INTO `t_sys_log` VALUES ('1748497652688010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":5,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 13:47:33'); +INSERT INTO `t_sys_log` VALUES ('1748497654209010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":9,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:47:34'); +INSERT INTO `t_sys_log` VALUES ('1748497655860010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:47:36'); +INSERT INTO `t_sys_log` VALUES ('1748497658346010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:47:38'); +INSERT INTO `t_sys_log` VALUES ('1748497658538010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":2}', '200', '{\"code\":0,\"message\":\"查询出库单记录成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"taskId\":\"1747795156436010000\",\"goodsId\":\"9X8256\",\"vehicleId\":\"\",\"needNum\":1,\"distributeNum\":0,\"pickNum\":0,\"outType\":9,\"destination\":\"P1\",\"userName\":\"管理员\",\"reason\":\"少K\",\"requestTime\":\"2025-05-2110:39:16\"}]}}', '2025-05-29 13:47:39'); +INSERT INTO `t_sys_log` VALUES ('1748502810541010000', 'OPTIONS', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:13:31'); +INSERT INTO `t_sys_log` VALUES ('1748502810622010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:13:31'); +INSERT INTO `t_sys_log` VALUES ('1748502816541010000', 'OPTIONS', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:13:37'); +INSERT INTO `t_sys_log` VALUES ('1748502816581010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:37'); +INSERT INTO `t_sys_log` VALUES ('1748502817542010000', 'OPTIONS', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:13:38'); +INSERT INTO `t_sys_log` VALUES ('1748502817543010000', 'OPTIONS', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:13:38'); +INSERT INTO `t_sys_log` VALUES ('1748502817560010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:38'); +INSERT INTO `t_sys_log` VALUES ('1748502817569010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:38'); +INSERT INTO `t_sys_log` VALUES ('1748502817581010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:38'); +INSERT INTO `t_sys_log` VALUES ('1748502818546010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:39'); +INSERT INTO `t_sys_log` VALUES ('1748502818546010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:39'); +INSERT INTO `t_sys_log` VALUES ('1748502819546010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:40'); +INSERT INTO `t_sys_log` VALUES ('1748502819549010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:40'); +INSERT INTO `t_sys_log` VALUES ('1748502820499010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:13:40'); +INSERT INTO `t_sys_log` VALUES ('1748502820546010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:41'); +INSERT INTO `t_sys_log` VALUES ('1748502820547010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:41'); +INSERT INTO `t_sys_log` VALUES ('1748502821551010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:42'); +INSERT INTO `t_sys_log` VALUES ('1748502821551010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:42'); +INSERT INTO `t_sys_log` VALUES ('1748502822546010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:43'); +INSERT INTO `t_sys_log` VALUES ('1748502822548010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:43'); +INSERT INTO `t_sys_log` VALUES ('1748502823545010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:44'); +INSERT INTO `t_sys_log` VALUES ('1748502823545010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:44'); +INSERT INTO `t_sys_log` VALUES ('1748502824509010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:45'); +INSERT INTO `t_sys_log` VALUES ('1748502825331010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:45'); +INSERT INTO `t_sys_log` VALUES ('1748502825504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:46'); +INSERT INTO `t_sys_log` VALUES ('1748502825504010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:46'); +INSERT INTO `t_sys_log` VALUES ('1748502826504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:47'); +INSERT INTO `t_sys_log` VALUES ('1748502826506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:47'); +INSERT INTO `t_sys_log` VALUES ('1748502827506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:48'); +INSERT INTO `t_sys_log` VALUES ('1748502827506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:48'); +INSERT INTO `t_sys_log` VALUES ('1748502828144010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:13:48'); +INSERT INTO `t_sys_log` VALUES ('1748502828507010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:49'); +INSERT INTO `t_sys_log` VALUES ('1748502828509010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:49'); +INSERT INTO `t_sys_log` VALUES ('1748502829507010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:50'); +INSERT INTO `t_sys_log` VALUES ('1748502829507010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:50'); +INSERT INTO `t_sys_log` VALUES ('1748502830505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:51'); +INSERT INTO `t_sys_log` VALUES ('1748502830506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:51'); +INSERT INTO `t_sys_log` VALUES ('1748502831150010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:13:51'); +INSERT INTO `t_sys_log` VALUES ('1748502831503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:52'); +INSERT INTO `t_sys_log` VALUES ('1748502831503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:52'); +INSERT INTO `t_sys_log` VALUES ('1748502832503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:53'); +INSERT INTO `t_sys_log` VALUES ('1748502832503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:53'); +INSERT INTO `t_sys_log` VALUES ('1748502833127010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:53'); +INSERT INTO `t_sys_log` VALUES ('1748502833501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:54'); +INSERT INTO `t_sys_log` VALUES ('1748502833501010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:54'); +INSERT INTO `t_sys_log` VALUES ('1748502834503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:55'); +INSERT INTO `t_sys_log` VALUES ('1748502834503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:55'); +INSERT INTO `t_sys_log` VALUES ('1748502835505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:56'); +INSERT INTO `t_sys_log` VALUES ('1748502835505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:56'); +INSERT INTO `t_sys_log` VALUES ('1748502836505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:57'); +INSERT INTO `t_sys_log` VALUES ('1748502836506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:57'); +INSERT INTO `t_sys_log` VALUES ('1748502836665010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189132\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:57'); +INSERT INTO `t_sys_log` VALUES ('1748502837505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:58'); +INSERT INTO `t_sys_log` VALUES ('1748502837505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:58'); +INSERT INTO `t_sys_log` VALUES ('1748502838503010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:13:59'); +INSERT INTO `t_sys_log` VALUES ('1748502838503010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:13:59'); +INSERT INTO `t_sys_log` VALUES ('1748502838962010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189132\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:13:59'); +INSERT INTO `t_sys_log` VALUES ('1748502839502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:00'); +INSERT INTO `t_sys_log` VALUES ('1748502839502010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:00'); +INSERT INTO `t_sys_log` VALUES ('1748502840502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:01'); +INSERT INTO `t_sys_log` VALUES ('1748502840502010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:01'); +INSERT INTO `t_sys_log` VALUES ('1748502841138010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:14:01'); +INSERT INTO `t_sys_log` VALUES ('1748502841501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:02'); +INSERT INTO `t_sys_log` VALUES ('1748502841501010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:02'); +INSERT INTO `t_sys_log` VALUES ('1748502842505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:03'); +INSERT INTO `t_sys_log` VALUES ('1748502842505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:03'); +INSERT INTO `t_sys_log` VALUES ('1748502842982010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:14:03'); +INSERT INTO `t_sys_log` VALUES ('1748502843506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:04'); +INSERT INTO `t_sys_log` VALUES ('1748502843506010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:04'); +INSERT INTO `t_sys_log` VALUES ('1748502844502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:05'); +INSERT INTO `t_sys_log` VALUES ('1748502844502010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:05'); +INSERT INTO `t_sys_log` VALUES ('1748502845503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:06'); +INSERT INTO `t_sys_log` VALUES ('1748502845504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:06'); +INSERT INTO `t_sys_log` VALUES ('1748502846503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:07'); +INSERT INTO `t_sys_log` VALUES ('1748502846503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:07'); +INSERT INTO `t_sys_log` VALUES ('1748502847505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:08'); +INSERT INTO `t_sys_log` VALUES ('1748502847507010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:08'); +INSERT INTO `t_sys_log` VALUES ('1748502848505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:09'); +INSERT INTO `t_sys_log` VALUES ('1748502848505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:09'); +INSERT INTO `t_sys_log` VALUES ('1748502849505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:10'); +INSERT INTO `t_sys_log` VALUES ('1748502849505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:10'); +INSERT INTO `t_sys_log` VALUES ('1748502850504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:11'); +INSERT INTO `t_sys_log` VALUES ('1748502850505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:11'); +INSERT INTO `t_sys_log` VALUES ('1748502851506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:12'); +INSERT INTO `t_sys_log` VALUES ('1748502851506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:12'); +INSERT INTO `t_sys_log` VALUES ('1748502852506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:13'); +INSERT INTO `t_sys_log` VALUES ('1748502852506010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:13'); +INSERT INTO `t_sys_log` VALUES ('1748502853507010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:14'); +INSERT INTO `t_sys_log` VALUES ('1748502853507010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:14'); +INSERT INTO `t_sys_log` VALUES ('1748502854507010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:15'); +INSERT INTO `t_sys_log` VALUES ('1748502854507010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:15'); +INSERT INTO `t_sys_log` VALUES ('1748502855506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:16'); +INSERT INTO `t_sys_log` VALUES ('1748502855506010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:16'); +INSERT INTO `t_sys_log` VALUES ('1748502856505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:17'); +INSERT INTO `t_sys_log` VALUES ('1748502856505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:17'); +INSERT INTO `t_sys_log` VALUES ('1748502857506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:18'); +INSERT INTO `t_sys_log` VALUES ('1748502857506010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:18'); +INSERT INTO `t_sys_log` VALUES ('1748502858506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:19'); +INSERT INTO `t_sys_log` VALUES ('1748502858506010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:19'); +INSERT INTO `t_sys_log` VALUES ('1748502859504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:20'); +INSERT INTO `t_sys_log` VALUES ('1748502859504010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:20'); +INSERT INTO `t_sys_log` VALUES ('1748502860502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:21'); +INSERT INTO `t_sys_log` VALUES ('1748502860502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:21'); +INSERT INTO `t_sys_log` VALUES ('1748502861502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:22'); +INSERT INTO `t_sys_log` VALUES ('1748502861502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:22'); +INSERT INTO `t_sys_log` VALUES ('1748502862506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:23'); +INSERT INTO `t_sys_log` VALUES ('1748502862506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:23'); +INSERT INTO `t_sys_log` VALUES ('1748502863505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:24'); +INSERT INTO `t_sys_log` VALUES ('1748502863505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:24'); +INSERT INTO `t_sys_log` VALUES ('1748502864504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:25'); +INSERT INTO `t_sys_log` VALUES ('1748502864504010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:25'); +INSERT INTO `t_sys_log` VALUES ('1748502865504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:26'); +INSERT INTO `t_sys_log` VALUES ('1748502865504010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:26'); +INSERT INTO `t_sys_log` VALUES ('1748502866503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:27'); +INSERT INTO `t_sys_log` VALUES ('1748502866506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:27'); +INSERT INTO `t_sys_log` VALUES ('1748502867506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:28'); +INSERT INTO `t_sys_log` VALUES ('1748502867506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:28'); +INSERT INTO `t_sys_log` VALUES ('1748502868503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:29'); +INSERT INTO `t_sys_log` VALUES ('1748502868503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:29'); +INSERT INTO `t_sys_log` VALUES ('1748502869506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:30'); +INSERT INTO `t_sys_log` VALUES ('1748502869506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:30'); +INSERT INTO `t_sys_log` VALUES ('1748502870504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748502870505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748502871503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:32'); +INSERT INTO `t_sys_log` VALUES ('1748502871503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:32'); +INSERT INTO `t_sys_log` VALUES ('1748502872503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:33'); +INSERT INTO `t_sys_log` VALUES ('1748502872503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:33'); +INSERT INTO `t_sys_log` VALUES ('1748502873506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:34'); +INSERT INTO `t_sys_log` VALUES ('1748502873506010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:34'); +INSERT INTO `t_sys_log` VALUES ('1748502874503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:35'); +INSERT INTO `t_sys_log` VALUES ('1748502874503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:35'); +INSERT INTO `t_sys_log` VALUES ('1748502875507010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:36'); +INSERT INTO `t_sys_log` VALUES ('1748502875507010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:36'); +INSERT INTO `t_sys_log` VALUES ('1748502876506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:37'); +INSERT INTO `t_sys_log` VALUES ('1748502876506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:37'); +INSERT INTO `t_sys_log` VALUES ('1748502877504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:38'); +INSERT INTO `t_sys_log` VALUES ('1748502877504010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:38'); +INSERT INTO `t_sys_log` VALUES ('1748502878505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:39'); +INSERT INTO `t_sys_log` VALUES ('1748502878505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:39'); +INSERT INTO `t_sys_log` VALUES ('1748502879505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:40'); +INSERT INTO `t_sys_log` VALUES ('1748502879505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:40'); +INSERT INTO `t_sys_log` VALUES ('1748502880503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:41'); +INSERT INTO `t_sys_log` VALUES ('1748502880504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:41'); +INSERT INTO `t_sys_log` VALUES ('1748502881504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:42'); +INSERT INTO `t_sys_log` VALUES ('1748502881505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:42'); +INSERT INTO `t_sys_log` VALUES ('1748502882502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:43'); +INSERT INTO `t_sys_log` VALUES ('1748502882503010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:43'); +INSERT INTO `t_sys_log` VALUES ('1748502883503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:44'); +INSERT INTO `t_sys_log` VALUES ('1748502883504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:44'); +INSERT INTO `t_sys_log` VALUES ('1748502884502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:45'); +INSERT INTO `t_sys_log` VALUES ('1748502884502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:45'); +INSERT INTO `t_sys_log` VALUES ('1748502885502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:46'); +INSERT INTO `t_sys_log` VALUES ('1748502885503010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:46'); +INSERT INTO `t_sys_log` VALUES ('1748502886501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:47'); +INSERT INTO `t_sys_log` VALUES ('1748502886501010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:47'); +INSERT INTO `t_sys_log` VALUES ('1748502887505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:48'); +INSERT INTO `t_sys_log` VALUES ('1748502887505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:48'); +INSERT INTO `t_sys_log` VALUES ('1748502888503010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:49'); +INSERT INTO `t_sys_log` VALUES ('1748502888504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:49'); +INSERT INTO `t_sys_log` VALUES ('1748502889505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:50'); +INSERT INTO `t_sys_log` VALUES ('1748502889505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:50'); +INSERT INTO `t_sys_log` VALUES ('1748502890501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748502890502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748502891499010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748502891499010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748502892503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:53'); +INSERT INTO `t_sys_log` VALUES ('1748502892503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:53'); +INSERT INTO `t_sys_log` VALUES ('1748502892814010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:14:53'); +INSERT INTO `t_sys_log` VALUES ('1748502893502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:54'); +INSERT INTO `t_sys_log` VALUES ('1748502893502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:54'); +INSERT INTO `t_sys_log` VALUES ('1748502894503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:55'); +INSERT INTO `t_sys_log` VALUES ('1748502894503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:55'); +INSERT INTO `t_sys_log` VALUES ('1748502895504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:56'); +INSERT INTO `t_sys_log` VALUES ('1748502895505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:56'); +INSERT INTO `t_sys_log` VALUES ('1748502895707010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:14:56'); +INSERT INTO `t_sys_log` VALUES ('1748502896506010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:57'); +INSERT INTO `t_sys_log` VALUES ('1748502896506010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:57'); +INSERT INTO `t_sys_log` VALUES ('1748502897504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:58'); +INSERT INTO `t_sys_log` VALUES ('1748502897505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:58'); +INSERT INTO `t_sys_log` VALUES ('1748502898505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:14:59'); +INSERT INTO `t_sys_log` VALUES ('1748502898505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:14:59'); +INSERT INTO `t_sys_log` VALUES ('1748502898530010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:14:59'); +INSERT INTO `t_sys_log` VALUES ('1748502899502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:00'); +INSERT INTO `t_sys_log` VALUES ('1748502899502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:00'); +INSERT INTO `t_sys_log` VALUES ('1748502900504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:01'); +INSERT INTO `t_sys_log` VALUES ('1748502900504010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:01'); +INSERT INTO `t_sys_log` VALUES ('1748502901502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:02'); +INSERT INTO `t_sys_log` VALUES ('1748502901502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:02'); +INSERT INTO `t_sys_log` VALUES ('1748502902505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:03'); +INSERT INTO `t_sys_log` VALUES ('1748502902506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:03'); +INSERT INTO `t_sys_log` VALUES ('1748502903501010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:04'); +INSERT INTO `t_sys_log` VALUES ('1748502903502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:04'); +INSERT INTO `t_sys_log` VALUES ('1748502903650010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:15:04'); +INSERT INTO `t_sys_log` VALUES ('1748502904504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:05'); +INSERT INTO `t_sys_log` VALUES ('1748502904505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:05'); +INSERT INTO `t_sys_log` VALUES ('1748502905502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:06'); +INSERT INTO `t_sys_log` VALUES ('1748502905502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:06'); +INSERT INTO `t_sys_log` VALUES ('1748502906357010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:15:06'); +INSERT INTO `t_sys_log` VALUES ('1748502906502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:07'); +INSERT INTO `t_sys_log` VALUES ('1748502906502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:07'); +INSERT INTO `t_sys_log` VALUES ('1748502907504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:08'); +INSERT INTO `t_sys_log` VALUES ('1748502907505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:08'); +INSERT INTO `t_sys_log` VALUES ('1748502908501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:09'); +INSERT INTO `t_sys_log` VALUES ('1748502908501010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:09'); +INSERT INTO `t_sys_log` VALUES ('1748502909328010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:15:09'); +INSERT INTO `t_sys_log` VALUES ('1748502909502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:10'); +INSERT INTO `t_sys_log` VALUES ('1748502909502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:10'); +INSERT INTO `t_sys_log` VALUES ('1748502910152010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:15:10'); +INSERT INTO `t_sys_log` VALUES ('1748502910501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:11'); +INSERT INTO `t_sys_log` VALUES ('1748502910502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:11'); +INSERT INTO `t_sys_log` VALUES ('1748502911505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:12'); +INSERT INTO `t_sys_log` VALUES ('1748502911506010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:12'); +INSERT INTO `t_sys_log` VALUES ('1748502912477010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:15:12'); +INSERT INTO `t_sys_log` VALUES ('1748502912500010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:13'); +INSERT INTO `t_sys_log` VALUES ('1748502912500010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:13'); +INSERT INTO `t_sys_log` VALUES ('1748502913503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:14'); +INSERT INTO `t_sys_log` VALUES ('1748502913503010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:14'); +INSERT INTO `t_sys_log` VALUES ('1748502914504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:15'); +INSERT INTO `t_sys_log` VALUES ('1748502914505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:15'); +INSERT INTO `t_sys_log` VALUES ('1748502915505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:16'); +INSERT INTO `t_sys_log` VALUES ('1748502915505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:16'); +INSERT INTO `t_sys_log` VALUES ('1748502916505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:17'); +INSERT INTO `t_sys_log` VALUES ('1748502916505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:17'); +INSERT INTO `t_sys_log` VALUES ('1748502917505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:18'); +INSERT INTO `t_sys_log` VALUES ('1748502917505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:18'); +INSERT INTO `t_sys_log` VALUES ('1748502918504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:19'); +INSERT INTO `t_sys_log` VALUES ('1748502918504010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:19'); +INSERT INTO `t_sys_log` VALUES ('1748502919505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:20'); +INSERT INTO `t_sys_log` VALUES ('1748502919505010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:20'); +INSERT INTO `t_sys_log` VALUES ('1748502920501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:21'); +INSERT INTO `t_sys_log` VALUES ('1748502920502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:21'); +INSERT INTO `t_sys_log` VALUES ('1748502921502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:22'); +INSERT INTO `t_sys_log` VALUES ('1748502921502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:22'); +INSERT INTO `t_sys_log` VALUES ('1748502922504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:23'); +INSERT INTO `t_sys_log` VALUES ('1748502922504010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:23'); +INSERT INTO `t_sys_log` VALUES ('1748502923501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:24'); +INSERT INTO `t_sys_log` VALUES ('1748502923502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:24'); +INSERT INTO `t_sys_log` VALUES ('1748502924505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:25'); +INSERT INTO `t_sys_log` VALUES ('1748502924505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:25'); +INSERT INTO `t_sys_log` VALUES ('1748502925502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:26'); +INSERT INTO `t_sys_log` VALUES ('1748502925502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:26'); +INSERT INTO `t_sys_log` VALUES ('1748502926503010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:27'); +INSERT INTO `t_sys_log` VALUES ('1748502926504010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:27'); +INSERT INTO `t_sys_log` VALUES ('1748502927505010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:28'); +INSERT INTO `t_sys_log` VALUES ('1748502927505010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:28'); +INSERT INTO `t_sys_log` VALUES ('1748502928501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:29'); +INSERT INTO `t_sys_log` VALUES ('1748502928501010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:29'); +INSERT INTO `t_sys_log` VALUES ('1748502929504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:30'); +INSERT INTO `t_sys_log` VALUES ('1748502929505010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:30'); +INSERT INTO `t_sys_log` VALUES ('1748502930504010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748502930504010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748502931502010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:32'); +INSERT INTO `t_sys_log` VALUES ('1748502931502010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:32'); +INSERT INTO `t_sys_log` VALUES ('1748502932502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:33'); +INSERT INTO `t_sys_log` VALUES ('1748502932503010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:33'); +INSERT INTO `t_sys_log` VALUES ('1748502933502010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:34'); +INSERT INTO `t_sys_log` VALUES ('1748502933502010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:34'); +INSERT INTO `t_sys_log` VALUES ('1748502934500010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:35'); +INSERT INTO `t_sys_log` VALUES ('1748502934501010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:35'); +INSERT INTO `t_sys_log` VALUES ('1748502935774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:36'); +INSERT INTO `t_sys_log` VALUES ('1748502935774010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:36'); +INSERT INTO `t_sys_log` VALUES ('1748502936780010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:37'); +INSERT INTO `t_sys_log` VALUES ('1748502936781010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:37'); +INSERT INTO `t_sys_log` VALUES ('1748502937774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:38'); +INSERT INTO `t_sys_log` VALUES ('1748502937774010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:38'); +INSERT INTO `t_sys_log` VALUES ('1748502938774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:39'); +INSERT INTO `t_sys_log` VALUES ('1748502938774010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:39'); +INSERT INTO `t_sys_log` VALUES ('1748502939774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:40'); +INSERT INTO `t_sys_log` VALUES ('1748502939774010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:40'); +INSERT INTO `t_sys_log` VALUES ('1748502940775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:41'); +INSERT INTO `t_sys_log` VALUES ('1748502940776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:41'); +INSERT INTO `t_sys_log` VALUES ('1748502941774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:42'); +INSERT INTO `t_sys_log` VALUES ('1748502941775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:42'); +INSERT INTO `t_sys_log` VALUES ('1748502942777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:43'); +INSERT INTO `t_sys_log` VALUES ('1748502942777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:43'); +INSERT INTO `t_sys_log` VALUES ('1748502943776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:44'); +INSERT INTO `t_sys_log` VALUES ('1748502943776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:44'); +INSERT INTO `t_sys_log` VALUES ('1748502944775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:45'); +INSERT INTO `t_sys_log` VALUES ('1748502944776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:45'); +INSERT INTO `t_sys_log` VALUES ('1748502945777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:46'); +INSERT INTO `t_sys_log` VALUES ('1748502945777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:46'); +INSERT INTO `t_sys_log` VALUES ('1748502946777010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:47'); +INSERT INTO `t_sys_log` VALUES ('1748502946777010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:47'); +INSERT INTO `t_sys_log` VALUES ('1748502947773010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:48'); +INSERT INTO `t_sys_log` VALUES ('1748502947773010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:48'); +INSERT INTO `t_sys_log` VALUES ('1748502948773010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:49'); +INSERT INTO `t_sys_log` VALUES ('1748502948773010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:49'); +INSERT INTO `t_sys_log` VALUES ('1748502949775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:50'); +INSERT INTO `t_sys_log` VALUES ('1748502949775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:50'); +INSERT INTO `t_sys_log` VALUES ('1748502950776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:51'); +INSERT INTO `t_sys_log` VALUES ('1748502950776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:51'); +INSERT INTO `t_sys_log` VALUES ('1748502951775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:52'); +INSERT INTO `t_sys_log` VALUES ('1748502951776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:52'); +INSERT INTO `t_sys_log` VALUES ('1748502952775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:53'); +INSERT INTO `t_sys_log` VALUES ('1748502952775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:53'); +INSERT INTO `t_sys_log` VALUES ('1748502953775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:54'); +INSERT INTO `t_sys_log` VALUES ('1748502953775010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:54'); +INSERT INTO `t_sys_log` VALUES ('1748502954775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:55'); +INSERT INTO `t_sys_log` VALUES ('1748502954775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:55'); +INSERT INTO `t_sys_log` VALUES ('1748502955775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:56'); +INSERT INTO `t_sys_log` VALUES ('1748502955775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:56'); +INSERT INTO `t_sys_log` VALUES ('1748502956775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:57'); +INSERT INTO `t_sys_log` VALUES ('1748502956775010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:57'); +INSERT INTO `t_sys_log` VALUES ('1748502957777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:58'); +INSERT INTO `t_sys_log` VALUES ('1748502957777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:58'); +INSERT INTO `t_sys_log` VALUES ('1748502958776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:15:59'); +INSERT INTO `t_sys_log` VALUES ('1748502958776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:15:59'); +INSERT INTO `t_sys_log` VALUES ('1748502959774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:00'); +INSERT INTO `t_sys_log` VALUES ('1748502959775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:00'); +INSERT INTO `t_sys_log` VALUES ('1748502960776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:01'); +INSERT INTO `t_sys_log` VALUES ('1748502960776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:01'); +INSERT INTO `t_sys_log` VALUES ('1748502961776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:02'); +INSERT INTO `t_sys_log` VALUES ('1748502961777010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:02'); +INSERT INTO `t_sys_log` VALUES ('1748502962776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:03'); +INSERT INTO `t_sys_log` VALUES ('1748502962776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:03'); +INSERT INTO `t_sys_log` VALUES ('1748502963775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:04'); +INSERT INTO `t_sys_log` VALUES ('1748502963775010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:04'); +INSERT INTO `t_sys_log` VALUES ('1748502964776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:05'); +INSERT INTO `t_sys_log` VALUES ('1748502964776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:05'); +INSERT INTO `t_sys_log` VALUES ('1748502965783010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:06'); +INSERT INTO `t_sys_log` VALUES ('1748502965784010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:06'); +INSERT INTO `t_sys_log` VALUES ('1748502966776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:07'); +INSERT INTO `t_sys_log` VALUES ('1748502966776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:07'); +INSERT INTO `t_sys_log` VALUES ('1748502967776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:08'); +INSERT INTO `t_sys_log` VALUES ('1748502967776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:08'); +INSERT INTO `t_sys_log` VALUES ('1748502968776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:09'); +INSERT INTO `t_sys_log` VALUES ('1748502968776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:09'); +INSERT INTO `t_sys_log` VALUES ('1748502969775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:10'); +INSERT INTO `t_sys_log` VALUES ('1748502969776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:10'); +INSERT INTO `t_sys_log` VALUES ('1748502970775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:11'); +INSERT INTO `t_sys_log` VALUES ('1748502970776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:11'); +INSERT INTO `t_sys_log` VALUES ('1748502971776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:12'); +INSERT INTO `t_sys_log` VALUES ('1748502971776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:12'); +INSERT INTO `t_sys_log` VALUES ('1748502972776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:13'); +INSERT INTO `t_sys_log` VALUES ('1748502972776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:13'); +INSERT INTO `t_sys_log` VALUES ('1748502973776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:14'); +INSERT INTO `t_sys_log` VALUES ('1748502973776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:14'); +INSERT INTO `t_sys_log` VALUES ('1748502974775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:15'); +INSERT INTO `t_sys_log` VALUES ('1748502974775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:15'); +INSERT INTO `t_sys_log` VALUES ('1748502975776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:16'); +INSERT INTO `t_sys_log` VALUES ('1748502975776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:16'); +INSERT INTO `t_sys_log` VALUES ('1748502976776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:17'); +INSERT INTO `t_sys_log` VALUES ('1748502976776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:17'); +INSERT INTO `t_sys_log` VALUES ('1748502977774010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:18'); +INSERT INTO `t_sys_log` VALUES ('1748502977774010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:18'); +INSERT INTO `t_sys_log` VALUES ('1748502978776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:19'); +INSERT INTO `t_sys_log` VALUES ('1748502978776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:19'); +INSERT INTO `t_sys_log` VALUES ('1748502979777010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:20'); +INSERT INTO `t_sys_log` VALUES ('1748502979777010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:20'); +INSERT INTO `t_sys_log` VALUES ('1748502980776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:21'); +INSERT INTO `t_sys_log` VALUES ('1748502980776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:21'); +INSERT INTO `t_sys_log` VALUES ('1748502981775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:22'); +INSERT INTO `t_sys_log` VALUES ('1748502981776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:22'); +INSERT INTO `t_sys_log` VALUES ('1748502982775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:23'); +INSERT INTO `t_sys_log` VALUES ('1748502982775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:23'); +INSERT INTO `t_sys_log` VALUES ('1748502983775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:24'); +INSERT INTO `t_sys_log` VALUES ('1748502983776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:24'); +INSERT INTO `t_sys_log` VALUES ('1748502984776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:25'); +INSERT INTO `t_sys_log` VALUES ('1748502984776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:25'); +INSERT INTO `t_sys_log` VALUES ('1748502985776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:26'); +INSERT INTO `t_sys_log` VALUES ('1748502985776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:26'); +INSERT INTO `t_sys_log` VALUES ('1748502986775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:27'); +INSERT INTO `t_sys_log` VALUES ('1748502986775010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:27'); +INSERT INTO `t_sys_log` VALUES ('1748502987776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:28'); +INSERT INTO `t_sys_log` VALUES ('1748502987776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:28'); +INSERT INTO `t_sys_log` VALUES ('1748502988775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:29'); +INSERT INTO `t_sys_log` VALUES ('1748502988775010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:29'); +INSERT INTO `t_sys_log` VALUES ('1748502989774010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:30'); +INSERT INTO `t_sys_log` VALUES ('1748502989775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:30'); +INSERT INTO `t_sys_log` VALUES ('1748502990775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:31'); +INSERT INTO `t_sys_log` VALUES ('1748502990776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:31'); +INSERT INTO `t_sys_log` VALUES ('1748502991776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:32'); +INSERT INTO `t_sys_log` VALUES ('1748502991776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:32'); +INSERT INTO `t_sys_log` VALUES ('1748502992775010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:33'); +INSERT INTO `t_sys_log` VALUES ('1748502992775010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:33'); +INSERT INTO `t_sys_log` VALUES ('1748502993775010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:34'); +INSERT INTO `t_sys_log` VALUES ('1748502993776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:34'); +INSERT INTO `t_sys_log` VALUES ('1748502994776010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:35'); +INSERT INTO `t_sys_log` VALUES ('1748502994776010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:35'); +INSERT INTO `t_sys_log` VALUES ('1748503002777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:16:43'); +INSERT INTO `t_sys_log` VALUES ('1748503002777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:16:43'); +INSERT INTO `t_sys_log` VALUES ('1748503062777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:17:43'); +INSERT INTO `t_sys_log` VALUES ('1748503062777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:17:43'); +INSERT INTO `t_sys_log` VALUES ('1748503122777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:18:43'); +INSERT INTO `t_sys_log` VALUES ('1748503122777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:18:43'); +INSERT INTO `t_sys_log` VALUES ('1748503182777010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:19:43'); +INSERT INTO `t_sys_log` VALUES ('1748503182777010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:19:43'); +INSERT INTO `t_sys_log` VALUES ('1748503242776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:20:43'); +INSERT INTO `t_sys_log` VALUES ('1748503242776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:20:43'); +INSERT INTO `t_sys_log` VALUES ('1748503302779010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:21:43'); +INSERT INTO `t_sys_log` VALUES ('1748503302779010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:21:43'); +INSERT INTO `t_sys_log` VALUES ('1748503362778010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:22:43'); +INSERT INTO `t_sys_log` VALUES ('1748503362779010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:22:43'); +INSERT INTO `t_sys_log` VALUES ('1748503422779010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:23:43'); +INSERT INTO `t_sys_log` VALUES ('1748503422779010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:23:43'); +INSERT INTO `t_sys_log` VALUES ('1748503482776010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:24:43'); +INSERT INTO `t_sys_log` VALUES ('1748503482776010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:24:43'); +INSERT INTO `t_sys_log` VALUES ('1748503542778010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:25:43'); +INSERT INTO `t_sys_log` VALUES ('1748503542778010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:25:43'); +INSERT INTO `t_sys_log` VALUES ('1748503602777010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:26:43'); +INSERT INTO `t_sys_log` VALUES ('1748503602777010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:26:43'); +INSERT INTO `t_sys_log` VALUES ('1748503662821010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:27:43'); +INSERT INTO `t_sys_log` VALUES ('1748503662821010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:27:43'); +INSERT INTO `t_sys_log` VALUES ('1748503722822010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:28:43'); +INSERT INTO `t_sys_log` VALUES ('1748503722823010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:28:43'); +INSERT INTO `t_sys_log` VALUES ('1748503782821010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:29:43'); +INSERT INTO `t_sys_log` VALUES ('1748503782821010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:29:43'); +INSERT INTO `t_sys_log` VALUES ('1748503822687010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:23'); +INSERT INTO `t_sys_log` VALUES ('1748503822691010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:23'); +INSERT INTO `t_sys_log` VALUES ('1748503823552010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:24'); +INSERT INTO `t_sys_log` VALUES ('1748503823552010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:24'); +INSERT INTO `t_sys_log` VALUES ('1748503824551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:25'); +INSERT INTO `t_sys_log` VALUES ('1748503824551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:25'); +INSERT INTO `t_sys_log` VALUES ('1748503825550010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:26'); +INSERT INTO `t_sys_log` VALUES ('1748503825550010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:26'); +INSERT INTO `t_sys_log` VALUES ('1748503825640010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:30:26'); +INSERT INTO `t_sys_log` VALUES ('1748503826550010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:27'); +INSERT INTO `t_sys_log` VALUES ('1748503826551010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:27'); +INSERT INTO `t_sys_log` VALUES ('1748503827548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:28'); +INSERT INTO `t_sys_log` VALUES ('1748503827548010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:28'); +INSERT INTO `t_sys_log` VALUES ('1748503827946010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:30:28'); +INSERT INTO `t_sys_log` VALUES ('1748503828549010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:29'); +INSERT INTO `t_sys_log` VALUES ('1748503828550010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:29'); +INSERT INTO `t_sys_log` VALUES ('1748503829548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:30'); +INSERT INTO `t_sys_log` VALUES ('1748503829549010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:30'); +INSERT INTO `t_sys_log` VALUES ('1748503830552010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:31'); +INSERT INTO `t_sys_log` VALUES ('1748503830552010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:31'); +INSERT INTO `t_sys_log` VALUES ('1748503830580010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:30:31'); +INSERT INTO `t_sys_log` VALUES ('1748503831548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:32'); +INSERT INTO `t_sys_log` VALUES ('1748503831549010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:32'); +INSERT INTO `t_sys_log` VALUES ('1748503832548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:33'); +INSERT INTO `t_sys_log` VALUES ('1748503832548010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:33'); +INSERT INTO `t_sys_log` VALUES ('1748503832795010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:30:33'); +INSERT INTO `t_sys_log` VALUES ('1748503833551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:34'); +INSERT INTO `t_sys_log` VALUES ('1748503833551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:34'); +INSERT INTO `t_sys_log` VALUES ('1748503834551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:35'); +INSERT INTO `t_sys_log` VALUES ('1748503834551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:35'); +INSERT INTO `t_sys_log` VALUES ('1748503835550010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:36'); +INSERT INTO `t_sys_log` VALUES ('1748503835551010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:36'); +INSERT INTO `t_sys_log` VALUES ('1748503836548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:37'); +INSERT INTO `t_sys_log` VALUES ('1748503836549010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:37'); +INSERT INTO `t_sys_log` VALUES ('1748503837551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:38'); +INSERT INTO `t_sys_log` VALUES ('1748503837551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:38'); +INSERT INTO `t_sys_log` VALUES ('1748503838093010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:30:38'); +INSERT INTO `t_sys_log` VALUES ('1748503838550010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:39'); +INSERT INTO `t_sys_log` VALUES ('1748503838550010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:39'); +INSERT INTO `t_sys_log` VALUES ('1748503839551010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:40'); +INSERT INTO `t_sys_log` VALUES ('1748503839551010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:40'); +INSERT INTO `t_sys_log` VALUES ('1748503840549010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:41'); +INSERT INTO `t_sys_log` VALUES ('1748503840549010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:41'); +INSERT INTO `t_sys_log` VALUES ('1748503841551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:42'); +INSERT INTO `t_sys_log` VALUES ('1748503841551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:42'); +INSERT INTO `t_sys_log` VALUES ('1748503842550010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:43'); +INSERT INTO `t_sys_log` VALUES ('1748503842551010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:43'); +INSERT INTO `t_sys_log` VALUES ('1748503843551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:44'); +INSERT INTO `t_sys_log` VALUES ('1748503843551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:44'); +INSERT INTO `t_sys_log` VALUES ('1748503844551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:45'); +INSERT INTO `t_sys_log` VALUES ('1748503844551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:45'); +INSERT INTO `t_sys_log` VALUES ('1748503844623010000', 'OPTIONS', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:30:45'); +INSERT INTO `t_sys_log` VALUES ('1748503844660010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:30:45'); +INSERT INTO `t_sys_log` VALUES ('1748503845549010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:46'); +INSERT INTO `t_sys_log` VALUES ('1748503845550010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:46'); +INSERT INTO `t_sys_log` VALUES ('1748503846551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:47'); +INSERT INTO `t_sys_log` VALUES ('1748503846551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:47'); +INSERT INTO `t_sys_log` VALUES ('1748503846667010000', 'OPTIONS', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:30:47'); +INSERT INTO `t_sys_log` VALUES ('1748503846678010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:47'); +INSERT INTO `t_sys_log` VALUES ('1748503847551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:48'); +INSERT INTO `t_sys_log` VALUES ('1748503847552010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:48'); +INSERT INTO `t_sys_log` VALUES ('1748503848551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:49'); +INSERT INTO `t_sys_log` VALUES ('1748503848551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:49'); +INSERT INTO `t_sys_log` VALUES ('1748503849549010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:50'); +INSERT INTO `t_sys_log` VALUES ('1748503849549010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:50'); +INSERT INTO `t_sys_log` VALUES ('1748503849837010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:30:50'); +INSERT INTO `t_sys_log` VALUES ('1748503850548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:51'); +INSERT INTO `t_sys_log` VALUES ('1748503850548010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:51'); +INSERT INTO `t_sys_log` VALUES ('1748503851552010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:52'); +INSERT INTO `t_sys_log` VALUES ('1748503851552010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:52'); +INSERT INTO `t_sys_log` VALUES ('1748503851852010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:52'); +INSERT INTO `t_sys_log` VALUES ('1748503852551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:53'); +INSERT INTO `t_sys_log` VALUES ('1748503852551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:53'); +INSERT INTO `t_sys_log` VALUES ('1748503853548010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:54'); +INSERT INTO `t_sys_log` VALUES ('1748503853548010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:54'); +INSERT INTO `t_sys_log` VALUES ('1748503854551010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:55'); +INSERT INTO `t_sys_log` VALUES ('1748503854551010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:55'); +INSERT INTO `t_sys_log` VALUES ('1748503855550010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:30:56'); +INSERT INTO `t_sys_log` VALUES ('1748503855551010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:30:56'); +INSERT INTO `t_sys_log` VALUES ('1748503855713010000', 'OPTIONS', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:30:56'); +INSERT INTO `t_sys_log` VALUES ('1748503855749010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:30:56'); +INSERT INTO `t_sys_log` VALUES ('1748503861340010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:01'); +INSERT INTO `t_sys_log` VALUES ('1748503861513010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:02'); +INSERT INTO `t_sys_log` VALUES ('1748503861691010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:02'); +INSERT INTO `t_sys_log` VALUES ('1748503865355010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:05'); +INSERT INTO `t_sys_log` VALUES ('1748503912534010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:53'); +INSERT INTO `t_sys_log` VALUES ('1748503913061010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:53'); +INSERT INTO `t_sys_log` VALUES ('1748503915267010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:55'); +INSERT INTO `t_sys_log` VALUES ('1748503915476010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:55'); +INSERT INTO `t_sys_log` VALUES ('1748503915707010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:56'); +INSERT INTO `t_sys_log` VALUES ('1748503916069010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:56'); +INSERT INTO `t_sys_log` VALUES ('1748503916254010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:31:56'); +INSERT INTO `t_sys_log` VALUES ('1748503918572010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:31:59'); +INSERT INTO `t_sys_log` VALUES ('1748503918640010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:31:59'); +INSERT INTO `t_sys_log` VALUES ('1748503918644010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:31:59'); +INSERT INTO `t_sys_log` VALUES ('1748503920392010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:00'); +INSERT INTO `t_sys_log` VALUES ('1748503920591010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:32:01'); +INSERT INTO `t_sys_log` VALUES ('1748503924732010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:05'); +INSERT INTO `t_sys_log` VALUES ('1748503924937010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:05'); +INSERT INTO `t_sys_log` VALUES ('1748503925127010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:05'); +INSERT INTO `t_sys_log` VALUES ('1748503925377010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:05'); +INSERT INTO `t_sys_log` VALUES ('1748503925587010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:06'); +INSERT INTO `t_sys_log` VALUES ('1748503930573010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:11'); +INSERT INTO `t_sys_log` VALUES ('1748503930759010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:11'); +INSERT INTO `t_sys_log` VALUES ('1748503930952010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":12,\"pages\":2,\"lists\":[{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010007\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"6V8647\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010008\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4J5477\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduct...', '2025-05-29 15:32:11'); +INSERT INTO `t_sys_log` VALUES ('1748503933577010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:14'); +INSERT INTO `t_sys_log` VALUES ('1748503935044010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:15'); +INSERT INTO `t_sys_log` VALUES ('1748503935242010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:15'); +INSERT INTO `t_sys_log` VALUES ('1748503935442010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:15'); +INSERT INTO `t_sys_log` VALUES ('1748503939266010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:19'); +INSERT INTO `t_sys_log` VALUES ('1748503939458010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:19'); +INSERT INTO `t_sys_log` VALUES ('1748503939638010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:20'); +INSERT INTO `t_sys_log` VALUES ('1748503939821010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:20'); +INSERT INTO `t_sys_log` VALUES ('1748503945687010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:32:26'); +INSERT INTO `t_sys_log` VALUES ('1748503945688010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:32:26'); +INSERT INTO `t_sys_log` VALUES ('1748503946688010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:32:27'); +INSERT INTO `t_sys_log` VALUES ('1748503946688010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:32:27'); +INSERT INTO `t_sys_log` VALUES ('1748503947685010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:32:28'); +INSERT INTO `t_sys_log` VALUES ('1748503947685010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:32:28'); +INSERT INTO `t_sys_log` VALUES ('1748503948684010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:32:29'); +INSERT INTO `t_sys_log` VALUES ('1748503948684010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:32:29'); +INSERT INTO `t_sys_log` VALUES ('1748503953165010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:33'); +INSERT INTO `t_sys_log` VALUES ('1748503953395010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:33'); +INSERT INTO `t_sys_log` VALUES ('1748503953605010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:34'); +INSERT INTO `t_sys_log` VALUES ('1748503955087010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":2,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801344010009\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3603693\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010010\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"3K0360\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010011\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"9S8003\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010012\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"1J9671\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010013\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"B\",\"goodsId\":\"1318350\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010014\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProduc...', '2025-05-29 15:32:35'); +INSERT INTO `t_sys_log` VALUES ('1748503955715010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:36'); +INSERT INTO `t_sys_log` VALUES ('1748503957720010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:32:38'); +INSERT INTO `t_sys_log` VALUES ('1748503984819010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:33:05'); +INSERT INTO `t_sys_log` VALUES ('1748503984983010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:33:05'); +INSERT INTO `t_sys_log` VALUES ('1748503985149010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:33:05'); +INSERT INTO `t_sys_log` VALUES ('1748503986870010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:33:07'); +INSERT INTO `t_sys_log` VALUES ('1748503987862010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:08'); +INSERT INTO `t_sys_log` VALUES ('1748503987862010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:33:08'); +INSERT INTO `t_sys_log` VALUES ('1748503988808010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:33:09'); +INSERT INTO `t_sys_log` VALUES ('1748503988855010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:33:09'); +INSERT INTO `t_sys_log` VALUES ('1748503988855010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:09'); +INSERT INTO `t_sys_log` VALUES ('1748503989856010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:10'); +INSERT INTO `t_sys_log` VALUES ('1748503989856010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:33:10'); +INSERT INTO `t_sys_log` VALUES ('1748503990818010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:33:11'); +INSERT INTO `t_sys_log` VALUES ('1748503990856010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:33:11'); +INSERT INTO `t_sys_log` VALUES ('1748503990856010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:11'); +INSERT INTO `t_sys_log` VALUES ('1748503991859010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:12'); +INSERT INTO `t_sys_log` VALUES ('1748503991859010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:33:12'); +INSERT INTO `t_sys_log` VALUES ('1748503992722010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:33:13'); +INSERT INTO `t_sys_log` VALUES ('1748503992855010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:33:13'); +INSERT INTO `t_sys_log` VALUES ('1748503992855010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:13'); +INSERT INTO `t_sys_log` VALUES ('1748503994630010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:33:15'); +INSERT INTO `t_sys_log` VALUES ('1748503994735010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:33:15'); +INSERT INTO `t_sys_log` VALUES ('1748503997720010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:33:18'); +INSERT INTO `t_sys_log` VALUES ('1748504067397010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:27'); +INSERT INTO `t_sys_log` VALUES ('1748504067845010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:28'); +INSERT INTO `t_sys_log` VALUES ('1748504068038010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:28'); +INSERT INTO `t_sys_log` VALUES ('1748504068219010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:28'); +INSERT INTO `t_sys_log` VALUES ('1748504068398010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:28'); +INSERT INTO `t_sys_log` VALUES ('1748504068579010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:29'); +INSERT INTO `t_sys_log` VALUES ('1748504068861010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:34:29'); +INSERT INTO `t_sys_log` VALUES ('1748504290636010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:11'); +INSERT INTO `t_sys_log` VALUES ('1748504290636010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:11'); +INSERT INTO `t_sys_log` VALUES ('1748504314341010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314341010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314344010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314345010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314346010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314346010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314347010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314347010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314347010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314349010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314351010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314352010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314353010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314353010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314354010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314354010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314354010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314354010003', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314355010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314356010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314356010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314356010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314356010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314356010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314357010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314357010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314357010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314358010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314358010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314360010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748504314531010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:35'); +INSERT INTO `t_sys_log` VALUES ('1748504315529010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:36'); +INSERT INTO `t_sys_log` VALUES ('1748504316530010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:37'); +INSERT INTO `t_sys_log` VALUES ('1748504317530010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:38'); +INSERT INTO `t_sys_log` VALUES ('1748504318533010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:39'); +INSERT INTO `t_sys_log` VALUES ('1748504319537010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:40'); +INSERT INTO `t_sys_log` VALUES ('1748504320535010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:41'); +INSERT INTO `t_sys_log` VALUES ('1748504321534010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:42'); +INSERT INTO `t_sys_log` VALUES ('1748504322531010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:43'); +INSERT INTO `t_sys_log` VALUES ('1748504323534010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:44'); +INSERT INTO `t_sys_log` VALUES ('1748504324783010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:38:45'); +INSERT INTO `t_sys_log` VALUES ('1748504324918010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:38:45'); +INSERT INTO `t_sys_log` VALUES ('1748504325107010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:38:45'); +INSERT INTO `t_sys_log` VALUES ('1748504325588010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:38:46'); +INSERT INTO `t_sys_log` VALUES ('1748504327676010000', 'POST', '/wms/taskQuery/queryOutsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"request_time\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"vehicleId\":\"\",\"goodsId\":\"\",\"outType\":null,\"queryType\":1}', '200', '{\"code\":0,\"message\":\"查询出库单成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:38:48'); +INSERT INTO `t_sys_log` VALUES ('1748504329993010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:50'); +INSERT INTO `t_sys_log` VALUES ('1748504330993010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:51'); +INSERT INTO `t_sys_log` VALUES ('1748504331993010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:52'); +INSERT INTO `t_sys_log` VALUES ('1748504333089010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:38:53'); +INSERT INTO `t_sys_log` VALUES ('1748504333771010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:38:54'); +INSERT INTO `t_sys_log` VALUES ('1748504334080010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:54'); +INSERT INTO `t_sys_log` VALUES ('1748504334081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:54'); +INSERT INTO `t_sys_log` VALUES ('1748504335033010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:38:55'); +INSERT INTO `t_sys_log` VALUES ('1748504335079010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:55'); +INSERT INTO `t_sys_log` VALUES ('1748504335079010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:55'); +INSERT INTO `t_sys_log` VALUES ('1748504336083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:56'); +INSERT INTO `t_sys_log` VALUES ('1748504336084010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:56'); +INSERT INTO `t_sys_log` VALUES ('1748504337081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:57'); +INSERT INTO `t_sys_log` VALUES ('1748504337081010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:57'); +INSERT INTO `t_sys_log` VALUES ('1748504337576010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:38:58'); +INSERT INTO `t_sys_log` VALUES ('1748504338080010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:58'); +INSERT INTO `t_sys_log` VALUES ('1748504338080010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:58'); +INSERT INTO `t_sys_log` VALUES ('1748504339084010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:38:59'); +INSERT INTO `t_sys_log` VALUES ('1748504339084010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:38:59'); +INSERT INTO `t_sys_log` VALUES ('1748504339592010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:00'); +INSERT INTO `t_sys_log` VALUES ('1748504340079010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:00'); +INSERT INTO `t_sys_log` VALUES ('1748504340079010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:00'); +INSERT INTO `t_sys_log` VALUES ('1748504341079010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:01'); +INSERT INTO `t_sys_log` VALUES ('1748504341079010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:01'); +INSERT INTO `t_sys_log` VALUES ('1748504342083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:02'); +INSERT INTO `t_sys_log` VALUES ('1748504342084010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:02'); +INSERT INTO `t_sys_log` VALUES ('1748504343078010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:03'); +INSERT INTO `t_sys_log` VALUES ('1748504343078010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:03'); +INSERT INTO `t_sys_log` VALUES ('1748504344082010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:04'); +INSERT INTO `t_sys_log` VALUES ('1748504344082010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:04'); +INSERT INTO `t_sys_log` VALUES ('1748504345081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:05'); +INSERT INTO `t_sys_log` VALUES ('1748504345082010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:05'); +INSERT INTO `t_sys_log` VALUES ('1748504346081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:06'); +INSERT INTO `t_sys_log` VALUES ('1748504346081010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:06'); +INSERT INTO `t_sys_log` VALUES ('1748504347081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:07'); +INSERT INTO `t_sys_log` VALUES ('1748504347081010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:07'); +INSERT INTO `t_sys_log` VALUES ('1748504348080010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:08'); +INSERT INTO `t_sys_log` VALUES ('1748504348081010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:08'); +INSERT INTO `t_sys_log` VALUES ('1748504349084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:09'); +INSERT INTO `t_sys_log` VALUES ('1748504349087010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:09'); +INSERT INTO `t_sys_log` VALUES ('1748504350082010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:10'); +INSERT INTO `t_sys_log` VALUES ('1748504350082010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:10'); +INSERT INTO `t_sys_log` VALUES ('1748504351083010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:11'); +INSERT INTO `t_sys_log` VALUES ('1748504351083010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:11'); +INSERT INTO `t_sys_log` VALUES ('1748504352081010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:12'); +INSERT INTO `t_sys_log` VALUES ('1748504352083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:12'); +INSERT INTO `t_sys_log` VALUES ('1748504353080010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:13'); +INSERT INTO `t_sys_log` VALUES ('1748504353080010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:13'); +INSERT INTO `t_sys_log` VALUES ('1748504357185010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":0,\"message\":\"查询当前站台待配物料列表成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:39:17'); +INSERT INTO `t_sys_log` VALUES ('1748504358083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":0,\"message\":\"查询当前站台待配物料列表成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:39:18'); +INSERT INTO `t_sys_log` VALUES ('1748504359096010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":0,\"message\":\"查询当前站台待配物料列表成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:39:19'); +INSERT INTO `t_sys_log` VALUES ('1748504360098010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":0,\"message\":\"查询当前站台待配物料列表成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:39:20'); +INSERT INTO `t_sys_log` VALUES ('1748504361097010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":0,\"message\":\"查询当前站台待配物料列表成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:39:21'); +INSERT INTO `t_sys_log` VALUES ('1748504362083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:22'); +INSERT INTO `t_sys_log` VALUES ('1748504363087010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:23'); +INSERT INTO `t_sys_log` VALUES ('1748504364086010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:24'); +INSERT INTO `t_sys_log` VALUES ('1748504365085010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:25'); +INSERT INTO `t_sys_log` VALUES ('1748504366083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:26'); +INSERT INTO `t_sys_log` VALUES ('1748504367082010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:27'); +INSERT INTO `t_sys_log` VALUES ('1748504368085010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:28'); +INSERT INTO `t_sys_log` VALUES ('1748504369084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:29'); +INSERT INTO `t_sys_log` VALUES ('1748504370085010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:30'); +INSERT INTO `t_sys_log` VALUES ('1748504371085010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:31'); +INSERT INTO `t_sys_log` VALUES ('1748504372084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:32'); +INSERT INTO `t_sys_log` VALUES ('1748504373085010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:33'); +INSERT INTO `t_sys_log` VALUES ('1748504374085010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:34'); +INSERT INTO `t_sys_log` VALUES ('1748504375083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:35'); +INSERT INTO `t_sys_log` VALUES ('1748504376080010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:36'); +INSERT INTO `t_sys_log` VALUES ('1748504377083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:37'); +INSERT INTO `t_sys_log` VALUES ('1748504378086010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:38'); +INSERT INTO `t_sys_log` VALUES ('1748504379083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:39'); +INSERT INTO `t_sys_log` VALUES ('1748504380083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:40'); +INSERT INTO `t_sys_log` VALUES ('1748504381083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:41'); +INSERT INTO `t_sys_log` VALUES ('1748504382084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:42'); +INSERT INTO `t_sys_log` VALUES ('1748504383081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:43'); +INSERT INTO `t_sys_log` VALUES ('1748504384084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:44'); +INSERT INTO `t_sys_log` VALUES ('1748504385082010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:45'); +INSERT INTO `t_sys_log` VALUES ('1748504386079010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:46'); +INSERT INTO `t_sys_log` VALUES ('1748504387082010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:47'); +INSERT INTO `t_sys_log` VALUES ('1748504387712010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:39:48'); +INSERT INTO `t_sys_log` VALUES ('1748504388082010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:48'); +INSERT INTO `t_sys_log` VALUES ('1748504389083010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:49'); +INSERT INTO `t_sys_log` VALUES ('1748504389731010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:39:50'); +INSERT INTO `t_sys_log` VALUES ('1748504390084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:50'); +INSERT INTO `t_sys_log` VALUES ('1748504391081010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:51'); +INSERT INTO `t_sys_log` VALUES ('1748504392084010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:39:52'); +INSERT INTO `t_sys_log` VALUES ('1748504392337010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:39:52'); +INSERT INTO `t_sys_log` VALUES ('1748504395230010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:39:55'); +INSERT INTO `t_sys_log` VALUES ('1748504395427010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:39:55'); +INSERT INTO `t_sys_log` VALUES ('1748504403010010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:03'); +INSERT INTO `t_sys_log` VALUES ('1748504404007010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:04'); +INSERT INTO `t_sys_log` VALUES ('1748504405006010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:05'); +INSERT INTO `t_sys_log` VALUES ('1748504406008010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:06'); +INSERT INTO `t_sys_log` VALUES ('1748504407009010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:07'); +INSERT INTO `t_sys_log` VALUES ('1748504408008010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:08'); +INSERT INTO `t_sys_log` VALUES ('1748504408433010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:40:08'); +INSERT INTO `t_sys_log` VALUES ('1748504409005010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:40:09'); +INSERT INTO `t_sys_log` VALUES ('1748504410396010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:10'); +INSERT INTO `t_sys_log` VALUES ('1748504410442010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:40:10'); +INSERT INTO `t_sys_log` VALUES ('1748504417267010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:17'); +INSERT INTO `t_sys_log` VALUES ('1748504417477010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:17'); +INSERT INTO `t_sys_log` VALUES ('1748504417642010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:18'); +INSERT INTO `t_sys_log` VALUES ('1748504417838010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:18'); +INSERT INTO `t_sys_log` VALUES ('1748504418045010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:18'); +INSERT INTO `t_sys_log` VALUES ('1748504418213010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:18'); +INSERT INTO `t_sys_log` VALUES ('1748504418376010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:18'); +INSERT INTO `t_sys_log` VALUES ('1748504433411010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:33'); +INSERT INTO `t_sys_log` VALUES ('1748504433558010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:40:34'); +INSERT INTO `t_sys_log` VALUES ('1748504464229010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:04'); +INSERT INTO `t_sys_log` VALUES ('1748504464621010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:05'); +INSERT INTO `t_sys_log` VALUES ('1748504464802010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:05'); +INSERT INTO `t_sys_log` VALUES ('1748504470310010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:10'); +INSERT INTO `t_sys_log` VALUES ('1748504470487010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:10'); +INSERT INTO `t_sys_log` VALUES ('1748504471957010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":5,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801345010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"H\",\"goodsId\":\"2191893\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 15:41:12'); +INSERT INTO `t_sys_log` VALUES ('1748504473714010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":4,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801344010029\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"8M3175\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010030\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"4540936\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010031\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"3307743\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010032\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"6E1923\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010033\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"F\",\"goodsId\":\"1488356\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010034\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProdu...', '2025-05-29 15:41:14'); +INSERT INTO `t_sys_log` VALUES ('1748504476032010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:16'); +INSERT INTO `t_sys_log` VALUES ('1748504478228010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:18'); +INSERT INTO `t_sys_log` VALUES ('1748504478422010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:18'); +INSERT INTO `t_sys_log` VALUES ('1748504484467010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:24'); +INSERT INTO `t_sys_log` VALUES ('1748504484673010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:25'); +INSERT INTO `t_sys_log` VALUES ('1748504484858010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:25'); +INSERT INTO `t_sys_log` VALUES ('1748504489221010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:29'); +INSERT INTO `t_sys_log` VALUES ('1748504489450010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:41:29'); +INSERT INTO `t_sys_log` VALUES ('1748505135499010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:16'); +INSERT INTO `t_sys_log` VALUES ('1748505135550010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:16'); +INSERT INTO `t_sys_log` VALUES ('1748505136167010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:16'); +INSERT INTO `t_sys_log` VALUES ('1748505136380010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:16'); +INSERT INTO `t_sys_log` VALUES ('1748505136571010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:17'); +INSERT INTO `t_sys_log` VALUES ('1748505137112010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:17'); +INSERT INTO `t_sys_log` VALUES ('1748505142224010000', 'OPTIONS', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:52:22'); +INSERT INTO `t_sys_log` VALUES ('1748505142236010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:52:22'); +INSERT INTO `t_sys_log` VALUES ('1748505142678010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:52:23'); +INSERT INTO `t_sys_log` VALUES ('1748505143226010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:52:23'); +INSERT INTO `t_sys_log` VALUES ('1748505144230010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:52:24'); +INSERT INTO `t_sys_log` VALUES ('1748505144701010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:52:25'); +INSERT INTO `t_sys_log` VALUES ('1748505145226010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:52:25'); +INSERT INTO `t_sys_log` VALUES ('1748505146226010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:52:26'); +INSERT INTO `t_sys_log` VALUES ('1748505148048010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:28'); +INSERT INTO `t_sys_log` VALUES ('1748505148295010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:28'); +INSERT INTO `t_sys_log` VALUES ('1748505148501010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:29'); +INSERT INTO `t_sys_log` VALUES ('1748505148699010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:52:29'); +INSERT INTO `t_sys_log` VALUES ('1748505215037010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215038010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215038010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215044010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215044010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215045010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215045010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215045010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215235010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215235010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215235010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215235010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215235010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215236010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215236010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215236010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215236010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215236010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010005', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010006', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010007', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010008', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010009', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215237010010', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010005', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010006', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010007', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215238010008', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215239010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215239010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215240010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215240010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215240010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215240010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215240010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215241010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215241010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215241010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215241010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215241010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215241010005', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215244010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215244010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215244010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215385010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:35'); +INSERT INTO `t_sys_log` VALUES ('1748505215821010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:36'); +INSERT INTO `t_sys_log` VALUES ('1748505215832010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:36'); +INSERT INTO `t_sys_log` VALUES ('1748505216921010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:37'); +INSERT INTO `t_sys_log` VALUES ('1748505216924010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:37'); +INSERT INTO `t_sys_log` VALUES ('1748505216929010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:37'); +INSERT INTO `t_sys_log` VALUES ('1748505219171010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:53:39'); +INSERT INTO `t_sys_log` VALUES ('1748505219172010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:39'); +INSERT INTO `t_sys_log` VALUES ('1748505219173010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:39'); +INSERT INTO `t_sys_log` VALUES ('1748505219173010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:39'); +INSERT INTO `t_sys_log` VALUES ('1748505220031010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:40'); +INSERT INTO `t_sys_log` VALUES ('1748505221035010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:41'); +INSERT INTO `t_sys_log` VALUES ('1748505222027010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:42'); +INSERT INTO `t_sys_log` VALUES ('1748505223030010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:43'); +INSERT INTO `t_sys_log` VALUES ('1748505224029010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:44'); +INSERT INTO `t_sys_log` VALUES ('1748505225034010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:45'); +INSERT INTO `t_sys_log` VALUES ('1748505226031010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:46'); +INSERT INTO `t_sys_log` VALUES ('1748505228508010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:53:49'); +INSERT INTO `t_sys_log` VALUES ('1748505228911010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:53:49'); +INSERT INTO `t_sys_log` VALUES ('1748505229108010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:53:49'); +INSERT INTO `t_sys_log` VALUES ('1748505229302010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:53:49'); +INSERT INTO `t_sys_log` VALUES ('1748505232588010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:53:53'); +INSERT INTO `t_sys_log` VALUES ('1748505237191010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":2,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:53:57'); +INSERT INTO `t_sys_log` VALUES ('1748505238184010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:53:58'); +INSERT INTO `t_sys_log` VALUES ('1748505240055010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":0}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 15:54:00'); +INSERT INTO `t_sys_log` VALUES ('1748505241395010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:54:01'); +INSERT INTO `t_sys_log` VALUES ('1748505243447010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:54:03'); +INSERT INTO `t_sys_log` VALUES ('1748505276025010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:54:36'); +INSERT INTO `t_sys_log` VALUES ('1748505276028010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:54:36'); +INSERT INTO `t_sys_log` VALUES ('1748505276976010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:54:37'); +INSERT INTO `t_sys_log` VALUES ('1748505277974010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:54:38'); +INSERT INTO `t_sys_log` VALUES ('1748505278047010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:54:38'); +INSERT INTO `t_sys_log` VALUES ('1748505278969010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:54:39'); +INSERT INTO `t_sys_log` VALUES ('1748505281611010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:54:42'); +INSERT INTO `t_sys_log` VALUES ('1748505281706010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:54:42'); +INSERT INTO `t_sys_log` VALUES ('1748505360367010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:00'); +INSERT INTO `t_sys_log` VALUES ('1748505360587010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:01'); +INSERT INTO `t_sys_log` VALUES ('1748505360787010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:01'); +INSERT INTO `t_sys_log` VALUES ('1748505360992010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"110002189133\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:01'); +INSERT INTO `t_sys_log` VALUES ('1748505364435010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:04'); +INSERT INTO `t_sys_log` VALUES ('1748505403107010000', 'OPTIONS', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:56:43'); +INSERT INTO `t_sys_log` VALUES ('1748505403162010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:56:43'); +INSERT INTO `t_sys_log` VALUES ('1748505404053010000', 'OPTIONS', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 15:56:44'); +INSERT INTO `t_sys_log` VALUES ('1748505404075010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:44'); +INSERT INTO `t_sys_log` VALUES ('1748505404083010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:44'); +INSERT INTO `t_sys_log` VALUES ('1748505404845010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 15:56:45'); +INSERT INTO `t_sys_log` VALUES ('1748505405053010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:45'); +INSERT INTO `t_sys_log` VALUES ('1748505405053010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:45'); +INSERT INTO `t_sys_log` VALUES ('1748505406057010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:46'); +INSERT INTO `t_sys_log` VALUES ('1748505406057010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:46'); +INSERT INTO `t_sys_log` VALUES ('1748505406226010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 15:56:46'); +INSERT INTO `t_sys_log` VALUES ('1748505407054010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:47'); +INSERT INTO `t_sys_log` VALUES ('1748505407054010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:47'); +INSERT INTO `t_sys_log` VALUES ('1748505412896010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412897010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412898010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412899010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412901010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412904010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412906010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412907010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412907010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412908010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505412909010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505413052010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505413052010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:53'); +INSERT INTO `t_sys_log` VALUES ('1748505414054010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:54'); +INSERT INTO `t_sys_log` VALUES ('1748505414055010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:54'); +INSERT INTO `t_sys_log` VALUES ('1748505415057010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:55'); +INSERT INTO `t_sys_log` VALUES ('1748505415057010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:55'); +INSERT INTO `t_sys_log` VALUES ('1748505416053010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:56:56'); +INSERT INTO `t_sys_log` VALUES ('1748505416053010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:56:56'); +INSERT INTO `t_sys_log` VALUES ('1748505417805010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:58'); +INSERT INTO `t_sys_log` VALUES ('1748505418323010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:58'); +INSERT INTO `t_sys_log` VALUES ('1748505418504010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:59'); +INSERT INTO `t_sys_log` VALUES ('1748505418623010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:56:59'); +INSERT INTO `t_sys_log` VALUES ('1748505420021010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:57:00'); +INSERT INTO `t_sys_log` VALUES ('1748505425913010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":5,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801345010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"H\",\"goodsId\":\"2191893\",\"needNum\":4,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 15:57:06'); +INSERT INTO `t_sys_log` VALUES ('1748505428767010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":4,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801344010029\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"8M3175\",\"needNum\":2,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010030\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"4540936\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010031\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"3307743\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010032\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"E\",\"goodsId\":\"6E1923\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010033\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"F\",\"goodsId\":\"1488356\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010034\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProdu...', '2025-05-29 15:57:09'); +INSERT INTO `t_sys_log` VALUES ('1748505432035010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:57:12'); +INSERT INTO `t_sys_log` VALUES ('1748505474786010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:57:55'); +INSERT INTO `t_sys_log` VALUES ('1748505474838010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:57:55'); +INSERT INTO `t_sys_log` VALUES ('1748505486259010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:58:06'); +INSERT INTO `t_sys_log` VALUES ('1748505486272010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:58:06'); +INSERT INTO `t_sys_log` VALUES ('1748505486963010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 15:58:07'); +INSERT INTO `t_sys_log` VALUES ('1748505487256010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 15:58:07'); +INSERT INTO `t_sys_log` VALUES ('1748505487256010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:58:07'); +INSERT INTO `t_sys_log` VALUES ('1748505488981010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 15:58:09'); +INSERT INTO `t_sys_log` VALUES ('1748505491289010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:58:11'); +INSERT INTO `t_sys_log` VALUES ('1748505491486010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:58:11'); +INSERT INTO `t_sys_log` VALUES ('1748505491666010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2915:39:17\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2216:36:21\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 15:58:12'); +INSERT INTO `t_sys_log` VALUES ('1748505694932010000', 'OPTIONS', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:01:35'); +INSERT INTO `t_sys_log` VALUES ('1748505695011010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:35'); +INSERT INTO `t_sys_log` VALUES ('1748505695074010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:35'); +INSERT INTO `t_sys_log` VALUES ('1748505695245010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:35'); +INSERT INTO `t_sys_log` VALUES ('1748505695433010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:35'); +INSERT INTO `t_sys_log` VALUES ('1748505703655010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:01:44'); +INSERT INTO `t_sys_log` VALUES ('1748505703658010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:01:44'); +INSERT INTO `t_sys_log` VALUES ('1748505703677010000', 'OPTIONS', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:01:44'); +INSERT INTO `t_sys_log` VALUES ('1748505703703010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:01:44'); +INSERT INTO `t_sys_log` VALUES ('1748505704651010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:01:45'); +INSERT INTO `t_sys_log` VALUES ('1748505704651010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:01:45'); +INSERT INTO `t_sys_log` VALUES ('1748505705711010000', 'OPTIONS', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:01:46'); +INSERT INTO `t_sys_log` VALUES ('1748505705724010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:01:46'); +INSERT INTO `t_sys_log` VALUES ('1748505707749010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:48'); +INSERT INTO `t_sys_log` VALUES ('1748505707974010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:28\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:48'); +INSERT INTO `t_sys_log` VALUES ('1748505708186010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:48'); +INSERT INTO `t_sys_log` VALUES ('1748505708377010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:48'); +INSERT INTO `t_sys_log` VALUES ('1748505708573010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:49'); +INSERT INTO `t_sys_log` VALUES ('1748505708914010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:49'); +INSERT INTO `t_sys_log` VALUES ('1748505709081010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:49'); +INSERT INTO `t_sys_log` VALUES ('1748505709244010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:49'); +INSERT INTO `t_sys_log` VALUES ('1748505709430010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:49'); +INSERT INTO `t_sys_log` VALUES ('1748505709588010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:01:48\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:01:50'); +INSERT INTO `t_sys_log` VALUES ('1748505734476010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:02:14'); +INSERT INTO `t_sys_log` VALUES ('1748505734476010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:02:14'); +INSERT INTO `t_sys_log` VALUES ('1748505734505010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:02:15'); +INSERT INTO `t_sys_log` VALUES ('1748505735477010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:02:15'); +INSERT INTO `t_sys_log` VALUES ('1748505735478010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:02:15'); +INSERT INTO `t_sys_log` VALUES ('1748505736473010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:02:16'); +INSERT INTO `t_sys_log` VALUES ('1748505736473010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:02:16'); +INSERT INTO `t_sys_log` VALUES ('1748505736514010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:02:17'); +INSERT INTO `t_sys_log` VALUES ('1748505737476010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:02:17'); +INSERT INTO `t_sys_log` VALUES ('1748505737476010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:02:17'); +INSERT INTO `t_sys_log` VALUES ('1748505739214010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:19'); +INSERT INTO `t_sys_log` VALUES ('1748505739697010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:20'); +INSERT INTO `t_sys_log` VALUES ('1748505739876010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:20'); +INSERT INTO `t_sys_log` VALUES ('1748505740266010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:20'); +INSERT INTO `t_sys_log` VALUES ('1748505740834010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:21'); +INSERT INTO `t_sys_log` VALUES ('1748505741087010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:21'); +INSERT INTO `t_sys_log` VALUES ('1748505741270010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:21'); +INSERT INTO `t_sys_log` VALUES ('1748505743143010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:23'); +INSERT INTO `t_sys_log` VALUES ('1748505743532010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:24'); +INSERT INTO `t_sys_log` VALUES ('1748505749293010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:29'); +INSERT INTO `t_sys_log` VALUES ('1748505749521010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:30'); +INSERT INTO `t_sys_log` VALUES ('1748505749731010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:02:30'); +INSERT INTO `t_sys_log` VALUES ('1748505974817010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:06:15'); +INSERT INTO `t_sys_log` VALUES ('1748505975288010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:06:15'); +INSERT INTO `t_sys_log` VALUES ('1748505975504010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:06:16'); +INSERT INTO `t_sys_log` VALUES ('1748505975726010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:06:16'); +INSERT INTO `t_sys_log` VALUES ('1748505975924010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:06:16'); +INSERT INTO `t_sys_log` VALUES ('1748505976120010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:06:16'); +INSERT INTO `t_sys_log` VALUES ('1748506055181010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:07:35'); +INSERT INTO `t_sys_log` VALUES ('1748506109346010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:29'); +INSERT INTO `t_sys_log` VALUES ('1748506109556010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:30'); +INSERT INTO `t_sys_log` VALUES ('1748506111584010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:08:32'); +INSERT INTO `t_sys_log` VALUES ('1748506111587010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:08:32'); +INSERT INTO `t_sys_log` VALUES ('1748506111741010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:08:32'); +INSERT INTO `t_sys_log` VALUES ('1748506112589010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:08:33'); +INSERT INTO `t_sys_log` VALUES ('1748506112589010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:08:33'); +INSERT INTO `t_sys_log` VALUES ('1748506113592010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:08:34'); +INSERT INTO `t_sys_log` VALUES ('1748506113593010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:08:34'); +INSERT INTO `t_sys_log` VALUES ('1748506113765010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:08:34'); +INSERT INTO `t_sys_log` VALUES ('1748506114589010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:08:35'); +INSERT INTO `t_sys_log` VALUES ('1748506114591010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:08:35'); +INSERT INTO `t_sys_log` VALUES ('1748506115589010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:08:36'); +INSERT INTO `t_sys_log` VALUES ('1748506115590010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:08:36'); +INSERT INTO `t_sys_log` VALUES ('1748506116696010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:37'); +INSERT INTO `t_sys_log` VALUES ('1748506117320010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:37'); +INSERT INTO `t_sys_log` VALUES ('1748506117636010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:38'); +INSERT INTO `t_sys_log` VALUES ('1748506117843010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:38'); +INSERT INTO `t_sys_log` VALUES ('1748506118010010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:08:38'); +INSERT INTO `t_sys_log` VALUES ('1748506233771010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:10:34'); +INSERT INTO `t_sys_log` VALUES ('1748506234665010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:10:35'); +INSERT INTO `t_sys_log` VALUES ('1748506234862010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:10:35'); +INSERT INTO `t_sys_log` VALUES ('1748506237458010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:10:37'); +INSERT INTO `t_sys_log` VALUES ('1748506237458010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:10:37'); +INSERT INTO `t_sys_log` VALUES ('1748506241154010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:10:41'); +INSERT INTO `t_sys_log` VALUES ('1748506241154010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:10:42'); +INSERT INTO `t_sys_log` VALUES ('1748506241802010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:10:42'); +INSERT INTO `t_sys_log` VALUES ('1748506241803010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:10:42'); +INSERT INTO `t_sys_log` VALUES ('1748506241804010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:10:42'); +INSERT INTO `t_sys_log` VALUES ('1748506241805010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:10:42'); +INSERT INTO `t_sys_log` VALUES ('1748506303697010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303698010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303698010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303699010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303700010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303702010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303702010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303709010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303709010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303710010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303711010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303715010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303715010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303715010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303715010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303716010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303717010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303718010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303718010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303718010002', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303718010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303719010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303719010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303719010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303720010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303720010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303720010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303720010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303721010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303721010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303722010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303722010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303722010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303723010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303727010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303729010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303729010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303730010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303731010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303732010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303732010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303733010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303734010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303735010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303736010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303736010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303736010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303737010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303737010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303737010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303737010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303738010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303738010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303738010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303738010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303738010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010005', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010006', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010007', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303739010008', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303740010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303740010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506303740010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:11:44'); +INSERT INTO `t_sys_log` VALUES ('1748506362561010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:43'); +INSERT INTO `t_sys_log` VALUES ('1748506363462010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:43'); +INSERT INTO `t_sys_log` VALUES ('1748506364464010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:44'); +INSERT INTO `t_sys_log` VALUES ('1748506365462010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:45'); +INSERT INTO `t_sys_log` VALUES ('1748506366463010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:46'); +INSERT INTO `t_sys_log` VALUES ('1748506367271010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 16:12:47'); +INSERT INTO `t_sys_log` VALUES ('1748506368247010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:48'); +INSERT INTO `t_sys_log` VALUES ('1748506368257010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:12:48'); +INSERT INTO `t_sys_log` VALUES ('1748506369249010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:49'); +INSERT INTO `t_sys_log` VALUES ('1748506369251010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:12:49'); +INSERT INTO `t_sys_log` VALUES ('1748506369373010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 16:12:49'); +INSERT INTO `t_sys_log` VALUES ('1748506370245010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:50'); +INSERT INTO `t_sys_log` VALUES ('1748506370245010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:12:50'); +INSERT INTO `t_sys_log` VALUES ('1748506371154010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 16:12:51'); +INSERT INTO `t_sys_log` VALUES ('1748506371243010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:51'); +INSERT INTO `t_sys_log` VALUES ('1748506371243010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:12:51'); +INSERT INTO `t_sys_log` VALUES ('1748506372247010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:12:52'); +INSERT INTO `t_sys_log` VALUES ('1748506372247010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:12:52'); +INSERT INTO `t_sys_log` VALUES ('1748506471209010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471212010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471216010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471216010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471217010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471218010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471218010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471219010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471221010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471222010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471222010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471222010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471222010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471223010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471223010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471223010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471223010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471223010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471224010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471224010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471224010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471225010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471227010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471227010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471228010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471228010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471228010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471228010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471229010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471229010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471229010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471229010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471230010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471230010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471230010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471230010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471230010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471231010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471231010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471231010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471231010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471231010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471232010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471235010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471236010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471236010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471237010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471237010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471237010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471237010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471237010004', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471237010005', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471238010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471238010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471238010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471238010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471239010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471239010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471239010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471239010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471240010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471240010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471241010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471241010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471241010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471241010003', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471242010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506471242010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748506472249010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:32'); +INSERT INTO `t_sys_log` VALUES ('1748506473249010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:33'); +INSERT INTO `t_sys_log` VALUES ('1748506474248010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:34'); +INSERT INTO `t_sys_log` VALUES ('1748506475261010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:35'); +INSERT INTO `t_sys_log` VALUES ('1748506476252010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:36'); +INSERT INTO `t_sys_log` VALUES ('1748506477246010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:37'); +INSERT INTO `t_sys_log` VALUES ('1748506478246010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:38'); +INSERT INTO `t_sys_log` VALUES ('1748506479247010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:39'); +INSERT INTO `t_sys_log` VALUES ('1748506479938010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 16:14:40'); +INSERT INTO `t_sys_log` VALUES ('1748506480855010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\",\"110002189132\",\"110002189153\",\"110002189157\",\"110002189122\",\"110002203998\",\"110002189147\",\"110002189152\",\"110002203993\",\"110002203997\",\"110002189127\",\"110002189154\",\"110002189080\",\"110002189085\",\"110002189075\",\"110002189086\",\"110002189081\",\"110002189076\",\"110002189087\",\"110002196241\",\"110002196242\",\"110002196237\",\"110002196235\",\"110002204003\",\"110002189130\",\"110002189131\",\"110002203994\",\"110002189142\",\"110002189150\",\"110002189140\",\"110002196262\",\"110002196263\",\"110002196264\",\"110002196276\",\"110002196277\",\"110002196278\",\"110002196269\",\"110002196268\",\"110002203999\",\"110002196270\",\"110002196265\",\"110002204008\",\"110002196279\",\"110002196280\",\"110002204017\",\"110002196271\",\"110002196281\",\"110002204000\",\"110002196236\",\"110002196238\",\"110002196243\",\"110002196244\",\"110002196245\",\"110002196246\",\"110002196247\",\"110002196239\",\"110002196234\",\"110002196240\",\"110002195776\",\"110002195777\",\"110002196274\",\"110002196275\",\"110002196272\",\"110002203995\",\"110002196266\",\"110002210930\",\"110002204012\",\"110002203992\",\"110002196267\",\"110002203996\",\"110002204004\",\"110002204005\",\"110002203991\",\"110002210968\",\"110002204016\",\"110002204001\",\"110002203987\",\"110002203988\",\"110002204014\",\"110002204009\",\"110002204015\",\"110002204013\",\"110002210931\",\"110002210932\",\"110002203951\",\"110002203952\",\"110002203948\",\"110002203949\",\"110002211005\",\"110002203954\",\"110002203955\",\"110002203956\",\"110002203395\",\"110002203377\",\"110002203369\",\"110002203216\",\"110002203365\",\"110002203336\",\"110002203368\",\"110002203361\",\"110002203375\",\"110002209923\",\"110002209922\",\"110002209926\",\"110002209927\",\"110002203376\",\"110002203318\",\"110002210112\",\"110002210113\",\"110002203326\",\"110002203321\",\"110002203322\",\"110002203323\",\"110002203302\",\"110002203378\",\"110002203324\",\"110002212617\",\"110002203325\",\"110002203309\"],\"productIdOrigin\":\"\",\"productId\":\"\",\"productType\":null,\"singleProductId\":[],\"boxNo\":[],\"goodsId\":[],\"kittingRemark\":\"\"}}', '2025-05-29 16:14:41'); +INSERT INTO `t_sys_log` VALUES ('1748506480933010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:41'); +INSERT INTO `t_sys_log` VALUES ('1748506480934010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:41'); +INSERT INTO `t_sys_log` VALUES ('1748506481935010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:42'); +INSERT INTO `t_sys_log` VALUES ('1748506481935010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:42'); +INSERT INTO `t_sys_log` VALUES ('1748506482641010000', 'POST', '/wms/kate/queryKateWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"planStartDate\":\"\"}', '200', '{\"code\":0,\"message\":\"成功\",\"data\":{\"workOrder\":[\"110002189133\"],\"productIdOrigin\":\"4512444-A\",\"productId\":\"4512444\",\"productType\":1,\"singleProductId\":[],\"boxNo\":[\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\"],\"goodsId\":[\"9S8009\",\"4K1388\",\"9S4189\",\"2M9780\",\"9S4182\",\"3J7354\",\"9S4183\",\"3D2824\",\"6V8647\",\"4J5477\",\"3603693\",\"3K0360\",\"9S8003\",\"1J9671\",\"1318350\",\"6V8398\",\"1007000\",\"3676001\",\"3676002\",\"3T8236\",\"1H0337\",\"4T1860\",\"8J6815\",\"3P9498\",\"9F6705\",\"5M2057\",\"1006021\",\"6E1924\",\"6E1925\",\"6V5230\",\"8M3175\",\"4540936\",\"3307743\",\"6E1923\",\"1488356\",\"6V9834\",\"4T4935\",\"2191891\",\"2965987\",\"5796930\",\"2191893\"],\"kittingRemark\":null}}', '2025-05-29 16:14:43'); +INSERT INTO `t_sys_log` VALUES ('1748506482933010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:43'); +INSERT INTO `t_sys_log` VALUES ('1748506482933010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:43'); +INSERT INTO `t_sys_log` VALUES ('1748506483934010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:44'); +INSERT INTO `t_sys_log` VALUES ('1748506483935010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:44'); +INSERT INTO `t_sys_log` VALUES ('1748506491113010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491115010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491116010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491116010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491117010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491117010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491118010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491118010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491119010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491119010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491120010000', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491126010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491127010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491127010001', 'POST', '/wms/kate/getCurrentWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748506491935010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:52'); +INSERT INTO `t_sys_log` VALUES ('1748506492935010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:53'); +INSERT INTO `t_sys_log` VALUES ('1748506493930010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:54'); +INSERT INTO `t_sys_log` VALUES ('1748506494932010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:55'); +INSERT INTO `t_sys_log` VALUES ('1748506495930010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:56'); +INSERT INTO `t_sys_log` VALUES ('1748506496932010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:57'); +INSERT INTO `t_sys_log` VALUES ('1748506497935010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:58'); +INSERT INTO `t_sys_log` VALUES ('1748506498937010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:14:59'); +INSERT INTO `t_sys_log` VALUES ('1748506504008010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:04'); +INSERT INTO `t_sys_log` VALUES ('1748506504941010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:05'); +INSERT INTO `t_sys_log` VALUES ('1748506505939010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:06'); +INSERT INTO `t_sys_log` VALUES ('1748506506939010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:07'); +INSERT INTO `t_sys_log` VALUES ('1748506507941010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:08'); +INSERT INTO `t_sys_log` VALUES ('1748506508936010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:09'); +INSERT INTO `t_sys_log` VALUES ('1748506509935010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:10'); +INSERT INTO `t_sys_log` VALUES ('1748506530695010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530696010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530697010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530698010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530698010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530699010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530699010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530700010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530701010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530702010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530703010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530704010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530704010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530704010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530705010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530705010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530705010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530706010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530706010001', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530706010002', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530710010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506530932010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748506531934010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:32'); +INSERT INTO `t_sys_log` VALUES ('1748506532939010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:33'); +INSERT INTO `t_sys_log` VALUES ('1748506533937010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:15:34'); +INSERT INTO `t_sys_log` VALUES ('1748506534653010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:15:35'); +INSERT INTO `t_sys_log` VALUES ('1748506535730010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:15:36'); +INSERT INTO `t_sys_log` VALUES ('1748506535920010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:15:36'); +INSERT INTO `t_sys_log` VALUES ('1748506536102010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:15:36'); +INSERT INTO `t_sys_log` VALUES ('1748506559675010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:00'); +INSERT INTO `t_sys_log` VALUES ('1748506559731010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:00'); +INSERT INTO `t_sys_log` VALUES ('1748506571550010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:12'); +INSERT INTO `t_sys_log` VALUES ('1748506572072010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:12'); +INSERT INTO `t_sys_log` VALUES ('1748506572207010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:12'); +INSERT INTO `t_sys_log` VALUES ('1748506575214010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:16:15'); +INSERT INTO `t_sys_log` VALUES ('1748506575467010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"创建工作成功。\"}', '2025-05-29 16:16:15'); +INSERT INTO `t_sys_log` VALUES ('1748506576211010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:16:16'); +INSERT INTO `t_sys_log` VALUES ('1748506577483010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:16:17'); +INSERT INTO `t_sys_log` VALUES ('1748506579817010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:20'); +INSERT INTO `t_sys_log` VALUES ('1748506580073010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:20'); +INSERT INTO `t_sys_log` VALUES ('1748506580268010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":0,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:16:20'); +INSERT INTO `t_sys_log` VALUES ('1748508213009010000', 'OPTIONS', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:43:33'); +INSERT INTO `t_sys_log` VALUES ('1748508213091010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:33'); +INSERT INTO `t_sys_log` VALUES ('1748508213133010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:33'); +INSERT INTO `t_sys_log` VALUES ('1748508216507010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":40,\"pages\":4,\"lists\":[{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010005\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:37'); +INSERT INTO `t_sys_log` VALUES ('1748508217921010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":0}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 16:43:38'); +INSERT INTO `t_sys_log` VALUES ('1748508219946010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":40,\"pages\":4,\"lists\":[{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010005\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:40'); +INSERT INTO `t_sys_log` VALUES ('1748508220954010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":40,\"pages\":4,\"lists\":[{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010005\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:41'); +INSERT INTO `t_sys_log` VALUES ('1748508221162010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":40,\"pages\":4,\"lists\":[{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010005\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:41'); +INSERT INTO `t_sys_log` VALUES ('1748508221339010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":40,\"pages\":4,\"lists\":[{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":1,\"finishNum\":0,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010005\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:43:41'); +INSERT INTO `t_sys_log` VALUES ('1748508223154010000', 'OPTIONS', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:43:43'); +INSERT INTO `t_sys_log` VALUES ('1748508223164010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:43:43'); +INSERT INTO `t_sys_log` VALUES ('1748508223649010000', 'OPTIONS', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:43:44'); +INSERT INTO `t_sys_log` VALUES ('1748508223696010000', 'POST', '/wms/kate/initWorks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"workOrder\":\"110002189133\",\"singleProductId\":\"\",\"boxNo\":\"\",\"goodsId\":\"\",\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":0,\"message\":\"重新下发工作成功。\"}', '2025-05-29 16:43:44'); +INSERT INTO `t_sys_log` VALUES ('1748508224156010000', 'POST', '/wms/kate/queryWorkingGoodsByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":5,\"sortBy\":[{\"column\":\"goods_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"workOrder\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"boxNo\":\"\"}', '200', '{\"code\":999,\"message\":\"当前站台没有配料工作。\",\"data\":null}', '2025-05-29 16:43:44'); +INSERT INTO `t_sys_log` VALUES ('1748508225703010000', 'OPTIONS', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-29 16:43:46'); +INSERT INTO `t_sys_log` VALUES ('1748508225712010000', 'POST', '/wms/kate/getBoxesAndLacks', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台工作已全部完成。\",\"data\":null}', '2025-05-29 16:43:46'); +INSERT INTO `t_sys_log` VALUES ('1748508228461010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:48'); +INSERT INTO `t_sys_log` VALUES ('1748508228655010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:49'); +INSERT INTO `t_sys_log` VALUES ('1748508228848010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:49'); +INSERT INTO `t_sys_log` VALUES ('1748508229090010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:49'); +INSERT INTO `t_sys_log` VALUES ('1748508229285010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:49'); +INSERT INTO `t_sys_log` VALUES ('1748508229491010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:49'); +INSERT INTO `t_sys_log` VALUES ('1748508229680010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:50'); +INSERT INTO `t_sys_log` VALUES ('1748508229865010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:50'); +INSERT INTO `t_sys_log` VALUES ('1748508230312010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:50'); +INSERT INTO `t_sys_log` VALUES ('1748508237076010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:57'); +INSERT INTO `t_sys_log` VALUES ('1748508237909010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:58'); +INSERT INTO `t_sys_log` VALUES ('1748508238109010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:58'); +INSERT INTO `t_sys_log` VALUES ('1748508238284010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:58'); +INSERT INTO `t_sys_log` VALUES ('1748508238463010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":0,\"pages\":0,\"lists\":[]}}', '2025-05-29 16:43:58'); +INSERT INTO `t_sys_log` VALUES ('1748508254012010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 16:44:14'); +INSERT INTO `t_sys_log` VALUES ('1748508255210010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 16:44:15'); +INSERT INTO `t_sys_log` VALUES ('1748508255393010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 16:44:15'); +INSERT INTO `t_sys_log` VALUES ('1748508255554010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 16:44:16'); +INSERT INTO `t_sys_log` VALUES ('1748508297475010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:44:57'); +INSERT INTO `t_sys_log` VALUES ('1748508297542010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":2,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:44:58'); +INSERT INTO `t_sys_log` VALUES ('1748508299462010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:44:59'); +INSERT INTO `t_sys_log` VALUES ('1748508299986010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:00'); +INSERT INTO `t_sys_log` VALUES ('1748508300197010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:00'); +INSERT INTO `t_sys_log` VALUES ('1748508300347010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:00'); +INSERT INTO `t_sys_log` VALUES ('1748508302074010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":1}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":40,\"pages\":4,\"lists\":[{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"3J7354\",\"needNum\":5,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010005\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:02'); +INSERT INTO `t_sys_log` VALUES ('1748508303389010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":0}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":1,\"pages\":1,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1}]}}', '2025-05-29 16:45:03'); +INSERT INTO `t_sys_log` VALUES ('1748508304877010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:05'); +INSERT INTO `t_sys_log` VALUES ('1748508328311010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:28'); +INSERT INTO `t_sys_log` VALUES ('1748508328490010000', 'POST', '/wms/kate/queryWorkSummaryByPage', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"pageNo\":1,\"pageSize\":10,\"sortBy\":[{\"column\":\"product_id\",\"asc\":true}],\"standId\":\"P1\",\"userName\":\"管理员\",\"summaryType\":1,\"workOrder\":\"\",\"boxNo\":\"\",\"productId\":\"\",\"singleProductId\":\"\",\"workStatus\":null,\"lackStatus\":null}', '200', '{\"code\":0,\"message\":\"查询工作数据成功。\",\"data\":{\"total\":41,\"pages\":5,\"lists\":[{\"workIndex\":\"1747880801340010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S8009\",\"needNum\":1,\"distributeNum\":1,\"finishNum\":1,\"workStand\":\"P2\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:02:18\",\"lackStatus\":0,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010000\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"4K1388\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010001\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4189\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010002\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"2M9780\",\"needNum\":1,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010003\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductId\":null,\"boxNo\":\"A\",\"goodsId\":\"9S4182\",\"needNum\":3,\"distributeNum\":0,\"finishNum\":0,\"workStand\":\"P1\",\"workStatus\":2,\"workUser\":\"管理员\",\"createTime\":\"2025-05-2210:26:41\",\"finishTime\":\"2025-05-2916:44:46\",\"lackStatus\":1,\"isOut\":0,\"productType\":1},{\"workIndex\":\"1747880801344010004\",\"workOrder\":\"110002189133\",\"planStartDate\":\"2025-03-26\",\"productId\":\"4512444\",\"singleProductI...', '2025-05-29 16:45:28'); +INSERT INTO `t_sys_log` VALUES ('1748566006349010000', 'OPTIONS', '/wms/login/loginWithAuth', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-30 08:46:46'); +INSERT INTO `t_sys_log` VALUES ('1748566006409010000', 'POST', '/wms/login/loginWithAuth', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"loginAccount\":\"admin\",\"loginPassword\":\"admin\"}', '200', '{\"code\":0,\"message\":\"登录成功。\",\"data\":{\"user\":{\"loginAccount\":\"admin\",\"userName\":\"管理员\",\"roleId\":\"0\"},\"menuList\":[{\"id\":\"1\",\"labelName\":\"操作\",\"iconValue\":\"Pointer\",\"path\":\"\",\"children\":[{\"id\":\"1-1\",\"labelName\":\"入库\",\"iconValue\":\"\",\"path\":\"/goodsIn\",\"children\":[]},{\"id\":\"1-2\",\"labelName\":\"出库\",\"iconValue\":\"\",\"path\":\"/goodsOut\",\"children\":[]},{\"id\":\"1-3\",\"labelName\":\"配料\",\"iconValue\":\"\",\"path\":\"/kitting\",\"children\":[]},{\"id\":\"1-4\",\"labelName\":\"盘点\",\"iconValue\":\"\",\"path\":\"/inventory\",\"children\":[]},{\"id\":\"1-5\",\"labelName\":\"需求看板\",\"iconValue\":\"\",\"path\":\"/clcKanban\",\"children\":[]}]},{\"id\":\"2\",\"labelName\":\"数据\",\"iconValue\":\"Document\",\"path\":null,\"children\":[{\"id\":\"2-1\",\"labelName\":\"DBS计划\",\"iconValue\":\"\",\"path\":\"/dbsList\",\"children\":[]},{\"id\":\"2-2\",\"labelName\":\"配料单\",\"iconValue\":\"\",\"path\":\"/kittingList\",\"children\":[]},{\"id\":\"2-3\",\"labelName\":\"配对关系\",\"iconValue\":\"\",\"path\":\"/kittingRelation\",\"children\":[]},{\"id\":\"2-4\",\"labelName\":\"图纸\",\"iconValue\":\"\",\"path\":\"/imageTable\",\"children\":[]},{\"id\":\"2-6\",\"labelName\":\"工作详情\",\"iconValue\":\"\",\"path\":\"/workSummary\",\"children\":[]}]},{\"id\":\"3\",\"labelName\":\"报表\",\"iconValue\":\"DataLine\",\"path\":\"\",\"children\":[{\"id\":\"3-11\",\"labelName\":\"物料信息\",\"iconValue\":\"\",\"path\":\"/goods\",\"children\":[]},{\"id\":\"3-21\",\"labelName\":\"库存信息\",\"iconValue\":\"\",\"path\":\"/stock\",\"children\":[]},{\"id\":\"3-22\",\"labelName\":\"库存流水\",\"iconValue\":\"\",\"path\":\"/stockUpdateRecord\",\"children\":[]},{\"id\":\"3-23\",\"labelName\":\"料箱监控\",\"iconValue\":\"\",\"path\":\"/vehicles\",\"children\":[]},{\"id\":\"3-24\",\"labelName\":\"库位监控\",\"iconValue\":\"\",\"path\":\"/location\",\"children\":[]},{\"id\":\"3-25\",\"labelName\":\"站台监控\",\"iconValue\":\"\",\"path\":\"/standSettings\",\"children\":[]},{\"id\":\"3-31\",\"labelName\":\"任务监控\",\"iconValue\":\"\",\"path\":\"/taskMonitor\",\"children\":[]},{\"id\":\"3-32\",\"labelName\":\"拣选任务\",\"iconValue\":\"\",\"path\":\"/pickTask\",\"children\":[]},{\"id\":\"3-41\",\"labelName\":\"入库记录\",\"iconValue\":\"\",\"path\":\"/inTaskRecord\",\"children\":[]},{\"id\":\"3-42\",\"labelName\":\"出库记录\",\"iconValue\":\"\",\"path\":\"/outTaskRecord\",\"children\":[]},{\"id\":\"3-43\",\"labelName\":\"盘点记录\",\"iconValue\":\"\",\"path\":\"/inventoryRecord\",\"children\"...', '2025-05-30 08:46:46'); +INSERT INTO `t_sys_log` VALUES ('1748566017111010000', 'OPTIONS', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-05-30 08:46:57'); +INSERT INTO `t_sys_log` VALUES ('1748566017134010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:46:57'); +INSERT INTO `t_sys_log` VALUES ('1748566018118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:46:58'); +INSERT INTO `t_sys_log` VALUES ('1748566019119010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:46:59'); +INSERT INTO `t_sys_log` VALUES ('1748566020120010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:00'); +INSERT INTO `t_sys_log` VALUES ('1748566021121010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:01'); +INSERT INTO `t_sys_log` VALUES ('1748566022119010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:02'); +INSERT INTO `t_sys_log` VALUES ('1748566023120010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:03'); +INSERT INTO `t_sys_log` VALUES ('1748566024117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:04'); +INSERT INTO `t_sys_log` VALUES ('1748566025118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:05'); +INSERT INTO `t_sys_log` VALUES ('1748566026120010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:06'); +INSERT INTO `t_sys_log` VALUES ('1748566027118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:07'); +INSERT INTO `t_sys_log` VALUES ('1748566028117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:08'); +INSERT INTO `t_sys_log` VALUES ('1748566029117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:09'); +INSERT INTO `t_sys_log` VALUES ('1748566030116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:10'); +INSERT INTO `t_sys_log` VALUES ('1748566031127010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:11'); +INSERT INTO `t_sys_log` VALUES ('1748566032116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:12'); +INSERT INTO `t_sys_log` VALUES ('1748566033116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:13'); +INSERT INTO `t_sys_log` VALUES ('1748566034117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:14'); +INSERT INTO `t_sys_log` VALUES ('1748566035117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:15'); +INSERT INTO `t_sys_log` VALUES ('1748566036119010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:16'); +INSERT INTO `t_sys_log` VALUES ('1748566037118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:17'); +INSERT INTO `t_sys_log` VALUES ('1748566038117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:18'); +INSERT INTO `t_sys_log` VALUES ('1748566039117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:19'); +INSERT INTO `t_sys_log` VALUES ('1748566040116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:20'); +INSERT INTO `t_sys_log` VALUES ('1748566041126010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:21'); +INSERT INTO `t_sys_log` VALUES ('1748566042117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:22'); +INSERT INTO `t_sys_log` VALUES ('1748566043117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:23'); +INSERT INTO `t_sys_log` VALUES ('1748566044118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:24'); +INSERT INTO `t_sys_log` VALUES ('1748566045117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:25'); +INSERT INTO `t_sys_log` VALUES ('1748566046118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:26'); +INSERT INTO `t_sys_log` VALUES ('1748566047116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:27'); +INSERT INTO `t_sys_log` VALUES ('1748566048115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:28'); +INSERT INTO `t_sys_log` VALUES ('1748566049116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:29'); +INSERT INTO `t_sys_log` VALUES ('1748566050117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:30'); +INSERT INTO `t_sys_log` VALUES ('1748566051115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:31'); +INSERT INTO `t_sys_log` VALUES ('1748566052116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:32'); +INSERT INTO `t_sys_log` VALUES ('1748566053115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:33'); +INSERT INTO `t_sys_log` VALUES ('1748566054116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:34'); +INSERT INTO `t_sys_log` VALUES ('1748566055116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:35'); +INSERT INTO `t_sys_log` VALUES ('1748566056116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:36'); +INSERT INTO `t_sys_log` VALUES ('1748566057112010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:37'); +INSERT INTO `t_sys_log` VALUES ('1748566058115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:38'); +INSERT INTO `t_sys_log` VALUES ('1748566059115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:39'); +INSERT INTO `t_sys_log` VALUES ('1748566060117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:40'); +INSERT INTO `t_sys_log` VALUES ('1748566061117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:41'); +INSERT INTO `t_sys_log` VALUES ('1748566062113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:42'); +INSERT INTO `t_sys_log` VALUES ('1748566063115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:43'); +INSERT INTO `t_sys_log` VALUES ('1748566064114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:44'); +INSERT INTO `t_sys_log` VALUES ('1748566065113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:45'); +INSERT INTO `t_sys_log` VALUES ('1748566066127010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:46'); +INSERT INTO `t_sys_log` VALUES ('1748566067120010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:47'); +INSERT INTO `t_sys_log` VALUES ('1748566068116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:48'); +INSERT INTO `t_sys_log` VALUES ('1748566069115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:49'); +INSERT INTO `t_sys_log` VALUES ('1748566070115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:50'); +INSERT INTO `t_sys_log` VALUES ('1748566071114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:51'); +INSERT INTO `t_sys_log` VALUES ('1748566072116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:52'); +INSERT INTO `t_sys_log` VALUES ('1748566073114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:53'); +INSERT INTO `t_sys_log` VALUES ('1748566074115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:54'); +INSERT INTO `t_sys_log` VALUES ('1748566075117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:55'); +INSERT INTO `t_sys_log` VALUES ('1748566076117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:56'); +INSERT INTO `t_sys_log` VALUES ('1748566077118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:57'); +INSERT INTO `t_sys_log` VALUES ('1748566078116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:58'); +INSERT INTO `t_sys_log` VALUES ('1748566079116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:47:59'); +INSERT INTO `t_sys_log` VALUES ('1748566080116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:00'); +INSERT INTO `t_sys_log` VALUES ('1748566081116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:01'); +INSERT INTO `t_sys_log` VALUES ('1748566082115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:02'); +INSERT INTO `t_sys_log` VALUES ('1748566083115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:03'); +INSERT INTO `t_sys_log` VALUES ('1748566084115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:04'); +INSERT INTO `t_sys_log` VALUES ('1748566085116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:05'); +INSERT INTO `t_sys_log` VALUES ('1748566086114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:06'); +INSERT INTO `t_sys_log` VALUES ('1748566087116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:07'); +INSERT INTO `t_sys_log` VALUES ('1748566088115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:08'); +INSERT INTO `t_sys_log` VALUES ('1748566089114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:09'); +INSERT INTO `t_sys_log` VALUES ('1748566090115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:10'); +INSERT INTO `t_sys_log` VALUES ('1748566091116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:11'); +INSERT INTO `t_sys_log` VALUES ('1748566092115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:12'); +INSERT INTO `t_sys_log` VALUES ('1748566093114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:13'); +INSERT INTO `t_sys_log` VALUES ('1748566094117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:14'); +INSERT INTO `t_sys_log` VALUES ('1748566095116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:15'); +INSERT INTO `t_sys_log` VALUES ('1748566096115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:16'); +INSERT INTO `t_sys_log` VALUES ('1748566097115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:17'); +INSERT INTO `t_sys_log` VALUES ('1748566098115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:18'); +INSERT INTO `t_sys_log` VALUES ('1748566099117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:19'); +INSERT INTO `t_sys_log` VALUES ('1748566100118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:20'); +INSERT INTO `t_sys_log` VALUES ('1748566101114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:21'); +INSERT INTO `t_sys_log` VALUES ('1748566102116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:22'); +INSERT INTO `t_sys_log` VALUES ('1748566103114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:23'); +INSERT INTO `t_sys_log` VALUES ('1748566104115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:24'); +INSERT INTO `t_sys_log` VALUES ('1748566105117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:25'); +INSERT INTO `t_sys_log` VALUES ('1748566106116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:26'); +INSERT INTO `t_sys_log` VALUES ('1748566107116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:27'); +INSERT INTO `t_sys_log` VALUES ('1748566108115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:28'); +INSERT INTO `t_sys_log` VALUES ('1748566109116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:29'); +INSERT INTO `t_sys_log` VALUES ('1748566110116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:30'); +INSERT INTO `t_sys_log` VALUES ('1748566111116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:31'); +INSERT INTO `t_sys_log` VALUES ('1748566112116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:32'); +INSERT INTO `t_sys_log` VALUES ('1748566113113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:33'); +INSERT INTO `t_sys_log` VALUES ('1748566114117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:34'); +INSERT INTO `t_sys_log` VALUES ('1748566115115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:35'); +INSERT INTO `t_sys_log` VALUES ('1748566116116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:36'); +INSERT INTO `t_sys_log` VALUES ('1748566117114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:37'); +INSERT INTO `t_sys_log` VALUES ('1748566118115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:38'); +INSERT INTO `t_sys_log` VALUES ('1748566119115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:39'); +INSERT INTO `t_sys_log` VALUES ('1748566120116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:40'); +INSERT INTO `t_sys_log` VALUES ('1748566121116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:41'); +INSERT INTO `t_sys_log` VALUES ('1748566122116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:42'); +INSERT INTO `t_sys_log` VALUES ('1748566123114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:43'); +INSERT INTO `t_sys_log` VALUES ('1748566124116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:44'); +INSERT INTO `t_sys_log` VALUES ('1748566125115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:45'); +INSERT INTO `t_sys_log` VALUES ('1748566126115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:46'); +INSERT INTO `t_sys_log` VALUES ('1748566127116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:47'); +INSERT INTO `t_sys_log` VALUES ('1748566128115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:48'); +INSERT INTO `t_sys_log` VALUES ('1748566129115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:49'); +INSERT INTO `t_sys_log` VALUES ('1748566130115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:50'); +INSERT INTO `t_sys_log` VALUES ('1748566131116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:51'); +INSERT INTO `t_sys_log` VALUES ('1748566132115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:52'); +INSERT INTO `t_sys_log` VALUES ('1748566133116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:53'); +INSERT INTO `t_sys_log` VALUES ('1748566134115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:54'); +INSERT INTO `t_sys_log` VALUES ('1748566135115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:55'); +INSERT INTO `t_sys_log` VALUES ('1748566136116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:56'); +INSERT INTO `t_sys_log` VALUES ('1748566137114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:57'); +INSERT INTO `t_sys_log` VALUES ('1748566138116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:58'); +INSERT INTO `t_sys_log` VALUES ('1748566139112010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:48:59'); +INSERT INTO `t_sys_log` VALUES ('1748566140118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:00'); +INSERT INTO `t_sys_log` VALUES ('1748566141118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:01'); +INSERT INTO `t_sys_log` VALUES ('1748566142117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:02'); +INSERT INTO `t_sys_log` VALUES ('1748566143118010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:03'); +INSERT INTO `t_sys_log` VALUES ('1748566144116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:04'); +INSERT INTO `t_sys_log` VALUES ('1748566145116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:05'); +INSERT INTO `t_sys_log` VALUES ('1748566146116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:06'); +INSERT INTO `t_sys_log` VALUES ('1748566147115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:07'); +INSERT INTO `t_sys_log` VALUES ('1748566148114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:08'); +INSERT INTO `t_sys_log` VALUES ('1748566149114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:09'); +INSERT INTO `t_sys_log` VALUES ('1748566150117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:10'); +INSERT INTO `t_sys_log` VALUES ('1748566151115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:11'); +INSERT INTO `t_sys_log` VALUES ('1748566152114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:12'); +INSERT INTO `t_sys_log` VALUES ('1748566153113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:13'); +INSERT INTO `t_sys_log` VALUES ('1748566154116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:14'); +INSERT INTO `t_sys_log` VALUES ('1748566155115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:15'); +INSERT INTO `t_sys_log` VALUES ('1748566156115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:16'); +INSERT INTO `t_sys_log` VALUES ('1748566157115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:17'); +INSERT INTO `t_sys_log` VALUES ('1748566158115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:18'); +INSERT INTO `t_sys_log` VALUES ('1748566159117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:19'); +INSERT INTO `t_sys_log` VALUES ('1748566160116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:20'); +INSERT INTO `t_sys_log` VALUES ('1748566161115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:21'); +INSERT INTO `t_sys_log` VALUES ('1748566162114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:22'); +INSERT INTO `t_sys_log` VALUES ('1748566163113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:23'); +INSERT INTO `t_sys_log` VALUES ('1748566164115010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:24'); +INSERT INTO `t_sys_log` VALUES ('1748566165117010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:25'); +INSERT INTO `t_sys_log` VALUES ('1748566166116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:26'); +INSERT INTO `t_sys_log` VALUES ('1748566167116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:27'); +INSERT INTO `t_sys_log` VALUES ('1748566168114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:28'); +INSERT INTO `t_sys_log` VALUES ('1748566169112010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:29'); +INSERT INTO `t_sys_log` VALUES ('1748566170114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:30'); +INSERT INTO `t_sys_log` VALUES ('1748566171113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:31'); +INSERT INTO `t_sys_log` VALUES ('1748566172114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:32'); +INSERT INTO `t_sys_log` VALUES ('1748566173114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:33'); +INSERT INTO `t_sys_log` VALUES ('1748566174114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:34'); +INSERT INTO `t_sys_log` VALUES ('1748566175114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:35'); +INSERT INTO `t_sys_log` VALUES ('1748566176116010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:36'); +INSERT INTO `t_sys_log` VALUES ('1748566177114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:37'); +INSERT INTO `t_sys_log` VALUES ('1748566178113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:38'); +INSERT INTO `t_sys_log` VALUES ('1748566179113010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:39'); +INSERT INTO `t_sys_log` VALUES ('1748566180112010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:40'); +INSERT INTO `t_sys_log` VALUES ('1748566181114010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-05-30 08:49:41'); +INSERT INTO `t_sys_log` VALUES ('1748932101108010000', 'OPTIONS', '/wms/login/loginWithAuth', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-06-03 14:28:21'); +INSERT INTO `t_sys_log` VALUES ('1748932101177010000', 'POST', '/wms/login/loginWithAuth', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"loginAccount\":\"admin\",\"loginPassword\":\"admin\"}', '200', '{\"code\":0,\"message\":\"登录成功。\",\"data\":{\"user\":{\"loginAccount\":\"admin\",\"userName\":\"管理员\",\"roleId\":\"0\"},\"menuList\":[{\"id\":\"1\",\"labelName\":\"操作\",\"iconValue\":\"Pointer\",\"path\":\"\",\"children\":[{\"id\":\"1-1\",\"labelName\":\"入库\",\"iconValue\":\"\",\"path\":\"/goodsIn\",\"children\":[]},{\"id\":\"1-2\",\"labelName\":\"出库\",\"iconValue\":\"\",\"path\":\"/goodsOut\",\"children\":[]},{\"id\":\"1-3\",\"labelName\":\"配料\",\"iconValue\":\"\",\"path\":\"/kitting\",\"children\":[]},{\"id\":\"1-4\",\"labelName\":\"盘点\",\"iconValue\":\"\",\"path\":\"/inventory\",\"children\":[]},{\"id\":\"1-5\",\"labelName\":\"需求看板\",\"iconValue\":\"\",\"path\":\"/clcKanban\",\"children\":[]}]},{\"id\":\"2\",\"labelName\":\"数据\",\"iconValue\":\"Document\",\"path\":null,\"children\":[{\"id\":\"2-1\",\"labelName\":\"DBS计划\",\"iconValue\":\"\",\"path\":\"/dbsList\",\"children\":[]},{\"id\":\"2-2\",\"labelName\":\"配料单\",\"iconValue\":\"\",\"path\":\"/kittingList\",\"children\":[]},{\"id\":\"2-3\",\"labelName\":\"配对关系\",\"iconValue\":\"\",\"path\":\"/kittingRelation\",\"children\":[]},{\"id\":\"2-4\",\"labelName\":\"图纸\",\"iconValue\":\"\",\"path\":\"/imageTable\",\"children\":[]},{\"id\":\"2-6\",\"labelName\":\"工作详情\",\"iconValue\":\"\",\"path\":\"/workSummary\",\"children\":[]}]},{\"id\":\"3\",\"labelName\":\"报表\",\"iconValue\":\"DataLine\",\"path\":\"\",\"children\":[{\"id\":\"3-11\",\"labelName\":\"物料信息\",\"iconValue\":\"\",\"path\":\"/goods\",\"children\":[]},{\"id\":\"3-21\",\"labelName\":\"库存信息\",\"iconValue\":\"\",\"path\":\"/stock\",\"children\":[]},{\"id\":\"3-22\",\"labelName\":\"库存流水\",\"iconValue\":\"\",\"path\":\"/stockUpdateRecord\",\"children\":[]},{\"id\":\"3-23\",\"labelName\":\"料箱监控\",\"iconValue\":\"\",\"path\":\"/vehicles\",\"children\":[]},{\"id\":\"3-24\",\"labelName\":\"库位监控\",\"iconValue\":\"\",\"path\":\"/location\",\"children\":[]},{\"id\":\"3-25\",\"labelName\":\"站台监控\",\"iconValue\":\"\",\"path\":\"/standSettings\",\"children\":[]},{\"id\":\"3-31\",\"labelName\":\"任务监控\",\"iconValue\":\"\",\"path\":\"/taskMonitor\",\"children\":[]},{\"id\":\"3-32\",\"labelName\":\"拣选任务\",\"iconValue\":\"\",\"path\":\"/pickTask\",\"children\":[]},{\"id\":\"3-41\",\"labelName\":\"入库记录\",\"iconValue\":\"\",\"path\":\"/inTaskRecord\",\"children\":[]},{\"id\":\"3-42\",\"labelName\":\"出库记录\",\"iconValue\":\"\",\"path\":\"/outTaskRecord\",\"children\":[]},{\"id\":\"3-43\",\"labelName\":\"盘点记录\",\"iconValue\":\"\",\"path\":\"/inventoryRecord\",\"children\"...', '2025-06-03 14:28:21'); +INSERT INTO `t_sys_log` VALUES ('1748932110059010000', 'OPTIONS', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-06-03 14:28:30'); +INSERT INTO `t_sys_log` VALUES ('1748932110085010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:30'); +INSERT INTO `t_sys_log` VALUES ('1748932111063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:31'); +INSERT INTO `t_sys_log` VALUES ('1748932112066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:32'); +INSERT INTO `t_sys_log` VALUES ('1748932113064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:33'); +INSERT INTO `t_sys_log` VALUES ('1748932114068010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:34'); +INSERT INTO `t_sys_log` VALUES ('1748932115064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:35'); +INSERT INTO `t_sys_log` VALUES ('1748932115568010000', 'OPTIONS', '/wms/task/getGoodsLackQty', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-06-03 14:28:36'); +INSERT INTO `t_sys_log` VALUES ('1748932115583010000', 'GET', '/wms/task/getGoodsLackQty', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '{\"code\":999,\"message\":\"发生异常:Requiredrequestparameter\'goodsId\'formethodparametertypeStringisnotpresent\"}', '2025-06-03 14:28:36'); +INSERT INTO `t_sys_log` VALUES ('1748932116065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:36'); +INSERT INTO `t_sys_log` VALUES ('1748932117068010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:37'); +INSERT INTO `t_sys_log` VALUES ('1748932118066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:38'); +INSERT INTO `t_sys_log` VALUES ('1748932119060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:39'); +INSERT INTO `t_sys_log` VALUES ('1748932120063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:40'); +INSERT INTO `t_sys_log` VALUES ('1748932121066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:41'); +INSERT INTO `t_sys_log` VALUES ('1748932122067010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:42'); +INSERT INTO `t_sys_log` VALUES ('1748932123066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:43'); +INSERT INTO `t_sys_log` VALUES ('1748932124066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:44'); +INSERT INTO `t_sys_log` VALUES ('1748932125066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:45'); +INSERT INTO `t_sys_log` VALUES ('1748932126059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:46'); +INSERT INTO `t_sys_log` VALUES ('1748932127059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:47'); +INSERT INTO `t_sys_log` VALUES ('1748932128061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:48'); +INSERT INTO `t_sys_log` VALUES ('1748932129064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:49'); +INSERT INTO `t_sys_log` VALUES ('1748932130062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:50'); +INSERT INTO `t_sys_log` VALUES ('1748932131065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:51'); +INSERT INTO `t_sys_log` VALUES ('1748932132059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:52'); +INSERT INTO `t_sys_log` VALUES ('1748932133065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:53'); +INSERT INTO `t_sys_log` VALUES ('1748932134060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:54'); +INSERT INTO `t_sys_log` VALUES ('1748932135062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:55'); +INSERT INTO `t_sys_log` VALUES ('1748932136065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:56'); +INSERT INTO `t_sys_log` VALUES ('1748932137061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:57'); +INSERT INTO `t_sys_log` VALUES ('1748932138058010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:58'); +INSERT INTO `t_sys_log` VALUES ('1748932139065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:28:59'); +INSERT INTO `t_sys_log` VALUES ('1748932140059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:00'); +INSERT INTO `t_sys_log` VALUES ('1748932141062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:01'); +INSERT INTO `t_sys_log` VALUES ('1748932142058010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:02'); +INSERT INTO `t_sys_log` VALUES ('1748932143062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:03'); +INSERT INTO `t_sys_log` VALUES ('1748932144061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:04'); +INSERT INTO `t_sys_log` VALUES ('1748932145068010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:05'); +INSERT INTO `t_sys_log` VALUES ('1748932146066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:06'); +INSERT INTO `t_sys_log` VALUES ('1748932147066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:07'); +INSERT INTO `t_sys_log` VALUES ('1748932148066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:08'); +INSERT INTO `t_sys_log` VALUES ('1748932149065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:09'); +INSERT INTO `t_sys_log` VALUES ('1748932150070010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:10'); +INSERT INTO `t_sys_log` VALUES ('1748932151067010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:11'); +INSERT INTO `t_sys_log` VALUES ('1748932152066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:12'); +INSERT INTO `t_sys_log` VALUES ('1748932153066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:13'); +INSERT INTO `t_sys_log` VALUES ('1748932154065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:14'); +INSERT INTO `t_sys_log` VALUES ('1748932155066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:15'); +INSERT INTO `t_sys_log` VALUES ('1748932156067010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:16'); +INSERT INTO `t_sys_log` VALUES ('1748932157066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:17'); +INSERT INTO `t_sys_log` VALUES ('1748932158066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:18'); +INSERT INTO `t_sys_log` VALUES ('1748932159061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:19'); +INSERT INTO `t_sys_log` VALUES ('1748932160061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:20'); +INSERT INTO `t_sys_log` VALUES ('1748932161067010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:21'); +INSERT INTO `t_sys_log` VALUES ('1748932162065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:22'); +INSERT INTO `t_sys_log` VALUES ('1748932163061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:23'); +INSERT INTO `t_sys_log` VALUES ('1748932164064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:24'); +INSERT INTO `t_sys_log` VALUES ('1748932165065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:25'); +INSERT INTO `t_sys_log` VALUES ('1748932166062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:26'); +INSERT INTO `t_sys_log` VALUES ('1748932167065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:27'); +INSERT INTO `t_sys_log` VALUES ('1748932168065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:28'); +INSERT INTO `t_sys_log` VALUES ('1748932169063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:29'); +INSERT INTO `t_sys_log` VALUES ('1748932170063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:30'); +INSERT INTO `t_sys_log` VALUES ('1748932171065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:31'); +INSERT INTO `t_sys_log` VALUES ('1748932172064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:32'); +INSERT INTO `t_sys_log` VALUES ('1748932173066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:33'); +INSERT INTO `t_sys_log` VALUES ('1748932174059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:34'); +INSERT INTO `t_sys_log` VALUES ('1748932175064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:35'); +INSERT INTO `t_sys_log` VALUES ('1748932176064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:36'); +INSERT INTO `t_sys_log` VALUES ('1748932177063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:37'); +INSERT INTO `t_sys_log` VALUES ('1748932178065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:38'); +INSERT INTO `t_sys_log` VALUES ('1748932179066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:39'); +INSERT INTO `t_sys_log` VALUES ('1748932180065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:40'); +INSERT INTO `t_sys_log` VALUES ('1748932181065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:41'); +INSERT INTO `t_sys_log` VALUES ('1748932182065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:42'); +INSERT INTO `t_sys_log` VALUES ('1748932183065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:43'); +INSERT INTO `t_sys_log` VALUES ('1748932184064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:44'); +INSERT INTO `t_sys_log` VALUES ('1748932185065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:45'); +INSERT INTO `t_sys_log` VALUES ('1748932186063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:46'); +INSERT INTO `t_sys_log` VALUES ('1748932187065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:47'); +INSERT INTO `t_sys_log` VALUES ('1748932188065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:48'); +INSERT INTO `t_sys_log` VALUES ('1748932189061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:49'); +INSERT INTO `t_sys_log` VALUES ('1748932190066010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:50'); +INSERT INTO `t_sys_log` VALUES ('1748932191063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:51'); +INSERT INTO `t_sys_log` VALUES ('1748932192064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:52'); +INSERT INTO `t_sys_log` VALUES ('1748932193065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:53'); +INSERT INTO `t_sys_log` VALUES ('1748932194063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:54'); +INSERT INTO `t_sys_log` VALUES ('1748932195062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:55'); +INSERT INTO `t_sys_log` VALUES ('1748932196065010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:56'); +INSERT INTO `t_sys_log` VALUES ('1748932197061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:57'); +INSERT INTO `t_sys_log` VALUES ('1748932198062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:58'); +INSERT INTO `t_sys_log` VALUES ('1748932199059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:29:59'); +INSERT INTO `t_sys_log` VALUES ('1748932200064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:00'); +INSERT INTO `t_sys_log` VALUES ('1748932201064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:01'); +INSERT INTO `t_sys_log` VALUES ('1748932202062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:02'); +INSERT INTO `t_sys_log` VALUES ('1748932203060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:03'); +INSERT INTO `t_sys_log` VALUES ('1748932204059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:04'); +INSERT INTO `t_sys_log` VALUES ('1748932205060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:05'); +INSERT INTO `t_sys_log` VALUES ('1748932206058010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:06'); +INSERT INTO `t_sys_log` VALUES ('1748932207062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:07'); +INSERT INTO `t_sys_log` VALUES ('1748932208057010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:08'); +INSERT INTO `t_sys_log` VALUES ('1748932209063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:09'); +INSERT INTO `t_sys_log` VALUES ('1748932210060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:10'); +INSERT INTO `t_sys_log` VALUES ('1748932211060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:11'); +INSERT INTO `t_sys_log` VALUES ('1748932212063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:12'); +INSERT INTO `t_sys_log` VALUES ('1748932213059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:13'); +INSERT INTO `t_sys_log` VALUES ('1748932214061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:14'); +INSERT INTO `t_sys_log` VALUES ('1748932215063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:15'); +INSERT INTO `t_sys_log` VALUES ('1748932216062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:16'); +INSERT INTO `t_sys_log` VALUES ('1748932217063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:17'); +INSERT INTO `t_sys_log` VALUES ('1748932218064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:18'); +INSERT INTO `t_sys_log` VALUES ('1748932219062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:19'); +INSERT INTO `t_sys_log` VALUES ('1748932220063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:20'); +INSERT INTO `t_sys_log` VALUES ('1748932221062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:21'); +INSERT INTO `t_sys_log` VALUES ('1748932222063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:22'); +INSERT INTO `t_sys_log` VALUES ('1748932223064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:23'); +INSERT INTO `t_sys_log` VALUES ('1748932224062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:24'); +INSERT INTO `t_sys_log` VALUES ('1748932225059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:25'); +INSERT INTO `t_sys_log` VALUES ('1748932226061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:26'); +INSERT INTO `t_sys_log` VALUES ('1748932227062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:27'); +INSERT INTO `t_sys_log` VALUES ('1748932228063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:28'); +INSERT INTO `t_sys_log` VALUES ('1748932229064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:29'); +INSERT INTO `t_sys_log` VALUES ('1748932230063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:30'); +INSERT INTO `t_sys_log` VALUES ('1748932231060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:31'); +INSERT INTO `t_sys_log` VALUES ('1748932232062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:32'); +INSERT INTO `t_sys_log` VALUES ('1748932233064010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:33'); +INSERT INTO `t_sys_log` VALUES ('1748932234062010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:34'); +INSERT INTO `t_sys_log` VALUES ('1748932235061010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:35'); +INSERT INTO `t_sys_log` VALUES ('1748932236060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:36'); +INSERT INTO `t_sys_log` VALUES ('1748932237063010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:37'); +INSERT INTO `t_sys_log` VALUES ('1748932238059010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:38'); +INSERT INTO `t_sys_log` VALUES ('1748932239060010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:39'); +INSERT INTO `t_sys_log` VALUES ('1748932240844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:41'); +INSERT INTO `t_sys_log` VALUES ('1748932241841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:42'); +INSERT INTO `t_sys_log` VALUES ('1748932242846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:43'); +INSERT INTO `t_sys_log` VALUES ('1748932243840010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:44'); +INSERT INTO `t_sys_log` VALUES ('1748932244843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:45'); +INSERT INTO `t_sys_log` VALUES ('1748932245843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:46'); +INSERT INTO `t_sys_log` VALUES ('1748932246844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:47'); +INSERT INTO `t_sys_log` VALUES ('1748932247846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:48'); +INSERT INTO `t_sys_log` VALUES ('1748932248843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:49'); +INSERT INTO `t_sys_log` VALUES ('1748932249843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:50'); +INSERT INTO `t_sys_log` VALUES ('1748932250842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:51'); +INSERT INTO `t_sys_log` VALUES ('1748932251842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:52'); +INSERT INTO `t_sys_log` VALUES ('1748932252839010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:53'); +INSERT INTO `t_sys_log` VALUES ('1748932253843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:54'); +INSERT INTO `t_sys_log` VALUES ('1748932254844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:55'); +INSERT INTO `t_sys_log` VALUES ('1748932255845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:56'); +INSERT INTO `t_sys_log` VALUES ('1748932256842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:57'); +INSERT INTO `t_sys_log` VALUES ('1748932257842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:58'); +INSERT INTO `t_sys_log` VALUES ('1748932258844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:30:59'); +INSERT INTO `t_sys_log` VALUES ('1748932259844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:00'); +INSERT INTO `t_sys_log` VALUES ('1748932260845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:01'); +INSERT INTO `t_sys_log` VALUES ('1748932261842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:02'); +INSERT INTO `t_sys_log` VALUES ('1748932262840010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:03'); +INSERT INTO `t_sys_log` VALUES ('1748932263840010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:04'); +INSERT INTO `t_sys_log` VALUES ('1748932264841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:05'); +INSERT INTO `t_sys_log` VALUES ('1748932265845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:06'); +INSERT INTO `t_sys_log` VALUES ('1748932266845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:07'); +INSERT INTO `t_sys_log` VALUES ('1748932267845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:08'); +INSERT INTO `t_sys_log` VALUES ('1748932268842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:09'); +INSERT INTO `t_sys_log` VALUES ('1748932269842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:10'); +INSERT INTO `t_sys_log` VALUES ('1748932270843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:11'); +INSERT INTO `t_sys_log` VALUES ('1748932271842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:12'); +INSERT INTO `t_sys_log` VALUES ('1748932272845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:13'); +INSERT INTO `t_sys_log` VALUES ('1748932273841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:14'); +INSERT INTO `t_sys_log` VALUES ('1748932274843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:15'); +INSERT INTO `t_sys_log` VALUES ('1748932275843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:16'); +INSERT INTO `t_sys_log` VALUES ('1748932276842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:17'); +INSERT INTO `t_sys_log` VALUES ('1748932277845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:18'); +INSERT INTO `t_sys_log` VALUES ('1748932278843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:19'); +INSERT INTO `t_sys_log` VALUES ('1748932279846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:20'); +INSERT INTO `t_sys_log` VALUES ('1748932280844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:21'); +INSERT INTO `t_sys_log` VALUES ('1748932281846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:22'); +INSERT INTO `t_sys_log` VALUES ('1748932282847010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:23'); +INSERT INTO `t_sys_log` VALUES ('1748932283844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:24'); +INSERT INTO `t_sys_log` VALUES ('1748932284841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:25'); +INSERT INTO `t_sys_log` VALUES ('1748932285843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:26'); +INSERT INTO `t_sys_log` VALUES ('1748932286842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:27'); +INSERT INTO `t_sys_log` VALUES ('1748932287846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:28'); +INSERT INTO `t_sys_log` VALUES ('1748932288839010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:29'); +INSERT INTO `t_sys_log` VALUES ('1748932289844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:30'); +INSERT INTO `t_sys_log` VALUES ('1748932290840010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:31'); +INSERT INTO `t_sys_log` VALUES ('1748932291841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:32'); +INSERT INTO `t_sys_log` VALUES ('1748932292844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:33'); +INSERT INTO `t_sys_log` VALUES ('1748932293846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:34'); +INSERT INTO `t_sys_log` VALUES ('1748932294841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:35'); +INSERT INTO `t_sys_log` VALUES ('1748932295845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:36'); +INSERT INTO `t_sys_log` VALUES ('1748932296846010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:37'); +INSERT INTO `t_sys_log` VALUES ('1748932297845010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:38'); +INSERT INTO `t_sys_log` VALUES ('1748932298847010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:39'); +INSERT INTO `t_sys_log` VALUES ('1748932299841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:40'); +INSERT INTO `t_sys_log` VALUES ('1748932303849010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:44'); +INSERT INTO `t_sys_log` VALUES ('1748932304843010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:45'); +INSERT INTO `t_sys_log` VALUES ('1748932305838010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:46'); +INSERT INTO `t_sys_log` VALUES ('1748932306842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:47'); +INSERT INTO `t_sys_log` VALUES ('1748932307841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:48'); +INSERT INTO `t_sys_log` VALUES ('1748932308576010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:49'); +INSERT INTO `t_sys_log` VALUES ('1748932309582010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:50'); +INSERT INTO `t_sys_log` VALUES ('1748932310543010000', 'GET', '/wms/task/getGoodsLackQty', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '{\"code\":999,\"message\":\"发生异常:Requiredrequestparameter\'goodsId\'formethodparametertypeStringisnotpresent\"}', '2025-06-03 14:31:51'); +INSERT INTO `t_sys_log` VALUES ('1748932310579010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:51'); +INSERT INTO `t_sys_log` VALUES ('1748932311577010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:52'); +INSERT INTO `t_sys_log` VALUES ('1748932312581010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:53'); +INSERT INTO `t_sys_log` VALUES ('1748932313581010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:54'); +INSERT INTO `t_sys_log` VALUES ('1748932314578010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:55'); +INSERT INTO `t_sys_log` VALUES ('1748932315575010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:56'); +INSERT INTO `t_sys_log` VALUES ('1748932316576010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:57'); +INSERT INTO `t_sys_log` VALUES ('1748932317577010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:58'); +INSERT INTO `t_sys_log` VALUES ('1748932318580010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:31:59'); +INSERT INTO `t_sys_log` VALUES ('1748932319578010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:00'); +INSERT INTO `t_sys_log` VALUES ('1748932320584010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:01'); +INSERT INTO `t_sys_log` VALUES ('1748932321577010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:02'); +INSERT INTO `t_sys_log` VALUES ('1748932322579010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:03'); +INSERT INTO `t_sys_log` VALUES ('1748932323577010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:04'); +INSERT INTO `t_sys_log` VALUES ('1748932324576010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:05'); +INSERT INTO `t_sys_log` VALUES ('1748932325577010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:06'); +INSERT INTO `t_sys_log` VALUES ('1748932326580010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:07'); +INSERT INTO `t_sys_log` VALUES ('1748932327581010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:08'); +INSERT INTO `t_sys_log` VALUES ('1748932328580010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:09'); +INSERT INTO `t_sys_log` VALUES ('1748932329578010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:10'); +INSERT INTO `t_sys_log` VALUES ('1748932330578010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:11'); +INSERT INTO `t_sys_log` VALUES ('1748932331579010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:12'); +INSERT INTO `t_sys_log` VALUES ('1748932332579010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:13'); +INSERT INTO `t_sys_log` VALUES ('1748932333578010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:14'); +INSERT INTO `t_sys_log` VALUES ('1748932334576010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:15'); +INSERT INTO `t_sys_log` VALUES ('1748932335580010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:16'); +INSERT INTO `t_sys_log` VALUES ('1748932336579010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:17'); +INSERT INTO `t_sys_log` VALUES ('1748932337575010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:18'); +INSERT INTO `t_sys_log` VALUES ('1748932338574010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:19'); +INSERT INTO `t_sys_log` VALUES ('1748932339575010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:20'); +INSERT INTO `t_sys_log` VALUES ('1748932340575010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:21'); +INSERT INTO `t_sys_log` VALUES ('1748932341580010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:22'); +INSERT INTO `t_sys_log` VALUES ('1748932342584010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:23'); +INSERT INTO `t_sys_log` VALUES ('1748932343844010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:24'); +INSERT INTO `t_sys_log` VALUES ('1748932344841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:25'); +INSERT INTO `t_sys_log` VALUES ('1748932345840010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:26'); +INSERT INTO `t_sys_log` VALUES ('1748932346841010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:27'); +INSERT INTO `t_sys_log` VALUES ('1748932347840010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:28'); +INSERT INTO `t_sys_log` VALUES ('1748932348842010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:29'); +INSERT INTO `t_sys_log` VALUES ('1748932349839010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 14:32:30'); +INSERT INTO `t_sys_log` VALUES ('1748933642430010000', 'GET', '/wms/task/getGoodsLackQty', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '1', '2025-06-03 14:54:02'); +INSERT INTO `t_sys_log` VALUES ('1748934858297010000', 'OPTIONS', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-06-03 15:14:18'); +INSERT INTO `t_sys_log` VALUES ('1748934858375010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:18'); +INSERT INTO `t_sys_log` VALUES ('1748934859281010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:19'); +INSERT INTO `t_sys_log` VALUES ('1748934860282010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:20'); +INSERT INTO `t_sys_log` VALUES ('1748934861283010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:21'); +INSERT INTO `t_sys_log` VALUES ('1748934862274010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:22'); +INSERT INTO `t_sys_log` VALUES ('1748934863282010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:23'); +INSERT INTO `t_sys_log` VALUES ('1748934864275010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:24'); +INSERT INTO `t_sys_log` VALUES ('1748934865279010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:25'); +INSERT INTO `t_sys_log` VALUES ('1748934866282010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:26'); +INSERT INTO `t_sys_log` VALUES ('1748934867272010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:27'); +INSERT INTO `t_sys_log` VALUES ('1748934868281010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:28'); +INSERT INTO `t_sys_log` VALUES ('1748934869279010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:29'); +INSERT INTO `t_sys_log` VALUES ('1748934870280010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:30'); +INSERT INTO `t_sys_log` VALUES ('1748934871280010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:31'); +INSERT INTO `t_sys_log` VALUES ('1748934872280010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:32'); +INSERT INTO `t_sys_log` VALUES ('1748934873277010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:33'); +INSERT INTO `t_sys_log` VALUES ('1748934874277010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:34'); +INSERT INTO `t_sys_log` VALUES ('1748934875276010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:35'); +INSERT INTO `t_sys_log` VALUES ('1748934876274010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:36'); +INSERT INTO `t_sys_log` VALUES ('1748934877273010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:37'); +INSERT INTO `t_sys_log` VALUES ('1748934878276010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:38'); +INSERT INTO `t_sys_log` VALUES ('1748934879273010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:39'); +INSERT INTO `t_sys_log` VALUES ('1748934880275010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:40'); +INSERT INTO `t_sys_log` VALUES ('1748934881276010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:41'); +INSERT INTO `t_sys_log` VALUES ('1748934882285010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:42'); +INSERT INTO `t_sys_log` VALUES ('1748934883273010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:43'); +INSERT INTO `t_sys_log` VALUES ('1748934884273010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:44'); +INSERT INTO `t_sys_log` VALUES ('1748934885274010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:45'); +INSERT INTO `t_sys_log` VALUES ('1748934886282010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:46'); +INSERT INTO `t_sys_log` VALUES ('1748934887275010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:47'); +INSERT INTO `t_sys_log` VALUES ('1748934888274010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:48'); +INSERT INTO `t_sys_log` VALUES ('1748934889280010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:49'); +INSERT INTO `t_sys_log` VALUES ('1748934890274010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:50'); +INSERT INTO `t_sys_log` VALUES ('1748934891275010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:51'); +INSERT INTO `t_sys_log` VALUES ('1748934892877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:53'); +INSERT INTO `t_sys_log` VALUES ('1748934893881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:54'); +INSERT INTO `t_sys_log` VALUES ('1748934894880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:55'); +INSERT INTO `t_sys_log` VALUES ('1748934895881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:56'); +INSERT INTO `t_sys_log` VALUES ('1748934896877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:57'); +INSERT INTO `t_sys_log` VALUES ('1748934897880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:58'); +INSERT INTO `t_sys_log` VALUES ('1748934898880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:14:59'); +INSERT INTO `t_sys_log` VALUES ('1748934899879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:00'); +INSERT INTO `t_sys_log` VALUES ('1748934900883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:01'); +INSERT INTO `t_sys_log` VALUES ('1748934901881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:02'); +INSERT INTO `t_sys_log` VALUES ('1748934902880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:03'); +INSERT INTO `t_sys_log` VALUES ('1748934903884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:04'); +INSERT INTO `t_sys_log` VALUES ('1748934904879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:05'); +INSERT INTO `t_sys_log` VALUES ('1748934905880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:06'); +INSERT INTO `t_sys_log` VALUES ('1748934906878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:07'); +INSERT INTO `t_sys_log` VALUES ('1748934907882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:08'); +INSERT INTO `t_sys_log` VALUES ('1748934908878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:09'); +INSERT INTO `t_sys_log` VALUES ('1748934909877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:10'); +INSERT INTO `t_sys_log` VALUES ('1748934910880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:11'); +INSERT INTO `t_sys_log` VALUES ('1748934911884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:12'); +INSERT INTO `t_sys_log` VALUES ('1748934912877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:13'); +INSERT INTO `t_sys_log` VALUES ('1748934913880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:14'); +INSERT INTO `t_sys_log` VALUES ('1748934914883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:15'); +INSERT INTO `t_sys_log` VALUES ('1748934915886010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:16'); +INSERT INTO `t_sys_log` VALUES ('1748934916878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:17'); +INSERT INTO `t_sys_log` VALUES ('1748934917880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:18'); +INSERT INTO `t_sys_log` VALUES ('1748934918883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:19'); +INSERT INTO `t_sys_log` VALUES ('1748934919879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:20'); +INSERT INTO `t_sys_log` VALUES ('1748934920881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:21'); +INSERT INTO `t_sys_log` VALUES ('1748934921884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:22'); +INSERT INTO `t_sys_log` VALUES ('1748934922882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:23'); +INSERT INTO `t_sys_log` VALUES ('1748934923879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:24'); +INSERT INTO `t_sys_log` VALUES ('1748934924881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:25'); +INSERT INTO `t_sys_log` VALUES ('1748934925879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:26'); +INSERT INTO `t_sys_log` VALUES ('1748934926876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:27'); +INSERT INTO `t_sys_log` VALUES ('1748934927879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:28'); +INSERT INTO `t_sys_log` VALUES ('1748934928879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:29'); +INSERT INTO `t_sys_log` VALUES ('1748934929882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:30'); +INSERT INTO `t_sys_log` VALUES ('1748934930881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:31'); +INSERT INTO `t_sys_log` VALUES ('1748934931878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:32'); +INSERT INTO `t_sys_log` VALUES ('1748934932878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:33'); +INSERT INTO `t_sys_log` VALUES ('1748934933882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:34'); +INSERT INTO `t_sys_log` VALUES ('1748934934882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:35'); +INSERT INTO `t_sys_log` VALUES ('1748934935888010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:36'); +INSERT INTO `t_sys_log` VALUES ('1748934936881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:37'); +INSERT INTO `t_sys_log` VALUES ('1748934937882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:38'); +INSERT INTO `t_sys_log` VALUES ('1748934938879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:39'); +INSERT INTO `t_sys_log` VALUES ('1748934939878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:40'); +INSERT INTO `t_sys_log` VALUES ('1748934940881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:41'); +INSERT INTO `t_sys_log` VALUES ('1748934941884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:42'); +INSERT INTO `t_sys_log` VALUES ('1748934942881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:43'); +INSERT INTO `t_sys_log` VALUES ('1748934943883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:44'); +INSERT INTO `t_sys_log` VALUES ('1748934944884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:45'); +INSERT INTO `t_sys_log` VALUES ('1748934945883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:46'); +INSERT INTO `t_sys_log` VALUES ('1748934946882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:47'); +INSERT INTO `t_sys_log` VALUES ('1748934947879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:48'); +INSERT INTO `t_sys_log` VALUES ('1748934948883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:49'); +INSERT INTO `t_sys_log` VALUES ('1748934949882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:50'); +INSERT INTO `t_sys_log` VALUES ('1748934950882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:15:51'); +INSERT INTO `t_sys_log` VALUES ('1748934971877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:16:12'); +INSERT INTO `t_sys_log` VALUES ('1748935031884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:12'); +INSERT INTO `t_sys_log` VALUES ('1748935060881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:41'); +INSERT INTO `t_sys_log` VALUES ('1748935061874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:42'); +INSERT INTO `t_sys_log` VALUES ('1748935062879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:43'); +INSERT INTO `t_sys_log` VALUES ('1748935063877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:44'); +INSERT INTO `t_sys_log` VALUES ('1748935064879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:45'); +INSERT INTO `t_sys_log` VALUES ('1748935065878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:46'); +INSERT INTO `t_sys_log` VALUES ('1748935070881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:51'); +INSERT INTO `t_sys_log` VALUES ('1748935071875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:52'); +INSERT INTO `t_sys_log` VALUES ('1748935073883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:54'); +INSERT INTO `t_sys_log` VALUES ('1748935074880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:55'); +INSERT INTO `t_sys_log` VALUES ('1748935075882010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:56'); +INSERT INTO `t_sys_log` VALUES ('1748935076881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:57'); +INSERT INTO `t_sys_log` VALUES ('1748935077876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:58'); +INSERT INTO `t_sys_log` VALUES ('1748935078881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:17:59'); +INSERT INTO `t_sys_log` VALUES ('1748935091881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:12'); +INSERT INTO `t_sys_log` VALUES ('1748935107891010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:28'); +INSERT INTO `t_sys_log` VALUES ('1748935108877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:29'); +INSERT INTO `t_sys_log` VALUES ('1748935109875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:30'); +INSERT INTO `t_sys_log` VALUES ('1748935110876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:31'); +INSERT INTO `t_sys_log` VALUES ('1748935111732010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:32'); +INSERT INTO `t_sys_log` VALUES ('1748935112051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:32'); +INSERT INTO `t_sys_log` VALUES ('1748935113051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:33'); +INSERT INTO `t_sys_log` VALUES ('1748935114049010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:34'); +INSERT INTO `t_sys_log` VALUES ('1748935115054010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:35'); +INSERT INTO `t_sys_log` VALUES ('1748935116050010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:36'); +INSERT INTO `t_sys_log` VALUES ('1748935117051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:37'); +INSERT INTO `t_sys_log` VALUES ('1748935118051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:38'); +INSERT INTO `t_sys_log` VALUES ('1748935119051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:39'); +INSERT INTO `t_sys_log` VALUES ('1748935120051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:40'); +INSERT INTO `t_sys_log` VALUES ('1748935121051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:41'); +INSERT INTO `t_sys_log` VALUES ('1748935122051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:42'); +INSERT INTO `t_sys_log` VALUES ('1748935123051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:43'); +INSERT INTO `t_sys_log` VALUES ('1748935124053010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:44'); +INSERT INTO `t_sys_log` VALUES ('1748935125051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:45'); +INSERT INTO `t_sys_log` VALUES ('1748935126051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:46'); +INSERT INTO `t_sys_log` VALUES ('1748935127051010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:47'); +INSERT INTO `t_sys_log` VALUES ('1748935128050010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:48'); +INSERT INTO `t_sys_log` VALUES ('1748935129057010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:49'); +INSERT INTO `t_sys_log` VALUES ('1748935130054010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:50'); +INSERT INTO `t_sys_log` VALUES ('1748935131050010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:51'); +INSERT INTO `t_sys_log` VALUES ('1748935133310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:53'); +INSERT INTO `t_sys_log` VALUES ('1748935134313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:54'); +INSERT INTO `t_sys_log` VALUES ('1748935135314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:55'); +INSERT INTO `t_sys_log` VALUES ('1748935136312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:56'); +INSERT INTO `t_sys_log` VALUES ('1748935137312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:57'); +INSERT INTO `t_sys_log` VALUES ('1748935138314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:58'); +INSERT INTO `t_sys_log` VALUES ('1748935139310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:18:59'); +INSERT INTO `t_sys_log` VALUES ('1748935140313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:00'); +INSERT INTO `t_sys_log` VALUES ('1748935141308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:01'); +INSERT INTO `t_sys_log` VALUES ('1748935142309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:02'); +INSERT INTO `t_sys_log` VALUES ('1748935143309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:03'); +INSERT INTO `t_sys_log` VALUES ('1748935144309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:04'); +INSERT INTO `t_sys_log` VALUES ('1748935145309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:05'); +INSERT INTO `t_sys_log` VALUES ('1748935146309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:06'); +INSERT INTO `t_sys_log` VALUES ('1748935147309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:07'); +INSERT INTO `t_sys_log` VALUES ('1748935148311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:08'); +INSERT INTO `t_sys_log` VALUES ('1748935149318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:09'); +INSERT INTO `t_sys_log` VALUES ('1748935150309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:10'); +INSERT INTO `t_sys_log` VALUES ('1748935151309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:11'); +INSERT INTO `t_sys_log` VALUES ('1748935152309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:12'); +INSERT INTO `t_sys_log` VALUES ('1748935153308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:13'); +INSERT INTO `t_sys_log` VALUES ('1748935154314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:14'); +INSERT INTO `t_sys_log` VALUES ('1748935155322010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:15'); +INSERT INTO `t_sys_log` VALUES ('1748935156309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:16'); +INSERT INTO `t_sys_log` VALUES ('1748935157310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:17'); +INSERT INTO `t_sys_log` VALUES ('1748935158310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:18'); +INSERT INTO `t_sys_log` VALUES ('1748935159313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:19'); +INSERT INTO `t_sys_log` VALUES ('1748935160312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:20'); +INSERT INTO `t_sys_log` VALUES ('1748935161309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:21'); +INSERT INTO `t_sys_log` VALUES ('1748935162310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:22'); +INSERT INTO `t_sys_log` VALUES ('1748935163310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:23'); +INSERT INTO `t_sys_log` VALUES ('1748935164311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:24'); +INSERT INTO `t_sys_log` VALUES ('1748935165312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:25'); +INSERT INTO `t_sys_log` VALUES ('1748935166312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:26'); +INSERT INTO `t_sys_log` VALUES ('1748935167311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:27'); +INSERT INTO `t_sys_log` VALUES ('1748935168312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:28'); +INSERT INTO `t_sys_log` VALUES ('1748935169312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:29'); +INSERT INTO `t_sys_log` VALUES ('1748935170368010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:30'); +INSERT INTO `t_sys_log` VALUES ('1748935171329010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:31'); +INSERT INTO `t_sys_log` VALUES ('1748935172308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:32'); +INSERT INTO `t_sys_log` VALUES ('1748935173310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:33'); +INSERT INTO `t_sys_log` VALUES ('1748935174310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:34'); +INSERT INTO `t_sys_log` VALUES ('1748935175312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:35'); +INSERT INTO `t_sys_log` VALUES ('1748935176311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:36'); +INSERT INTO `t_sys_log` VALUES ('1748935177310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:37'); +INSERT INTO `t_sys_log` VALUES ('1748935178310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:38'); +INSERT INTO `t_sys_log` VALUES ('1748935179314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:39'); +INSERT INTO `t_sys_log` VALUES ('1748935180313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:40'); +INSERT INTO `t_sys_log` VALUES ('1748935181310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:41'); +INSERT INTO `t_sys_log` VALUES ('1748935182310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:42'); +INSERT INTO `t_sys_log` VALUES ('1748935183315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:43'); +INSERT INTO `t_sys_log` VALUES ('1748935184314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:44'); +INSERT INTO `t_sys_log` VALUES ('1748935185313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:45'); +INSERT INTO `t_sys_log` VALUES ('1748935186311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:46'); +INSERT INTO `t_sys_log` VALUES ('1748935187312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:47'); +INSERT INTO `t_sys_log` VALUES ('1748935188316010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:48'); +INSERT INTO `t_sys_log` VALUES ('1748935189312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:49'); +INSERT INTO `t_sys_log` VALUES ('1748935190312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:50'); +INSERT INTO `t_sys_log` VALUES ('1748935191307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:51'); +INSERT INTO `t_sys_log` VALUES ('1748935192313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:52'); +INSERT INTO `t_sys_log` VALUES ('1748935193312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:53'); +INSERT INTO `t_sys_log` VALUES ('1748935194313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:54'); +INSERT INTO `t_sys_log` VALUES ('1748935195311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:55'); +INSERT INTO `t_sys_log` VALUES ('1748935196313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:56'); +INSERT INTO `t_sys_log` VALUES ('1748935197312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:57'); +INSERT INTO `t_sys_log` VALUES ('1748935198315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:58'); +INSERT INTO `t_sys_log` VALUES ('1748935199312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:19:59'); +INSERT INTO `t_sys_log` VALUES ('1748935200315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:00'); +INSERT INTO `t_sys_log` VALUES ('1748935201314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:01'); +INSERT INTO `t_sys_log` VALUES ('1748935202314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:02'); +INSERT INTO `t_sys_log` VALUES ('1748935203315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:03'); +INSERT INTO `t_sys_log` VALUES ('1748935204313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:04'); +INSERT INTO `t_sys_log` VALUES ('1748935205312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:05'); +INSERT INTO `t_sys_log` VALUES ('1748935206314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:06'); +INSERT INTO `t_sys_log` VALUES ('1748935207321010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:07'); +INSERT INTO `t_sys_log` VALUES ('1748935208313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:08'); +INSERT INTO `t_sys_log` VALUES ('1748935209314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:09'); +INSERT INTO `t_sys_log` VALUES ('1748935210315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:10'); +INSERT INTO `t_sys_log` VALUES ('1748935211313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:11'); +INSERT INTO `t_sys_log` VALUES ('1748935212310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:12'); +INSERT INTO `t_sys_log` VALUES ('1748935213314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:13'); +INSERT INTO `t_sys_log` VALUES ('1748935214315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:14'); +INSERT INTO `t_sys_log` VALUES ('1748935215316010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:15'); +INSERT INTO `t_sys_log` VALUES ('1748935216313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:16'); +INSERT INTO `t_sys_log` VALUES ('1748935217314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:17'); +INSERT INTO `t_sys_log` VALUES ('1748935218313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:18'); +INSERT INTO `t_sys_log` VALUES ('1748935219315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:19'); +INSERT INTO `t_sys_log` VALUES ('1748935220313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:20'); +INSERT INTO `t_sys_log` VALUES ('1748935221313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:21'); +INSERT INTO `t_sys_log` VALUES ('1748935222314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:22'); +INSERT INTO `t_sys_log` VALUES ('1748935223313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:23'); +INSERT INTO `t_sys_log` VALUES ('1748935224312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:24'); +INSERT INTO `t_sys_log` VALUES ('1748935225314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:25'); +INSERT INTO `t_sys_log` VALUES ('1748935226312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:26'); +INSERT INTO `t_sys_log` VALUES ('1748935227314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:27'); +INSERT INTO `t_sys_log` VALUES ('1748935228315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:28'); +INSERT INTO `t_sys_log` VALUES ('1748935229315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:29'); +INSERT INTO `t_sys_log` VALUES ('1748935230313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:30'); +INSERT INTO `t_sys_log` VALUES ('1748935231313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:31'); +INSERT INTO `t_sys_log` VALUES ('1748935232313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:32'); +INSERT INTO `t_sys_log` VALUES ('1748935233313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:33'); +INSERT INTO `t_sys_log` VALUES ('1748935234312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:34'); +INSERT INTO `t_sys_log` VALUES ('1748935235313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:35'); +INSERT INTO `t_sys_log` VALUES ('1748935236313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:36'); +INSERT INTO `t_sys_log` VALUES ('1748935237313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:37'); +INSERT INTO `t_sys_log` VALUES ('1748935238312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:38'); +INSERT INTO `t_sys_log` VALUES ('1748935239313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:39'); +INSERT INTO `t_sys_log` VALUES ('1748935240315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:40'); +INSERT INTO `t_sys_log` VALUES ('1748935241314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:41'); +INSERT INTO `t_sys_log` VALUES ('1748935242315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:42'); +INSERT INTO `t_sys_log` VALUES ('1748935243314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:43'); +INSERT INTO `t_sys_log` VALUES ('1748935244313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:44'); +INSERT INTO `t_sys_log` VALUES ('1748935245313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:45'); +INSERT INTO `t_sys_log` VALUES ('1748935246313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:46'); +INSERT INTO `t_sys_log` VALUES ('1748935247314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:47'); +INSERT INTO `t_sys_log` VALUES ('1748935248313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:48'); +INSERT INTO `t_sys_log` VALUES ('1748935249313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:49'); +INSERT INTO `t_sys_log` VALUES ('1748935250313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:50'); +INSERT INTO `t_sys_log` VALUES ('1748935251312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:51'); +INSERT INTO `t_sys_log` VALUES ('1748935252314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:52'); +INSERT INTO `t_sys_log` VALUES ('1748935253313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:53'); +INSERT INTO `t_sys_log` VALUES ('1748935254314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:54'); +INSERT INTO `t_sys_log` VALUES ('1748935255314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:55'); +INSERT INTO `t_sys_log` VALUES ('1748935256312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:56'); +INSERT INTO `t_sys_log` VALUES ('1748935257312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:57'); +INSERT INTO `t_sys_log` VALUES ('1748935258314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:58'); +INSERT INTO `t_sys_log` VALUES ('1748935259312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:20:59'); +INSERT INTO `t_sys_log` VALUES ('1748935260313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:00'); +INSERT INTO `t_sys_log` VALUES ('1748935261314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:01'); +INSERT INTO `t_sys_log` VALUES ('1748935262312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:02'); +INSERT INTO `t_sys_log` VALUES ('1748935263311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:03'); +INSERT INTO `t_sys_log` VALUES ('1748935264314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:04'); +INSERT INTO `t_sys_log` VALUES ('1748935265313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:05'); +INSERT INTO `t_sys_log` VALUES ('1748935266314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:06'); +INSERT INTO `t_sys_log` VALUES ('1748935267311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:07'); +INSERT INTO `t_sys_log` VALUES ('1748935268311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:08'); +INSERT INTO `t_sys_log` VALUES ('1748935269314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:09'); +INSERT INTO `t_sys_log` VALUES ('1748935270313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:10'); +INSERT INTO `t_sys_log` VALUES ('1748935271314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:11'); +INSERT INTO `t_sys_log` VALUES ('1748935272315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:12'); +INSERT INTO `t_sys_log` VALUES ('1748935273311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:13'); +INSERT INTO `t_sys_log` VALUES ('1748935274313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:14'); +INSERT INTO `t_sys_log` VALUES ('1748935275311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:15'); +INSERT INTO `t_sys_log` VALUES ('1748935276311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:16'); +INSERT INTO `t_sys_log` VALUES ('1748935277315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:17'); +INSERT INTO `t_sys_log` VALUES ('1748935278311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:18'); +INSERT INTO `t_sys_log` VALUES ('1748935279308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:19'); +INSERT INTO `t_sys_log` VALUES ('1748935280309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:20'); +INSERT INTO `t_sys_log` VALUES ('1748935281311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:21'); +INSERT INTO `t_sys_log` VALUES ('1748935282309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:22'); +INSERT INTO `t_sys_log` VALUES ('1748935283309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:23'); +INSERT INTO `t_sys_log` VALUES ('1748935284308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:24'); +INSERT INTO `t_sys_log` VALUES ('1748935285307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:25'); +INSERT INTO `t_sys_log` VALUES ('1748935286307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:26'); +INSERT INTO `t_sys_log` VALUES ('1748935287310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:27'); +INSERT INTO `t_sys_log` VALUES ('1748935288308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:28'); +INSERT INTO `t_sys_log` VALUES ('1748935289311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:29'); +INSERT INTO `t_sys_log` VALUES ('1748935290308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:30'); +INSERT INTO `t_sys_log` VALUES ('1748935291308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:31'); +INSERT INTO `t_sys_log` VALUES ('1748935292308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:32'); +INSERT INTO `t_sys_log` VALUES ('1748935293310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:33'); +INSERT INTO `t_sys_log` VALUES ('1748935294308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:34'); +INSERT INTO `t_sys_log` VALUES ('1748935295308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:35'); +INSERT INTO `t_sys_log` VALUES ('1748935296306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:36'); +INSERT INTO `t_sys_log` VALUES ('1748935297311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:37'); +INSERT INTO `t_sys_log` VALUES ('1748935298308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:38'); +INSERT INTO `t_sys_log` VALUES ('1748935299310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:39'); +INSERT INTO `t_sys_log` VALUES ('1748935300311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:40'); +INSERT INTO `t_sys_log` VALUES ('1748935301311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:41'); +INSERT INTO `t_sys_log` VALUES ('1748935302307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:42'); +INSERT INTO `t_sys_log` VALUES ('1748935303309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:43'); +INSERT INTO `t_sys_log` VALUES ('1748935304308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:44'); +INSERT INTO `t_sys_log` VALUES ('1748935305309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:45'); +INSERT INTO `t_sys_log` VALUES ('1748935306316010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:46'); +INSERT INTO `t_sys_log` VALUES ('1748935307308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:47'); +INSERT INTO `t_sys_log` VALUES ('1748935308311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:48'); +INSERT INTO `t_sys_log` VALUES ('1748935309310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:49'); +INSERT INTO `t_sys_log` VALUES ('1748935310310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:50'); +INSERT INTO `t_sys_log` VALUES ('1748935311309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:51'); +INSERT INTO `t_sys_log` VALUES ('1748935312310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:52'); +INSERT INTO `t_sys_log` VALUES ('1748935313311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:53'); +INSERT INTO `t_sys_log` VALUES ('1748935314309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:54'); +INSERT INTO `t_sys_log` VALUES ('1748935315308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:55'); +INSERT INTO `t_sys_log` VALUES ('1748935316308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:56'); +INSERT INTO `t_sys_log` VALUES ('1748935317310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:57'); +INSERT INTO `t_sys_log` VALUES ('1748935318308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:58'); +INSERT INTO `t_sys_log` VALUES ('1748935319310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:21:59'); +INSERT INTO `t_sys_log` VALUES ('1748935320309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:00'); +INSERT INTO `t_sys_log` VALUES ('1748935321310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:01'); +INSERT INTO `t_sys_log` VALUES ('1748935322311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:02'); +INSERT INTO `t_sys_log` VALUES ('1748935323310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:03'); +INSERT INTO `t_sys_log` VALUES ('1748935324309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:04'); +INSERT INTO `t_sys_log` VALUES ('1748935325310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:05'); +INSERT INTO `t_sys_log` VALUES ('1748935326310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:06'); +INSERT INTO `t_sys_log` VALUES ('1748935327309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:07'); +INSERT INTO `t_sys_log` VALUES ('1748935328310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:08'); +INSERT INTO `t_sys_log` VALUES ('1748935329308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:09'); +INSERT INTO `t_sys_log` VALUES ('1748935330310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:10'); +INSERT INTO `t_sys_log` VALUES ('1748935331310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:11'); +INSERT INTO `t_sys_log` VALUES ('1748935332308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:12'); +INSERT INTO `t_sys_log` VALUES ('1748935333312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:13'); +INSERT INTO `t_sys_log` VALUES ('1748935334310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:14'); +INSERT INTO `t_sys_log` VALUES ('1748935335309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:15'); +INSERT INTO `t_sys_log` VALUES ('1748935336308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:16'); +INSERT INTO `t_sys_log` VALUES ('1748935337307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:17'); +INSERT INTO `t_sys_log` VALUES ('1748935338311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:18'); +INSERT INTO `t_sys_log` VALUES ('1748935339308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:19'); +INSERT INTO `t_sys_log` VALUES ('1748935340311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:20'); +INSERT INTO `t_sys_log` VALUES ('1748935341310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:21'); +INSERT INTO `t_sys_log` VALUES ('1748935342308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:22'); +INSERT INTO `t_sys_log` VALUES ('1748935343309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:23'); +INSERT INTO `t_sys_log` VALUES ('1748935344312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:24'); +INSERT INTO `t_sys_log` VALUES ('1748935345338010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:25'); +INSERT INTO `t_sys_log` VALUES ('1748935346349010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:26'); +INSERT INTO `t_sys_log` VALUES ('1748935347307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:27'); +INSERT INTO `t_sys_log` VALUES ('1748935348308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:28'); +INSERT INTO `t_sys_log` VALUES ('1748935349308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:29'); +INSERT INTO `t_sys_log` VALUES ('1748935350306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:30'); +INSERT INTO `t_sys_log` VALUES ('1748935351315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:31'); +INSERT INTO `t_sys_log` VALUES ('1748935352311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:32'); +INSERT INTO `t_sys_log` VALUES ('1748935353307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:33'); +INSERT INTO `t_sys_log` VALUES ('1748935354309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:34'); +INSERT INTO `t_sys_log` VALUES ('1748935355312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:35'); +INSERT INTO `t_sys_log` VALUES ('1748935356307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:36'); +INSERT INTO `t_sys_log` VALUES ('1748935357309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:37'); +INSERT INTO `t_sys_log` VALUES ('1748935358309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:38'); +INSERT INTO `t_sys_log` VALUES ('1748935359309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:39'); +INSERT INTO `t_sys_log` VALUES ('1748935360308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:40'); +INSERT INTO `t_sys_log` VALUES ('1748935361309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:41'); +INSERT INTO `t_sys_log` VALUES ('1748935362311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:42'); +INSERT INTO `t_sys_log` VALUES ('1748935363315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:43'); +INSERT INTO `t_sys_log` VALUES ('1748935364429010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:44'); +INSERT INTO `t_sys_log` VALUES ('1748935365362010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:45'); +INSERT INTO `t_sys_log` VALUES ('1748935366316010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:46'); +INSERT INTO `t_sys_log` VALUES ('1748935367308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:47'); +INSERT INTO `t_sys_log` VALUES ('1748935368308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:48'); +INSERT INTO `t_sys_log` VALUES ('1748935369307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:49'); +INSERT INTO `t_sys_log` VALUES ('1748935370321010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:50'); +INSERT INTO `t_sys_log` VALUES ('1748935371314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:51'); +INSERT INTO `t_sys_log` VALUES ('1748935372308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:52'); +INSERT INTO `t_sys_log` VALUES ('1748935373308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:53'); +INSERT INTO `t_sys_log` VALUES ('1748935374308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:54'); +INSERT INTO `t_sys_log` VALUES ('1748935375308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:55'); +INSERT INTO `t_sys_log` VALUES ('1748935376308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:56'); +INSERT INTO `t_sys_log` VALUES ('1748935377309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:57'); +INSERT INTO `t_sys_log` VALUES ('1748935378310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:58'); +INSERT INTO `t_sys_log` VALUES ('1748935379310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:22:59'); +INSERT INTO `t_sys_log` VALUES ('1748935380309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:00'); +INSERT INTO `t_sys_log` VALUES ('1748935381311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:01'); +INSERT INTO `t_sys_log` VALUES ('1748935382308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:02'); +INSERT INTO `t_sys_log` VALUES ('1748935383309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:03'); +INSERT INTO `t_sys_log` VALUES ('1748935384311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:04'); +INSERT INTO `t_sys_log` VALUES ('1748935385311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:05'); +INSERT INTO `t_sys_log` VALUES ('1748935386308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:06'); +INSERT INTO `t_sys_log` VALUES ('1748935387310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:07'); +INSERT INTO `t_sys_log` VALUES ('1748935388310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:08'); +INSERT INTO `t_sys_log` VALUES ('1748935389309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:09'); +INSERT INTO `t_sys_log` VALUES ('1748935390311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:10'); +INSERT INTO `t_sys_log` VALUES ('1748935391312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:11'); +INSERT INTO `t_sys_log` VALUES ('1748935392422010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:12'); +INSERT INTO `t_sys_log` VALUES ('1748935393315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:13'); +INSERT INTO `t_sys_log` VALUES ('1748935394306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:14'); +INSERT INTO `t_sys_log` VALUES ('1748935395308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:15'); +INSERT INTO `t_sys_log` VALUES ('1748935396309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:16'); +INSERT INTO `t_sys_log` VALUES ('1748935397314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:17'); +INSERT INTO `t_sys_log` VALUES ('1748935398308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:18'); +INSERT INTO `t_sys_log` VALUES ('1748935399310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:19'); +INSERT INTO `t_sys_log` VALUES ('1748935400311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:20'); +INSERT INTO `t_sys_log` VALUES ('1748935401312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:21'); +INSERT INTO `t_sys_log` VALUES ('1748935402312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:22'); +INSERT INTO `t_sys_log` VALUES ('1748935403312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:23'); +INSERT INTO `t_sys_log` VALUES ('1748935404311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:24'); +INSERT INTO `t_sys_log` VALUES ('1748935405308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:25'); +INSERT INTO `t_sys_log` VALUES ('1748935406310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:26'); +INSERT INTO `t_sys_log` VALUES ('1748935407308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:27'); +INSERT INTO `t_sys_log` VALUES ('1748935408311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:28'); +INSERT INTO `t_sys_log` VALUES ('1748935409313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:29'); +INSERT INTO `t_sys_log` VALUES ('1748935410313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:30'); +INSERT INTO `t_sys_log` VALUES ('1748935411312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:31'); +INSERT INTO `t_sys_log` VALUES ('1748935412312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:32'); +INSERT INTO `t_sys_log` VALUES ('1748935413312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:33'); +INSERT INTO `t_sys_log` VALUES ('1748935414311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:34'); +INSERT INTO `t_sys_log` VALUES ('1748935415311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:35'); +INSERT INTO `t_sys_log` VALUES ('1748935416311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:36'); +INSERT INTO `t_sys_log` VALUES ('1748935417311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:37'); +INSERT INTO `t_sys_log` VALUES ('1748935418311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:38'); +INSERT INTO `t_sys_log` VALUES ('1748935419311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:39'); +INSERT INTO `t_sys_log` VALUES ('1748935420309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:40'); +INSERT INTO `t_sys_log` VALUES ('1748935421308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:41'); +INSERT INTO `t_sys_log` VALUES ('1748935422307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:42'); +INSERT INTO `t_sys_log` VALUES ('1748935423307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:43'); +INSERT INTO `t_sys_log` VALUES ('1748935424311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:44'); +INSERT INTO `t_sys_log` VALUES ('1748935425309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:45'); +INSERT INTO `t_sys_log` VALUES ('1748935426310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:46'); +INSERT INTO `t_sys_log` VALUES ('1748935427310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:47'); +INSERT INTO `t_sys_log` VALUES ('1748935428311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:48'); +INSERT INTO `t_sys_log` VALUES ('1748935429310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:49'); +INSERT INTO `t_sys_log` VALUES ('1748935430310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:50'); +INSERT INTO `t_sys_log` VALUES ('1748935431312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:51'); +INSERT INTO `t_sys_log` VALUES ('1748935432338010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:52'); +INSERT INTO `t_sys_log` VALUES ('1748935433310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:53'); +INSERT INTO `t_sys_log` VALUES ('1748935434311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:54'); +INSERT INTO `t_sys_log` VALUES ('1748935435310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:55'); +INSERT INTO `t_sys_log` VALUES ('1748935436308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:56'); +INSERT INTO `t_sys_log` VALUES ('1748935437310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:57'); +INSERT INTO `t_sys_log` VALUES ('1748935438309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:58'); +INSERT INTO `t_sys_log` VALUES ('1748935439309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:23:59'); +INSERT INTO `t_sys_log` VALUES ('1748935440310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:00'); +INSERT INTO `t_sys_log` VALUES ('1748935441309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:01'); +INSERT INTO `t_sys_log` VALUES ('1748935442310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:02'); +INSERT INTO `t_sys_log` VALUES ('1748935443311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:03'); +INSERT INTO `t_sys_log` VALUES ('1748935444313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:04'); +INSERT INTO `t_sys_log` VALUES ('1748935445311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:05'); +INSERT INTO `t_sys_log` VALUES ('1748935446310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:06'); +INSERT INTO `t_sys_log` VALUES ('1748935447312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:07'); +INSERT INTO `t_sys_log` VALUES ('1748935448314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:08'); +INSERT INTO `t_sys_log` VALUES ('1748935449308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:09'); +INSERT INTO `t_sys_log` VALUES ('1748935450313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:10'); +INSERT INTO `t_sys_log` VALUES ('1748935451310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:11'); +INSERT INTO `t_sys_log` VALUES ('1748935452307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:12'); +INSERT INTO `t_sys_log` VALUES ('1748935453308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:13'); +INSERT INTO `t_sys_log` VALUES ('1748935454310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:14'); +INSERT INTO `t_sys_log` VALUES ('1748935455311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:15'); +INSERT INTO `t_sys_log` VALUES ('1748935456309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:16'); +INSERT INTO `t_sys_log` VALUES ('1748935457310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:17'); +INSERT INTO `t_sys_log` VALUES ('1748935458309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:18'); +INSERT INTO `t_sys_log` VALUES ('1748935459310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:19'); +INSERT INTO `t_sys_log` VALUES ('1748935460309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:20'); +INSERT INTO `t_sys_log` VALUES ('1748935461312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:21'); +INSERT INTO `t_sys_log` VALUES ('1748935462308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:22'); +INSERT INTO `t_sys_log` VALUES ('1748935463311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:23'); +INSERT INTO `t_sys_log` VALUES ('1748935464309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:24'); +INSERT INTO `t_sys_log` VALUES ('1748935465309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:25'); +INSERT INTO `t_sys_log` VALUES ('1748935466309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:26'); +INSERT INTO `t_sys_log` VALUES ('1748935467313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:27'); +INSERT INTO `t_sys_log` VALUES ('1748935468312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:28'); +INSERT INTO `t_sys_log` VALUES ('1748935469310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:29'); +INSERT INTO `t_sys_log` VALUES ('1748935470311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:30'); +INSERT INTO `t_sys_log` VALUES ('1748935471312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:31'); +INSERT INTO `t_sys_log` VALUES ('1748935472312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:32'); +INSERT INTO `t_sys_log` VALUES ('1748935473309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:33'); +INSERT INTO `t_sys_log` VALUES ('1748935474310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:34'); +INSERT INTO `t_sys_log` VALUES ('1748935475310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:35'); +INSERT INTO `t_sys_log` VALUES ('1748935476310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:36'); +INSERT INTO `t_sys_log` VALUES ('1748935477311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:37'); +INSERT INTO `t_sys_log` VALUES ('1748935478312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:38'); +INSERT INTO `t_sys_log` VALUES ('1748935479310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:39'); +INSERT INTO `t_sys_log` VALUES ('1748935480308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:40'); +INSERT INTO `t_sys_log` VALUES ('1748935481311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:41'); +INSERT INTO `t_sys_log` VALUES ('1748935482311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:42'); +INSERT INTO `t_sys_log` VALUES ('1748935483309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:43'); +INSERT INTO `t_sys_log` VALUES ('1748935484308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:44'); +INSERT INTO `t_sys_log` VALUES ('1748935485311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:45'); +INSERT INTO `t_sys_log` VALUES ('1748935486313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:46'); +INSERT INTO `t_sys_log` VALUES ('1748935487313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:47'); +INSERT INTO `t_sys_log` VALUES ('1748935488314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:48'); +INSERT INTO `t_sys_log` VALUES ('1748935489311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:49'); +INSERT INTO `t_sys_log` VALUES ('1748935490310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:50'); +INSERT INTO `t_sys_log` VALUES ('1748935491312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:51'); +INSERT INTO `t_sys_log` VALUES ('1748935492309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:52'); +INSERT INTO `t_sys_log` VALUES ('1748935493313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:53'); +INSERT INTO `t_sys_log` VALUES ('1748935494312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:54'); +INSERT INTO `t_sys_log` VALUES ('1748935495312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:55'); +INSERT INTO `t_sys_log` VALUES ('1748935496314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:56'); +INSERT INTO `t_sys_log` VALUES ('1748935497312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:57'); +INSERT INTO `t_sys_log` VALUES ('1748935498311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:58'); +INSERT INTO `t_sys_log` VALUES ('1748935499313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:24:59'); +INSERT INTO `t_sys_log` VALUES ('1748935500312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:00'); +INSERT INTO `t_sys_log` VALUES ('1748935501311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:01'); +INSERT INTO `t_sys_log` VALUES ('1748935502311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:02'); +INSERT INTO `t_sys_log` VALUES ('1748935503312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:03'); +INSERT INTO `t_sys_log` VALUES ('1748935504310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:04'); +INSERT INTO `t_sys_log` VALUES ('1748935505314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:05'); +INSERT INTO `t_sys_log` VALUES ('1748935506314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:06'); +INSERT INTO `t_sys_log` VALUES ('1748935507311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:07'); +INSERT INTO `t_sys_log` VALUES ('1748935508312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:08'); +INSERT INTO `t_sys_log` VALUES ('1748935509314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:09'); +INSERT INTO `t_sys_log` VALUES ('1748935510313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:10'); +INSERT INTO `t_sys_log` VALUES ('1748935511309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:11'); +INSERT INTO `t_sys_log` VALUES ('1748935512310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:12'); +INSERT INTO `t_sys_log` VALUES ('1748935513310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:13'); +INSERT INTO `t_sys_log` VALUES ('1748935514312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:14'); +INSERT INTO `t_sys_log` VALUES ('1748935515311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:15'); +INSERT INTO `t_sys_log` VALUES ('1748935516309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:16'); +INSERT INTO `t_sys_log` VALUES ('1748935517310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:17'); +INSERT INTO `t_sys_log` VALUES ('1748935518309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:18'); +INSERT INTO `t_sys_log` VALUES ('1748935519309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:19'); +INSERT INTO `t_sys_log` VALUES ('1748935520308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:20'); +INSERT INTO `t_sys_log` VALUES ('1748935521311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:21'); +INSERT INTO `t_sys_log` VALUES ('1748935522312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:22'); +INSERT INTO `t_sys_log` VALUES ('1748935523309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:23'); +INSERT INTO `t_sys_log` VALUES ('1748935524309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:24'); +INSERT INTO `t_sys_log` VALUES ('1748935525309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:25'); +INSERT INTO `t_sys_log` VALUES ('1748935526311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:26'); +INSERT INTO `t_sys_log` VALUES ('1748935527310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:27'); +INSERT INTO `t_sys_log` VALUES ('1748935528310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:28'); +INSERT INTO `t_sys_log` VALUES ('1748935529309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:29'); +INSERT INTO `t_sys_log` VALUES ('1748935530310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:30'); +INSERT INTO `t_sys_log` VALUES ('1748935531312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:31'); +INSERT INTO `t_sys_log` VALUES ('1748935532313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:32'); +INSERT INTO `t_sys_log` VALUES ('1748935533310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:33'); +INSERT INTO `t_sys_log` VALUES ('1748935534310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:34'); +INSERT INTO `t_sys_log` VALUES ('1748935535310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:35'); +INSERT INTO `t_sys_log` VALUES ('1748935536311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:36'); +INSERT INTO `t_sys_log` VALUES ('1748935537311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:37'); +INSERT INTO `t_sys_log` VALUES ('1748935538310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:38'); +INSERT INTO `t_sys_log` VALUES ('1748935539311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:39'); +INSERT INTO `t_sys_log` VALUES ('1748935540312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:40'); +INSERT INTO `t_sys_log` VALUES ('1748935541310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:41'); +INSERT INTO `t_sys_log` VALUES ('1748935542313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:42'); +INSERT INTO `t_sys_log` VALUES ('1748935543312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:43'); +INSERT INTO `t_sys_log` VALUES ('1748935544309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:44'); +INSERT INTO `t_sys_log` VALUES ('1748935545308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:45'); +INSERT INTO `t_sys_log` VALUES ('1748935546311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:46'); +INSERT INTO `t_sys_log` VALUES ('1748935547309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:47'); +INSERT INTO `t_sys_log` VALUES ('1748935548309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:48'); +INSERT INTO `t_sys_log` VALUES ('1748935549312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:49'); +INSERT INTO `t_sys_log` VALUES ('1748935550310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:50'); +INSERT INTO `t_sys_log` VALUES ('1748935551313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:51'); +INSERT INTO `t_sys_log` VALUES ('1748935552311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:52'); +INSERT INTO `t_sys_log` VALUES ('1748935553313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:53'); +INSERT INTO `t_sys_log` VALUES ('1748935554313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:54'); +INSERT INTO `t_sys_log` VALUES ('1748935555313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:55'); +INSERT INTO `t_sys_log` VALUES ('1748935556312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:56'); +INSERT INTO `t_sys_log` VALUES ('1748935557311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:57'); +INSERT INTO `t_sys_log` VALUES ('1748935558306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:58'); +INSERT INTO `t_sys_log` VALUES ('1748935559311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:25:59'); +INSERT INTO `t_sys_log` VALUES ('1748935560310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:00'); +INSERT INTO `t_sys_log` VALUES ('1748935561310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:01'); +INSERT INTO `t_sys_log` VALUES ('1748935562311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:02'); +INSERT INTO `t_sys_log` VALUES ('1748935563311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:03'); +INSERT INTO `t_sys_log` VALUES ('1748935564311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:04'); +INSERT INTO `t_sys_log` VALUES ('1748935565314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:05'); +INSERT INTO `t_sys_log` VALUES ('1748935566312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:06'); +INSERT INTO `t_sys_log` VALUES ('1748935567310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:07'); +INSERT INTO `t_sys_log` VALUES ('1748935568310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:08'); +INSERT INTO `t_sys_log` VALUES ('1748935569310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:09'); +INSERT INTO `t_sys_log` VALUES ('1748935570311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:10'); +INSERT INTO `t_sys_log` VALUES ('1748935571312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:11'); +INSERT INTO `t_sys_log` VALUES ('1748935572308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:12'); +INSERT INTO `t_sys_log` VALUES ('1748935573309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:13'); +INSERT INTO `t_sys_log` VALUES ('1748935574310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:14'); +INSERT INTO `t_sys_log` VALUES ('1748935575310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:15'); +INSERT INTO `t_sys_log` VALUES ('1748935576310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:16'); +INSERT INTO `t_sys_log` VALUES ('1748935577309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:17'); +INSERT INTO `t_sys_log` VALUES ('1748935578312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:18'); +INSERT INTO `t_sys_log` VALUES ('1748935579311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:19'); +INSERT INTO `t_sys_log` VALUES ('1748935580311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:20'); +INSERT INTO `t_sys_log` VALUES ('1748935581311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:21'); +INSERT INTO `t_sys_log` VALUES ('1748935582309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:22'); +INSERT INTO `t_sys_log` VALUES ('1748935583310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:23'); +INSERT INTO `t_sys_log` VALUES ('1748935584311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:24'); +INSERT INTO `t_sys_log` VALUES ('1748935585313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:25'); +INSERT INTO `t_sys_log` VALUES ('1748935586312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:26'); +INSERT INTO `t_sys_log` VALUES ('1748935587312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:27'); +INSERT INTO `t_sys_log` VALUES ('1748935588312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:28'); +INSERT INTO `t_sys_log` VALUES ('1748935589311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:29'); +INSERT INTO `t_sys_log` VALUES ('1748935590310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:30'); +INSERT INTO `t_sys_log` VALUES ('1748935591314010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:31'); +INSERT INTO `t_sys_log` VALUES ('1748935592312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:32'); +INSERT INTO `t_sys_log` VALUES ('1748935593310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:33'); +INSERT INTO `t_sys_log` VALUES ('1748935594312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:34'); +INSERT INTO `t_sys_log` VALUES ('1748935595312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:35'); +INSERT INTO `t_sys_log` VALUES ('1748935596311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:36'); +INSERT INTO `t_sys_log` VALUES ('1748935597312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:37'); +INSERT INTO `t_sys_log` VALUES ('1748935598312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:38'); +INSERT INTO `t_sys_log` VALUES ('1748935599312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:39'); +INSERT INTO `t_sys_log` VALUES ('1748935600309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:40'); +INSERT INTO `t_sys_log` VALUES ('1748935601307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:41'); +INSERT INTO `t_sys_log` VALUES ('1748935602312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:42'); +INSERT INTO `t_sys_log` VALUES ('1748935603313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:43'); +INSERT INTO `t_sys_log` VALUES ('1748935604309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:44'); +INSERT INTO `t_sys_log` VALUES ('1748935605313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:45'); +INSERT INTO `t_sys_log` VALUES ('1748935606312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:46'); +INSERT INTO `t_sys_log` VALUES ('1748935607312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:47'); +INSERT INTO `t_sys_log` VALUES ('1748935608312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:48'); +INSERT INTO `t_sys_log` VALUES ('1748935609311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:49'); +INSERT INTO `t_sys_log` VALUES ('1748935610312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:50'); +INSERT INTO `t_sys_log` VALUES ('1748935611307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:51'); +INSERT INTO `t_sys_log` VALUES ('1748935612311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:52'); +INSERT INTO `t_sys_log` VALUES ('1748935613310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:53'); +INSERT INTO `t_sys_log` VALUES ('1748935614311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:54'); +INSERT INTO `t_sys_log` VALUES ('1748935615310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:55'); +INSERT INTO `t_sys_log` VALUES ('1748935616311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:56'); +INSERT INTO `t_sys_log` VALUES ('1748935617310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:57'); +INSERT INTO `t_sys_log` VALUES ('1748935618311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:58'); +INSERT INTO `t_sys_log` VALUES ('1748935619309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:26:59'); +INSERT INTO `t_sys_log` VALUES ('1748935620309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:00'); +INSERT INTO `t_sys_log` VALUES ('1748935621311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:01'); +INSERT INTO `t_sys_log` VALUES ('1748935622312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:02'); +INSERT INTO `t_sys_log` VALUES ('1748935623309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:03'); +INSERT INTO `t_sys_log` VALUES ('1748935624310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:04'); +INSERT INTO `t_sys_log` VALUES ('1748935625313010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:05'); +INSERT INTO `t_sys_log` VALUES ('1748935626311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:06'); +INSERT INTO `t_sys_log` VALUES ('1748935627310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:07'); +INSERT INTO `t_sys_log` VALUES ('1748935628310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:08'); +INSERT INTO `t_sys_log` VALUES ('1748935629879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:10'); +INSERT INTO `t_sys_log` VALUES ('1748935630877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:11'); +INSERT INTO `t_sys_log` VALUES ('1748935631880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:12'); +INSERT INTO `t_sys_log` VALUES ('1748935632877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:13'); +INSERT INTO `t_sys_log` VALUES ('1748935633876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:14'); +INSERT INTO `t_sys_log` VALUES ('1748935634885010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:15'); +INSERT INTO `t_sys_log` VALUES ('1748935635881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:16'); +INSERT INTO `t_sys_log` VALUES ('1748935636877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:17'); +INSERT INTO `t_sys_log` VALUES ('1748935637880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:18'); +INSERT INTO `t_sys_log` VALUES ('1748935638881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:19'); +INSERT INTO `t_sys_log` VALUES ('1748935639881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:20'); +INSERT INTO `t_sys_log` VALUES ('1748935640878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:21'); +INSERT INTO `t_sys_log` VALUES ('1748935641876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:22'); +INSERT INTO `t_sys_log` VALUES ('1748935642880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:23'); +INSERT INTO `t_sys_log` VALUES ('1748935643878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:24'); +INSERT INTO `t_sys_log` VALUES ('1748935644879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:25'); +INSERT INTO `t_sys_log` VALUES ('1748935645878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:26'); +INSERT INTO `t_sys_log` VALUES ('1748935646876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:27'); +INSERT INTO `t_sys_log` VALUES ('1748935647877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:28'); +INSERT INTO `t_sys_log` VALUES ('1748935648880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:29'); +INSERT INTO `t_sys_log` VALUES ('1748935649877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:30'); +INSERT INTO `t_sys_log` VALUES ('1748935650879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:31'); +INSERT INTO `t_sys_log` VALUES ('1748935651878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:32'); +INSERT INTO `t_sys_log` VALUES ('1748935652877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:33'); +INSERT INTO `t_sys_log` VALUES ('1748935653876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:34'); +INSERT INTO `t_sys_log` VALUES ('1748935654884010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:35'); +INSERT INTO `t_sys_log` VALUES ('1748935655878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:36'); +INSERT INTO `t_sys_log` VALUES ('1748935656879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:37'); +INSERT INTO `t_sys_log` VALUES ('1748935657879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:38'); +INSERT INTO `t_sys_log` VALUES ('1748935658877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:39'); +INSERT INTO `t_sys_log` VALUES ('1748935659876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:40'); +INSERT INTO `t_sys_log` VALUES ('1748935660878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:41'); +INSERT INTO `t_sys_log` VALUES ('1748935661879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:42'); +INSERT INTO `t_sys_log` VALUES ('1748935662879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:43'); +INSERT INTO `t_sys_log` VALUES ('1748935663877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:44'); +INSERT INTO `t_sys_log` VALUES ('1748935664878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:45'); +INSERT INTO `t_sys_log` VALUES ('1748935665878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:46'); +INSERT INTO `t_sys_log` VALUES ('1748935666876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:47'); +INSERT INTO `t_sys_log` VALUES ('1748935667877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:48'); +INSERT INTO `t_sys_log` VALUES ('1748935668876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:49'); +INSERT INTO `t_sys_log` VALUES ('1748935669875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:50'); +INSERT INTO `t_sys_log` VALUES ('1748935670876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:51'); +INSERT INTO `t_sys_log` VALUES ('1748935671876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:52'); +INSERT INTO `t_sys_log` VALUES ('1748935672879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:53'); +INSERT INTO `t_sys_log` VALUES ('1748935673877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:54'); +INSERT INTO `t_sys_log` VALUES ('1748935674879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:55'); +INSERT INTO `t_sys_log` VALUES ('1748935675879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:56'); +INSERT INTO `t_sys_log` VALUES ('1748935676878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:57'); +INSERT INTO `t_sys_log` VALUES ('1748935677880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:58'); +INSERT INTO `t_sys_log` VALUES ('1748935678878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:27:59'); +INSERT INTO `t_sys_log` VALUES ('1748935679878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:00'); +INSERT INTO `t_sys_log` VALUES ('1748935680880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:01'); +INSERT INTO `t_sys_log` VALUES ('1748935681878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:02'); +INSERT INTO `t_sys_log` VALUES ('1748935682877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:03'); +INSERT INTO `t_sys_log` VALUES ('1748935683879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:04'); +INSERT INTO `t_sys_log` VALUES ('1748935684876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:05'); +INSERT INTO `t_sys_log` VALUES ('1748935685879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:06'); +INSERT INTO `t_sys_log` VALUES ('1748935686880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:07'); +INSERT INTO `t_sys_log` VALUES ('1748935687880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:08'); +INSERT INTO `t_sys_log` VALUES ('1748935688878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:09'); +INSERT INTO `t_sys_log` VALUES ('1748935691877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:28:12'); +INSERT INTO `t_sys_log` VALUES ('1748935751887010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:29:12'); +INSERT INTO `t_sys_log` VALUES ('1748935811880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:30:12'); +INSERT INTO `t_sys_log` VALUES ('1748935871880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:31:12'); +INSERT INTO `t_sys_log` VALUES ('1748935931879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:32:12'); +INSERT INTO `t_sys_log` VALUES ('1748935991877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:33:12'); +INSERT INTO `t_sys_log` VALUES ('1748936051879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:34:12'); +INSERT INTO `t_sys_log` VALUES ('1748936111880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:35:12'); +INSERT INTO `t_sys_log` VALUES ('1748936171880010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:12'); +INSERT INTO `t_sys_log` VALUES ('1748936192308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:32'); +INSERT INTO `t_sys_log` VALUES ('1748936193309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:33'); +INSERT INTO `t_sys_log` VALUES ('1748936194308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:34'); +INSERT INTO `t_sys_log` VALUES ('1748936195312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:35'); +INSERT INTO `t_sys_log` VALUES ('1748936196310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:36'); +INSERT INTO `t_sys_log` VALUES ('1748936197310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:37'); +INSERT INTO `t_sys_log` VALUES ('1748936198308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:38'); +INSERT INTO `t_sys_log` VALUES ('1748936199308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:39'); +INSERT INTO `t_sys_log` VALUES ('1748936200309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:40'); +INSERT INTO `t_sys_log` VALUES ('1748936201309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:41'); +INSERT INTO `t_sys_log` VALUES ('1748936202310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:42'); +INSERT INTO `t_sys_log` VALUES ('1748936203308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:43'); +INSERT INTO `t_sys_log` VALUES ('1748936204311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:44'); +INSERT INTO `t_sys_log` VALUES ('1748936205311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:45'); +INSERT INTO `t_sys_log` VALUES ('1748936206310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:46'); +INSERT INTO `t_sys_log` VALUES ('1748936207310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:47'); +INSERT INTO `t_sys_log` VALUES ('1748936208310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:48'); +INSERT INTO `t_sys_log` VALUES ('1748936209312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:49'); +INSERT INTO `t_sys_log` VALUES ('1748936210311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:50'); +INSERT INTO `t_sys_log` VALUES ('1748936211307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:51'); +INSERT INTO `t_sys_log` VALUES ('1748936212306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:52'); +INSERT INTO `t_sys_log` VALUES ('1748936213310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:53'); +INSERT INTO `t_sys_log` VALUES ('1748936214308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:54'); +INSERT INTO `t_sys_log` VALUES ('1748936215309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:55'); +INSERT INTO `t_sys_log` VALUES ('1748936216310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:56'); +INSERT INTO `t_sys_log` VALUES ('1748936217309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:57'); +INSERT INTO `t_sys_log` VALUES ('1748936218310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:58'); +INSERT INTO `t_sys_log` VALUES ('1748936219310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:36:59'); +INSERT INTO `t_sys_log` VALUES ('1748936220309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:00'); +INSERT INTO `t_sys_log` VALUES ('1748936221309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:01'); +INSERT INTO `t_sys_log` VALUES ('1748936222306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:02'); +INSERT INTO `t_sys_log` VALUES ('1748936223311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:03'); +INSERT INTO `t_sys_log` VALUES ('1748936224311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:04'); +INSERT INTO `t_sys_log` VALUES ('1748936225309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:05'); +INSERT INTO `t_sys_log` VALUES ('1748936226309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:06'); +INSERT INTO `t_sys_log` VALUES ('1748936227308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:07'); +INSERT INTO `t_sys_log` VALUES ('1748936228309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:08'); +INSERT INTO `t_sys_log` VALUES ('1748936229310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:09'); +INSERT INTO `t_sys_log` VALUES ('1748936230311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:10'); +INSERT INTO `t_sys_log` VALUES ('1748936231309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:11'); +INSERT INTO `t_sys_log` VALUES ('1748936232308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:12'); +INSERT INTO `t_sys_log` VALUES ('1748936233311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:13'); +INSERT INTO `t_sys_log` VALUES ('1748936234309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:14'); +INSERT INTO `t_sys_log` VALUES ('1748936235311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:15'); +INSERT INTO `t_sys_log` VALUES ('1748936236309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:16'); +INSERT INTO `t_sys_log` VALUES ('1748936237310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:17'); +INSERT INTO `t_sys_log` VALUES ('1748936238311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:18'); +INSERT INTO `t_sys_log` VALUES ('1748936239311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:19'); +INSERT INTO `t_sys_log` VALUES ('1748936240311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:20'); +INSERT INTO `t_sys_log` VALUES ('1748936241309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:21'); +INSERT INTO `t_sys_log` VALUES ('1748936242312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:22'); +INSERT INTO `t_sys_log` VALUES ('1748936243312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:23'); +INSERT INTO `t_sys_log` VALUES ('1748936244309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:24'); +INSERT INTO `t_sys_log` VALUES ('1748936245309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:25'); +INSERT INTO `t_sys_log` VALUES ('1748936246311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:26'); +INSERT INTO `t_sys_log` VALUES ('1748936247310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:27'); +INSERT INTO `t_sys_log` VALUES ('1748936248309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:28'); +INSERT INTO `t_sys_log` VALUES ('1748936249310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:29'); +INSERT INTO `t_sys_log` VALUES ('1748936250310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:30'); +INSERT INTO `t_sys_log` VALUES ('1748936251308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:31'); +INSERT INTO `t_sys_log` VALUES ('1748936252309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:32'); +INSERT INTO `t_sys_log` VALUES ('1748936253309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:33'); +INSERT INTO `t_sys_log` VALUES ('1748936254309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:34'); +INSERT INTO `t_sys_log` VALUES ('1748936255308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:35'); +INSERT INTO `t_sys_log` VALUES ('1748936256309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:36'); +INSERT INTO `t_sys_log` VALUES ('1748936257309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:37'); +INSERT INTO `t_sys_log` VALUES ('1748936258308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:38'); +INSERT INTO `t_sys_log` VALUES ('1748936259312010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:39'); +INSERT INTO `t_sys_log` VALUES ('1748936260310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:40'); +INSERT INTO `t_sys_log` VALUES ('1748936261309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:41'); +INSERT INTO `t_sys_log` VALUES ('1748936262311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:42'); +INSERT INTO `t_sys_log` VALUES ('1748936263311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:43'); +INSERT INTO `t_sys_log` VALUES ('1748936264309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:44'); +INSERT INTO `t_sys_log` VALUES ('1748936265310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:45'); +INSERT INTO `t_sys_log` VALUES ('1748936266309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:46'); +INSERT INTO `t_sys_log` VALUES ('1748936267311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:47'); +INSERT INTO `t_sys_log` VALUES ('1748936268308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:48'); +INSERT INTO `t_sys_log` VALUES ('1748936269311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:49'); +INSERT INTO `t_sys_log` VALUES ('1748936270309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:50'); +INSERT INTO `t_sys_log` VALUES ('1748936271307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:51'); +INSERT INTO `t_sys_log` VALUES ('1748936272309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:52'); +INSERT INTO `t_sys_log` VALUES ('1748936273309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:53'); +INSERT INTO `t_sys_log` VALUES ('1748936274308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:54'); +INSERT INTO `t_sys_log` VALUES ('1748936275311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:55'); +INSERT INTO `t_sys_log` VALUES ('1748936276308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:56'); +INSERT INTO `t_sys_log` VALUES ('1748936277308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:57'); +INSERT INTO `t_sys_log` VALUES ('1748936278310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:58'); +INSERT INTO `t_sys_log` VALUES ('1748936279308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:37:59'); +INSERT INTO `t_sys_log` VALUES ('1748936280309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:00'); +INSERT INTO `t_sys_log` VALUES ('1748936281309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:01'); +INSERT INTO `t_sys_log` VALUES ('1748936282309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:02'); +INSERT INTO `t_sys_log` VALUES ('1748936283308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:03'); +INSERT INTO `t_sys_log` VALUES ('1748936284310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:04'); +INSERT INTO `t_sys_log` VALUES ('1748936285307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:05'); +INSERT INTO `t_sys_log` VALUES ('1748936286308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:06'); +INSERT INTO `t_sys_log` VALUES ('1748936287308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:07'); +INSERT INTO `t_sys_log` VALUES ('1748936288308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:08'); +INSERT INTO `t_sys_log` VALUES ('1748936289309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:09'); +INSERT INTO `t_sys_log` VALUES ('1748936290311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:10'); +INSERT INTO `t_sys_log` VALUES ('1748936291309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:11'); +INSERT INTO `t_sys_log` VALUES ('1748936292310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:12'); +INSERT INTO `t_sys_log` VALUES ('1748936293311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:13'); +INSERT INTO `t_sys_log` VALUES ('1748936294307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:14'); +INSERT INTO `t_sys_log` VALUES ('1748936295306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:15'); +INSERT INTO `t_sys_log` VALUES ('1748936296307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:16'); +INSERT INTO `t_sys_log` VALUES ('1748936297308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:17'); +INSERT INTO `t_sys_log` VALUES ('1748936298311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:18'); +INSERT INTO `t_sys_log` VALUES ('1748936299310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:19'); +INSERT INTO `t_sys_log` VALUES ('1748936300309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:20'); +INSERT INTO `t_sys_log` VALUES ('1748936301311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:21'); +INSERT INTO `t_sys_log` VALUES ('1748936302310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:22'); +INSERT INTO `t_sys_log` VALUES ('1748936303309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:23'); +INSERT INTO `t_sys_log` VALUES ('1748936304308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:24'); +INSERT INTO `t_sys_log` VALUES ('1748936305306010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:25'); +INSERT INTO `t_sys_log` VALUES ('1748936306309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:26'); +INSERT INTO `t_sys_log` VALUES ('1748936307308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:27'); +INSERT INTO `t_sys_log` VALUES ('1748936308311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:28'); +INSERT INTO `t_sys_log` VALUES ('1748936309310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:29'); +INSERT INTO `t_sys_log` VALUES ('1748936310308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:30'); +INSERT INTO `t_sys_log` VALUES ('1748936311311010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:31'); +INSERT INTO `t_sys_log` VALUES ('1748936312308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:32'); +INSERT INTO `t_sys_log` VALUES ('1748936313310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:33'); +INSERT INTO `t_sys_log` VALUES ('1748936314310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:34'); +INSERT INTO `t_sys_log` VALUES ('1748936315309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:35'); +INSERT INTO `t_sys_log` VALUES ('1748936316310010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:36'); +INSERT INTO `t_sys_log` VALUES ('1748936317307010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:37'); +INSERT INTO `t_sys_log` VALUES ('1748936318308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:38'); +INSERT INTO `t_sys_log` VALUES ('1748936319309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:39'); +INSERT INTO `t_sys_log` VALUES ('1748936320308010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:40'); +INSERT INTO `t_sys_log` VALUES ('1748936321309010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:41'); +INSERT INTO `t_sys_log` VALUES ('1748936322876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:43'); +INSERT INTO `t_sys_log` VALUES ('1748936323876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:44'); +INSERT INTO `t_sys_log` VALUES ('1748936324878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:45'); +INSERT INTO `t_sys_log` VALUES ('1748936325878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:46'); +INSERT INTO `t_sys_log` VALUES ('1748936326874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:47'); +INSERT INTO `t_sys_log` VALUES ('1748936327878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:48'); +INSERT INTO `t_sys_log` VALUES ('1748936328877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:49'); +INSERT INTO `t_sys_log` VALUES ('1748936329878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:50'); +INSERT INTO `t_sys_log` VALUES ('1748936336879010000', 'OPTIONS', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '', '2025-06-03 15:38:57'); +INSERT INTO `t_sys_log` VALUES ('1748936336883010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:57'); +INSERT INTO `t_sys_log` VALUES ('1748936337878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:58'); +INSERT INTO `t_sys_log` VALUES ('1748936338874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:38:59'); +INSERT INTO `t_sys_log` VALUES ('1748936339876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:00'); +INSERT INTO `t_sys_log` VALUES ('1748936340876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:01'); +INSERT INTO `t_sys_log` VALUES ('1748936341873010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:02'); +INSERT INTO `t_sys_log` VALUES ('1748936342211010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:02'); +INSERT INTO `t_sys_log` VALUES ('1748936343214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:03'); +INSERT INTO `t_sys_log` VALUES ('1748936344214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:04'); +INSERT INTO `t_sys_log` VALUES ('1748936345874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:06'); +INSERT INTO `t_sys_log` VALUES ('1748936346881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:07'); +INSERT INTO `t_sys_log` VALUES ('1748936347877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:08'); +INSERT INTO `t_sys_log` VALUES ('1748936348875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:09'); +INSERT INTO `t_sys_log` VALUES ('1748936349872010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:10'); +INSERT INTO `t_sys_log` VALUES ('1748936350875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:11'); +INSERT INTO `t_sys_log` VALUES ('1748936351875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:12'); +INSERT INTO `t_sys_log` VALUES ('1748936352875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:13'); +INSERT INTO `t_sys_log` VALUES ('1748936353875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:14'); +INSERT INTO `t_sys_log` VALUES ('1748936354879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:15'); +INSERT INTO `t_sys_log` VALUES ('1748936355878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:16'); +INSERT INTO `t_sys_log` VALUES ('1748936356878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:17'); +INSERT INTO `t_sys_log` VALUES ('1748936357877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:18'); +INSERT INTO `t_sys_log` VALUES ('1748936358879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:19'); +INSERT INTO `t_sys_log` VALUES ('1748936359877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:20'); +INSERT INTO `t_sys_log` VALUES ('1748936360877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:21'); +INSERT INTO `t_sys_log` VALUES ('1748936361881010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:22'); +INSERT INTO `t_sys_log` VALUES ('1748936362876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:23'); +INSERT INTO `t_sys_log` VALUES ('1748936363876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:24'); +INSERT INTO `t_sys_log` VALUES ('1748936364877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:25'); +INSERT INTO `t_sys_log` VALUES ('1748936365877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:26'); +INSERT INTO `t_sys_log` VALUES ('1748936366877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:27'); +INSERT INTO `t_sys_log` VALUES ('1748936367878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:28'); +INSERT INTO `t_sys_log` VALUES ('1748936368875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:29'); +INSERT INTO `t_sys_log` VALUES ('1748936369878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:30'); +INSERT INTO `t_sys_log` VALUES ('1748936370878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:31'); +INSERT INTO `t_sys_log` VALUES ('1748936371878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:32'); +INSERT INTO `t_sys_log` VALUES ('1748936372878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:33'); +INSERT INTO `t_sys_log` VALUES ('1748936373874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:34'); +INSERT INTO `t_sys_log` VALUES ('1748936374878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:35'); +INSERT INTO `t_sys_log` VALUES ('1748936375877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:36'); +INSERT INTO `t_sys_log` VALUES ('1748936376878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:37'); +INSERT INTO `t_sys_log` VALUES ('1748936377878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:38'); +INSERT INTO `t_sys_log` VALUES ('1748936378878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:39'); +INSERT INTO `t_sys_log` VALUES ('1748936379878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:40'); +INSERT INTO `t_sys_log` VALUES ('1748936380878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:41'); +INSERT INTO `t_sys_log` VALUES ('1748936381878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:42'); +INSERT INTO `t_sys_log` VALUES ('1748936382877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:43'); +INSERT INTO `t_sys_log` VALUES ('1748936383878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:44'); +INSERT INTO `t_sys_log` VALUES ('1748936384876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:45'); +INSERT INTO `t_sys_log` VALUES ('1748936385876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:46'); +INSERT INTO `t_sys_log` VALUES ('1748936386875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:47'); +INSERT INTO `t_sys_log` VALUES ('1748936387878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:48'); +INSERT INTO `t_sys_log` VALUES ('1748936388874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:49'); +INSERT INTO `t_sys_log` VALUES ('1748936389879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:50'); +INSERT INTO `t_sys_log` VALUES ('1748936390876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:51'); +INSERT INTO `t_sys_log` VALUES ('1748936391878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:52'); +INSERT INTO `t_sys_log` VALUES ('1748936392877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:53'); +INSERT INTO `t_sys_log` VALUES ('1748936393878010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:54'); +INSERT INTO `t_sys_log` VALUES ('1748936394875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:55'); +INSERT INTO `t_sys_log` VALUES ('1748936395874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:56'); +INSERT INTO `t_sys_log` VALUES ('1748936396874010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:57'); +INSERT INTO `t_sys_log` VALUES ('1748936397875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:58'); +INSERT INTO `t_sys_log` VALUES ('1748936398876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:39:59'); +INSERT INTO `t_sys_log` VALUES ('1748936399877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:40:00'); +INSERT INTO `t_sys_log` VALUES ('1748936400877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:40:01'); +INSERT INTO `t_sys_log` VALUES ('1748936401879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:40:02'); +INSERT INTO `t_sys_log` VALUES ('1748936402877010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:40:03'); +INSERT INTO `t_sys_log` VALUES ('1748936403876010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:40:04'); +INSERT INTO `t_sys_log` VALUES ('1748936411879010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:40:12'); +INSERT INTO `t_sys_log` VALUES ('1748936471875010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:12'); +INSERT INTO `t_sys_log` VALUES ('1748936482401010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:22'); +INSERT INTO `t_sys_log` VALUES ('1748936483214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:23'); +INSERT INTO `t_sys_log` VALUES ('1748936484216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:24'); +INSERT INTO `t_sys_log` VALUES ('1748936485224010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:25'); +INSERT INTO `t_sys_log` VALUES ('1748936486216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:26'); +INSERT INTO `t_sys_log` VALUES ('1748936487214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:27'); +INSERT INTO `t_sys_log` VALUES ('1748936488214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:28'); +INSERT INTO `t_sys_log` VALUES ('1748936489217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:29'); +INSERT INTO `t_sys_log` VALUES ('1748936490216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:30'); +INSERT INTO `t_sys_log` VALUES ('1748936491216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:31'); +INSERT INTO `t_sys_log` VALUES ('1748936492216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:32'); +INSERT INTO `t_sys_log` VALUES ('1748936493216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:33'); +INSERT INTO `t_sys_log` VALUES ('1748936494217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:34'); +INSERT INTO `t_sys_log` VALUES ('1748936495217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:35'); +INSERT INTO `t_sys_log` VALUES ('1748936496215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:36'); +INSERT INTO `t_sys_log` VALUES ('1748936497216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:37'); +INSERT INTO `t_sys_log` VALUES ('1748936498216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:38'); +INSERT INTO `t_sys_log` VALUES ('1748936499215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:39'); +INSERT INTO `t_sys_log` VALUES ('1748936500216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:40'); +INSERT INTO `t_sys_log` VALUES ('1748936501216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:41'); +INSERT INTO `t_sys_log` VALUES ('1748936502216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:42'); +INSERT INTO `t_sys_log` VALUES ('1748936503217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:43'); +INSERT INTO `t_sys_log` VALUES ('1748936504216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:44'); +INSERT INTO `t_sys_log` VALUES ('1748936505214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:45'); +INSERT INTO `t_sys_log` VALUES ('1748936506216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:46'); +INSERT INTO `t_sys_log` VALUES ('1748936507216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:47'); +INSERT INTO `t_sys_log` VALUES ('1748936508215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:48'); +INSERT INTO `t_sys_log` VALUES ('1748936509216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:49'); +INSERT INTO `t_sys_log` VALUES ('1748936510215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:50'); +INSERT INTO `t_sys_log` VALUES ('1748936511214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:51'); +INSERT INTO `t_sys_log` VALUES ('1748936512215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:52'); +INSERT INTO `t_sys_log` VALUES ('1748936513218010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:53'); +INSERT INTO `t_sys_log` VALUES ('1748936514213010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:54'); +INSERT INTO `t_sys_log` VALUES ('1748936515217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:55'); +INSERT INTO `t_sys_log` VALUES ('1748936516213010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:56'); +INSERT INTO `t_sys_log` VALUES ('1748936517216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:57'); +INSERT INTO `t_sys_log` VALUES ('1748936518215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:58'); +INSERT INTO `t_sys_log` VALUES ('1748936519216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:41:59'); +INSERT INTO `t_sys_log` VALUES ('1748936520216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:00'); +INSERT INTO `t_sys_log` VALUES ('1748936521215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:01'); +INSERT INTO `t_sys_log` VALUES ('1748936522215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:02'); +INSERT INTO `t_sys_log` VALUES ('1748936523215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:03'); +INSERT INTO `t_sys_log` VALUES ('1748936524216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:04'); +INSERT INTO `t_sys_log` VALUES ('1748936525216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:05'); +INSERT INTO `t_sys_log` VALUES ('1748936526214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:06'); +INSERT INTO `t_sys_log` VALUES ('1748936527212010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:07'); +INSERT INTO `t_sys_log` VALUES ('1748936528214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:08'); +INSERT INTO `t_sys_log` VALUES ('1748936529215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:09'); +INSERT INTO `t_sys_log` VALUES ('1748936530214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:10'); +INSERT INTO `t_sys_log` VALUES ('1748936531215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:11'); +INSERT INTO `t_sys_log` VALUES ('1748936532215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:12'); +INSERT INTO `t_sys_log` VALUES ('1748936533214010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:13'); +INSERT INTO `t_sys_log` VALUES ('1748936534216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:14'); +INSERT INTO `t_sys_log` VALUES ('1748936535215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:15'); +INSERT INTO `t_sys_log` VALUES ('1748936536215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:16'); +INSERT INTO `t_sys_log` VALUES ('1748936537212010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:17'); +INSERT INTO `t_sys_log` VALUES ('1748936538215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:18'); +INSERT INTO `t_sys_log` VALUES ('1748936539212010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:19'); +INSERT INTO `t_sys_log` VALUES ('1748936540216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:20'); +INSERT INTO `t_sys_log` VALUES ('1748936541217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:21'); +INSERT INTO `t_sys_log` VALUES ('1748936542217010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:22'); +INSERT INTO `t_sys_log` VALUES ('1748936543212010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:23'); +INSERT INTO `t_sys_log` VALUES ('1748936544213010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:24'); +INSERT INTO `t_sys_log` VALUES ('1748936545216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:25'); +INSERT INTO `t_sys_log` VALUES ('1748936546215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:26'); +INSERT INTO `t_sys_log` VALUES ('1748936547216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:27'); +INSERT INTO `t_sys_log` VALUES ('1748936548215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:28'); +INSERT INTO `t_sys_log` VALUES ('1748936549215010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:29'); +INSERT INTO `t_sys_log` VALUES ('1748936550216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:30'); +INSERT INTO `t_sys_log` VALUES ('1748936551216010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:31'); +INSERT INTO `t_sys_log` VALUES ('1748936552211010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:32'); +INSERT INTO `t_sys_log` VALUES ('1748936553213010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:33'); +INSERT INTO `t_sys_log` VALUES ('1748936554211010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:34'); +INSERT INTO `t_sys_log` VALUES ('1748936555212010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:35'); +INSERT INTO `t_sys_log` VALUES ('1748936557121010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:37'); +INSERT INTO `t_sys_log` VALUES ('1748936558124010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:38'); +INSERT INTO `t_sys_log` VALUES ('1748936572105010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:52'); +INSERT INTO `t_sys_log` VALUES ('1748936572992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:53'); +INSERT INTO `t_sys_log` VALUES ('1748936573994010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:54'); +INSERT INTO `t_sys_log` VALUES ('1748936574991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:55'); +INSERT INTO `t_sys_log` VALUES ('1748936575993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:56'); +INSERT INTO `t_sys_log` VALUES ('1748936576993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:57'); +INSERT INTO `t_sys_log` VALUES ('1748936577998010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:58'); +INSERT INTO `t_sys_log` VALUES ('1748936578996010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:42:59'); +INSERT INTO `t_sys_log` VALUES ('1748936579993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:00'); +INSERT INTO `t_sys_log` VALUES ('1748936580991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:01'); +INSERT INTO `t_sys_log` VALUES ('1748936581992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:02'); +INSERT INTO `t_sys_log` VALUES ('1748936582993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:03'); +INSERT INTO `t_sys_log` VALUES ('1748936583994010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:04'); +INSERT INTO `t_sys_log` VALUES ('1748936584994010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:05'); +INSERT INTO `t_sys_log` VALUES ('1748936585992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:06'); +INSERT INTO `t_sys_log` VALUES ('1748936586994010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:07'); +INSERT INTO `t_sys_log` VALUES ('1748936587993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:08'); +INSERT INTO `t_sys_log` VALUES ('1748936588991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:09'); +INSERT INTO `t_sys_log` VALUES ('1748936589992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:10'); +INSERT INTO `t_sys_log` VALUES ('1748936590988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:11'); +INSERT INTO `t_sys_log` VALUES ('1748936591990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:12'); +INSERT INTO `t_sys_log` VALUES ('1748936592992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:13'); +INSERT INTO `t_sys_log` VALUES ('1748936593993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:14'); +INSERT INTO `t_sys_log` VALUES ('1748936594993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:15'); +INSERT INTO `t_sys_log` VALUES ('1748936595990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:16'); +INSERT INTO `t_sys_log` VALUES ('1748936596993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:17'); +INSERT INTO `t_sys_log` VALUES ('1748936597591010000', 'GET', '/wms/task/getGoodsLackQty', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '1', '2025-06-03 15:43:18'); +INSERT INTO `t_sys_log` VALUES ('1748936597989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:18'); +INSERT INTO `t_sys_log` VALUES ('1748936598993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:19'); +INSERT INTO `t_sys_log` VALUES ('1748936599992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:20'); +INSERT INTO `t_sys_log` VALUES ('1748936600993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:21'); +INSERT INTO `t_sys_log` VALUES ('1748936601990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:22'); +INSERT INTO `t_sys_log` VALUES ('1748936602991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:23'); +INSERT INTO `t_sys_log` VALUES ('1748936603993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:24'); +INSERT INTO `t_sys_log` VALUES ('1748936604990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:25'); +INSERT INTO `t_sys_log` VALUES ('1748936605991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:26'); +INSERT INTO `t_sys_log` VALUES ('1748936606987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:27'); +INSERT INTO `t_sys_log` VALUES ('1748936607991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:28'); +INSERT INTO `t_sys_log` VALUES ('1748936608986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:29'); +INSERT INTO `t_sys_log` VALUES ('1748936609987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:30'); +INSERT INTO `t_sys_log` VALUES ('1748936610987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:31'); +INSERT INTO `t_sys_log` VALUES ('1748936611990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:32'); +INSERT INTO `t_sys_log` VALUES ('1748936612986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:33'); +INSERT INTO `t_sys_log` VALUES ('1748936613992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:34'); +INSERT INTO `t_sys_log` VALUES ('1748936614987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:35'); +INSERT INTO `t_sys_log` VALUES ('1748936615991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:36'); +INSERT INTO `t_sys_log` VALUES ('1748936616986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:37'); +INSERT INTO `t_sys_log` VALUES ('1748936617992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:38'); +INSERT INTO `t_sys_log` VALUES ('1748936618992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:39'); +INSERT INTO `t_sys_log` VALUES ('1748936619990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:40'); +INSERT INTO `t_sys_log` VALUES ('1748936620986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:41'); +INSERT INTO `t_sys_log` VALUES ('1748936621988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:42'); +INSERT INTO `t_sys_log` VALUES ('1748936622987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:43'); +INSERT INTO `t_sys_log` VALUES ('1748936623987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:44'); +INSERT INTO `t_sys_log` VALUES ('1748936624987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:45'); +INSERT INTO `t_sys_log` VALUES ('1748936625986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:46'); +INSERT INTO `t_sys_log` VALUES ('1748936626988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:47'); +INSERT INTO `t_sys_log` VALUES ('1748936627988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:48'); +INSERT INTO `t_sys_log` VALUES ('1748936628988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:49'); +INSERT INTO `t_sys_log` VALUES ('1748936629986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:50'); +INSERT INTO `t_sys_log` VALUES ('1748936630987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:51'); +INSERT INTO `t_sys_log` VALUES ('1748936631989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:52'); +INSERT INTO `t_sys_log` VALUES ('1748936632986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:53'); +INSERT INTO `t_sys_log` VALUES ('1748936633990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:54'); +INSERT INTO `t_sys_log` VALUES ('1748936634990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:55'); +INSERT INTO `t_sys_log` VALUES ('1748936635987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:56'); +INSERT INTO `t_sys_log` VALUES ('1748936636986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:57'); +INSERT INTO `t_sys_log` VALUES ('1748936637986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:58'); +INSERT INTO `t_sys_log` VALUES ('1748936638986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:43:59'); +INSERT INTO `t_sys_log` VALUES ('1748936639991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:00'); +INSERT INTO `t_sys_log` VALUES ('1748936640989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:01'); +INSERT INTO `t_sys_log` VALUES ('1748936641990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:02'); +INSERT INTO `t_sys_log` VALUES ('1748936642988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:03'); +INSERT INTO `t_sys_log` VALUES ('1748936643987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:04'); +INSERT INTO `t_sys_log` VALUES ('1748936644992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:05'); +INSERT INTO `t_sys_log` VALUES ('1748936645987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:06'); +INSERT INTO `t_sys_log` VALUES ('1748936646992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:07'); +INSERT INTO `t_sys_log` VALUES ('1748936647989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:08'); +INSERT INTO `t_sys_log` VALUES ('1748936648990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:09'); +INSERT INTO `t_sys_log` VALUES ('1748936649989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:10'); +INSERT INTO `t_sys_log` VALUES ('1748936650990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:11'); +INSERT INTO `t_sys_log` VALUES ('1748936651986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:12'); +INSERT INTO `t_sys_log` VALUES ('1748936652990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:13'); +INSERT INTO `t_sys_log` VALUES ('1748936653987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:14'); +INSERT INTO `t_sys_log` VALUES ('1748936654991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:15'); +INSERT INTO `t_sys_log` VALUES ('1748936655991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:16'); +INSERT INTO `t_sys_log` VALUES ('1748936656990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:17'); +INSERT INTO `t_sys_log` VALUES ('1748936657992010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:18'); +INSERT INTO `t_sys_log` VALUES ('1748936658989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:19'); +INSERT INTO `t_sys_log` VALUES ('1748936659988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:20'); +INSERT INTO `t_sys_log` VALUES ('1748936660986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:21'); +INSERT INTO `t_sys_log` VALUES ('1748936661985010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:22'); +INSERT INTO `t_sys_log` VALUES ('1748936662985010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:23'); +INSERT INTO `t_sys_log` VALUES ('1748936663986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:24'); +INSERT INTO `t_sys_log` VALUES ('1748936664987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:25'); +INSERT INTO `t_sys_log` VALUES ('1748936665990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:26'); +INSERT INTO `t_sys_log` VALUES ('1748936666987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:27'); +INSERT INTO `t_sys_log` VALUES ('1748936667986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:28'); +INSERT INTO `t_sys_log` VALUES ('1748936668987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:29'); +INSERT INTO `t_sys_log` VALUES ('1748936669993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:30'); +INSERT INTO `t_sys_log` VALUES ('1748936670986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:31'); +INSERT INTO `t_sys_log` VALUES ('1748936671989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:32'); +INSERT INTO `t_sys_log` VALUES ('1748936672991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:33'); +INSERT INTO `t_sys_log` VALUES ('1748936673990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:34'); +INSERT INTO `t_sys_log` VALUES ('1748936674990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:35'); +INSERT INTO `t_sys_log` VALUES ('1748936675987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:36'); +INSERT INTO `t_sys_log` VALUES ('1748936676985010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:37'); +INSERT INTO `t_sys_log` VALUES ('1748936677990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:38'); +INSERT INTO `t_sys_log` VALUES ('1748936678990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:39'); +INSERT INTO `t_sys_log` VALUES ('1748936679986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:40'); +INSERT INTO `t_sys_log` VALUES ('1748936680986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:41'); +INSERT INTO `t_sys_log` VALUES ('1748936681989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:42'); +INSERT INTO `t_sys_log` VALUES ('1748936682985010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:43'); +INSERT INTO `t_sys_log` VALUES ('1748936683986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:44'); +INSERT INTO `t_sys_log` VALUES ('1748936684987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:45'); +INSERT INTO `t_sys_log` VALUES ('1748936685988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:46'); +INSERT INTO `t_sys_log` VALUES ('1748936686987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:47'); +INSERT INTO `t_sys_log` VALUES ('1748936687990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:48'); +INSERT INTO `t_sys_log` VALUES ('1748936688987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:49'); +INSERT INTO `t_sys_log` VALUES ('1748936689990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:50'); +INSERT INTO `t_sys_log` VALUES ('1748936690986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:51'); +INSERT INTO `t_sys_log` VALUES ('1748936691989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:52'); +INSERT INTO `t_sys_log` VALUES ('1748936692988010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:53'); +INSERT INTO `t_sys_log` VALUES ('1748936693989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:54'); +INSERT INTO `t_sys_log` VALUES ('1748936694990010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:55'); +INSERT INTO `t_sys_log` VALUES ('1748936695991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:56'); +INSERT INTO `t_sys_log` VALUES ('1748936696991010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:57'); +INSERT INTO `t_sys_log` VALUES ('1748936697993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:58'); +INSERT INTO `t_sys_log` VALUES ('1748936698993010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:44:59'); +INSERT INTO `t_sys_log` VALUES ('1748936699987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:00'); +INSERT INTO `t_sys_log` VALUES ('1748936700987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:01'); +INSERT INTO `t_sys_log` VALUES ('1748936701987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:02'); +INSERT INTO `t_sys_log` VALUES ('1748936702986010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:03'); +INSERT INTO `t_sys_log` VALUES ('1748936703989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:04'); +INSERT INTO `t_sys_log` VALUES ('1748936704989010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:05'); +INSERT INTO `t_sys_log` VALUES ('1748936705987010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:06'); +INSERT INTO `t_sys_log` VALUES ('1748936707322010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:07'); +INSERT INTO `t_sys_log` VALUES ('1748936708318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:08'); +INSERT INTO `t_sys_log` VALUES ('1748936709317010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:09'); +INSERT INTO `t_sys_log` VALUES ('1748936710320010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:10'); +INSERT INTO `t_sys_log` VALUES ('1748936711317010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:11'); +INSERT INTO `t_sys_log` VALUES ('1748936712316010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:12'); +INSERT INTO `t_sys_log` VALUES ('1748936713318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:13'); +INSERT INTO `t_sys_log` VALUES ('1748936714316010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:14'); +INSERT INTO `t_sys_log` VALUES ('1748936715318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:15'); +INSERT INTO `t_sys_log` VALUES ('1748936716319010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:16'); +INSERT INTO `t_sys_log` VALUES ('1748936717321010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:17'); +INSERT INTO `t_sys_log` VALUES ('1748936718324010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:18'); +INSERT INTO `t_sys_log` VALUES ('1748936719318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:19'); +INSERT INTO `t_sys_log` VALUES ('1748936720318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:20'); +INSERT INTO `t_sys_log` VALUES ('1748936721318010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:21'); +INSERT INTO `t_sys_log` VALUES ('1748936722320010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:22'); +INSERT INTO `t_sys_log` VALUES ('1748936723317010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:23'); +INSERT INTO `t_sys_log` VALUES ('1748936724321010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:24'); +INSERT INTO `t_sys_log` VALUES ('1748936724819010000', 'GET', '/wms/task/getGoodsLackQty', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '', '200', '1', '2025-06-03 15:45:25'); +INSERT INTO `t_sys_log` VALUES ('1748936725322010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:25'); +INSERT INTO `t_sys_log` VALUES ('1748936726319010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:26'); +INSERT INTO `t_sys_log` VALUES ('1748936727321010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:27'); +INSERT INTO `t_sys_log` VALUES ('1748936728319010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:28'); +INSERT INTO `t_sys_log` VALUES ('1748936729321010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:29'); +INSERT INTO `t_sys_log` VALUES ('1748936730324010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:30'); +INSERT INTO `t_sys_log` VALUES ('1748936731317010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:31'); +INSERT INTO `t_sys_log` VALUES ('1748936732322010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:32'); +INSERT INTO `t_sys_log` VALUES ('1748936733317010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:33'); +INSERT INTO `t_sys_log` VALUES ('1748936734320010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:34'); +INSERT INTO `t_sys_log` VALUES ('1748936735315010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:35'); +INSERT INTO `t_sys_log` VALUES ('1748936736322010000', 'POST', '/wms/task/getCurrentTask', '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1', '{\"standId\":\"P1\",\"userName\":\"管理员\"}', '200', '{\"code\":999,\"message\":\"当前站台没有任务。\",\"data\":null}', '2025-06-03 15:45:36'); + +-- ---------------------------- +-- Table structure for t_sys_menu +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_menu`; +CREATE TABLE `t_sys_menu` ( + `menu_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单id', + `label_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单名称', + `icon_value` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '图标名称', + `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '菜单地址', + `parent_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '父菜单编号', + PRIMARY KEY (`menu_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_menu +-- ---------------------------- +INSERT INTO `t_sys_menu` VALUES ('1', '操作', 'Pointer', '', '0'); +INSERT INTO `t_sys_menu` VALUES ('1-1', '入库', '', '/goodsIn', '10'); +INSERT INTO `t_sys_menu` VALUES ('1-2', '出库', '', '/goodsOut', '1'); +INSERT INTO `t_sys_menu` VALUES ('1-3', '配料', '', '/kitting', '10'); +INSERT INTO `t_sys_menu` VALUES ('1-4', '盘点', '', '/inventory', '1'); +INSERT INTO `t_sys_menu` VALUES ('1-5', '需求看板', '', '/clcKanban', '10'); +INSERT INTO `t_sys_menu` VALUES ('1-6', '库存比对', '', '/stockCompare', '1'); +INSERT INTO `t_sys_menu` VALUES ('2', '数据', 'Document', NULL, '20'); +INSERT INTO `t_sys_menu` VALUES ('2-1', 'DBS计划', '', '/dbsList', '20'); +INSERT INTO `t_sys_menu` VALUES ('2-2', '配料单', '', '/kittingList', '20'); +INSERT INTO `t_sys_menu` VALUES ('2-3', '配对关系', '', '/kittingRelation', '20'); +INSERT INTO `t_sys_menu` VALUES ('2-4', '图纸', '', '/imageTable', '20'); +INSERT INTO `t_sys_menu` VALUES ('2-6', '工作详情', '', '/workSummary', '20'); +INSERT INTO `t_sys_menu` VALUES ('3', '报表', 'DataLine', '', '0'); +INSERT INTO `t_sys_menu` VALUES ('3-11', '物料信息', '', '/goods', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-21', '库存信息', '', '/stock', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-22', '库存流水', '', '/stockUpdateRecord', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-23', '料箱监控', '', '/vehicles', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-24', '库位监控', '', '/location', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-25', '站台监控', '', '/standSettings', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-31', '任务监控', '', '/taskMonitor', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-32', '拣选任务', '', '/pickTask', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-41', '入库记录', '', '/inTaskRecord', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-42', '出库记录', '', '/outTaskRecord', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-43', '盘点记录', '', '/inventoryRecord', '3'); +INSERT INTO `t_sys_menu` VALUES ('3-51', '出库表单', '', '/outsMonitor', '3'); +INSERT INTO `t_sys_menu` VALUES ('4', '系统', 'Setting', '', '0'); +INSERT INTO `t_sys_menu` VALUES ('4-1', '系统配置', '', '/config', '4'); +INSERT INTO `t_sys_menu` VALUES ('4-2', '角色列表', '', '/rolePermission', '40'); +INSERT INTO `t_sys_menu` VALUES ('4-3', '用户列表', '', '/roleUser', '40'); +INSERT INTO `t_sys_menu` VALUES ('4-4', '接口日志', '', '/wmsLog', '4'); +INSERT INTO `t_sys_menu` VALUES ('5', '测试', 'Lock', '', '50'); +INSERT INTO `t_sys_menu` VALUES ('5-1', '测试', '', '/test', '50'); + +-- ---------------------------- +-- Table structure for t_sys_permission +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_permission`; +CREATE TABLE `t_sys_permission` ( + `permission_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键', + `role_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色id', + `menu_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '菜单id', + PRIMARY KEY (`permission_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_permission +-- ---------------------------- +INSERT INTO `t_sys_permission` VALUES ('1', '2', '1'); +INSERT INTO `t_sys_permission` VALUES ('10', '2', '3'); +INSERT INTO `t_sys_permission` VALUES ('11', '2', '3-1'); +INSERT INTO `t_sys_permission` VALUES ('12', '2', '3-2'); +INSERT INTO `t_sys_permission` VALUES ('13', '2', '3-3'); +INSERT INTO `t_sys_permission` VALUES ('14', '2', '3-4'); +INSERT INTO `t_sys_permission` VALUES ('15', '2', '3-5'); +INSERT INTO `t_sys_permission` VALUES ('16', '2', '3-6'); +INSERT INTO `t_sys_permission` VALUES ('17', '2', '3-7'); +INSERT INTO `t_sys_permission` VALUES ('18', '2', '3-8'); +INSERT INTO `t_sys_permission` VALUES ('19', '2', '3-9'); +INSERT INTO `t_sys_permission` VALUES ('2', '2', '1-1'); +INSERT INTO `t_sys_permission` VALUES ('20', '2', '3-10'); +INSERT INTO `t_sys_permission` VALUES ('21', '2', '3-11'); +INSERT INTO `t_sys_permission` VALUES ('22', '2', '4'); +INSERT INTO `t_sys_permission` VALUES ('23', '2', '4-1'); +INSERT INTO `t_sys_permission` VALUES ('24', '2', '4-2'); +INSERT INTO `t_sys_permission` VALUES ('25', '2', '4-3'); +INSERT INTO `t_sys_permission` VALUES ('26', '2', '4-4'); +INSERT INTO `t_sys_permission` VALUES ('27', '2', '1-1'); +INSERT INTO `t_sys_permission` VALUES ('28', '2', '1-2'); +INSERT INTO `t_sys_permission` VALUES ('29', '2', '1-4'); +INSERT INTO `t_sys_permission` VALUES ('3', '2', '1-4'); +INSERT INTO `t_sys_permission` VALUES ('4', '2', '1-5'); + +-- ---------------------------- +-- Table structure for t_sys_role +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_role`; +CREATE TABLE `t_sys_role` ( + `role_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色id', + `role_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色名', + `role_desc` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '角色描述', + `leader_role` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '上级角色id', + `role_status` int NULL DEFAULT NULL COMMENT '角色状态', + `add_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `add_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + PRIMARY KEY (`role_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_role +-- ---------------------------- +INSERT INTO `t_sys_role` VALUES ('0', '管理员', '管理员', '0', NULL, '', '2024-12-05 15:32:06', NULL, NULL); +INSERT INTO `t_sys_role` VALUES ('2', 'CLC', 'CLC', '0', NULL, NULL, '2025-03-20 09:43:44', NULL, NULL); + +-- ---------------------------- +-- Table structure for t_sys_setting +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_setting`; +CREATE TABLE `t_sys_setting` ( + `setting_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '设置id', + `setting_key` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置键', + `setting_value` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置值', + `setting_type` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置类型:1.输入框2.下拉多选3.开关', + `setting_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '配置显示名称', + PRIMARY KEY (`setting_id`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_setting +-- ---------------------------- + +-- ---------------------------- +-- Table structure for t_sys_user +-- ---------------------------- +DROP TABLE IF EXISTS `t_sys_user`; +CREATE TABLE `t_sys_user` ( + `login_account` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '登录账号', + `login_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '登录密码', + `user_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '用户名---显示用', + `role_id` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '角色id', + `login_status` int NULL DEFAULT NULL COMMENT '登录状态', + `account_status` int NULL DEFAULT NULL COMMENT '账号状态', + `last_login_device` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次登录设备', + `last_login_time` datetime NULL DEFAULT NULL COMMENT '上次登录时间', + `add_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '创建人', + `add_time` datetime NULL DEFAULT NULL COMMENT '创建时间', + `last_update_user` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '上次更新用户', + `last_update_time` datetime NULL DEFAULT NULL COMMENT '上次更新时间', + PRIMARY KEY (`login_account`) USING BTREE +) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci ROW_FORMAT = DYNAMIC; + +-- ---------------------------- +-- Records of t_sys_user +-- ---------------------------- +INSERT INTO `t_sys_user` VALUES ('admin', '21232F40A8D484C349B21948A7B055815E760A02D821A52D5376778C931DF35D6D4074442DEEE5AC6A90508727871B51F5CADB297A57A5A743894A0E4A801FC374D839D98630E280DF752E8939454A6BBB7FF6177EE612EF9DC6ACD3A9EA7EA9E7EC48F7ADB381FD3EAF34432D987EA6368947B562FC76640457410E9DF1952', '管理员', '0', NULL, NULL, NULL, NULL, '开发者', '2024-12-05 15:38:57', NULL, NULL); +INSERT INTO `t_sys_user` VALUES ('clc_1', '21232F40A8D484C349B21948A7B055815E760A02D821A52D5376778C931DF35D6D4074442DEEE5AC6A90508727871B51F5CADB297A57A5A743894A0E4A801FC374D839D98630E280DF752E8939454A6BBB7FF6177EE612EF9DC6ACD3A9EA7EA9E7EC48F7ADB381FD3EAF34432D987EA6368947B562FC76640457410E9DF1952', 'clc', '2', NULL, NULL, NULL, NULL, '管理员', '2025-03-20 09:44:52', NULL, NULL); + +SET FOREIGN_KEY_CHECKS = 1;