From c7ca1bd2476a1e45a900a24a4ea220710e3415b8 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 07 十二月 2023 12:14:27 +0800
Subject: [PATCH] 修改课程类型

---
 zhengcaioa/DTO/OrderBanciDTO.cs |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/DTO/OrderBanciDTO.cs b/zhengcaioa/DTO/OrderBanciDTO.cs
index 7f5a364..c436c8a 100644
--- a/zhengcaioa/DTO/OrderBanciDTO.cs
+++ b/zhengcaioa/DTO/OrderBanciDTO.cs
@@ -19,9 +19,13 @@
         public string Modifier { get; set; }
         public DateTime Modifytime { get; set; }
         public List<OrderBanciDtlDTO> orderBanciDtlDTOs{ get; set; }
+
+        public List<List<OrderBanciZuoweiDTO>> orderBanciZuoweiDTOs { get; set; }
         public string Mingcheng { get; set; }
 
         public int? Renshu { get; set; }
+        public int? Hang { get; set; }
+        public int? Lie { get; set; }
 
         public string Shangxiawu { get; set; }
         public string ShangxiawuName { get; set; }
@@ -45,6 +49,7 @@
 
         public string id { get; set; }
 
+        public string[] SeatID { get; set; }
     }
 
     public class OrderBanciDTOSearch : SearchEntity
@@ -57,4 +62,18 @@
 
         public string Createtime { get; set; }
     }
+
+
+
+
+    public class LockUser 
+    {
+        public string ID { get; set; }
+
+        public string Name { get; set; }
+
+        public string LockSeatsUserID { get; set; }
+
+        public string ClassID { get; set; }
+    }
 }

--
Gitblit v1.9.1