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