购物管理添加租户ID
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user