This commit is contained in:
bb_pan 2025-08-29 17:24:24 +08:00
parent 0c3f9c57aa
commit 050378defc
1 changed files with 9 additions and 0 deletions

View File

@ -692,3 +692,12 @@ export function getProjectInfoApi(data) {
data
})
}
// 获取项目信息
export function getProTotalListApi(data) {
return request({
url: '/material/material_maMachine/getTotalList',
method: 'get',
params: data
})
}