增加车商业绩表和车商方案表数据结构文件。
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#include "CarDealerAchievement.h"
|
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
class CarDealerAchievement
|
||||
{
|
||||
};
|
||||
|
@@ -0,0 +1 @@
|
||||
#include "CarDealerScheme.h"
|
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
class CarDealerScheme
|
||||
{
|
||||
};
|
||||
|
Reference in New Issue
Block a user