loulijun2021
2022-11-05 c4b49d08cef0805e17646eef03e1c1a62316c3b2
src/api/dzkb.js
@@ -114,3 +114,11 @@
    method: 'get'
  })
}
// 车间看板公告
export function WkspReportNotice(data) {
  return request({
    url: 'KanBanManagerent/WkspReportNotice',
    method: 'post',
    params: data
  })
}