szpt-driver-api 1.0.108 → 1.0.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accident.d.ts +2211 -759
- package/accident.js +1 -1
- package/accident.js.map +1 -1
- package/ai.d.ts +604 -7
- package/ai.js +1 -1
- package/ai.js.map +1 -1
- package/auth.d.ts +838 -16
- package/auth.js +1 -1
- package/auth.js.map +1 -1
- package/authBpmnQuery.d.ts +6 -6
- package/authBpmnQuery.js +1 -1
- package/authBpmnQuery.js.map +1 -1
- package/authDuty.d.ts +54 -18
- package/authDuty.js +1 -1
- package/authDuty.js.map +1 -1
- package/authV2.d.ts +78 -2
- package/authV2.js +1 -1
- package/authV2.js.map +1 -1
- package/common.d.ts +2 -2
- package/common.js +1 -1
- package/common.js.map +1 -1
- package/external.d.ts +66 -37
- package/external.js +1 -1
- package/external.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/oss.d.ts +222 -10
- package/oss.js +1 -1
- package/oss.js.map +1 -1
- package/package.json +1 -1
- package/query.d.ts +21 -21
- package/query.js +1 -1
- package/query.js.map +1 -1
- package/statisticManage.d.ts +126 -0
- package/statisticManage.js +1 -1
- package/statisticManage.js.map +1 -1
- package/szAccident.d.ts +503 -2
- package/szAccident.js +1 -1
- package/szAccident.js.map +1 -1
- package/szAccidentPublic.d.ts +12 -0
- package/szAccidentPublic.js.map +1 -1
- package/szTraffic.d.ts +1275 -63
- package/szTraffic.js +1 -1
- package/szTraffic.js.map +1 -1
- package/videoService.d.ts +4 -4
- package/videoService.js +1 -1
- package/videoService.js.map +1 -1
- package/violation.d.ts +65 -0
- package/violation.js +1 -1
- package/violation.js.map +1 -1
package/szTraffic.d.ts
CHANGED
|
@@ -5670,6 +5670,8 @@ export declare class KPITaskRecordQueryBean {
|
|
|
5670
5670
|
editTimeLt?: number;
|
|
5671
5671
|
/** 修改人 */
|
|
5672
5672
|
editUser?: string;
|
|
5673
|
+
/** 按ID批量排除 */
|
|
5674
|
+
excludeIds?: number[];
|
|
5673
5675
|
/**
|
|
5674
5676
|
* ID大于等于
|
|
5675
5677
|
* @format int64
|
|
@@ -8170,6 +8172,33 @@ export declare class PageResultUserEscortTaskTrip {
|
|
|
8170
8172
|
*/
|
|
8171
8173
|
total: number;
|
|
8172
8174
|
}
|
|
8175
|
+
export declare class PageResult公司信息 {
|
|
8176
|
+
/** 列表 */
|
|
8177
|
+
list: Type公司信息[];
|
|
8178
|
+
/**
|
|
8179
|
+
* 总量
|
|
8180
|
+
* @format int64
|
|
8181
|
+
*/
|
|
8182
|
+
total: number;
|
|
8183
|
+
}
|
|
8184
|
+
export declare class PageResult拖车订单 {
|
|
8185
|
+
/** 列表 */
|
|
8186
|
+
list: Type拖车订单Res[];
|
|
8187
|
+
/**
|
|
8188
|
+
* 总量
|
|
8189
|
+
* @format int64
|
|
8190
|
+
*/
|
|
8191
|
+
total: number;
|
|
8192
|
+
}
|
|
8193
|
+
export declare class PageResult车辆信息 {
|
|
8194
|
+
/** 列表 */
|
|
8195
|
+
list: Type车辆信息Res[];
|
|
8196
|
+
/**
|
|
8197
|
+
* 总量
|
|
8198
|
+
* @format int64
|
|
8199
|
+
*/
|
|
8200
|
+
total: number;
|
|
8201
|
+
}
|
|
8173
8202
|
export declare class PaymentOrderResult {
|
|
8174
8203
|
appId: string;
|
|
8175
8204
|
/** @format int64 */
|
|
@@ -8318,6 +8347,23 @@ export declare class ReportRoadworksFinishAlarmRequest {
|
|
|
8318
8347
|
/** 序号 */
|
|
8319
8348
|
xh?: string;
|
|
8320
8349
|
}
|
|
8350
|
+
export declare class ReportRoadworksNotDutyAlarmRequest {
|
|
8351
|
+
/**
|
|
8352
|
+
* 反馈超时时间
|
|
8353
|
+
* @format int64
|
|
8354
|
+
*/
|
|
8355
|
+
feedbackTimeout?: number;
|
|
8356
|
+
/** 巡查问题等级 */
|
|
8357
|
+
verifyIssueLevel?: string;
|
|
8358
|
+
/** 巡查发现问题 */
|
|
8359
|
+
verifyIssues?: string[];
|
|
8360
|
+
/** 巡查经纬度 */
|
|
8361
|
+
verifyLatlng?: Point;
|
|
8362
|
+
/** 巡查备注 */
|
|
8363
|
+
verifyRemark?: string;
|
|
8364
|
+
/** 序号 */
|
|
8365
|
+
xh?: string;
|
|
8366
|
+
}
|
|
8321
8367
|
export declare class ResultRow {
|
|
8322
8368
|
/** 部门 */
|
|
8323
8369
|
department: string;
|
|
@@ -8759,6 +8805,8 @@ export declare class RoadworkFieldConfig {
|
|
|
8759
8805
|
competentDepartments: "hidden" | "optional" | "require";
|
|
8760
8806
|
dispatchDepartment: "hidden" | "optional" | "require";
|
|
8761
8807
|
dldm: "hidden" | "optional" | "require";
|
|
8808
|
+
jdxzqh: "hidden" | "optional" | "require";
|
|
8809
|
+
jdxzqhs: "hidden" | "optional" | "require";
|
|
8762
8810
|
lanesTotal: "hidden" | "optional" | "require";
|
|
8763
8811
|
lanesWork: "hidden" | "optional" | "require";
|
|
8764
8812
|
projectName: "hidden" | "optional" | "require";
|
|
@@ -8766,10 +8814,13 @@ export declare class RoadworkFieldConfig {
|
|
|
8766
8814
|
respUsers: "hidden" | "optional" | "require";
|
|
8767
8815
|
roadSpeedLimit: "hidden" | "optional" | "require";
|
|
8768
8816
|
trafficSchemes: "hidden" | "optional" | "require";
|
|
8817
|
+
trffOrgMode: "hidden" | "optional" | "require";
|
|
8818
|
+
trffOrgModes: "hidden" | "optional" | "require";
|
|
8769
8819
|
workContents: "hidden" | "optional" | "require";
|
|
8770
8820
|
workContractor: "hidden" | "optional" | "require";
|
|
8771
8821
|
workDepartment: "hidden" | "optional" | "require";
|
|
8772
8822
|
workDirection: "hidden" | "optional" | "require";
|
|
8823
|
+
workDirections: "hidden" | "optional" | "require";
|
|
8773
8824
|
workPositions: "hidden" | "optional" | "require";
|
|
8774
8825
|
workSafeguards: "hidden" | "optional" | "require";
|
|
8775
8826
|
workSpeedLimit: "hidden" | "optional" | "require";
|
|
@@ -9855,6 +9906,8 @@ export declare class RoadworksV2AlarmQueryBean {
|
|
|
9855
9906
|
verifyIssue?: string;
|
|
9856
9907
|
/** 巡查状态 */
|
|
9857
9908
|
verifyStateIn?: string[];
|
|
9909
|
+
/** 巡查人员 */
|
|
9910
|
+
verifyUsers?: string[];
|
|
9858
9911
|
/**
|
|
9859
9912
|
* 查询证据信息
|
|
9860
9913
|
* @example false
|
|
@@ -10042,6 +10095,8 @@ export declare class RoadworksV2DTO {
|
|
|
10042
10095
|
editTime: number;
|
|
10043
10096
|
/** 修改人用户名 */
|
|
10044
10097
|
editUser: string;
|
|
10098
|
+
/** 完工上报经纬度 */
|
|
10099
|
+
endLatlng: Point;
|
|
10045
10100
|
/**
|
|
10046
10101
|
* 完工业主签收时间
|
|
10047
10102
|
* @format int64
|
|
@@ -10086,6 +10141,8 @@ export declare class RoadworksV2DTO {
|
|
|
10086
10141
|
jdxzqh: string;
|
|
10087
10142
|
/** 街道名称 */
|
|
10088
10143
|
jdxzqhName: string;
|
|
10144
|
+
/** 街道行政区划 */
|
|
10145
|
+
jdxzqhs: string[];
|
|
10089
10146
|
/**
|
|
10090
10147
|
* 机动车道路总数
|
|
10091
10148
|
* @format int32
|
|
@@ -10170,6 +10227,8 @@ export declare class RoadworksV2DTO {
|
|
|
10170
10227
|
supervisionXh: string;
|
|
10171
10228
|
/** 交通组织方式 */
|
|
10172
10229
|
trffOrgMode: string;
|
|
10230
|
+
/** 交通组织方式 */
|
|
10231
|
+
trffOrgModes: string[];
|
|
10173
10232
|
/**
|
|
10174
10233
|
* 业务部门确认时间
|
|
10175
10234
|
* @format int64
|
|
@@ -10188,6 +10247,8 @@ export declare class RoadworksV2DTO {
|
|
|
10188
10247
|
workDepartmentUsers: WorkDepartmentUser[];
|
|
10189
10248
|
/** 施工方向 */
|
|
10190
10249
|
workDirection: string;
|
|
10250
|
+
/** 施工方向 */
|
|
10251
|
+
workDirections: string[];
|
|
10191
10252
|
/** 工地定位 */
|
|
10192
10253
|
workLatlng: Point;
|
|
10193
10254
|
/** 施工点位类型 */
|
|
@@ -10388,6 +10449,8 @@ export declare class RoadworksV2Input {
|
|
|
10388
10449
|
dldm?: string;
|
|
10389
10450
|
/** 街道行政区划 */
|
|
10390
10451
|
jdxzqh?: string;
|
|
10452
|
+
/** 街道行政区划 */
|
|
10453
|
+
jdxzqhs?: string[];
|
|
10391
10454
|
/**
|
|
10392
10455
|
* 机动车道路总数
|
|
10393
10456
|
* @format int32
|
|
@@ -10431,6 +10494,8 @@ export declare class RoadworksV2Input {
|
|
|
10431
10494
|
trafficSchemes?: Evidence[];
|
|
10432
10495
|
/** 交通组织方式 */
|
|
10433
10496
|
trffOrgMode?: string;
|
|
10497
|
+
/** 交通组织方式 */
|
|
10498
|
+
trffOrgModes?: string[];
|
|
10434
10499
|
/** 施工内容 */
|
|
10435
10500
|
workContents?: string[];
|
|
10436
10501
|
/** 施工单位 */
|
|
@@ -10439,6 +10504,8 @@ export declare class RoadworksV2Input {
|
|
|
10439
10504
|
workDepartment?: string;
|
|
10440
10505
|
/** 施工方向 */
|
|
10441
10506
|
workDirection?: string;
|
|
10507
|
+
/** 施工方向 */
|
|
10508
|
+
workDirections?: string[];
|
|
10442
10509
|
/** 工地定位 */
|
|
10443
10510
|
workLatlng?: Point;
|
|
10444
10511
|
/** 施工点位类型 1 人行道 2 机动车道 3 非机动车道 */
|
|
@@ -10462,6 +10529,8 @@ export declare class RoadworksV2Position {
|
|
|
10462
10529
|
address?: string;
|
|
10463
10530
|
/** 街道行政区划 */
|
|
10464
10531
|
jdxzqh?: string;
|
|
10532
|
+
/** 街道行政区划 */
|
|
10533
|
+
jdxzqhs?: string[];
|
|
10465
10534
|
/**
|
|
10466
10535
|
* 机动车道路总数
|
|
10467
10536
|
* @format int32
|
|
@@ -10503,10 +10572,14 @@ export declare class RoadworksV2Position {
|
|
|
10503
10572
|
trafficSchemes?: Evidence[];
|
|
10504
10573
|
/** 交通组织方式 */
|
|
10505
10574
|
trffOrgMode?: string;
|
|
10575
|
+
/** 交通组织方式 */
|
|
10576
|
+
trffOrgModes?: string[];
|
|
10506
10577
|
/** 施工内容 */
|
|
10507
10578
|
workContents?: string[];
|
|
10508
10579
|
/** 施工方向 */
|
|
10509
10580
|
workDirection?: string;
|
|
10581
|
+
/** 施工方向 */
|
|
10582
|
+
workDirections?: string[];
|
|
10510
10583
|
/** 工地定位 */
|
|
10511
10584
|
workLatlng?: Point;
|
|
10512
10585
|
/** 施工点位类型 1 人行道 2 机动车道 3 非机动车道 */
|
|
@@ -11777,6 +11850,130 @@ export declare class TemporalUnit {
|
|
|
11777
11850
|
durationEstimated: boolean;
|
|
11778
11851
|
timeBased: boolean;
|
|
11779
11852
|
}
|
|
11853
|
+
export declare class TowOrderQueryBean {
|
|
11854
|
+
/**
|
|
11855
|
+
* 创建时间 大于等于
|
|
11856
|
+
* @format int64
|
|
11857
|
+
*/
|
|
11858
|
+
createTimeGte?: number;
|
|
11859
|
+
/**
|
|
11860
|
+
* 创建时间 小于
|
|
11861
|
+
* @format int64
|
|
11862
|
+
*/
|
|
11863
|
+
createTimeLt?: number;
|
|
11864
|
+
/** 创建人 */
|
|
11865
|
+
createUser?: string;
|
|
11866
|
+
/**
|
|
11867
|
+
* 是否删除
|
|
11868
|
+
* @example false
|
|
11869
|
+
*/
|
|
11870
|
+
deleted?: boolean;
|
|
11871
|
+
/** 部门代码 */
|
|
11872
|
+
department?: string;
|
|
11873
|
+
/** 部门代码(批量) */
|
|
11874
|
+
departmentIn?: string[];
|
|
11875
|
+
/**
|
|
11876
|
+
* 部门代码是否为空
|
|
11877
|
+
* @example false
|
|
11878
|
+
*/
|
|
11879
|
+
departmentIsNull?: boolean;
|
|
11880
|
+
/** 目标地址(模糊) */
|
|
11881
|
+
destAddress?: string;
|
|
11882
|
+
/**
|
|
11883
|
+
* 发起时间结束
|
|
11884
|
+
* @format int64
|
|
11885
|
+
*/
|
|
11886
|
+
dispatchTimeEnd?: number;
|
|
11887
|
+
/**
|
|
11888
|
+
* 发起时间开始
|
|
11889
|
+
* @format int64
|
|
11890
|
+
*/
|
|
11891
|
+
dispatchTimeStart?: number;
|
|
11892
|
+
/** 发起民警用户 */
|
|
11893
|
+
dispatchUser?: string;
|
|
11894
|
+
/** 司机部门 */
|
|
11895
|
+
driverDepartment?: string;
|
|
11896
|
+
/** 拖车司机用户名 */
|
|
11897
|
+
driverUsername?: string;
|
|
11898
|
+
/**
|
|
11899
|
+
* 最近修改时间 大于等于
|
|
11900
|
+
* @format int64
|
|
11901
|
+
*/
|
|
11902
|
+
editTimeGte?: number;
|
|
11903
|
+
/**
|
|
11904
|
+
* 最近修改时间 小于
|
|
11905
|
+
* @format int64
|
|
11906
|
+
*/
|
|
11907
|
+
editTimeLt?: number;
|
|
11908
|
+
/** 修改人 */
|
|
11909
|
+
editUser?: string;
|
|
11910
|
+
/** 按ID批量排除 */
|
|
11911
|
+
excludeIds?: number[];
|
|
11912
|
+
/**
|
|
11913
|
+
* ID大于等于
|
|
11914
|
+
* @format int64
|
|
11915
|
+
*/
|
|
11916
|
+
idGte?: number;
|
|
11917
|
+
/**
|
|
11918
|
+
* ID小于
|
|
11919
|
+
* @format int64
|
|
11920
|
+
*/
|
|
11921
|
+
idLt?: number;
|
|
11922
|
+
/** 按ID批量查询 */
|
|
11923
|
+
ids?: number[];
|
|
11924
|
+
/**
|
|
11925
|
+
* 是否包含当前用户管理部门可见的数据。默认: false
|
|
11926
|
+
* @example false
|
|
11927
|
+
*/
|
|
11928
|
+
includeAdminDepartment?: boolean;
|
|
11929
|
+
/**
|
|
11930
|
+
* 是否包含下级部门。默认: false
|
|
11931
|
+
* @example false
|
|
11932
|
+
*/
|
|
11933
|
+
includeChildrenDepartment?: boolean;
|
|
11934
|
+
/**
|
|
11935
|
+
* 是否包含上级部门。默认: false
|
|
11936
|
+
* @example false
|
|
11937
|
+
*/
|
|
11938
|
+
includeParentDepartment?: boolean;
|
|
11939
|
+
/**
|
|
11940
|
+
* 是否只返回当前用户管理部门可见的数据。默认: false
|
|
11941
|
+
* @example false
|
|
11942
|
+
*/
|
|
11943
|
+
onlyAdminDepartment?: boolean;
|
|
11944
|
+
/**
|
|
11945
|
+
* 是否只返回当前用户部门可见的数据。默认: false
|
|
11946
|
+
* @example false
|
|
11947
|
+
*/
|
|
11948
|
+
onlyUserDepartment?: boolean;
|
|
11949
|
+
/** 排序规则 */
|
|
11950
|
+
orderBy?: string[];
|
|
11951
|
+
/** 发起地址(模糊) */
|
|
11952
|
+
originAddress?: string;
|
|
11953
|
+
/**
|
|
11954
|
+
* 页码,从1开始
|
|
11955
|
+
* @format int32
|
|
11956
|
+
* @example 1
|
|
11957
|
+
*/
|
|
11958
|
+
pageIndex?: number;
|
|
11959
|
+
/**
|
|
11960
|
+
* 每页数量
|
|
11961
|
+
* @format int32
|
|
11962
|
+
* @example 20
|
|
11963
|
+
*/
|
|
11964
|
+
pageSize?: number;
|
|
11965
|
+
/** 订单状态(支持多选) */
|
|
11966
|
+
status?: ("ACCEPTED" | "ARRIVED" | "PENDING" | "PENDING_REVIEW" | "REVIEW_PASSED" | "REVIEW_REJECTED" | "TOWED")[];
|
|
11967
|
+
/** 拖移原因(支持多选) */
|
|
11968
|
+
towReason?: ("ACCIDENT" | "SPECIAL" | "VIOLATION")[];
|
|
11969
|
+
/**
|
|
11970
|
+
* 拖车车辆编号
|
|
11971
|
+
* @format int64
|
|
11972
|
+
*/
|
|
11973
|
+
vehicleId?: number;
|
|
11974
|
+
/** 订单编号 */
|
|
11975
|
+
xh?: string;
|
|
11976
|
+
}
|
|
11780
11977
|
export declare class TrafficCongestionFeedbackDTO {
|
|
11781
11978
|
/** 拥堵区域:其他 */
|
|
11782
11979
|
areaOther: string;
|
|
@@ -12914,68 +13111,725 @@ export declare class UserEscortTaskTrip {
|
|
|
12914
13111
|
*/
|
|
12915
13112
|
completeTime: number;
|
|
12916
13113
|
/**
|
|
12917
|
-
* 成员任务ID
|
|
12918
|
-
* @format int64
|
|
13114
|
+
* 成员任务ID
|
|
13115
|
+
* @format int64
|
|
13116
|
+
*/
|
|
13117
|
+
id: number;
|
|
13118
|
+
/** 接收地点 */
|
|
13119
|
+
receiveLocation: GeoPointRes;
|
|
13120
|
+
/**
|
|
13121
|
+
* 接收时间
|
|
13122
|
+
* @format int64
|
|
13123
|
+
*/
|
|
13124
|
+
receiveTime: number;
|
|
13125
|
+
/** 任务 */
|
|
13126
|
+
task: EscortTaskDTORes;
|
|
13127
|
+
/** 路程 */
|
|
13128
|
+
trip: EscortTaskTripDTORes;
|
|
13129
|
+
/** 用户名 */
|
|
13130
|
+
username: string;
|
|
13131
|
+
}
|
|
13132
|
+
export declare class UserKPITaskPlanDetails {
|
|
13133
|
+
/** 计划 */
|
|
13134
|
+
plans: KPITaskPlanDTORes[];
|
|
13135
|
+
/** 用户 */
|
|
13136
|
+
user: string;
|
|
13137
|
+
}
|
|
13138
|
+
export declare class UserRedundant {
|
|
13139
|
+
departmentCode: string;
|
|
13140
|
+
departmentName: string;
|
|
13141
|
+
realName: string;
|
|
13142
|
+
}
|
|
13143
|
+
export declare class UserRedundantReq {
|
|
13144
|
+
departmentCode?: string;
|
|
13145
|
+
departmentName?: string;
|
|
13146
|
+
realName?: string;
|
|
13147
|
+
}
|
|
13148
|
+
export declare class UserRedundantRes {
|
|
13149
|
+
departmentCode: string;
|
|
13150
|
+
departmentName: string;
|
|
13151
|
+
realName: string;
|
|
13152
|
+
}
|
|
13153
|
+
export declare class WarningRow {
|
|
13154
|
+
/** 异常原因 */
|
|
13155
|
+
reason: string;
|
|
13156
|
+
/** 数据行 */
|
|
13157
|
+
row: KPITaskRecordDTO;
|
|
13158
|
+
}
|
|
13159
|
+
export declare class WorkDeparment {
|
|
13160
|
+
/** 部门代码 */
|
|
13161
|
+
bmdm: string;
|
|
13162
|
+
/** 部门简称 */
|
|
13163
|
+
bmjc: string;
|
|
13164
|
+
/** 部门名称 */
|
|
13165
|
+
bmmc: string;
|
|
13166
|
+
}
|
|
13167
|
+
export declare class WorkDepartmentUser {
|
|
13168
|
+
/** 登录名 */
|
|
13169
|
+
loginName: string;
|
|
13170
|
+
/** 手机号 */
|
|
13171
|
+
phone: string;
|
|
13172
|
+
/** 姓名 */
|
|
13173
|
+
realName: string;
|
|
13174
|
+
/** 用户名 */
|
|
13175
|
+
username: string;
|
|
13176
|
+
}
|
|
13177
|
+
export declare class Type公司信息 {
|
|
13178
|
+
/** 公司地址 */
|
|
13179
|
+
address: string;
|
|
13180
|
+
/** 联系人 */
|
|
13181
|
+
contactPerson: string;
|
|
13182
|
+
/** 联系电话 */
|
|
13183
|
+
contactPhone: string;
|
|
13184
|
+
/**
|
|
13185
|
+
* 创建时间
|
|
13186
|
+
* @format int64
|
|
13187
|
+
*/
|
|
13188
|
+
createTime: number;
|
|
13189
|
+
/** 创建人 */
|
|
13190
|
+
createUser: string;
|
|
13191
|
+
/**
|
|
13192
|
+
* 是否被删除
|
|
13193
|
+
* @example false
|
|
13194
|
+
*/
|
|
13195
|
+
deleted: boolean;
|
|
13196
|
+
/** 部门代码 */
|
|
13197
|
+
department: string;
|
|
13198
|
+
/** 数据摘要 */
|
|
13199
|
+
digest: EntityDigest;
|
|
13200
|
+
/**
|
|
13201
|
+
* 最近修改时间
|
|
13202
|
+
* @format int64
|
|
13203
|
+
*/
|
|
13204
|
+
editTime: number;
|
|
13205
|
+
/** 最后修改人 */
|
|
13206
|
+
editUser: string;
|
|
13207
|
+
/**
|
|
13208
|
+
* ID
|
|
13209
|
+
* @format int64
|
|
13210
|
+
*/
|
|
13211
|
+
id: number;
|
|
13212
|
+
/** 公司名称 */
|
|
13213
|
+
name: string;
|
|
13214
|
+
}
|
|
13215
|
+
export declare class Type司机我的订单查询 {
|
|
13216
|
+
/**
|
|
13217
|
+
* 发起时间结束
|
|
13218
|
+
* @format int64
|
|
13219
|
+
*/
|
|
13220
|
+
dispatchTimeEnd?: number;
|
|
13221
|
+
/**
|
|
13222
|
+
* 发起时间开始
|
|
13223
|
+
* @format int64
|
|
13224
|
+
*/
|
|
13225
|
+
dispatchTimeStart?: number;
|
|
13226
|
+
orderBy?: string[];
|
|
13227
|
+
/** @format int32 */
|
|
13228
|
+
pageIndex?: number;
|
|
13229
|
+
/** @format int32 */
|
|
13230
|
+
pageSize?: number;
|
|
13231
|
+
/** 订单状态(支持多选) */
|
|
13232
|
+
status?: ("ACCEPTED" | "ARRIVED" | "PENDING" | "PENDING_REVIEW" | "REVIEW_PASSED" | "REVIEW_REJECTED" | "TOWED")[];
|
|
13233
|
+
/** 订单编号 */
|
|
13234
|
+
xh?: string;
|
|
13235
|
+
}
|
|
13236
|
+
export declare class Type备勤信息 {
|
|
13237
|
+
/** 活动名称 */
|
|
13238
|
+
activityName: string;
|
|
13239
|
+
/**
|
|
13240
|
+
* 创建时间
|
|
13241
|
+
* @format int64
|
|
13242
|
+
*/
|
|
13243
|
+
createTime: number;
|
|
13244
|
+
/** 创建人 */
|
|
13245
|
+
createUser: string;
|
|
13246
|
+
/**
|
|
13247
|
+
* 是否被删除
|
|
13248
|
+
* @example false
|
|
13249
|
+
*/
|
|
13250
|
+
deleted: boolean;
|
|
13251
|
+
/** 部门代码 */
|
|
13252
|
+
department: string;
|
|
13253
|
+
/** 数据摘要 */
|
|
13254
|
+
digest: EntityDigest;
|
|
13255
|
+
/**
|
|
13256
|
+
* 最近修改时间
|
|
13257
|
+
* @format int64
|
|
13258
|
+
*/
|
|
13259
|
+
editTime: number;
|
|
13260
|
+
/** 最后修改人 */
|
|
13261
|
+
editUser: string;
|
|
13262
|
+
/**
|
|
13263
|
+
* ID
|
|
13264
|
+
* @format int64
|
|
13265
|
+
*/
|
|
13266
|
+
id: number;
|
|
13267
|
+
/** 备勤地址 */
|
|
13268
|
+
reserveAddress: string;
|
|
13269
|
+
/**
|
|
13270
|
+
* 备勤结束时间
|
|
13271
|
+
* @format int64
|
|
13272
|
+
*/
|
|
13273
|
+
reserveEndTime: number;
|
|
13274
|
+
/**
|
|
13275
|
+
* 备勤开始时间
|
|
13276
|
+
* @format int64
|
|
13277
|
+
*/
|
|
13278
|
+
reserveStartTime: number;
|
|
13279
|
+
/**
|
|
13280
|
+
* 车辆ID
|
|
13281
|
+
* @format int64
|
|
13282
|
+
*/
|
|
13283
|
+
vehicleId: number;
|
|
13284
|
+
}
|
|
13285
|
+
export declare class Type拖车订单Req {
|
|
13286
|
+
/**
|
|
13287
|
+
* 接单时间
|
|
13288
|
+
* @format int64
|
|
13289
|
+
*/
|
|
13290
|
+
acceptTime?: number;
|
|
13291
|
+
/**
|
|
13292
|
+
* 到场时间
|
|
13293
|
+
* @format int64
|
|
13294
|
+
*/
|
|
13295
|
+
arriveTime?: number;
|
|
13296
|
+
/**
|
|
13297
|
+
* 审核时间
|
|
13298
|
+
* @format int64
|
|
13299
|
+
*/
|
|
13300
|
+
auditTime?: number;
|
|
13301
|
+
/** 电池组数(被拖车辆) */
|
|
13302
|
+
batteryCount?: string;
|
|
13303
|
+
/** 业务Key */
|
|
13304
|
+
businessKey?: string;
|
|
13305
|
+
/**
|
|
13306
|
+
* 拖车完成时间
|
|
13307
|
+
* @format int64
|
|
13308
|
+
*/
|
|
13309
|
+
completeTime?: number;
|
|
13310
|
+
/**
|
|
13311
|
+
* 创建时间
|
|
13312
|
+
* @format int64
|
|
13313
|
+
*/
|
|
13314
|
+
createTime?: number;
|
|
13315
|
+
/** 创建人 */
|
|
13316
|
+
createUser?: string;
|
|
13317
|
+
/**
|
|
13318
|
+
* 是否被删除
|
|
13319
|
+
* @example false
|
|
13320
|
+
*/
|
|
13321
|
+
deleted?: boolean;
|
|
13322
|
+
/** 部门代码 */
|
|
13323
|
+
department?: string;
|
|
13324
|
+
/** 目标地址(B地) */
|
|
13325
|
+
destAddress?: string;
|
|
13326
|
+
/** 目的地经纬度 */
|
|
13327
|
+
destLatlng?: Point;
|
|
13328
|
+
/**
|
|
13329
|
+
* 是否暂扣(被拖车辆)
|
|
13330
|
+
* @example false
|
|
13331
|
+
*/
|
|
13332
|
+
detained?: boolean;
|
|
13333
|
+
/** 数据摘要 */
|
|
13334
|
+
digest?: EntityDigest;
|
|
13335
|
+
/** 发起民警部门 */
|
|
13336
|
+
dispatchDepartment?: string;
|
|
13337
|
+
/**
|
|
13338
|
+
* 发起时间
|
|
13339
|
+
* @format int64
|
|
13340
|
+
*/
|
|
13341
|
+
dispatchTime?: number;
|
|
13342
|
+
/** 发起民警用户 */
|
|
13343
|
+
dispatchUser?: string;
|
|
13344
|
+
/** 拖车司机部门 */
|
|
13345
|
+
driverDepartment?: string;
|
|
13346
|
+
/** 拖车司机用户名 */
|
|
13347
|
+
driverUsername?: string;
|
|
13348
|
+
/**
|
|
13349
|
+
* 最近修改时间
|
|
13350
|
+
* @format int64
|
|
13351
|
+
*/
|
|
13352
|
+
editTime?: number;
|
|
13353
|
+
/** 最后修改人 */
|
|
13354
|
+
editUser?: string;
|
|
13355
|
+
/** 发动机号(被拖车辆) */
|
|
13356
|
+
engineNo?: string;
|
|
13357
|
+
/** 发动机类型(被拖车辆) */
|
|
13358
|
+
engineType?: string;
|
|
13359
|
+
/** 现场照片 */
|
|
13360
|
+
evidenceList?: Evidence[];
|
|
13361
|
+
/** 车架号(被拖车辆) */
|
|
13362
|
+
frameNo?: string;
|
|
13363
|
+
/** 油量等级(被拖车辆) */
|
|
13364
|
+
fuelLevel?: string;
|
|
13365
|
+
/**
|
|
13366
|
+
* 是否有钥匙(被拖车辆)
|
|
13367
|
+
* @example false
|
|
13368
|
+
*/
|
|
13369
|
+
hasKey?: boolean;
|
|
13370
|
+
/**
|
|
13371
|
+
* 是否有货物装载(被拖车辆)
|
|
13372
|
+
* @example false
|
|
13373
|
+
*/
|
|
13374
|
+
hasLoad?: boolean;
|
|
13375
|
+
/** 号牌号码(被拖车辆) */
|
|
13376
|
+
hphm?: string;
|
|
13377
|
+
/** 号牌种类(被拖车辆) */
|
|
13378
|
+
hpzl?: string;
|
|
13379
|
+
/**
|
|
13380
|
+
* ID
|
|
13381
|
+
* @format int64
|
|
13382
|
+
*/
|
|
13383
|
+
id?: number;
|
|
13384
|
+
/** 车内物品描述(被拖车辆) */
|
|
13385
|
+
itemsDescription?: string;
|
|
13386
|
+
/** 货物描述(被拖车辆) */
|
|
13387
|
+
loadDescription?: string;
|
|
13388
|
+
/**
|
|
13389
|
+
* A-B导航距离(米)
|
|
13390
|
+
* @format double
|
|
13391
|
+
*/
|
|
13392
|
+
navigationDistance?: number;
|
|
13393
|
+
/** 发起地址(A地) */
|
|
13394
|
+
originAddress?: string;
|
|
13395
|
+
/** 发起地经纬度 */
|
|
13396
|
+
originLatlng?: Point;
|
|
13397
|
+
/** 流程ID */
|
|
13398
|
+
processId?: string;
|
|
13399
|
+
/** 驳回原因 */
|
|
13400
|
+
rejectReason?: string;
|
|
13401
|
+
/** 扣车方法 */
|
|
13402
|
+
retentionMethod?: string;
|
|
13403
|
+
/** 订单状态 */
|
|
13404
|
+
status?: "ACCEPTED" | "ARRIVED" | "PENDING" | "PENDING_REVIEW" | "REVIEW_PASSED" | "REVIEW_REJECTED" | "TOWED";
|
|
13405
|
+
/**
|
|
13406
|
+
* A-B直线距离(米)
|
|
13407
|
+
* @format double
|
|
13408
|
+
*/
|
|
13409
|
+
straightDistance?: number;
|
|
13410
|
+
/** 拖移原因 */
|
|
13411
|
+
towReason?: "ACCIDENT" | "SPECIAL" | "VIOLATION";
|
|
13412
|
+
/**
|
|
13413
|
+
* 拖车车辆编号
|
|
13414
|
+
* @format int64
|
|
13415
|
+
*/
|
|
13416
|
+
vehicleId?: number;
|
|
13417
|
+
/** 车辆种类(被拖车辆) */
|
|
13418
|
+
vehicleType?: string;
|
|
13419
|
+
/** 订单编号 */
|
|
13420
|
+
xh?: string;
|
|
13421
|
+
}
|
|
13422
|
+
export declare class Type拖车订单Res {
|
|
13423
|
+
/**
|
|
13424
|
+
* 接单时间
|
|
13425
|
+
* @format int64
|
|
13426
|
+
*/
|
|
13427
|
+
acceptTime: number;
|
|
13428
|
+
/**
|
|
13429
|
+
* 到场时间
|
|
13430
|
+
* @format int64
|
|
13431
|
+
*/
|
|
13432
|
+
arriveTime: number;
|
|
13433
|
+
/**
|
|
13434
|
+
* 审核时间
|
|
13435
|
+
* @format int64
|
|
13436
|
+
*/
|
|
13437
|
+
auditTime: number;
|
|
13438
|
+
/** 电池组数(被拖车辆) */
|
|
13439
|
+
batteryCount: string;
|
|
13440
|
+
/** 业务Key */
|
|
13441
|
+
businessKey: string;
|
|
13442
|
+
/**
|
|
13443
|
+
* 拖车完成时间
|
|
13444
|
+
* @format int64
|
|
13445
|
+
*/
|
|
13446
|
+
completeTime: number;
|
|
13447
|
+
/**
|
|
13448
|
+
* 创建时间
|
|
13449
|
+
* @format int64
|
|
13450
|
+
*/
|
|
13451
|
+
createTime: number;
|
|
13452
|
+
/** 创建人 */
|
|
13453
|
+
createUser: string;
|
|
13454
|
+
/**
|
|
13455
|
+
* 是否被删除
|
|
13456
|
+
* @example false
|
|
13457
|
+
*/
|
|
13458
|
+
deleted: boolean;
|
|
13459
|
+
/** 部门代码 */
|
|
13460
|
+
department: string;
|
|
13461
|
+
/** 目标地址(B地) */
|
|
13462
|
+
destAddress: string;
|
|
13463
|
+
/** 目的地经纬度 */
|
|
13464
|
+
destLatlng: Point;
|
|
13465
|
+
/**
|
|
13466
|
+
* 是否暂扣(被拖车辆)
|
|
13467
|
+
* @example false
|
|
13468
|
+
*/
|
|
13469
|
+
detained: boolean;
|
|
13470
|
+
/** 数据摘要 */
|
|
13471
|
+
digest: EntityDigest;
|
|
13472
|
+
/** 发起民警部门 */
|
|
13473
|
+
dispatchDepartment: string;
|
|
13474
|
+
/**
|
|
13475
|
+
* 发起时间
|
|
13476
|
+
* @format int64
|
|
13477
|
+
*/
|
|
13478
|
+
dispatchTime: number;
|
|
13479
|
+
/** 发起民警用户 */
|
|
13480
|
+
dispatchUser: string;
|
|
13481
|
+
/** 拖车司机部门 */
|
|
13482
|
+
driverDepartment: string;
|
|
13483
|
+
/** 拖车司机用户名 */
|
|
13484
|
+
driverUsername: string;
|
|
13485
|
+
/**
|
|
13486
|
+
* 最近修改时间
|
|
13487
|
+
* @format int64
|
|
13488
|
+
*/
|
|
13489
|
+
editTime: number;
|
|
13490
|
+
/** 最后修改人 */
|
|
13491
|
+
editUser: string;
|
|
13492
|
+
/** 发动机号(被拖车辆) */
|
|
13493
|
+
engineNo: string;
|
|
13494
|
+
/** 发动机类型(被拖车辆) */
|
|
13495
|
+
engineType: string;
|
|
13496
|
+
/** 现场照片 */
|
|
13497
|
+
evidenceList: Evidence[];
|
|
13498
|
+
/** 车架号(被拖车辆) */
|
|
13499
|
+
frameNo: string;
|
|
13500
|
+
/** 油量等级(被拖车辆) */
|
|
13501
|
+
fuelLevel: string;
|
|
13502
|
+
/**
|
|
13503
|
+
* 是否有钥匙(被拖车辆)
|
|
13504
|
+
* @example false
|
|
13505
|
+
*/
|
|
13506
|
+
hasKey: boolean;
|
|
13507
|
+
/**
|
|
13508
|
+
* 是否有货物装载(被拖车辆)
|
|
13509
|
+
* @example false
|
|
13510
|
+
*/
|
|
13511
|
+
hasLoad: boolean;
|
|
13512
|
+
/** 号牌号码(被拖车辆) */
|
|
13513
|
+
hphm: string;
|
|
13514
|
+
/** 号牌种类(被拖车辆) */
|
|
13515
|
+
hpzl: string;
|
|
13516
|
+
/**
|
|
13517
|
+
* ID
|
|
13518
|
+
* @format int64
|
|
13519
|
+
*/
|
|
13520
|
+
id: number;
|
|
13521
|
+
/** 车内物品描述(被拖车辆) */
|
|
13522
|
+
itemsDescription: string;
|
|
13523
|
+
/** 货物描述(被拖车辆) */
|
|
13524
|
+
loadDescription: string;
|
|
13525
|
+
/**
|
|
13526
|
+
* A-B导航距离(米)
|
|
13527
|
+
* @format double
|
|
13528
|
+
*/
|
|
13529
|
+
navigationDistance: number;
|
|
13530
|
+
/** 发起地址(A地) */
|
|
13531
|
+
originAddress: string;
|
|
13532
|
+
/** 发起地经纬度 */
|
|
13533
|
+
originLatlng: Point;
|
|
13534
|
+
/** 流程ID */
|
|
13535
|
+
processId: string;
|
|
13536
|
+
/** 驳回原因 */
|
|
13537
|
+
rejectReason: string;
|
|
13538
|
+
/** 扣车方法 */
|
|
13539
|
+
retentionMethod: string;
|
|
13540
|
+
/** 订单状态 */
|
|
13541
|
+
status: "ACCEPTED" | "ARRIVED" | "PENDING" | "PENDING_REVIEW" | "REVIEW_PASSED" | "REVIEW_REJECTED" | "TOWED";
|
|
13542
|
+
/**
|
|
13543
|
+
* A-B直线距离(米)
|
|
13544
|
+
* @format double
|
|
13545
|
+
*/
|
|
13546
|
+
straightDistance: number;
|
|
13547
|
+
/** 拖移原因 */
|
|
13548
|
+
towReason: "ACCIDENT" | "SPECIAL" | "VIOLATION";
|
|
13549
|
+
/**
|
|
13550
|
+
* 拖车车辆编号
|
|
13551
|
+
* @format int64
|
|
13552
|
+
*/
|
|
13553
|
+
vehicleId: number;
|
|
13554
|
+
/** 车辆种类(被拖车辆) */
|
|
13555
|
+
vehicleType: string;
|
|
13556
|
+
/** 订单编号 */
|
|
13557
|
+
xh: string;
|
|
13558
|
+
}
|
|
13559
|
+
export declare class Type民警我的订单查询 {
|
|
13560
|
+
/**
|
|
13561
|
+
* 发起时间结束
|
|
13562
|
+
* @format int64
|
|
13563
|
+
*/
|
|
13564
|
+
dispatchTimeEnd?: number;
|
|
13565
|
+
/**
|
|
13566
|
+
* 发起时间开始
|
|
13567
|
+
* @format int64
|
|
13568
|
+
*/
|
|
13569
|
+
dispatchTimeStart?: number;
|
|
13570
|
+
orderBy?: string[];
|
|
13571
|
+
/** @format int32 */
|
|
13572
|
+
pageIndex?: number;
|
|
13573
|
+
/** @format int32 */
|
|
13574
|
+
pageSize?: number;
|
|
13575
|
+
/** 订单状态(支持多选) */
|
|
13576
|
+
status?: ("ACCEPTED" | "ARRIVED" | "PENDING" | "PENDING_REVIEW" | "REVIEW_PASSED" | "REVIEW_REJECTED" | "TOWED")[];
|
|
13577
|
+
/** 订单编号 */
|
|
13578
|
+
xh?: string;
|
|
13579
|
+
}
|
|
13580
|
+
export declare class Type车辆信息Req {
|
|
13581
|
+
/** 车辆类型 */
|
|
13582
|
+
category?: string;
|
|
13583
|
+
/** 车辆品牌 */
|
|
13584
|
+
clpp?: string;
|
|
13585
|
+
/** 车辆型号 */
|
|
13586
|
+
clxh?: string;
|
|
13587
|
+
/**
|
|
13588
|
+
* 所属公司ID(保存时传入)
|
|
13589
|
+
* @format int64
|
|
13590
|
+
*/
|
|
13591
|
+
companyId?: number;
|
|
13592
|
+
/**
|
|
13593
|
+
* 创建时间
|
|
13594
|
+
* @format int64
|
|
13595
|
+
*/
|
|
13596
|
+
createTime?: number;
|
|
13597
|
+
/** 创建人 */
|
|
13598
|
+
createUser?: string;
|
|
13599
|
+
/**
|
|
13600
|
+
* 是否被删除
|
|
13601
|
+
* @example false
|
|
13602
|
+
*/
|
|
13603
|
+
deleted?: boolean;
|
|
13604
|
+
/** 部门代码 */
|
|
13605
|
+
department?: string;
|
|
13606
|
+
/** 数据摘要 */
|
|
13607
|
+
digest?: EntityDigest;
|
|
13608
|
+
/**
|
|
13609
|
+
* 最近修改时间
|
|
13610
|
+
* @format int64
|
|
13611
|
+
*/
|
|
13612
|
+
editTime?: number;
|
|
13613
|
+
/** 最后修改人 */
|
|
13614
|
+
editUser?: string;
|
|
13615
|
+
/** 号牌号码 */
|
|
13616
|
+
hphm?: string;
|
|
13617
|
+
/**
|
|
13618
|
+
* ID
|
|
13619
|
+
* @format int64
|
|
13620
|
+
*/
|
|
13621
|
+
id?: number;
|
|
13622
|
+
/**
|
|
13623
|
+
* 是否本岛车辆
|
|
13624
|
+
* @example false
|
|
13625
|
+
*/
|
|
13626
|
+
local?: boolean;
|
|
13627
|
+
/** 备勤信息列表 */
|
|
13628
|
+
reserves?: Type备勤信息[];
|
|
13629
|
+
/** 车辆状态 */
|
|
13630
|
+
status?: string;
|
|
13631
|
+
}
|
|
13632
|
+
export declare class Type车辆信息Res {
|
|
13633
|
+
/** 车辆类型 */
|
|
13634
|
+
category: string;
|
|
13635
|
+
/** 车辆品牌 */
|
|
13636
|
+
clpp: string;
|
|
13637
|
+
/** 车辆型号 */
|
|
13638
|
+
clxh: string;
|
|
13639
|
+
/** 公司信息 */
|
|
13640
|
+
company: Type公司信息;
|
|
13641
|
+
/**
|
|
13642
|
+
* 所属公司ID(保存时传入)
|
|
13643
|
+
* @format int64
|
|
13644
|
+
*/
|
|
13645
|
+
companyId: number;
|
|
13646
|
+
/**
|
|
13647
|
+
* 创建时间
|
|
13648
|
+
* @format int64
|
|
13649
|
+
*/
|
|
13650
|
+
createTime: number;
|
|
13651
|
+
/** 创建人 */
|
|
13652
|
+
createUser: string;
|
|
13653
|
+
/**
|
|
13654
|
+
* 是否被删除
|
|
13655
|
+
* @example false
|
|
13656
|
+
*/
|
|
13657
|
+
deleted: boolean;
|
|
13658
|
+
/** 部门代码 */
|
|
13659
|
+
department: string;
|
|
13660
|
+
/** 数据摘要 */
|
|
13661
|
+
digest: EntityDigest;
|
|
13662
|
+
/**
|
|
13663
|
+
* 最近修改时间
|
|
13664
|
+
* @format int64
|
|
13665
|
+
*/
|
|
13666
|
+
editTime: number;
|
|
13667
|
+
/** 最后修改人 */
|
|
13668
|
+
editUser: string;
|
|
13669
|
+
/** 号牌号码 */
|
|
13670
|
+
hphm: string;
|
|
13671
|
+
/**
|
|
13672
|
+
* ID
|
|
13673
|
+
* @format int64
|
|
13674
|
+
*/
|
|
13675
|
+
id: number;
|
|
13676
|
+
/**
|
|
13677
|
+
* 是否本岛车辆
|
|
13678
|
+
* @example false
|
|
13679
|
+
*/
|
|
13680
|
+
local: boolean;
|
|
13681
|
+
/** 备勤信息列表 */
|
|
13682
|
+
reserves: Type备勤信息[];
|
|
13683
|
+
/** 车辆状态 */
|
|
13684
|
+
status: string;
|
|
13685
|
+
}
|
|
13686
|
+
export declare class GetBusinessCompanyParams {
|
|
13687
|
+
/** 联系人(模糊) */
|
|
13688
|
+
contactPerson?: string;
|
|
13689
|
+
/**
|
|
13690
|
+
* 创建时间 大于等于
|
|
13691
|
+
* @format int64
|
|
13692
|
+
*/
|
|
13693
|
+
createTimeGte?: number;
|
|
13694
|
+
/**
|
|
13695
|
+
* 创建时间 小于
|
|
13696
|
+
* @format int64
|
|
13697
|
+
*/
|
|
13698
|
+
createTimeLt?: number;
|
|
13699
|
+
/** 创建人 */
|
|
13700
|
+
createUser?: string;
|
|
13701
|
+
/** 是否删除 */
|
|
13702
|
+
deleted?: boolean;
|
|
13703
|
+
/** 部门代码 */
|
|
13704
|
+
department?: string;
|
|
13705
|
+
/** 部门代码(批量) */
|
|
13706
|
+
departmentIn?: string[];
|
|
13707
|
+
/** 部门代码是否为空 */
|
|
13708
|
+
departmentIsNull?: boolean;
|
|
13709
|
+
/**
|
|
13710
|
+
* 最近修改时间 大于等于
|
|
13711
|
+
* @format int64
|
|
13712
|
+
*/
|
|
13713
|
+
editTimeGte?: number;
|
|
13714
|
+
/**
|
|
13715
|
+
* 最近修改时间 小于
|
|
13716
|
+
* @format int64
|
|
13717
|
+
*/
|
|
13718
|
+
editTimeLt?: number;
|
|
13719
|
+
/** 修改人 */
|
|
13720
|
+
editUser?: string;
|
|
13721
|
+
/** 按ID批量排除 */
|
|
13722
|
+
excludeIds?: number[];
|
|
13723
|
+
/**
|
|
13724
|
+
* ID大于等于
|
|
13725
|
+
* @format int64
|
|
13726
|
+
*/
|
|
13727
|
+
idGte?: number;
|
|
13728
|
+
/**
|
|
13729
|
+
* ID小于
|
|
13730
|
+
* @format int64
|
|
13731
|
+
*/
|
|
13732
|
+
idLt?: number;
|
|
13733
|
+
/** 按ID批量查询 */
|
|
13734
|
+
ids?: number[];
|
|
13735
|
+
/** 是否包含当前用户管理部门可见的数据。默认: false */
|
|
13736
|
+
includeAdminDepartment?: boolean;
|
|
13737
|
+
/** 是否包含下级部门。默认: false */
|
|
13738
|
+
includeChildrenDepartment?: boolean;
|
|
13739
|
+
/** 是否包含上级部门。默认: false */
|
|
13740
|
+
includeParentDepartment?: boolean;
|
|
13741
|
+
/** 公司名称(模糊) */
|
|
13742
|
+
name?: string;
|
|
13743
|
+
/** 是否只返回当前用户管理部门可见的数据。默认: false */
|
|
13744
|
+
onlyAdminDepartment?: boolean;
|
|
13745
|
+
/** 是否只返回当前用户部门可见的数据。默认: false */
|
|
13746
|
+
onlyUserDepartment?: boolean;
|
|
13747
|
+
/** 排序规则 */
|
|
13748
|
+
orderBy?: string[];
|
|
13749
|
+
/**
|
|
13750
|
+
* 页码,从1开始
|
|
13751
|
+
* @format int32
|
|
13752
|
+
*/
|
|
13753
|
+
pageIndex?: number;
|
|
13754
|
+
/**
|
|
13755
|
+
* 每页数量
|
|
13756
|
+
* @format int32
|
|
13757
|
+
*/
|
|
13758
|
+
pageSize?: number;
|
|
13759
|
+
}
|
|
13760
|
+
export declare class ListParams {
|
|
13761
|
+
/** 联系人(模糊) */
|
|
13762
|
+
contactPerson?: string;
|
|
13763
|
+
/**
|
|
13764
|
+
* 创建时间 大于等于
|
|
13765
|
+
* @format int64
|
|
13766
|
+
*/
|
|
13767
|
+
createTimeGte?: number;
|
|
13768
|
+
/**
|
|
13769
|
+
* 创建时间 小于
|
|
13770
|
+
* @format int64
|
|
13771
|
+
*/
|
|
13772
|
+
createTimeLt?: number;
|
|
13773
|
+
/** 创建人 */
|
|
13774
|
+
createUser?: string;
|
|
13775
|
+
/** 是否删除 */
|
|
13776
|
+
deleted?: boolean;
|
|
13777
|
+
/** 部门代码 */
|
|
13778
|
+
department?: string;
|
|
13779
|
+
/** 部门代码(批量) */
|
|
13780
|
+
departmentIn?: string[];
|
|
13781
|
+
/** 部门代码是否为空 */
|
|
13782
|
+
departmentIsNull?: boolean;
|
|
13783
|
+
/**
|
|
13784
|
+
* 最近修改时间 大于等于
|
|
13785
|
+
* @format int64
|
|
13786
|
+
*/
|
|
13787
|
+
editTimeGte?: number;
|
|
13788
|
+
/**
|
|
13789
|
+
* 最近修改时间 小于
|
|
13790
|
+
* @format int64
|
|
13791
|
+
*/
|
|
13792
|
+
editTimeLt?: number;
|
|
13793
|
+
/** 修改人 */
|
|
13794
|
+
editUser?: string;
|
|
13795
|
+
/** 按ID批量排除 */
|
|
13796
|
+
excludeIds?: number[];
|
|
13797
|
+
/**
|
|
13798
|
+
* ID大于等于
|
|
13799
|
+
* @format int64
|
|
13800
|
+
*/
|
|
13801
|
+
idGte?: number;
|
|
13802
|
+
/**
|
|
13803
|
+
* ID小于
|
|
13804
|
+
* @format int64
|
|
13805
|
+
*/
|
|
13806
|
+
idLt?: number;
|
|
13807
|
+
/** 按ID批量查询 */
|
|
13808
|
+
ids?: number[];
|
|
13809
|
+
/** 是否包含当前用户管理部门可见的数据。默认: false */
|
|
13810
|
+
includeAdminDepartment?: boolean;
|
|
13811
|
+
/** 是否包含下级部门。默认: false */
|
|
13812
|
+
includeChildrenDepartment?: boolean;
|
|
13813
|
+
/** 是否包含上级部门。默认: false */
|
|
13814
|
+
includeParentDepartment?: boolean;
|
|
13815
|
+
/** 公司名称(模糊) */
|
|
13816
|
+
name?: string;
|
|
13817
|
+
/** 是否只返回当前用户管理部门可见的数据。默认: false */
|
|
13818
|
+
onlyAdminDepartment?: boolean;
|
|
13819
|
+
/** 是否只返回当前用户部门可见的数据。默认: false */
|
|
13820
|
+
onlyUserDepartment?: boolean;
|
|
13821
|
+
/** 排序规则 */
|
|
13822
|
+
orderBy?: string[];
|
|
13823
|
+
/**
|
|
13824
|
+
* 页码,从1开始
|
|
13825
|
+
* @format int32
|
|
12919
13826
|
*/
|
|
12920
|
-
|
|
12921
|
-
/** 接收地点 */
|
|
12922
|
-
receiveLocation: GeoPointRes;
|
|
13827
|
+
pageIndex?: number;
|
|
12923
13828
|
/**
|
|
12924
|
-
*
|
|
12925
|
-
* @format
|
|
13829
|
+
* 每页数量
|
|
13830
|
+
* @format int32
|
|
12926
13831
|
*/
|
|
12927
|
-
|
|
12928
|
-
/** 任务 */
|
|
12929
|
-
task: EscortTaskDTORes;
|
|
12930
|
-
/** 路程 */
|
|
12931
|
-
trip: EscortTaskTripDTORes;
|
|
12932
|
-
/** 用户名 */
|
|
12933
|
-
username: string;
|
|
12934
|
-
}
|
|
12935
|
-
export declare class UserKPITaskPlanDetails {
|
|
12936
|
-
/** 计划 */
|
|
12937
|
-
plans: KPITaskPlanDTORes[];
|
|
12938
|
-
/** 用户 */
|
|
12939
|
-
user: string;
|
|
12940
|
-
}
|
|
12941
|
-
export declare class UserRedundant {
|
|
12942
|
-
departmentCode: string;
|
|
12943
|
-
departmentName: string;
|
|
12944
|
-
realName: string;
|
|
12945
|
-
}
|
|
12946
|
-
export declare class UserRedundantReq {
|
|
12947
|
-
departmentCode?: string;
|
|
12948
|
-
departmentName?: string;
|
|
12949
|
-
realName?: string;
|
|
12950
|
-
}
|
|
12951
|
-
export declare class UserRedundantRes {
|
|
12952
|
-
departmentCode: string;
|
|
12953
|
-
departmentName: string;
|
|
12954
|
-
realName: string;
|
|
12955
|
-
}
|
|
12956
|
-
export declare class WarningRow {
|
|
12957
|
-
/** 异常原因 */
|
|
12958
|
-
reason: string;
|
|
12959
|
-
/** 数据行 */
|
|
12960
|
-
row: KPITaskRecordDTO;
|
|
12961
|
-
}
|
|
12962
|
-
export declare class WorkDeparment {
|
|
12963
|
-
/** 部门代码 */
|
|
12964
|
-
bmdm: string;
|
|
12965
|
-
/** 部门简称 */
|
|
12966
|
-
bmjc: string;
|
|
12967
|
-
/** 部门名称 */
|
|
12968
|
-
bmmc: string;
|
|
12969
|
-
}
|
|
12970
|
-
export declare class WorkDepartmentUser {
|
|
12971
|
-
/** 登录名 */
|
|
12972
|
-
loginName: string;
|
|
12973
|
-
/** 手机号 */
|
|
12974
|
-
phone: string;
|
|
12975
|
-
/** 姓名 */
|
|
12976
|
-
realName: string;
|
|
12977
|
-
/** 用户名 */
|
|
12978
|
-
username: string;
|
|
13832
|
+
pageSize?: number;
|
|
12979
13833
|
}
|
|
12980
13834
|
export declare class RemoteJdsbhParams {
|
|
12981
13835
|
/** department */
|
|
@@ -13049,6 +13903,8 @@ export declare class GetDailyPatrolParams {
|
|
|
13049
13903
|
editTimeLt?: number;
|
|
13050
13904
|
/** 修改人 */
|
|
13051
13905
|
editUser?: string;
|
|
13906
|
+
/** 按ID批量排除 */
|
|
13907
|
+
excludeIds?: number[];
|
|
13052
13908
|
/** 按照处理人查询 */
|
|
13053
13909
|
handlerUserIn?: string[];
|
|
13054
13910
|
/** 按照隐患类型查询 */
|
|
@@ -13179,6 +14035,8 @@ export declare class RecordParams {
|
|
|
13179
14035
|
codeType?: "CongestionReport" | "ConstructionInterview" | "DispatchTask" | "KpiTaskRecord" | "SupervisionDisposal";
|
|
13180
14036
|
/** 是否删除 */
|
|
13181
14037
|
deleted?: boolean;
|
|
14038
|
+
/** 按ID批量排除 */
|
|
14039
|
+
excludeIds?: number[];
|
|
13182
14040
|
/**
|
|
13183
14041
|
* ID大于等于
|
|
13184
14042
|
* @format int64
|
|
@@ -13214,6 +14072,8 @@ export declare class RecordParams {
|
|
|
13214
14072
|
export declare class GetTaskParams {
|
|
13215
14073
|
/** 是否删除 */
|
|
13216
14074
|
deleted?: boolean;
|
|
14075
|
+
/** 按ID批量排除 */
|
|
14076
|
+
excludeIds?: number[];
|
|
13217
14077
|
/**
|
|
13218
14078
|
* ID大于等于
|
|
13219
14079
|
* @format int64
|
|
@@ -13281,6 +14141,8 @@ export declare class GetDroneParams {
|
|
|
13281
14141
|
editTimeLt?: number;
|
|
13282
14142
|
/** 修改人 */
|
|
13283
14143
|
editUser?: string;
|
|
14144
|
+
/** 按ID批量排除 */
|
|
14145
|
+
excludeIds?: number[];
|
|
13284
14146
|
/**
|
|
13285
14147
|
* ID大于等于
|
|
13286
14148
|
* @format int64
|
|
@@ -13370,6 +14232,8 @@ export declare class DroneTaskParams {
|
|
|
13370
14232
|
editTimeLt?: number;
|
|
13371
14233
|
/** 修改人 */
|
|
13372
14234
|
editUser?: string;
|
|
14235
|
+
/** 按ID批量排除 */
|
|
14236
|
+
excludeIds?: number[];
|
|
13373
14237
|
/**
|
|
13374
14238
|
* ID大于等于
|
|
13375
14239
|
* @format int64
|
|
@@ -13461,6 +14325,8 @@ export declare class GetEquipmentFacilitiesParams {
|
|
|
13461
14325
|
equipmentName?: string;
|
|
13462
14326
|
/** 按照设备类型查询 */
|
|
13463
14327
|
equipmentType?: string[];
|
|
14328
|
+
/** 按ID批量排除 */
|
|
14329
|
+
excludeIds?: number[];
|
|
13464
14330
|
/** 按照处理人查询 */
|
|
13465
14331
|
handlerUserIn?: string[];
|
|
13466
14332
|
/**
|
|
@@ -13616,6 +14482,8 @@ export declare class EscortTaskParams {
|
|
|
13616
14482
|
editTimeLt?: number;
|
|
13617
14483
|
/** 修改人 */
|
|
13618
14484
|
editUser?: string;
|
|
14485
|
+
/** 按ID批量排除 */
|
|
14486
|
+
excludeIds?: number[];
|
|
13619
14487
|
/**
|
|
13620
14488
|
* ID大于等于
|
|
13621
14489
|
* @format int64
|
|
@@ -13720,6 +14588,8 @@ export declare class CurrentUserEscortTaskTripsParams {
|
|
|
13720
14588
|
editTimeLt?: number;
|
|
13721
14589
|
/** 修改人 */
|
|
13722
14590
|
editUser?: string;
|
|
14591
|
+
/** 按ID批量排除 */
|
|
14592
|
+
excludeIds?: number[];
|
|
13723
14593
|
/**
|
|
13724
14594
|
* ID大于等于
|
|
13725
14595
|
* @format int64
|
|
@@ -13820,6 +14690,8 @@ export declare class CurrentUserReportTasksParams {
|
|
|
13820
14690
|
editTimeLt?: number;
|
|
13821
14691
|
/** 修改人 */
|
|
13822
14692
|
editUser?: string;
|
|
14693
|
+
/** 按ID批量排除 */
|
|
14694
|
+
excludeIds?: number[];
|
|
13823
14695
|
/**
|
|
13824
14696
|
* ID大于等于
|
|
13825
14697
|
* @format int64
|
|
@@ -13968,6 +14840,8 @@ export declare class HelmetParams {
|
|
|
13968
14840
|
editTimeLt?: number;
|
|
13969
14841
|
/** 修改人 */
|
|
13970
14842
|
editUser?: string;
|
|
14843
|
+
/** 按ID批量排除 */
|
|
14844
|
+
excludeIds?: number[];
|
|
13971
14845
|
/**
|
|
13972
14846
|
* ID大于等于
|
|
13973
14847
|
* @format int64
|
|
@@ -14042,6 +14916,8 @@ export declare class HelmetRentalParams {
|
|
|
14042
14916
|
editTimeLt?: number;
|
|
14043
14917
|
/** 修改人 */
|
|
14044
14918
|
editUser?: string;
|
|
14919
|
+
/** 按ID批量排除 */
|
|
14920
|
+
excludeIds?: number[];
|
|
14045
14921
|
/** 租借人身份证号 */
|
|
14046
14922
|
idCardNumber?: string;
|
|
14047
14923
|
/**
|
|
@@ -14161,6 +15037,8 @@ export declare class PageForPublicUserParams {
|
|
|
14161
15037
|
editTimeLt?: number;
|
|
14162
15038
|
/** 修改人 */
|
|
14163
15039
|
editUser?: string;
|
|
15040
|
+
/** 按ID批量排除 */
|
|
15041
|
+
excludeIds?: number[];
|
|
14164
15042
|
/** 租借人身份证号 */
|
|
14165
15043
|
idCardNumber?: string;
|
|
14166
15044
|
/**
|
|
@@ -14308,6 +15186,8 @@ export declare class GeoRecordParams {
|
|
|
14308
15186
|
editTimeLt?: number;
|
|
14309
15187
|
/** 修改人 */
|
|
14310
15188
|
editUser?: string;
|
|
15189
|
+
/** 按ID批量排除 */
|
|
15190
|
+
excludeIds?: number[];
|
|
14311
15191
|
/**
|
|
14312
15192
|
* ID大于等于
|
|
14313
15193
|
* @format int64
|
|
@@ -14431,6 +15311,8 @@ export declare class GeoRecordSimpleParams {
|
|
|
14431
15311
|
editTimeLt?: number;
|
|
14432
15312
|
/** 修改人 */
|
|
14433
15313
|
editUser?: string;
|
|
15314
|
+
/** 按ID批量排除 */
|
|
15315
|
+
excludeIds?: number[];
|
|
14434
15316
|
/**
|
|
14435
15317
|
* ID大于等于
|
|
14436
15318
|
* @format int64
|
|
@@ -14556,6 +15438,8 @@ export declare class GetPlaceParams {
|
|
|
14556
15438
|
editUser?: string;
|
|
14557
15439
|
/** 是否有效 */
|
|
14558
15440
|
enable?: boolean;
|
|
15441
|
+
/** 按ID批量排除 */
|
|
15442
|
+
excludeIds?: number[];
|
|
14559
15443
|
/**
|
|
14560
15444
|
* ID大于等于
|
|
14561
15445
|
* @format int64
|
|
@@ -14636,6 +15520,8 @@ export declare class GetRecordParams {
|
|
|
14636
15520
|
editTimeLt?: number;
|
|
14637
15521
|
/** 修改人 */
|
|
14638
15522
|
editUser?: string;
|
|
15523
|
+
/** 按ID批量排除 */
|
|
15524
|
+
excludeIds?: number[];
|
|
14639
15525
|
/**
|
|
14640
15526
|
* ID大于等于
|
|
14641
15527
|
* @format int64
|
|
@@ -14759,6 +15645,8 @@ export declare class RecordForCurrentUserParams {
|
|
|
14759
15645
|
editTimeLt?: number;
|
|
14760
15646
|
/** 修改人 */
|
|
14761
15647
|
editUser?: string;
|
|
15648
|
+
/** 按ID批量排除 */
|
|
15649
|
+
excludeIds?: number[];
|
|
14762
15650
|
/**
|
|
14763
15651
|
* ID大于等于
|
|
14764
15652
|
* @format int64
|
|
@@ -14874,6 +15762,8 @@ export declare class RecordImportParams {
|
|
|
14874
15762
|
editTimeLt?: number;
|
|
14875
15763
|
/** 修改人 */
|
|
14876
15764
|
editUser?: string;
|
|
15765
|
+
/** 按ID批量排除 */
|
|
15766
|
+
excludeIds?: number[];
|
|
14877
15767
|
/**
|
|
14878
15768
|
* ID大于等于
|
|
14879
15769
|
* @format int64
|
|
@@ -15002,6 +15892,8 @@ export declare class RecordSimpleParams {
|
|
|
15002
15892
|
editTimeLt?: number;
|
|
15003
15893
|
/** 修改人 */
|
|
15004
15894
|
editUser?: string;
|
|
15895
|
+
/** 按ID批量排除 */
|
|
15896
|
+
excludeIds?: number[];
|
|
15005
15897
|
/**
|
|
15006
15898
|
* ID大于等于
|
|
15007
15899
|
* @format int64
|
|
@@ -15115,6 +16007,8 @@ export declare class GetStatisticExportParams {
|
|
|
15115
16007
|
editTimeLt?: number;
|
|
15116
16008
|
/** 修改人 */
|
|
15117
16009
|
editUser?: string;
|
|
16010
|
+
/** 按ID批量排除 */
|
|
16011
|
+
excludeIds?: number[];
|
|
15118
16012
|
/**
|
|
15119
16013
|
* ID大于等于
|
|
15120
16014
|
* @format int64
|
|
@@ -15193,6 +16087,8 @@ export declare class GetTypeParams {
|
|
|
15193
16087
|
editUser?: string;
|
|
15194
16088
|
/** 是否有效 */
|
|
15195
16089
|
enable?: boolean;
|
|
16090
|
+
/** 按ID批量排除 */
|
|
16091
|
+
excludeIds?: number[];
|
|
15196
16092
|
/**
|
|
15197
16093
|
* ID大于等于
|
|
15198
16094
|
* @format int64
|
|
@@ -15281,6 +16177,8 @@ export declare class GetKpiTaskPlanParams {
|
|
|
15281
16177
|
endTimeGte?: number;
|
|
15282
16178
|
/** @format int64 */
|
|
15283
16179
|
endTimeLt?: number;
|
|
16180
|
+
/** 按ID批量排除 */
|
|
16181
|
+
excludeIds?: number[];
|
|
15284
16182
|
/**
|
|
15285
16183
|
* ID大于等于
|
|
15286
16184
|
* @format int64
|
|
@@ -15390,7 +16288,7 @@ export declare class UserTaskPlanDetailsParams {
|
|
|
15390
16288
|
endTimeLt?: number;
|
|
15391
16289
|
}
|
|
15392
16290
|
export declare type DetailByPlanIdPayload = KPITaskPlanDetailDTOReq[];
|
|
15393
|
-
export declare class
|
|
16291
|
+
export declare class TransferParams5 {
|
|
15394
16292
|
/**
|
|
15395
16293
|
* timeBegin
|
|
15396
16294
|
* @format int64
|
|
@@ -15402,7 +16300,7 @@ export declare class TransferParams4 {
|
|
|
15402
16300
|
*/
|
|
15403
16301
|
timeEnd?: number;
|
|
15404
16302
|
}
|
|
15405
|
-
export declare class
|
|
16303
|
+
export declare class TransferByXhParams2 {
|
|
15406
16304
|
/** xh */
|
|
15407
16305
|
xh: string;
|
|
15408
16306
|
}
|
|
@@ -15446,6 +16344,8 @@ export declare class GetRoadHazardsParams {
|
|
|
15446
16344
|
editTimeLt?: number;
|
|
15447
16345
|
/** 修改人 */
|
|
15448
16346
|
editUser?: string;
|
|
16347
|
+
/** 按ID批量排除 */
|
|
16348
|
+
excludeIds?: number[];
|
|
15449
16349
|
/** 按照处理人查询 */
|
|
15450
16350
|
handlerUserIn?: string[];
|
|
15451
16351
|
/**
|
|
@@ -15604,6 +16504,8 @@ export declare class GetRoadLeaderParams {
|
|
|
15604
16504
|
editTimeLt?: number;
|
|
15605
16505
|
/** 修改人 */
|
|
15606
16506
|
editUser?: string;
|
|
16507
|
+
/** 按ID批量排除 */
|
|
16508
|
+
excludeIds?: number[];
|
|
15607
16509
|
/**
|
|
15608
16510
|
* 按照id查询
|
|
15609
16511
|
* @format int64
|
|
@@ -15679,6 +16581,95 @@ export declare class V2FindWorkDepartmentsParams {
|
|
|
15679
16581
|
/** department */
|
|
15680
16582
|
department: string;
|
|
15681
16583
|
}
|
|
16584
|
+
export declare class GetVehicleParams {
|
|
16585
|
+
/** 是否可用车辆 */
|
|
16586
|
+
available?: boolean;
|
|
16587
|
+
/** 车辆类型 */
|
|
16588
|
+
category?: string;
|
|
16589
|
+
/**
|
|
16590
|
+
* 所属公司ID
|
|
16591
|
+
* @format int64
|
|
16592
|
+
*/
|
|
16593
|
+
companyId?: number;
|
|
16594
|
+
/** 所属公司名称(模糊) */
|
|
16595
|
+
companyName?: string;
|
|
16596
|
+
/**
|
|
16597
|
+
* 创建时间 大于等于
|
|
16598
|
+
* @format int64
|
|
16599
|
+
*/
|
|
16600
|
+
createTimeGte?: number;
|
|
16601
|
+
/**
|
|
16602
|
+
* 创建时间 小于
|
|
16603
|
+
* @format int64
|
|
16604
|
+
*/
|
|
16605
|
+
createTimeLt?: number;
|
|
16606
|
+
/** 创建人 */
|
|
16607
|
+
createUser?: string;
|
|
16608
|
+
/** 是否删除 */
|
|
16609
|
+
deleted?: boolean;
|
|
16610
|
+
/** 部门代码 */
|
|
16611
|
+
department?: string;
|
|
16612
|
+
/** 部门代码(批量) */
|
|
16613
|
+
departmentIn?: string[];
|
|
16614
|
+
/** 部门代码是否为空 */
|
|
16615
|
+
departmentIsNull?: boolean;
|
|
16616
|
+
/**
|
|
16617
|
+
* 最近修改时间 大于等于
|
|
16618
|
+
* @format int64
|
|
16619
|
+
*/
|
|
16620
|
+
editTimeGte?: number;
|
|
16621
|
+
/**
|
|
16622
|
+
* 最近修改时间 小于
|
|
16623
|
+
* @format int64
|
|
16624
|
+
*/
|
|
16625
|
+
editTimeLt?: number;
|
|
16626
|
+
/** 修改人 */
|
|
16627
|
+
editUser?: string;
|
|
16628
|
+
/** 按ID批量排除 */
|
|
16629
|
+
excludeIds?: number[];
|
|
16630
|
+
/** 号牌号码(模糊) */
|
|
16631
|
+
hphm?: string;
|
|
16632
|
+
/**
|
|
16633
|
+
* ID大于等于
|
|
16634
|
+
* @format int64
|
|
16635
|
+
*/
|
|
16636
|
+
idGte?: number;
|
|
16637
|
+
/**
|
|
16638
|
+
* ID小于
|
|
16639
|
+
* @format int64
|
|
16640
|
+
*/
|
|
16641
|
+
idLt?: number;
|
|
16642
|
+
/** 按ID批量查询 */
|
|
16643
|
+
ids?: number[];
|
|
16644
|
+
/** 是否包含当前用户管理部门可见的数据。默认: false */
|
|
16645
|
+
includeAdminDepartment?: boolean;
|
|
16646
|
+
/** 是否包含下级部门。默认: false */
|
|
16647
|
+
includeChildrenDepartment?: boolean;
|
|
16648
|
+
/** 是否包含上级部门。默认: false */
|
|
16649
|
+
includeParentDepartment?: boolean;
|
|
16650
|
+
/** 是否本岛车辆 */
|
|
16651
|
+
local?: boolean;
|
|
16652
|
+
/** 是否只返回当前用户管理部门可见的数据。默认: false */
|
|
16653
|
+
onlyAdminDepartment?: boolean;
|
|
16654
|
+
/** 是否只返回当前用户部门可见的数据。默认: false */
|
|
16655
|
+
onlyUserDepartment?: boolean;
|
|
16656
|
+
/** 排序规则 */
|
|
16657
|
+
orderBy?: string[];
|
|
16658
|
+
/**
|
|
16659
|
+
* 页码,从1开始
|
|
16660
|
+
* @format int32
|
|
16661
|
+
*/
|
|
16662
|
+
pageIndex?: number;
|
|
16663
|
+
/**
|
|
16664
|
+
* 每页数量
|
|
16665
|
+
* @format int32
|
|
16666
|
+
*/
|
|
16667
|
+
pageSize?: number;
|
|
16668
|
+
/** 备勤活动名称(模糊) */
|
|
16669
|
+
reserveActivityName?: string;
|
|
16670
|
+
/** 车辆状态 */
|
|
16671
|
+
status?: string;
|
|
16672
|
+
}
|
|
15682
16673
|
export declare class BatchPayload {
|
|
15683
16674
|
/**
|
|
15684
16675
|
* file
|
|
@@ -15719,6 +16710,8 @@ export declare class GetTrafficDeviceParams {
|
|
|
15719
16710
|
editTimeLt?: number;
|
|
15720
16711
|
/** 修改人 */
|
|
15721
16712
|
editUser?: string;
|
|
16713
|
+
/** 按ID批量排除 */
|
|
16714
|
+
excludeIds?: number[];
|
|
15722
16715
|
/**
|
|
15723
16716
|
* ID大于等于
|
|
15724
16717
|
* @format int64
|
|
@@ -15816,6 +16809,74 @@ declare class Api {
|
|
|
15816
16809
|
*/
|
|
15817
16810
|
report: (data: BaseInterviewRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
15818
16811
|
};
|
|
16812
|
+
businessCompany: {
|
|
16813
|
+
/**
|
|
16814
|
+
* @description 所需权限:business-company-find
|
|
16815
|
+
*
|
|
16816
|
+
* @tags businessCompany
|
|
16817
|
+
* @name GetBusinessCompany
|
|
16818
|
+
* @summary 分页查询公司
|
|
16819
|
+
* @request GET:/sz-traffic-service/business-company
|
|
16820
|
+
* @response `200` `PageResult公司信息` OK
|
|
16821
|
+
* @response `401` `void` Unauthorized
|
|
16822
|
+
* @response `403` `void` Forbidden
|
|
16823
|
+
* @response `404` `void` Not Found
|
|
16824
|
+
*/
|
|
16825
|
+
getBusinessCompany: (query: GetBusinessCompanyParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResult公司信息>;
|
|
16826
|
+
/**
|
|
16827
|
+
* @description 所需权限:business-company-manage
|
|
16828
|
+
*
|
|
16829
|
+
* @tags businessCompany
|
|
16830
|
+
* @name PostBusinessCompany
|
|
16831
|
+
* @summary 新增或修改公司
|
|
16832
|
+
* @request POST:/sz-traffic-service/business-company
|
|
16833
|
+
* @response `200` `number` OK
|
|
16834
|
+
* @response `201` `void` Created
|
|
16835
|
+
* @response `401` `void` Unauthorized
|
|
16836
|
+
* @response `403` `void` Forbidden
|
|
16837
|
+
* @response `404` `void` Not Found
|
|
16838
|
+
*/
|
|
16839
|
+
postBusinessCompany: (data: Type公司信息, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
16840
|
+
/**
|
|
16841
|
+
* @description 所需权限:business-company-find
|
|
16842
|
+
*
|
|
16843
|
+
* @tags businessCompany
|
|
16844
|
+
* @name List
|
|
16845
|
+
* @summary 查询公司列表
|
|
16846
|
+
* @request GET:/sz-traffic-service/business-company/list
|
|
16847
|
+
* @response `200` `(Type公司信息)[]` OK
|
|
16848
|
+
* @response `401` `void` Unauthorized
|
|
16849
|
+
* @response `403` `void` Forbidden
|
|
16850
|
+
* @response `404` `void` Not Found
|
|
16851
|
+
*/
|
|
16852
|
+
list: (query: ListParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Type公司信息[]>;
|
|
16853
|
+
/**
|
|
16854
|
+
* @description 所需权限:business-company-find
|
|
16855
|
+
*
|
|
16856
|
+
* @tags businessCompany
|
|
16857
|
+
* @name GetById
|
|
16858
|
+
* @summary 获取公司详情
|
|
16859
|
+
* @request GET:/sz-traffic-service/business-company/{id}
|
|
16860
|
+
* @response `200` `Type公司信息` OK
|
|
16861
|
+
* @response `401` `void` Unauthorized
|
|
16862
|
+
* @response `403` `void` Forbidden
|
|
16863
|
+
* @response `404` `void` Not Found
|
|
16864
|
+
*/
|
|
16865
|
+
getById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Type公司信息>;
|
|
16866
|
+
/**
|
|
16867
|
+
* @description 所需权限:business-company-manage
|
|
16868
|
+
*
|
|
16869
|
+
* @tags businessCompany
|
|
16870
|
+
* @name DeleteById
|
|
16871
|
+
* @summary 删除公司
|
|
16872
|
+
* @request DELETE:/sz-traffic-service/business-company/{id}
|
|
16873
|
+
* @response `200` `void` OK
|
|
16874
|
+
* @response `204` `void` No Content
|
|
16875
|
+
* @response `401` `void` Unauthorized
|
|
16876
|
+
* @response `403` `void` Forbidden
|
|
16877
|
+
*/
|
|
16878
|
+
deleteById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
16879
|
+
};
|
|
15819
16880
|
chengguan: {
|
|
15820
16881
|
/**
|
|
15821
16882
|
* @description 查询目前的以及下一个决定书编号,实际不生成<br>所需权限:chengguan:jdsbh:manage
|
|
@@ -19456,7 +20517,7 @@ declare class Api {
|
|
|
19456
20517
|
* @response `403` `void` Forbidden
|
|
19457
20518
|
* @response `404` `void` Not Found
|
|
19458
20519
|
*/
|
|
19459
|
-
transfer: (query:
|
|
20520
|
+
transfer: (query: TransferParams5, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
19460
20521
|
/**
|
|
19461
20522
|
* @description 给嘉兴数据迁移使用<br>所需权限:jz:latent:danger:delete
|
|
19462
20523
|
*
|
|
@@ -19470,7 +20531,7 @@ declare class Api {
|
|
|
19470
20531
|
* @response `403` `void` Forbidden
|
|
19471
20532
|
* @response `404` `void` Not Found
|
|
19472
20533
|
*/
|
|
19473
|
-
transferByXh: (query:
|
|
20534
|
+
transferByXh: (query: TransferByXhParams2, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
19474
20535
|
/**
|
|
19475
20536
|
* @description 给嘉兴数据迁移使用<br>所需权限:jz:latent:danger:delete
|
|
19476
20537
|
*
|
|
@@ -20186,6 +21247,20 @@ declare class Api {
|
|
|
20186
21247
|
* @response `404` `void` Not Found
|
|
20187
21248
|
*/
|
|
20188
21249
|
v2AlarmPage: (data: RoadworksV2AlarmQueryBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResultRoadworksV2AlarmDTO>;
|
|
21250
|
+
/**
|
|
21251
|
+
* @description 所需权限:jz:roadworks:v2:alarm:report
|
|
21252
|
+
*
|
|
21253
|
+
* @tags trafficRoadworks
|
|
21254
|
+
* @name V2AlarmReportNotDutyByXh
|
|
21255
|
+
* @summary 非责任人员施工巡查
|
|
21256
|
+
* @request POST:/sz-traffic-service/traffic-roadworks/v2/alarm/report/not-duty/{xh}
|
|
21257
|
+
* @response `200` `RoadworksV2AlarmDTO` OK
|
|
21258
|
+
* @response `201` `void` Created
|
|
21259
|
+
* @response `401` `void` Unauthorized
|
|
21260
|
+
* @response `403` `void` Forbidden
|
|
21261
|
+
* @response `404` `void` Not Found
|
|
21262
|
+
*/
|
|
21263
|
+
v2AlarmReportNotDutyByXh: (xh: string, data: ReportRoadworksNotDutyAlarmRequest, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<RoadworksV2AlarmDTO>;
|
|
20189
21264
|
/**
|
|
20190
21265
|
* @description 所需权限:jz:roadworks:v2:alarm:report
|
|
20191
21266
|
*
|
|
@@ -20817,6 +21892,143 @@ declare class Api {
|
|
|
20817
21892
|
*/
|
|
20818
21893
|
putRecoverByXh: (xh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
20819
21894
|
};
|
|
21895
|
+
tow: {
|
|
21896
|
+
/**
|
|
21897
|
+
* @description 所需权限:tow:order:find
|
|
21898
|
+
*
|
|
21899
|
+
* @tags tow
|
|
21900
|
+
* @name OrderPage
|
|
21901
|
+
* @summary 订单分页查询
|
|
21902
|
+
* @request POST:/sz-traffic-service/tow/order/page
|
|
21903
|
+
* @response `200` `PageResult拖车订单` OK
|
|
21904
|
+
* @response `201` `void` Created
|
|
21905
|
+
* @response `401` `void` Unauthorized
|
|
21906
|
+
* @response `403` `void` Forbidden
|
|
21907
|
+
* @response `404` `void` Not Found
|
|
21908
|
+
*/
|
|
21909
|
+
orderPage: (data: TowOrderQueryBean, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResult拖车订单>;
|
|
21910
|
+
/**
|
|
21911
|
+
* @description 所需权限:tow:order:driver
|
|
21912
|
+
*
|
|
21913
|
+
* @tags tow
|
|
21914
|
+
* @name OrderPageMeDriver
|
|
21915
|
+
* @summary 司机我的订单查询
|
|
21916
|
+
* @request POST:/sz-traffic-service/tow/order/page-me-driver
|
|
21917
|
+
* @response `200` `PageResult拖车订单` OK
|
|
21918
|
+
* @response `201` `void` Created
|
|
21919
|
+
* @response `401` `void` Unauthorized
|
|
21920
|
+
* @response `403` `void` Forbidden
|
|
21921
|
+
* @response `404` `void` Not Found
|
|
21922
|
+
*/
|
|
21923
|
+
orderPageMeDriver: (data: Type司机我的订单查询, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResult拖车订单>;
|
|
21924
|
+
/**
|
|
21925
|
+
* @description 所需权限:tow:order:find
|
|
21926
|
+
*
|
|
21927
|
+
* @tags tow
|
|
21928
|
+
* @name OrderPageMePolice
|
|
21929
|
+
* @summary 民警我的订单查询
|
|
21930
|
+
* @request POST:/sz-traffic-service/tow/order/page-me-police
|
|
21931
|
+
* @response `200` `PageResult拖车订单` OK
|
|
21932
|
+
* @response `201` `void` Created
|
|
21933
|
+
* @response `401` `void` Unauthorized
|
|
21934
|
+
* @response `403` `void` Forbidden
|
|
21935
|
+
* @response `404` `void` Not Found
|
|
21936
|
+
*/
|
|
21937
|
+
orderPageMePolice: (data: Type民警我的订单查询, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResult拖车订单>;
|
|
21938
|
+
/**
|
|
21939
|
+
* @description 所需权限:tow:order:manage
|
|
21940
|
+
*
|
|
21941
|
+
* @tags tow
|
|
21942
|
+
* @name OrderSave
|
|
21943
|
+
* @summary 保存订单
|
|
21944
|
+
* @request POST:/sz-traffic-service/tow/order/save
|
|
21945
|
+
* @response `200` `number` OK
|
|
21946
|
+
* @response `201` `void` Created
|
|
21947
|
+
* @response `401` `void` Unauthorized
|
|
21948
|
+
* @response `403` `void` Forbidden
|
|
21949
|
+
* @response `404` `void` Not Found
|
|
21950
|
+
*/
|
|
21951
|
+
orderSave: (data: Type拖车订单Req, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
21952
|
+
/**
|
|
21953
|
+
* @description 所需权限:tow:order:find
|
|
21954
|
+
*
|
|
21955
|
+
* @tags tow
|
|
21956
|
+
* @name GetOrderByXh
|
|
21957
|
+
* @summary 查询订单详情
|
|
21958
|
+
* @request GET:/sz-traffic-service/tow/order/{xh}
|
|
21959
|
+
* @response `200` `Type拖车订单Res` OK
|
|
21960
|
+
* @response `401` `void` Unauthorized
|
|
21961
|
+
* @response `403` `void` Forbidden
|
|
21962
|
+
* @response `404` `void` Not Found
|
|
21963
|
+
*/
|
|
21964
|
+
getOrderByXh: (xh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Type拖车订单Res>;
|
|
21965
|
+
/**
|
|
21966
|
+
* @description 所需权限:tow:order:manage
|
|
21967
|
+
*
|
|
21968
|
+
* @tags tow
|
|
21969
|
+
* @name DeleteOrderByXh
|
|
21970
|
+
* @summary 删除订单
|
|
21971
|
+
* @request DELETE:/sz-traffic-service/tow/order/{xh}
|
|
21972
|
+
* @response `200` `void` OK
|
|
21973
|
+
* @response `204` `void` No Content
|
|
21974
|
+
* @response `401` `void` Unauthorized
|
|
21975
|
+
* @response `403` `void` Forbidden
|
|
21976
|
+
*/
|
|
21977
|
+
deleteOrderByXh: (xh: string, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
21978
|
+
/**
|
|
21979
|
+
* @description 所需权限:tow-vehicle-find
|
|
21980
|
+
*
|
|
21981
|
+
* @tags tow
|
|
21982
|
+
* @name GetVehicle
|
|
21983
|
+
* @summary 分页查询车辆
|
|
21984
|
+
* @request GET:/sz-traffic-service/tow/vehicle
|
|
21985
|
+
* @response `200` `PageResult车辆信息` OK
|
|
21986
|
+
* @response `401` `void` Unauthorized
|
|
21987
|
+
* @response `403` `void` Forbidden
|
|
21988
|
+
* @response `404` `void` Not Found
|
|
21989
|
+
*/
|
|
21990
|
+
getVehicle: (query: GetVehicleParams, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<PageResult车辆信息>;
|
|
21991
|
+
/**
|
|
21992
|
+
* @description 所需权限:tow-vehicle-manage
|
|
21993
|
+
*
|
|
21994
|
+
* @tags tow
|
|
21995
|
+
* @name PostVehicle
|
|
21996
|
+
* @summary 新增或修改车辆
|
|
21997
|
+
* @request POST:/sz-traffic-service/tow/vehicle
|
|
21998
|
+
* @response `200` `number` OK
|
|
21999
|
+
* @response `201` `void` Created
|
|
22000
|
+
* @response `401` `void` Unauthorized
|
|
22001
|
+
* @response `403` `void` Forbidden
|
|
22002
|
+
* @response `404` `void` Not Found
|
|
22003
|
+
*/
|
|
22004
|
+
postVehicle: (data: Type车辆信息Req, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<number>;
|
|
22005
|
+
/**
|
|
22006
|
+
* @description 所需权限:tow-vehicle-find
|
|
22007
|
+
*
|
|
22008
|
+
* @tags tow
|
|
22009
|
+
* @name GetVehicleById
|
|
22010
|
+
* @summary 获取车辆详情
|
|
22011
|
+
* @request GET:/sz-traffic-service/tow/vehicle/{id}
|
|
22012
|
+
* @response `200` `Type车辆信息Res` OK
|
|
22013
|
+
* @response `401` `void` Unauthorized
|
|
22014
|
+
* @response `403` `void` Forbidden
|
|
22015
|
+
* @response `404` `void` Not Found
|
|
22016
|
+
*/
|
|
22017
|
+
getVehicleById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<Type车辆信息Res>;
|
|
22018
|
+
/**
|
|
22019
|
+
* @description 所需权限:tow-vehicle-manage
|
|
22020
|
+
*
|
|
22021
|
+
* @tags tow
|
|
22022
|
+
* @name DeleteVehicleById
|
|
22023
|
+
* @summary 删除车辆
|
|
22024
|
+
* @request DELETE:/sz-traffic-service/tow/vehicle/{id}
|
|
22025
|
+
* @response `200` `void` OK
|
|
22026
|
+
* @response `204` `void` No Content
|
|
22027
|
+
* @response `401` `void` Unauthorized
|
|
22028
|
+
* @response `403` `void` Forbidden
|
|
22029
|
+
*/
|
|
22030
|
+
deleteVehicleById: (id: number, axiosConfig?: AxiosRequestConfig & Record<string, any>) => Promise<void>;
|
|
22031
|
+
};
|
|
20820
22032
|
trafficCongestion: {
|
|
20821
22033
|
/**
|
|
20822
22034
|
* No description
|