export interface RTableProps {
    /** 是否已读 */
    readOnly?: boolean;
}
