Przeglądaj źródła

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/SCCommon

zhangweicheng 5 lat temu
rodzic
commit
03df33a7dc
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      types/src/interface/base.ts

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

@@ -132,6 +132,7 @@ export enum ActionType {
 export enum ActionName {
   // ration相关
   addStdRations = 'addStdRations', // 添加标准定额
+  resetColMetas = 'resetColMetas', // 重置默认列设置
 }
 
 // 统一subject更新提交数据入口,为撤销功能做准备