basic-server/src/main/java/com/ruoyi/basic/mapper/CoalFieldMapper.java
@@ -4,6 +4,8 @@ import com.ruoyi.basic.entity.CoalField; import org.apache.ibatis.annotations.Mapper; import java.util.Set; /** * <p> * 煤质信息表,记录煤炭质量检测相关数据 Mapper 接口 @@ -15,4 +17,5 @@ @Mapper public interface CoalFieldMapper extends BaseMapper<CoalField> { Set<String> getFieldNamesByNames(Set<String> fieldNames); }