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