From a070e408b8e98f98e142cf7479596ee0bad58a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Tue, 16 Sep 2025 18:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Framework/YLErp.Core/DBModels/ClientCashInCashOut.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/YLErp.Core/DBModels/ClientCashInCashOut.cs b/Framework/YLErp.Core/DBModels/ClientCashInCashOut.cs index 2529c4bf..0158db1c 100644 --- a/Framework/YLErp.Core/DBModels/ClientCashInCashOut.cs +++ b/Framework/YLErp.Core/DBModels/ClientCashInCashOut.cs @@ -210,7 +210,7 @@ namespace YLErp.DBModels /// 转出科目 /// [DisplayName("转出科目")] - [Column("transfer_out_account​")] + [Column("transfer_out_account")] public string TransferOutAccount { get; set; } ///