1、修改data模块的queryDir接口

This commit is contained in:
2026-02-03 21:30:59 +08:00
parent 9d821ca1f9
commit 9f717f14ce
7 changed files with 321 additions and 0 deletions

View File

@@ -47,4 +47,10 @@ public class QueryDirReq extends BaseReq {
@Schema(description = "项目id")
String projectId;
/**
* 文件夹id
*/
@Schema(description = "文件夹id")
private Long dirId;
}