mod: 更新注释

This commit is contained in:
kailong321200875 2024-06-06 10:39:13 +08:00
parent 57bc03cd0a
commit 12eca8fa18
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@ interface AllSchemas {
detailSchema: DescriptionsSchema[]
}
// 过滤所有结构
/**
* @deprecated 使
*/
export const useCrudSchemas = (
crudSchema: CrudSchema[]
): {