- 增加 IInsertOrUpdate 高性能方法 ExecuteOracleBulkCopy/ExecuteDmBulkCopy;

This commit is contained in:
2881099
2023-03-25 14:50:13 +08:00
parent 07602192a7
commit 09f3f1a20c
7 changed files with 112 additions and 19 deletions

View File

@ -55,7 +55,7 @@ public class User1 : BaseEntity<User1, Guid>
/// <summary>
/// 描述
/// </summary>
[MaxLength(4000)]
[MaxLength(2000)]
public string Description { get; set; }
}