import apiClient from "./index"; // 조회 - 목록 export const findCodeListProc = data => { return apiClient.post('/system/cmmnCode/findCodeList.json', data); }