package com.tievd.jyz.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.tievd.jyz.entity.Label; import org.apache.ibatis.annotations.Select; import java.util.List; /** * Label * @author cube * @since 2023-02-27 * @version V2.0.0 */ public interface LabelMapper extends BaseMapper