fix: 多语言字段变更优化字典映射类型

This commit is contained in:
TsMask
2025-02-20 10:44:55 +08:00
parent 7322759545
commit 814bae0b94
7 changed files with 41 additions and 52 deletions

View File

@@ -1,7 +0,0 @@
/**数据列表 */
type DataList = {
code: number;
msg: string;
total: number;
rows: Record<string, any>;
};