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

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
{
};