From 1d685ca799f0b50ad63336963511cbbf21ab2e4c Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期四, 18 十二月 2025 09:41:53 +0800
Subject: [PATCH] 需求优化
---
项目代码/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs"
index 362e527..e1f0907 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSServices/WIDESEAWCS_Server/Controllers/AGV/AGVController.cs"
@@ -511,7 +511,7 @@
/// <summary>
/// 鑾峰彇妗佹灦鏀炬枡淇″彿
/// </summary>
- public W_TrussCartonDB GetCartonPut(string StationCode)
+ private W_TrussCartonDB GetCartonPut(string StationCode)
{
switch (StationCode)
{
@@ -534,7 +534,7 @@
/// <summary>
/// 鑾峰彇妗佹灦璇锋眰淇″彿
/// </summary>
- public W_TrussCartonDB GetCartonRequest(string StationCode)
+ private W_TrussCartonDB GetCartonRequest(string StationCode)
{
switch (StationCode)
{
@@ -558,7 +558,7 @@
/// <summary>
/// 鑾峰彇妗佹灦杩涘叆淇″彿
/// </summary>
- public R_TrussCartonDB GetCarton(string StationCode)
+ private R_TrussCartonDB GetCarton(string StationCode)
{
switch (StationCode)
{
--
Gitblit v1.9.3