export interface IQuantityDetail { ID: string; name?: string; regex?: string; result?: number; isSummation: boolean; // 0:false 1:true }