소스 검색

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

vian 5 년 전
부모
커밋
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;
+}