feat: 完成车辆收费、水电抄表
This commit is contained in:
@@ -62,5 +62,5 @@ export function costMeterWaterRemove(id: ID | IDS) {
|
||||
|
||||
// 根据业主id查询
|
||||
export function ultimoWater(id: ID | IDS) {
|
||||
return requestClient.deleteWithMsg<void>(`/property/ultimoWater/${id}`);
|
||||
return requestClient.get<any>(`/property/meterWater/ultimoWater/${id}`);
|
||||
}
|
@@ -51,6 +51,8 @@ export interface CostMeterWaterVO {
|
||||
* 搜索值
|
||||
*/
|
||||
searchValue: string;
|
||||
costType:string;
|
||||
userId:string;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user