system针对审计日志的微调

This commit is contained in:
2024-08-19 19:55:12 +08:00
parent f36b3f9ee9
commit c2af7e708c
5 changed files with 116 additions and 17 deletions

View File

@@ -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;
}