diff --git a/src/main/java/com/gxwebsoft/shop/entity/ShopDealerApply.java b/src/main/java/com/gxwebsoft/shop/entity/ShopDealerApply.java index e5234d5..3ea7ec1 100644 --- a/src/main/java/com/gxwebsoft/shop/entity/ShopDealerApply.java +++ b/src/main/java/com/gxwebsoft/shop/entity/ShopDealerApply.java @@ -72,6 +72,12 @@ public class ShopDealerApply implements Serializable { @Schema(description = "房号") private String roomNumber; + @Schema(description = "接待人用户ID") + private Integer receptionistId; + + @Schema(description = "接待人名称") + private String receptionistName; + @Schema(description = "佣金比例") @TableField(exist = false) private BigDecimal rate;