Update access

This commit is contained in:
sunkaixuan 2022-02-26 14:40:44 +08:00
parent 4e68a0ce12
commit 35d841a39c
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -312,6 +312,10 @@ namespace SqlSugar.Access
#endregion
#region Methods
public override bool AddRemark(EntityInfo entity)
{
return true;
}
public override void AddDefaultValue(EntityInfo entityInfo)
{
//base.AddDefaultValue(entityInfo);