liyong
2026-01-30 d8db360a1e89a0ac654a1f4efcaab8ffe6ef169c
basic-server/src/main/java/com/ruoyi/basic/mapper/CoalPlanMapper.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.basic.entity.CoalPlan;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
 * <p>
@@ -15,4 +16,5 @@
@Mapper
public interface CoalPlanMapper extends BaseMapper<CoalPlan> {
    int existsFieldIds(@Param("fieldIds") String fieldIds);
}