package com.xjrsoft.module.print.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xjrsoft.module.print.entity.PrintConfig; import org.apache.ibatis.annotations.Mapper; /** *

* Mapper 接口 *

* * @author tzx * @since 2023-05-23 */ @Mapper public interface PrintConfigMapper extends BaseMapper { }