调度补齐卖家姓名和电话

This commit is contained in:
2026-05-18 13:31:29 +08:00
parent fb1a86f0e0
commit 457de72b27
12 changed files with 383 additions and 45 deletions

View File

@@ -40,6 +40,14 @@ public class LbOrderRow implements Serializable {
@Schema(description = "卖家 id")
private Long sellerId;
@TableField("seller_name")
@Schema(description = "卖家姓名")
private String sellerName;
@TableField("seller_phone")
@Schema(description = "卖家电话")
private String sellerPhone;
@TableField("buyer_id")
@Schema(description = "买家 id")
private Long buyerId;