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