From 302054e253f1550ee64430882786ec9a3920ec92 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期六, 19 七月 2025 08:33:44 +0800 Subject: [PATCH] 优化多组织代码 --- MES.Service/Dto/webApi/ErpPosition.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpPosition.cs b/MES.Service/Dto/webApi/ErpPosition.cs index e66ea06..e1601cb 100644 --- a/MES.Service/Dto/webApi/ErpPosition.cs +++ b/MES.Service/Dto/webApi/ErpPosition.cs @@ -3,9 +3,6 @@ public class ErpPosition { public string Id { get; set; } - - public string Id { get; set; } - /// </summary> public string? Type { get; set; } public string? FNumber { get; set; } public string? FName { get; set; } -- Gitblit v1.9.3