修改批量出入库
This commit is contained in:
@@ -68,4 +68,8 @@ public class TbOrderInfoQueryCriteria{
|
||||
/** BETWEEN */
|
||||
@Query(type = Query.Type.BETWEEN)
|
||||
private List<Long> createdAt;
|
||||
|
||||
|
||||
@Query
|
||||
private String tableName;
|
||||
}
|
||||
@@ -6,6 +6,11 @@ import java.util.List;
|
||||
|
||||
@Data
|
||||
public class TbPayCountQueryCriteria {
|
||||
|
||||
|
||||
private String shopId;
|
||||
|
||||
private String tableName;
|
||||
|
||||
private List<Long> createdAt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user