package com.malk.huagao.mapper; import com.malk.huagao.entity.KdYdCustomerLiaison; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** *

* Mapper 接口 *

* * @author LQY * @since 2025-10-13 */ public interface KdYdCustomerLiaisonMapper extends BaseMapper { }