Explorar el Código

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

vian hace 4 años
padre
commit
a9ff25daed
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;
+}