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