Browse Source

feat(types): 企业人材机增加价格地区

vian 3 years ago
parent
commit
b1ff73fe53
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/src/interface/glj.ts

+ 2 - 0
types/src/interface/glj.ts

@@ -378,6 +378,8 @@ export interface ICptGlj extends IBaseRationGlj {
   displayLibName?: string; // 工料机所在库在前端UI上的显示,如:[企业库]。
   displayLibName?: string; // 工料机所在库在前端UI上的显示,如:[企业库]。
   alias?: string; // 别名(名称 规格)
   alias?: string; // 别名(名称 规格)
   period?: string; // 期数
   period?: string; // 期数
+  areaName?: string; // 价格地区
+  areaID?: string; // 价格地区
   operationID?: string; // 操作ID 防止未来需要撤销批量入库
   operationID?: string; // 操作ID 防止未来需要撤销批量入库
 }
 }