|
@@ -35,6 +35,10 @@ export interface ClaimItem {
|
|
|
purchaseDate: string; // 购买日期
|
|
purchaseDate: string; // 购买日期
|
|
|
mountDate: string; // 安装日期
|
|
mountDate: string; // 安装日期
|
|
|
runMileage: number; // 行驶里程
|
|
runMileage: number; // 行驶里程
|
|
|
|
|
+ storeName?: string; // 门店名称
|
|
|
|
|
+ storeAddress?: string; // 门店地址
|
|
|
|
|
+ storeContact?: string; // 门店联系人
|
|
|
|
|
+ storePhone?: string; // 门店联系电话
|
|
|
vehicleNumber?: string; // 车牌号
|
|
vehicleNumber?: string; // 车牌号
|
|
|
tireQuantity?: number; // 轮胎数量
|
|
tireQuantity?: number; // 轮胎数量
|
|
|
brandItem?: string; // 花纹
|
|
brandItem?: string; // 花纹
|
|
@@ -158,6 +162,10 @@ export interface ClaimItem {
|
|
|
purchaseDate: string;
|
|
purchaseDate: string;
|
|
|
mountDate: string;
|
|
mountDate: string;
|
|
|
runMileage: number;
|
|
runMileage: number;
|
|
|
|
|
+ storeName?: string;
|
|
|
|
|
+ storeAddress?: string;
|
|
|
|
|
+ storeContact?: string;
|
|
|
|
|
+ storePhone?: string;
|
|
|
vehicleNumber?: string;
|
|
vehicleNumber?: string;
|
|
|
tireQuantity?: number;
|
|
tireQuantity?: number;
|
|
|
brandItem?: string;
|
|
brandItem?: string;
|