mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update access
This commit is contained in:
parent
4e68a0ce12
commit
35d841a39c
Binary file not shown.
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user