...
This commit is contained in:
commit
83cbfdec72
@ -6,24 +6,43 @@
|
||||
#include "../../Datastructure/CarDealerAchievement/CarDealerAchievement.h"
|
||||
#include "../../Datastructure/RepairOrder/RepairOrder.h"
|
||||
|
||||
/************************************************
|
||||
* \brief
|
||||
* \param filePath
|
||||
* \param sheetIndex
|
||||
* \param startRowIndex
|
||||
* \param schemeVector
|
||||
************************************************/
|
||||
void LoadCarDealerSchemeFromXlsx( const std::wstring & filePath,
|
||||
unsigned int sheetIndex,
|
||||
unsigned int startRowIndex,
|
||||
std::vector<CarDealerScheme> & schemeVector );
|
||||
|
||||
/************************************************
|
||||
* \brief
|
||||
* \param filePath
|
||||
* \param sheetIndex
|
||||
* \param startRowIndex
|
||||
* \param achievementVector
|
||||
************************************************/
|
||||
void LoadCarDealerAchievementFromXlsx( const std::wstring & filePath,
|
||||
unsigned int sheetIndex,
|
||||
unsigned int startRowIndex,
|
||||
std::vector<CarDealerAchievement> & achievementVector );
|
||||
|
||||
/************************************************
|
||||
* \brief
|
||||
* \param filePath
|
||||
* \param sheetIndex
|
||||
* \param startRowIndex
|
||||
* \param orderVector
|
||||
************************************************/
|
||||
void LoadRepairOrderFromXlsx( const std::wstring & filePath,
|
||||
unsigned int sheetIndex,
|
||||
unsigned int startRowIndex,
|
||||
std::vector<RepairOrder> & orderVector );
|
||||
|
||||
void LoadRepairOrderFromXls( const std::wstring & filePath,
|
||||
unsigned sheetIndex,
|
||||
unsigned startRowIndex,
|
||||
std::vector<RepairOrder> & orderVector );
|
||||
|
||||
//void LoadRepairOrderFromXlsx();
|
||||
// void LoadRepairOrderFromXls( const std::wstring & filePath,
|
||||
// unsigned sheetIndex,
|
||||
// unsigned startRowIndex,
|
||||
// std::vector<RepairOrder> & orderVector );
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <ocilib.h>
|
||||
#include <stdexcept>
|
||||
#include <QString>
|
||||
#include "ImportToOracle.h"
|
||||
|
||||
using namespace std;
|
||||
@ -9,4 +10,5 @@ void ImportCarDealerAchievementToOracle( std::string use
|
||||
std::string tnsName,
|
||||
std::vector<CarDealerAchievement> & achievementVector )
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user