订单功能增加手机号和昵称查询

This commit is contained in:
2026-05-17 13:59:16 +08:00
parent 52c505df89
commit fb1a86f0e0
3 changed files with 18 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ public interface ILbOrderRowService extends IService<LbOrderRow> {
String isResell,
String dataType,
String orderSn,
String phone,
Long buyerId,
Long sellerId,
Integer status,