From 1483d0e74b4dde9eb22e022276390bfa1f24495b Mon Sep 17 00:00:00 2001 From: hudong <Administrator@PC-20250329JZUF> Date: 星期五, 30 五月 2025 08:58:53 +0800 Subject: [PATCH] wsdl文件替换 大屏接口开发 --- api/ApiModel.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/api/ApiModel.cs b/api/ApiModel.cs index 828d8cf..5e134dd 100644 --- a/api/ApiModel.cs +++ b/api/ApiModel.cs @@ -340,6 +340,7 @@ /// </summary> public class MPSorting { + public string cntr_type { get; set; } public string cntr_code { get; set; } public string start { get; set; } @@ -370,6 +371,7 @@ public class FJSorting { public string cntr_code { get; set; }//瀹瑰櫒 + public string cntr_type { get; set; }//瀹瑰櫒 public string start { get; set; }//瀹瑰櫒 public bool IsHK { get; set; }//瀹瑰櫒 -- Gitblit v1.9.1