更新数据库

This commit is contained in:
GukSang.Jin
2026-02-05 09:07:51 +08:00
parent c67c05eecf
commit 84d1e7e08f
3 changed files with 4 additions and 8 deletions

View File

@@ -221,9 +221,6 @@ VALUES
connection.Execute(sql, data);
}
}
public void InsertScanItems(ScanData data)
{
using (var connection = new MySqlConnection(_connectionString))