From 7195cf4e463af9a9f5138ced6be433f62d8ee68a Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期四, 25 十二月 2025 17:09:28 +0800
Subject: [PATCH] 播种墙一期优化
---
项目代码/WCSServices/WIDESEAWCS_DTO/Agv/AgvResponseContent.cs | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/Agv/AgvResponseContent.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/Agv/AgvResponseContent.cs"
index 4344974..eda447d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/Agv/AgvResponseContent.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/Agv/AgvResponseContent.cs"
@@ -6,23 +6,26 @@
namespace WIDESEA_DTO.Agv
{
+ /// <summary>
+ /// AGV杩斿洖鍙傛暟
+ /// </summary>
public class AgvResponseContent
{
/// <summary>
- /// 杩斿洖鐮�
+ ///
+ /// </summary>
+ public object Data { get; set; }
+ /// <summary>
+ /// 杩斿洖浠g爜
/// </summary>
public string Code { get; set; }
/// <summary>
- /// 杩斿洖娑堟伅
+ /// 杩斿洖淇℃伅
/// </summary>
public string Message { get; set; }
/// <summary>
- /// 璇锋眰缂栧彿
+ /// 杩斿洖缁撴灉
/// </summary>
- public string ReqCode { get; set; }
- /// <summary>
- /// 鑷畾涔夎繑鍥烇紙杩斿洖浠诲姟鍗曞彿锛�
- /// </summary>
- public string Data { get; set; }
+ public bool Success { get; set; }
}
}
--
Gitblit v1.9.3