王震
2023-12-18 26c4f7ae79ad5ad2300876b94f96f19e4f93d53a
1
2
3
4
5
6
7
8
9
import request from '@/router/axios'
 
export function addObj(obj) {
  return request({
    url: '/mes/poc/save',
    method: 'post',
    data: obj
  })
}