From 78b0883ddf8329fa8693d78b01e1e0a7f5b6972e Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 14 十二月 2023 13:10:02 +0800 Subject: [PATCH] 班次分组和横幅ID --- zhengcaioa/DTO/OrderBanciDTO.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/OrderBanciDTO.cs b/zhengcaioa/DTO/OrderBanciDTO.cs index c436c8a..0555cb4 100644 --- a/zhengcaioa/DTO/OrderBanciDTO.cs +++ b/zhengcaioa/DTO/OrderBanciDTO.cs @@ -27,6 +27,9 @@ public int? Hang { get; set; } public int? Lie { get; set; } + public string Fenzu { get; set; } + public int? BannerId { get; set; } + public string Shangxiawu { get; set; } public string ShangxiawuName { get; set; } @@ -76,4 +79,15 @@ public string ClassID { get; set; } } + + + public class BanciFanhui + { + + + public string name { get; set; } + + public string value { get; set; } + + } } -- Gitblit v1.9.1