| | |
| | | import com.ruoyi.shop.domain.dto.ShopAppointableTimeListDto; |
| | | import com.ruoyi.shop.domain.vo.MyAppointmentListVo; |
| | | import com.ruoyi.shop.domain.vo.ShopAppointableTimeListVo; |
| | | import com.ruoyi.system.api.domain.poji.shop.ShopAppointableTime; |
| | | import com.ruoyi.system.api.domain.poji.shop.TShopAppointableTime; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | |
| | | * @author zhibing.pu |
| | | * @Date 2025/5/26 15:13 |
| | | */ |
| | | public interface ShopAppointableTimeMapper extends BaseMapper<ShopAppointableTime> { |
| | | public interface ShopAppointableTimeMapper extends BaseMapper<TShopAppointableTime> { |
| | | |
| | | |
| | | /** |
| | |
| | | * @param dto |
| | | * @return |
| | | */ |
| | | List<ShopAppointableTime> getShopAppointableTimeList(Page<ShopAppointableTimeListVo> page, @Param("item") ShopAppointableTimeListDto dto); |
| | | List<TShopAppointableTime> getShopAppointableTimeList(Page<ShopAppointableTimeListVo> page, @Param("item") ShopAppointableTimeListDto dto); |
| | | |
| | | |
| | | /** |