支付统计 增加时间筛选
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package cn.ysk.cashier.dto.order;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
public class TbPayCountQueryCriteria {
|
||||
private String shopId;
|
||||
private List<Long> createdAt;
|
||||
}
|
||||
Reference in New Issue
Block a user