Commit be8a90b6 by huluobin

# update

parent 46943033
package com.blt.other.module.sys.dto.request;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* <p>
......@@ -10,13 +11,13 @@ import lombok.Data;
* @author robbendev
* @since 2020/12/17 10:19 上午
*/
@EqualsAndHashCode(callSuper = true)
@Data
public class SpecDepartmentCheckQueryPageReq extends SpecDepartmentCheckBaseQuery{
public class SpecDepartmentCheckQueryPageReq extends SpecDepartmentCheckBaseQuery {
private Integer pageNum;
private Integer pageSize;
}
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