package com.ydtech.modules.admin.dao; import com.ydtech.modules.admin.model.po.SysWechatCustomerDuty; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author Administrator * @description 针对表【sys_wechat_customer_duty(微信客服值班时间)】的数据库操作Mapper * @createDate 2025-04-17 10:14:27 * @Entity com.ydtech.modules.admin.model.po.SysWechatCustomerDuty */ public interface SysWechatCustomerDutyMapper extends BaseMapper { }