package com.xjrsoft.module.print.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.print.entity.PrintSchema; import org.apache.ibatis.annotations.Mapper; /** *

* 打印模板 Mapper 接口 *

* * @author tzx * @since 2023-05-19 */ @Mapper public interface PrintSchemaMapper extends MPJBaseMapper { }