add - 壳胆绑定报表

master
zhouhy 4 months ago
parent 834cba4285
commit a5db3ed49c

@ -0,0 +1,10 @@
import request from '@/utils/request'
// 查询壳胆绑定报表
export function listCodeBanding(query) {
return request({
url: '/report/productionReport/codeBandingReportList',
method: 'get',
params: query
})
}
Loading…
Cancel
Save