新增:批量导入商品功能

This commit is contained in:
2025-12-30 17:18:20 +08:00
parent a6cd0c3d52
commit f4e6705f3f
791 changed files with 24581 additions and 13909 deletions

View File

@@ -6,7 +6,7 @@ import type { PageParam } from '@/api';
export interface OaAssetsUser {
// 自增ID
id?: number;
// 角色10体验成员 20开发者成员 30管理员
// 角色10体验成员 20开发者成员 30管理员
role?: number;
// 用户ID
userId?: number;