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