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