package com.ruoyi.system.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.ruoyi.system.model.TCrmBranchArea; /** *

* crm分公司管辖区域 Mapper 接口 *

* * @author xiaochen * @since 2025-08-20 */ public interface TCrmBranchAreaMapper extends BaseMapper { }