From 5ad77f8491b3137238bafe30c2e2d83c60558bdb Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 31 七月 2025 16:23:14 +0800
Subject: [PATCH] 修改sop获取数据

---
 MES.Service/Dto/webApi/PLM/StdDocument.cs |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/MES.Service/Dto/webApi/PLM/StdDocument.cs b/MES.Service/Dto/webApi/PLM/StdDocument.cs
index 151a151..81aa187 100644
--- a/MES.Service/Dto/webApi/PLM/StdDocument.cs
+++ b/MES.Service/Dto/webApi/PLM/StdDocument.cs
@@ -1,23 +1,22 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace MES.Service.Dto.webApi.PLM;
+锘縩amespace MES.Service.Dto.webApi.PLM;
 
 public class StdDocument
 {
     //瀹炰綋涓婚敭
     public long? FID { get; set; }
+
     //缂栫爜
     public string? FCode { get; set; }
+
     //鍚嶇О
     public string? FName { get; set; }
+
     //鐗╃悊鏂囦欢鍚�
     public string? FPhysicalFileName { get; set; }
+
     //鐗╃悊鏂囦欢
     public string? FFileId { get; set; }
+
     //鍏宠仈瀵硅薄 杞殑 pdf
     public string? FRelevantObject { get; set; }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3