From 5c9f982898040e1b9d9e1835c5b34c00455118d3 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 17 May 2023 17:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E8=B5=84=E4=BA=A7=E8=A1=A8=EF=BC=9A=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Ass_FixAssets/Ass_FixAssetsEntity.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_FixAssets/Ass_FixAssetsEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_FixAssets/Ass_FixAssetsEntity.cs index e9c5005bb..5aca0cd43 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_FixAssets/Ass_FixAssetsEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/Ass_FixAssets/Ass_FixAssetsEntity.cs @@ -229,6 +229,11 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem /// [Column("PROCESSID")] public string ProcessId { get; set; } + /// + /// 自动更新已提折旧月数时间 + /// + [Column("AUTOUPDATETIME")] + public DateTime? AutoUpdateTime { get; set; } #endregion #region 扩展操作