春风项目四线(合箱线、总装线)
wujian
2024-10-23 2c65c31aceb16c1d06c692266e3fb555ecafdfb5
jcdm-ui/src/api/main/da/passingStationCollection/passingStationCollection.js
@@ -8,6 +8,14 @@
    params: query
  })
}
export function selectDaPassingStationCollectionForSearch(query) {
  return request({
    url: '/da/passingStationCollection/selectDaPassingStationCollectionForSearch',
    method: 'get',
    params: query
  })
}
//查询首页top五数据
export function getTopProcess() {
  return request({
@@ -75,3 +83,11 @@
    method: 'delete'
  })
}
export function getProductNum(query) {
  return request({
    url: '/da/passingStationCollection/getProductNum',
    method: 'get',
    params: query
  })
}