修改批量出入库

This commit is contained in:
韩鹏辉
2024-07-09 10:50:30 +08:00
parent 8245ae9b8c
commit 90bfde259c
5 changed files with 42 additions and 7 deletions

View File

@@ -68,4 +68,8 @@ public class TbOrderInfoQueryCriteria{
/** BETWEEN */
@Query(type = Query.Type.BETWEEN)
private List<Long> createdAt;
@Query
private String tableName;
}

View File

@@ -6,6 +6,11 @@ import java.util.List;
@Data
public class TbPayCountQueryCriteria {
private String shopId;
private String tableName;
private List<Long> createdAt;
}