1、关注/取消关注项目接口

This commit is contained in:
2026-02-13 10:50:46 +08:00
parent e7bbb3adcf
commit 3ec6cfda91
15 changed files with 564 additions and 11 deletions

View File

@@ -47,4 +47,9 @@ public class SpdmNodeListReq {
*/
private String exeStatus;
/**
* 查询类型0所有1我关注的2我负责的2026-02-13 逻辑待定)
*/
private Integer type;
}