春风项目四线(合箱线、总装线)
懒羊羊
2024-01-24 5fc5876a94dcbd5e9a9fb91f5e3c01211e9c2d96
jcdm-ui/src/api/main/sc/stationConf.js
@@ -9,6 +9,14 @@
  })
}
// 查询Ip
export function getIp() {
  return request({
    url: '/sc/stationConf/getIp',
    method: 'get',
  })
}
// 查询工位终端配置详细
export function getStationConf(id) {
  return request({