功能增加参数
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user