@@ -334,7 +334,7 @@ export interface IInsertCptGlj {
unit: string;
specs?: string;
type: number;
- basePrice?: number;
+ basePrice: number;
model?: number;
}