Ver código fonte

📝 docs(commands): update generic-crud documentation

- clarify the examples of associated entity schema files, adding "如 file.schema.ts、 user.schema.ts等" for better understanding
yourname 3 meses atrás
pai
commit
217968e218

+ 1 - 1
.roo/commands/generic-crud-创建实体验证规则.md

@@ -5,7 +5,7 @@ description: "创建已有实体的schema指令"
 按通用curd开发规范开发
 
 检查已有实体类文件 your-entity.entity.ts
-检查其关联的实体的 schema文件
+检查其关联的实体的 schema文件, 如 file.schema.ts、 user.schema.ts等
 创建实体Zod Schema定义文件 your-entity.schema.ts
 
 注意: