parent
925e153aca
commit
1ae1ebb771
4 changed files with 33 additions and 3 deletions
@ -0,0 +1,23 @@ |
|||||||
|
package org.springblade.scheduling.pojo.vo; |
||||||
|
|
||||||
|
import io.swagger.v3.oas.annotations.media.Schema; |
||||||
|
import lombok.Data; |
||||||
|
import org.springblade.core.mp.support.Query; |
||||||
|
|
||||||
|
|
||||||
|
/** |
||||||
|
* TODO:功能描述 |
||||||
|
* |
||||||
|
* @author sjx |
||||||
|
* @version 1.0 |
||||||
|
* @BelongsProject jonhon-mes-svr |
||||||
|
* @BelongsPackage org.springblade.scheduling.pojo.vo |
||||||
|
* @since 2026-01-28 16:19 |
||||||
|
*/ |
||||||
|
@Data |
||||||
|
public class GlassCakeOrderPageQuery { |
||||||
|
|
||||||
|
private Integer current; |
||||||
|
|
||||||
|
private Integer size; |
||||||
|
} |
||||||
Loading…
Reference in new issue