system针对审计日志的微调
This commit is contained in:
@@ -46,4 +46,16 @@ public class AuditParam {
|
||||
@Range(min = 1,message = "条数必须大于0")
|
||||
private Integer pageSize;
|
||||
|
||||
@ApiModelProperty("排序")
|
||||
private String orderBy;
|
||||
|
||||
@ApiModelProperty("排序字段")
|
||||
private String sortBy;
|
||||
|
||||
@ApiModelProperty("排序字段中文名")
|
||||
private String sortName;
|
||||
|
||||
@ApiModelProperty("是否导出")
|
||||
private boolean export;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user