From a2a57963e160a319276c5c8499f16c9809056e4c Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期日, 17 十一月 2024 21:54:55 +0800
Subject: [PATCH] 修改资产表

---
 Service/HStation.Service.Assets.Core/04-dal/03-sqlite/13-Compressor/AssetsCompressorPartMain.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/13-Compressor/AssetsCompressorPartMain.cs b/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/13-Compressor/AssetsCompressorPartMain.cs
index 8f46686..c7d67b8 100644
--- a/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/13-Compressor/AssetsCompressorPartMain.cs
+++ b/Service/HStation.Service.Assets.Core/04-dal/03-sqlite/13-Compressor/AssetsCompressorPartMain.cs
@@ -16,7 +16,7 @@
         }
 
         //鎻掑叆鎷撳睍
-        public long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMap partmap)
+        public long InsertsEx(Entity.AssetsCompressorPartMain part, List<Entity.AssetsCompressorPropContent> AssetsCompressorPropContents, Entity.AssetsCompressorMainAndPartMapping partmap)
         {
             if (part == null)
             {

--
Gitblit v1.9.3