master
parent
1aa45c06c6
commit
3208a94e3a
|
@ -13,7 +13,6 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* 分页参数
|
||||
* @author yami
|
||||
*/
|
||||
@Schema
|
||||
@ParameterObject
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
|
@ -98,6 +100,7 @@
|
|||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-nacos-remote</artifactId>
|
||||
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -67,6 +67,7 @@ public class DefinedController {
|
|||
);
|
||||
|
||||
PageParam<Defined>pageDTO=definedService.page(page,queryWrapper);
|
||||
|
||||
return Result.success(pageDTO);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue