同步6/16

This commit is contained in:
Zy
2026-06-01 18:12:58 +08:00
parent 38274ab612
commit 50e7b14fd6
183 changed files with 8956 additions and 4803 deletions

View File

@@ -73,3 +73,14 @@ export const uploadCar = (formdata: FormData) => {
data: formdata
});
};
/**
* 获取用户端app-用户
* */
export const getAppUser = (data) => {
return request({
url: '/car/getAppUserList',
method: 'GET',
params: data
});
};

View File

@@ -2,17 +2,17 @@ export interface CarVO {
/**
* 车辆管理表id
*/
id: string | number;
id: string;
/**
* 区域id
*/
areaId: string | number;
areaId: string;
/**
* 车位id
*/
parkingId: string | number;
parkingId: string;
/**
* 持有人id(住户表id)