From d944fda9f2fbf27d83e8fdf880e8fe5267e1f541 Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期三, 04 六月 2025 17:24:13 +0800 Subject: [PATCH] 优化空托空箱入库兼容出库容器回库场景,修复货位容器绑定的类型丢失问题 --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 1c38a68..b1f62fa 100644 --- a/.gitignore +++ b/.gitignore @@ -161,6 +161,7 @@ *.pfx *.publishsettings node_modules/ +*.py # RIA/Silverlight projects Generated_Code/ -- Gitblit v1.9.1