@@ -120,7 +120,7 @@ export enum ActionType {
}
// 统一subject更新提交数据入口,为撤销功能做准备
-export interface ISetData<T> {
+export interface ISetData<T = any> {
projectID: string; // 考虑到可能会跨项目更新,提高一层
module: CptModelName;
action: ActionType;