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