From 1cd100eb5bd01a1a7c49008fe0899965aa58ca9c Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 27 十一月 2025 17:04:30 +0800
Subject: [PATCH] 岗位信息
---
MES.Service/Dto/webApi/ErpPosition.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/MES.Service/Dto/webApi/ErpPosition.cs b/MES.Service/Dto/webApi/ErpPosition.cs
index 103b416..1d5f590 100644
--- a/MES.Service/Dto/webApi/ErpPosition.cs
+++ b/MES.Service/Dto/webApi/ErpPosition.cs
@@ -7,9 +7,9 @@
/// </summary>
public string? Type { get; set; }
- public string Id { get; set; }
+ public string? Id { get; set; }
- public string? FNumber { get; set; }
+ public string FNumber { get; set; }//缂栫爜
public string? FName { get; set; }
--
Gitblit v1.9.3