package com.qianwen.smartman.modules.smis.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.qianwen.smartman.modules.smis.entity.ProductType; public interface ProductTypeMapper extends BaseMapper { }