From ab2b1ad5c8c339f2c92cc0ea2d8723d82b626100 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 16 十月 2025 16:50:36 +0800
Subject: [PATCH] 逻辑优化
---
Entites/Dto/OrderMachineDto.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Entites/Dto/OrderMachineDto.cs b/Entites/Dto/OrderMachineDto.cs
index ed3ae87..878f554 100644
--- a/Entites/Dto/OrderMachineDto.cs
+++ b/Entites/Dto/OrderMachineDto.cs
@@ -5,7 +5,6 @@
public string? EditDate { get; set; }
public decimal? OrderId { get; set; }
public string? machineNo { get; set; }
- public string MachineNo { get; set; }
public string? orderNo { get; set; }
public decimal? Flag { get; set; }
@@ -32,4 +31,5 @@
public string? RequestId { get; set; }
public List<string>? OrderStatus { get; set; } // 鏂板锛氬伐鍗曠姸鎬佺瓫閫�
+ public string? staffNo { get; set; } // 鏂板锛氭姤宸ヤ汉鍛樺伐鍙�
}
\ No newline at end of file
--
Gitblit v1.9.3