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