数据看板更新前后端
This commit is contained in:
@@ -36,4 +36,21 @@ public class DashboardOverviewVO {
|
||||
* 客户分布
|
||||
*/
|
||||
private List<CustomerRegionVO> customerRegion;
|
||||
|
||||
// ========== 新增业务区域 ==========
|
||||
|
||||
/**
|
||||
* 业绩区数据
|
||||
*/
|
||||
private PerformanceAreaVO performanceArea;
|
||||
|
||||
/**
|
||||
* 当前情况区数据
|
||||
*/
|
||||
private CurrentSituationAreaVO currentSituationArea;
|
||||
|
||||
/**
|
||||
* 推荐区数据
|
||||
*/
|
||||
private RecommendationAreaVO recommendationArea;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user