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