package com.xjrsoft.module.demo.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.demo.entity.MultiChild; import org.apache.ibatis.annotations.Mapper; /** * @Author: tzx * @Date: 2022/4/26 15:24 */ @Mapper public interface MultiChildMapper extends MPJBaseMapper { }