From a6e600d0604fc0b3008d6fa26d972f0bb16abb31 Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Tue, 19 Oct 2021 11:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9C=A8=E5=86=8C=E8=B5=84?= =?UTF-8?q?=E4=BA=A7=E6=98=8E=E7=BB=86=E8=B5=84=E4=BA=A7=E5=93=81=E7=89=8C?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ass_AssetsInfoItem/Ass_AssetsInfoItemService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsInfoItem/Ass_AssetsInfoItemService.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsInfoItem/Ass_AssetsInfoItemService.cs index bd82a0d3f..8a602f5da 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsInfoItem/Ass_AssetsInfoItemService.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_AssetsInfoItem/Ass_AssetsInfoItemService.cs @@ -777,6 +777,7 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem Ass_AssetsInfoItemEntity.AIASSName = entity.AIASSName; Ass_AssetsInfoItemEntity.AIDepartment = entity.AIDepartment; Ass_AssetsInfoItemEntity.AIUsePeople = entity.AIUsePeople; + Ass_AssetsInfoItemEntity.AISpecification = entity.AISpecification; Ass_AssetsInfoItemEntity.AISpecificationtype = entity.AISpecificationtype; Ass_AssetsInfoItemEntity.AIUnits = entity.AIUnits; Ass_AssetsInfoItemEntity.AIAssValue = entity.AIAssValue;