Pu Zhibing
2025-01-14 2c44da15d2ed01cefdc0d9e12497ebbd0ef2c8f9
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/vo/OrderDetailVO.java
@@ -80,4 +80,13 @@
    @ApiModelProperty(value = "门店id")
    private Integer shopId;
    @ApiModelProperty(value = "技师名称")
    private String technicianName;
    @ApiModelProperty(value = "技师id")
    private Integer technicianId;
    @ApiModelProperty(value = "预约单id")
    private String technicianSubscribeId;
}