瀏覽代碼

feat(types): 新增IProcedureItem接口

LuoHaoxuan 4 年之前
父節點
當前提交
2b475ea8a2
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      types/src/interface/process.ts

+ 7 - 0
types/src/interface/process.ts

@@ -160,6 +160,13 @@ export interface IProcedureProcess {
   conditionInfo: IConditionInfoItem[];
 }
 
+export interface IProcedureItem {
+  ID: string;
+  approvalStatus: string;
+  content: string;
+  approvalTime: string;
+}
+
 export interface IApproval {
   ID: string;
   name: string;