chen.lin
20 小时以前 82065a03737fa1370eb9f4f01ab5332933baf08a
1
2
3
4
5
6
7
8
9
import React from "react";
import RcsTestList from "./RcsTestList";
 
export default {
    list: RcsTestList,
    recordRepresentation: (record) => {
        return `${record.id}`
    }
};