Prechádzať zdrojové kódy

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

vian 4 rokov pred
rodič
commit
a9ff25daed
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      types/src/interface/glj.ts

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

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