From bfa52edd6a430978873367426da7b379730da411 Mon Sep 17 00:00:00 2001
From: 647556386 <647556386@qq.com>
Date: 星期二, 28 四月 2026 08:51:43 +0800
Subject: [PATCH] PLS接口优化
---
项目代码/WMS/WMSServices/WIDESEA_DTO/PLS/PLSRequestContent.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/PLS/PLSRequestContent.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/PLS/PLSRequestContent.cs"
index f992de4..3c27be0 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/PLS/PLSRequestContent.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_DTO/PLS/PLSRequestContent.cs"
@@ -7,7 +7,7 @@
namespace WIDESEA_DTO.PLS
{
/// <summary>
- /// PLS鎺ュ彛鍝嶅簲瀹炰綋
+ /// 鎺ユ敹PLS鎺ュ彛鍝嶅簲瀹炰綋
/// </summary>
public class PLSRequestContent
{
@@ -15,7 +15,7 @@
/// <summary>
/// 鐘舵�佺爜 0-鎴愬姛锛�1-澶辫触
/// </summary>
- public int Code { get; set; }
+ public string Code { get; set; }
/// <summary>
/// 鍝嶅簲淇℃伅
--
Gitblit v1.9.3