package com.usky.pm.mapper; import com.usky.common.mybatis.core.CrudMapper; import com.usky.pm.domain.MceMbuser; import org.springframework.stereotype.Repository; /** *
* 消息中心_移动端注册表 Mapper 接口 *
* * @author han * @since 2024-05-10 */ @Repository public interface MceMbuserMapper extends CrudMapper