Commit a2c61c57 authored by 陈立彬's avatar 陈立彬

1.fix userid 字段类型

parent 5bf19720
......@@ -17,9 +17,9 @@ public class PageRequest {
private Integer entId;
@Schema(description = "用户id")
private Long userId;
private String userId;
private Long id;
private String id;
@Schema(description = "状态")
private Integer status;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment