Przeglądaj źródła

feat(client): 在ModifyType添加BUSINESS

LuoHaoxuan 3 lat temu
rodzic
commit
e650262c3f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/processLog.ts

+ 1 - 0
types/src/interface/processLog.ts

@@ -4,6 +4,7 @@ export enum ModifyType {
   FIELD = 'field', // 字段
   COLLABORATOR = 'collaborator', // 协审人
   COST_FILE = 'costFile', // 造价文件
+  BUSINESS = 'business', // 业务
 }
 export enum OperateType {
   MODIFY = '修改',