szpt-driver-api 1.0.89 → 1.0.91

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 CHANGED
@@ -769,15 +769,11 @@ export declare class AccidentSimpleDTO {
769
769
  department: string;
770
770
  /** 部门简称 */
771
771
  departmentShortname: string;
772
- /** 证据列表 */
773
- evidenceList: Evidence[];
774
772
  /**
775
773
  * 事故记录ID
776
774
  * @format int64
777
775
  */
778
776
  id: number;
779
- /** 打标列表 */
780
- labelList: AccidentLabelDTO[];
781
777
  /** 经纬度 */
782
778
  latlng: PointRes;
783
779
  /** 事故来源 */