1
1 天以前 28b4c9e4e1855e61b9abea4c591e95094e1afd18
1
2
3
4
5
6
import AiCallLogList from "./AiCallLogList";
 
export default {
    list: AiCallLogList,
    recordRepresentation: (record) => `${record?.requestId || ""}`,
};