增加车商业绩表和车商方案表数据结构文件。

This commit is contained in:
2019-12-17 11:39:38 +08:00
parent adbe7bc808
commit 30115756b3
9 changed files with 45 additions and 11 deletions

View File

@@ -0,0 +1 @@
#include "CarDealerAchievement.h"

View File

@@ -0,0 +1,5 @@
#pragma once
class CarDealerAchievement
{
};

View File

@@ -0,0 +1 @@
#include "CarDealerScheme.h"

View File

@@ -0,0 +1,6 @@
#pragma once
class CarDealerScheme
{
};

View File

@@ -4,13 +4,6 @@
int main( int argc, char * argv[] )
{
// QApplication a(argc, argv);
// QMainFrame w;
//
// w.show();
//
// return a.exec();
QApplication * pApp = nullptr;
QMainFrame * pMainFrame = nullptr;
int returnCode = -1;
@@ -28,10 +21,6 @@ int main( int argc, char * argv[] )
return -1;
}
// QMessageBox::critical( nullptr,
// "错误!",
// "创建QApplication错误\n请联系开发人员。" );
try
{
pMainFrame = new QMainFrame();