功能增加参数

This commit is contained in:
2026-01-13 18:00:39 +08:00
parent 924db70d84
commit cbc0c8f4dd
10 changed files with 104 additions and 97 deletions

View File

@@ -71,4 +71,24 @@ public class FunItemEntity extends BaseEntity implements Serializable {
*/
private Long itemId;
/**
* 是否需要请求参数
*/
private Boolean isReqParams;
/**
* 是否需要响应参数
*/
private Boolean isResParams;
/**
* 是否分页
*/
private Boolean isPage;
/**
* 路径参数与请求参数true互斥
*/
private String pathParams;
}