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