From d0796679591cc61da1c3718e1a17c6b29975d218 Mon Sep 17 00:00:00 2001
From: hudong <Administrator@PC-20250329JZUF>
Date: 星期一, 02 六月 2025 14:40:32 +0800
Subject: [PATCH] 1

---
 api/ApiModel.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index 828d8cf..22c399b 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; }
          
@@ -359,6 +360,7 @@
         public class KtSorting
         {
             public string cntr_code { get; set; }//瀹瑰櫒
+            public string item_code { get; set; }
 
             public string start { get; set; }//瀹瑰櫒
             public int? Type { get; set; }
@@ -370,6 +372,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