# Conflicts:
#	src/views/product/requirement/index.vue
#	src/views/system/user-management-relation/index.vue
This commit is contained in:
dk
2026-05-09 13:44:08 +08:00
104 changed files with 13044 additions and 1028 deletions

View File

@@ -21,6 +21,12 @@ declare namespace Api {
list: T[];
}
/** 产品入口页概览统计 */
interface ProductOverviewSummary {
/** 产品状态数量映射key 为后端状态编码 */
statusCounts: Record<string, number>;
}
interface Product {
/** 产品 ID */
id: string;