| | |
| | | * @return 结果 |
| | | */ |
| | | public int updateArdAlarmpointsWell(ArdAlarmpointsWell ardAlarmpointsWell); |
| | | |
| | | /** |
| | | * 修改井管理按井号 |
| | | * |
| | | * @param ardAlarmpointsWell 井管理 |
| | | * @return 结果 |
| | | */ |
| | | public int updateArdAlarmpointsWellByWellId(ArdAlarmpointsWell ardAlarmpointsWell); |
| | | /** |
| | | * 批量删除井管理 |
| | | * |
| | |
| | | * @param operName 操作用户 |
| | | * @return 结果 |
| | | */ |
| | | public String importUser(List<ArdAlarmpointsWell> ardAlarmpointsWellList, Boolean isUpdateSupport, String operName); |
| | | public String importWell(List<ArdAlarmpointsWell> ardAlarmpointsWellList, Boolean isUpdateSupport, String operName); |
| | | /** |
| | | * 校验用户是否有数据权限 |
| | | * |