zhouwx
2024-12-25 d4e1ca6f1078a8257fcf068f51e03a624b29b3b2
src/types/gasManage.d.ts
@@ -14,7 +14,7 @@
            pageIndex: number;
            pageSize: number;
            searchParams:{
                gasName: string
                name: string
            }
        };
    }
@@ -25,10 +25,12 @@
    title: string;
    isShowUserDialog: boolean;
    gasForm: {
        gasName: string;
        gasMolecularFormula: string;
        gasThreshold: string;
        gasUnit: string;
        id: string | null,
        gasCategoryId: string| null,
        orientation: string,
        concentration: number | string,
        multiplication: number | string,
    };
    gasFormRules:{},
}
    positionList: Array<any>;
}