歌曲管理
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package cn.ysk.cashier.dto.shop;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class TbShopSongQueryCriteria {
|
||||
|
||||
private String shopId;
|
||||
private String name;
|
||||
/**
|
||||
* 从1开始
|
||||
*/
|
||||
private Long page = 1L;
|
||||
/**
|
||||
* 展示数量
|
||||
*/
|
||||
private Long size = 10L;
|
||||
}
|
||||
Reference in New Issue
Block a user