From da2e6b77437a3f199e292477f70f1be4f7f3c6d8 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 21 十一月 2025 14:12:10 +0800
Subject: [PATCH] 格式化代码,去除多余catch
---
Wms/Model/InterFaceModel/HttpModel.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Wms/Model/InterFaceModel/HttpModel.cs b/Wms/Model/InterFaceModel/HttpModel.cs
index b6f6180..8cd5fbb 100644
--- a/Wms/Model/InterFaceModel/HttpModel.cs
+++ b/Wms/Model/InterFaceModel/HttpModel.cs
@@ -38,6 +38,11 @@
/// </summary>
public string Message { get; set; }
}
+ public class SapResultModel
+ {
+ public bool RESULT { get; set; }
+ public string MESSAGE { get; set; }
+ }
public class SendQcNoModel
{
--
Gitblit v1.8.0