调度补齐卖家姓名和电话
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user