Browse Source

feat(types): 修改IProcedureItem字段类型

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
c60fc039da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -164,7 +164,7 @@ export interface IProcedureItem {
   ID: string;
   approvalStatus: string;
   content: string;
-  approvalTime: number;
+  approvalTime: string;
 }
 
 export interface IApproval {