redis key

订单管理 查询接口
This commit is contained in:
2024-03-13 11:52:29 +08:00
parent 6568318806
commit a3da1826fa
3 changed files with 23 additions and 13 deletions

View File

@@ -44,6 +44,14 @@ public class TbOrderInfoQueryCriteria{
@Query
private String status;
/** 精确 */
@Query
private String orderType;
/** 精确 */
@Query
private String payType;
/** 精确 */
@Query
private String shopId;