LAC 跨服务调用软适配接口完成
parent
a6e8265e29
commit
da7ba77dab
@ -0,0 +1,22 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.model.common;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.pojo.base.common.Pager;
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :
|
||||||
|
* @Reference :
|
||||||
|
* @Author : wei.peng
|
||||||
|
* @CreateDate : 19-11-4 下午7:37
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
@Data
|
||||||
|
public class CloudPagerModel<T> {
|
||||||
|
|
||||||
|
@ApiParam("查询对象")
|
||||||
|
private T obj;
|
||||||
|
|
||||||
|
@ApiParam("分页参数")
|
||||||
|
private Pager pager;
|
||||||
|
}
|
Loading…
Reference in New Issue