Explorar el Código

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

LuoHaoxuan hace 3 años
padre
commit
2715a776c9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/subjectExecutor.ts

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

@@ -3,7 +3,7 @@ import { BusinessTypeKey } from './subjectUnit';
 export interface member {
 export interface member {
   ID: string;
   ID: string;
   approvalStatus: string;
   approvalStatus: string;
-  approvalTime: string;
+  approvalTime: number;
 }
 }
 
 
 export interface IExecutorApprovaledPermission {
 export interface IExecutorApprovaledPermission {