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