zhou zhou
6 天以前 40905cbd04c2e332cd4bc2b9e0c5b3e1da9cccfa
rsf-admin/src/page/system/aiCallLog/index.jsx
New file
@@ -0,0 +1,6 @@
import AiCallLogList from "./AiCallLogList";
export default {
    list: AiCallLogList,
    recordRepresentation: (record) => `${record?.requestId || ""}`,
};