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