2 changed files with 14 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||
|
package com.tduck.cloud.project.entity.struct; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
/** |
||||
|
* @author : wangqing |
||||
|
* @description : 分页组件属性 |
||||
|
* @create : 2021/05/19 10:29 |
||||
|
**/ |
||||
|
@Data |
||||
|
public class PaginationExpandStruct { |
||||
|
|
||||
|
} |
Loading…
Reference in new issue