This commit is contained in:
jl
2025-06-17 16:40:02 +08:00
parent 8c1493f76e
commit f7a87c41ff
6 changed files with 192 additions and 37 deletions

View File

@ -2585,5 +2585,10 @@ namespace Epost.DAL
}
#endregion
public bool UpdateData(DataTable dt, Dictionary<string, string> diclist, string tablename)
{
return db.UpdateData(dt, tablename, diclist);
}
}
}