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