Ver código fonte

feat(types): 添加

zhangweicheng 4 anos atrás
pai
commit
f5f2b43ae5
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      types/src/interface/base.ts

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

@@ -163,6 +163,7 @@ export enum ActionName {
   addRationGljs = 'addRationGljs', // 添加定额工料机(多个)
   addRationGljs = 'addRationGljs', // 添加定额工料机(多个)
   replaceRationGlj = 'replaceRationGlj', // 替换定额工料机(单个)
   replaceRationGlj = 'replaceRationGlj', // 替换定额工料机(单个)
   applyAllInfoPrice = 'applyAllInfoPrice', // 批量套用信息价
   applyAllInfoPrice = 'applyAllInfoPrice', // 批量套用信息价
+  pasteBlock = 'pasteBlock', // 复制整块
 }
 }
 
 
 export interface IBaseFilter {
 export interface IBaseFilter {