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; } ///