浏览代码

feat(types): 人材机价格变更数据

vian 4 年之前
父节点
当前提交
a9ff25daed
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      types/src/interface/glj.ts

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

@@ -413,3 +413,9 @@ export interface IGljForCalcRationPrice {
   type: GljType;
   [props: string]: any;
 }
+
+// 价格变更人材机
+export interface IPriceChangeGlj {
+  ID: string;
+  basePrice: number;
+}