/* 在db.go中实现了大部分方法, 一般不用单独去写数据表操作 */ package db // ExportJobResult func (db *SpiderDb) ExportJobResult2ExcelFile() error { return nil }