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