模块增加参数
This commit is contained in:
@@ -66,4 +66,24 @@ public class FunModuleEntity extends BaseEntity implements Serializable {
|
||||
*/
|
||||
private Integer sortOrder;
|
||||
|
||||
/**
|
||||
* 是否需要请求参数
|
||||
*/
|
||||
private Boolean isReqParams;
|
||||
|
||||
/**
|
||||
* 是否需要响应参数
|
||||
*/
|
||||
private Boolean isResParams;
|
||||
|
||||
/**
|
||||
* 是否分页
|
||||
*/
|
||||
private Boolean isPage;
|
||||
|
||||
/**
|
||||
* 路径参数(与请求参数true互斥)
|
||||
*/
|
||||
private String pathParams;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user