购物管理添加租户ID

This commit is contained in:
2026-06-07 09:43:06 +08:00
parent 2b026cba2c
commit dd0cf8d74d
3 changed files with 40 additions and 4 deletions

View File

@@ -30,6 +30,10 @@ public class LbBuyerShopping implements Serializable {
@Schema(description = "订单ID外部系统主键")
private Long id;
@TableField("tenant_id")
@Schema(description = "租户ID")
private String tenantId;
@TableField("seller_id")
@Schema(description = "卖家ID")
private Long sellerId;