This commit is contained in:
dhr
2025-09-06 14:37:46 +08:00
87 changed files with 7561 additions and 2061 deletions

View File

@ -101,3 +101,11 @@ export function getProjectId() {
method: 'get'
});
}
export const getFootNote = (data) => {
return request({
url: 'gps/equipmentSon/getList',
method: 'get',
data: data
});
};