| | |
| | | import cn.gistack.sm.sjztmd.entity.TbAttResRsbSpillway; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName ITbAttResRsbSpillwayService |
| | | * @Description TODO |
| | |
| | | * @param guid |
| | | * @return |
| | | */ |
| | | TbAttResRsbSpillway getDetailByGuid(String guid); |
| | | List<TbAttResRsbSpillway> getDetailByGuid(String guid); |
| | | |
| | | /** |
| | | * 编辑 |
| | | * @param tbAttResRsbSpillway |
| | | * @return |
| | | */ |
| | | boolean updateByGuid(TbAttResRsbSpillway tbAttResRsbSpillway); |
| | | boolean updateByGuid(List<TbAttResRsbSpillway> tbAttResRsbSpillway); |
| | | |
| | | /** |
| | | * 审核 |
| | | * @param tbAttResRsbSpillway |
| | | * @return |
| | | */ |
| | | boolean auditByGuid(TbAttResRsbSpillway tbAttResRsbSpillway); |
| | | boolean auditByGuid(List<TbAttResRsbSpillway> tbAttResRsbSpillway); |
| | | } |