From d7f58257db733b6bc1b1fdbd03e257d5862747fb Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Fri, 9 Dec 2022 11:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=BB=8F?= =?UTF-8?q?=E8=B4=B9=E5=BC=80=E6=94=AF=E7=94=B3=E6=8A=A5=E6=98=8E=E7=BB=86?= =?UTF-8?q?=EF=BC=9A=E5=AE=9E=E4=BD=93=E5=A2=9E=E5=8A=A0=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FundsApplyDetail/FundsApplyDetailEntity.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs index 48ac73593..49cc2e680 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/AssetManagementSystem/FundsApplyDetail/FundsApplyDetailEntity.cs @@ -44,6 +44,11 @@ namespace Learun.Application.TwoDevelopment.AssetManagementSystem /// [Column("AMOUNT")] public decimal? Amount { get; set; } + /// + /// 单位 + /// + [Column("UNIT")] + public string Unit { get; set; } #endregion #region 扩展操作