@@ -39,6 +39,7 @@ export interface IDecimal {
export interface IBillsQuantityDecimal {
unit: string;
decimal: number;
+ ID:string;
}
// 呈现选项