feat: 【ANTD】代码生成时,可选择生成批量删除接口

This commit is contained in:
puhui999
2025-05-19 12:52:14 +08:00
parent d7d6d0544a
commit 2e0c7e23e9
2 changed files with 14 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ export namespace InfraCodegenApi {
createTime: Date;
updateTime: Date;
templateType: number;
deleteBatch: boolean;
parentMenuId: number;
}