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