删除所有运单数据
Future deleteAll() async { Database db = await getDatabase(); return db.delete(tableName()); }