licp
2024-04-29 c30b850bdf5c48a2279f293d414850c32501192a
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
  })
}