aijinhui
2023-09-14 0a1b51f38e6ddccb1a9664b9d1bd4671b2cac32b
ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java
@@ -98,6 +98,15 @@
     */
    public void checkWellAllowed(ArdAlarmpointsWell well);
    /**
     * 核对井号是否唯一
     *
     * @param id 需要核对的井的主键
     * @return 结果
     */
    public Boolean checkWellIdExists(ArdAlarmpointsWell well);
    List<ArdAlarmpointsWell> wellByDeptList(List<Long> deptList);
    ArdAlarmpointsWell wellById(String id);