/** * 更新属性 */ export interface UpdateProps { /** * 数据表 */ table: any; /** * 布局 */ layout: any; /** * 跳转操作 */ next: any; /** * 数据集 */ set: any; }