zhouwx
2025-05-08 446d5c8eda333a4e6ee3fb6e838e9d859fc847f5
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:{},
}
}