export interface IBubblerProcessParamObj {
    optValue?: number;
    value?: number;
}
