From f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 09 九月 2025 18:46:28 +0800
Subject: [PATCH] 代码清理

---
 WebApi/Gs.BaseInfo/Services/MesItemTypeManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebApi/Gs.BaseInfo/Services/MesItemTypeManager.cs b/WebApi/Gs.BaseInfo/Services/MesItemTypeManager.cs
index fcd8392..4fc8ba8 100644
--- a/WebApi/Gs.BaseInfo/Services/MesItemTypeManager.cs
+++ b/WebApi/Gs.BaseInfo/Services/MesItemTypeManager.cs
@@ -13,7 +13,7 @@
 public class MesItemTypeManager : Repository<MesItemType>, IRomteService
 {
     private readonly IHttpContextAccessor _http;
-     private readonly string _userCode,_userGuid,_orgFids;
+    private readonly string _userCode, _userGuid, _orgFids;
 
     public MesItemTypeManager(IHttpContextAccessor httpContextAccessor)
     {

--
Gitblit v1.9.3