- package com.fdkankan.agent.service;
- import com.fdkankan.agent.entity.ContactUsPoint;
- import com.baomidou.mybatisplus.extension.service.IService;
- /**
- * <p>
- * 服务类
- * </p>
- *
- * @author
- * @since 2025-10-21
- */
- public interface IContactUsPointService extends IService<ContactUsPoint> {
- }
|