feat(analytics): CapabilityDevice 增加 material_name(X 轴展示物料名)

- 后端 CapabilityDevice 新增 material_name,get_capability_profile 查询并填充
- 前端类型同步 material_name
This commit is contained in:
2026-08-14 15:43:22 +08:00
parent 00741ae288
commit 1e374e76bf
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,7 @@ export interface CapabilityDevice {
product_sn: string; // 身份证
external_serial: string | null; // 产品序列号(业务序列号)
spec_model: string;
material_name: string; // 物料名称
}
export interface CapabilitySeries {