zhouwx
2025-06-16 bdd99a4f6edb84d8eebe6afc38c2c2f86fb4a52c
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>;
}