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