Members
Properties:
| Name | Type | Description | 
|---|---|---|
hasPrevPage | 
            
            Object | 是否有上一页 | 
hasNextPage | 
            
            Object | 是否有下一页 | 
totleCount | 
            
            Object | 总个数 | 
pageCount | 
            
            Object | 单页个数 | 
Methods
    向碰撞点增加标注信息
    
| Name | Type | Description | 
|---|---|---|
jsonObj | 
            
            Object | 
Returns:
    添加新的方案数据
    
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | 方案名称 | 
data | 
            
            Array | 图层数据 layers | 
Returns:
    获取碰撞任务的碰撞点数据
    
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | 方案名称 | 
begin | 
            
            Number | 开始index | 
end | 
            
            Number | 结束index | 
Returns:
    删除碰撞方案数据
    
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | 方案名称 | 
Returns:
    分页处理函数
    
| Name | Type | Description | 
|---|---|---|
taskName | 
            
            String | 任务名称 | 
beginNum | 
            
            Number | 开始index | 
overNum | 
            
            Number | 结束index | 
isNext | 
            
            Booelan | 是否是下一页 | 
Returns:
    获取所有碰撞方案数据
Returns:
    获取碰撞任务标注信息
    
| Name | Type | Description | 
|---|---|---|
taskName | 
            
            String | 任务名称 | 
index | 
            
            Number | 任务id | 
Returns:
    获取碰撞任务评论信息
    
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | 任务名称 | 
index | 
            
            Number | 任务index | 
Returns:
    获取单个碰撞任务详情
    
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | 方案名称 | 
Returns:
    更新碰撞点状态
    
| Name | Type | Description | 
|---|---|---|
name | 
            
            String | 任务名称 | 
index | 
            
            Number | 碰撞点索引 | 
stateCode | 
            
            Number | 状态码,0未确认,1已确认,2已忽略 | 
