style(api): 统一代码风格并修复语法问题

- 统一import语句的空格格式
- 修复分号缺失问题
- 调整函数参数换行格式以符合规范
- 删除多余空行保持代码整洁
- 修复字符串拼接的换行格式问题
This commit is contained in:
2026-01-21 00:26:14 +08:00
parent 7a37f66081
commit 82ac209505
559 changed files with 40550 additions and 37977 deletions

View File

@@ -1,5 +1,5 @@
import type { PageParam } from '@/api';
import {HjmFence} from "@/api/hjm/hjmFence/model";
import { HjmFence } from '@/api/hjm/hjmFence/model';
/**
* 车辆管理
@@ -50,13 +50,13 @@ export interface HjmCar {
// 位置
location?: string;
// 经度
longitude?: string,
longitude?: string;
// 纬度
latitude?: string,
latitude?: string;
// 区域
district?: string;
// 地址
address?: string,
address?: string;
// 组织ID
organizationId?: number;
// 父级组织ID