Explorar o código

feat(types): 添加信息价名称

zhangweicheng %!s(int64=5) %!d(string=hai) anos
pai
achega
9b5d9bf1ce
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/src/interface/base.ts

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

@@ -160,6 +160,7 @@ export enum ActionName {
   updateIndexKey = 'updateIndexKey', // 修改定额工料机的名称,规格,单位
   addRationGljs = 'addRationGljs', // 添加定额工料机(多个)
   replaceRationGlj = 'replaceRationGlj', // 替换定额工料机(单个)
+  applyAllInfoPrice = 'applyAllInfoPrice', // 批量套用信息价
 }
 
 export interface IBaseFilter {