parent
afdb37670b
commit
2cfc908404
@ -0,0 +1,13 @@
|
||||
import axios from "../../utils/axios";
|
||||
|
||||
/**
|
||||
* 更新码创建时间
|
||||
* @param data
|
||||
*/
|
||||
export function updateCodesTime(data) {
|
||||
return axios({
|
||||
url: "/warehouse/inout/code/updateCodesTime",
|
||||
method: "post",
|
||||
data: data
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue