zhouwx
2024-07-16 392ff42d4115e0edf003757c85827cf0b5b56acb
src/types/gasManage.d.ts
@@ -25,10 +25,11 @@
    title: string;
    isShowUserDialog: boolean;
    gasForm: {
        id: string;
        gasName: string;
        gasMolecularFormula: string;
        gasThreshold: string;
        gasUnit: string;
    };
    gasFormRules:{},
}
}