| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import java.util.ArrayList; |
| | | import java.util.Map; |
| | | |
| | | import com.ruoyi.common.utils.StringUtils; |
| | | import com.ruoyi.common.utils.SecurityUtils; |
| | | import com.ruoyi.sy.mapper.ArdTankWallMapper; |
| | |
| | | List<ArdTankWall> result = ardTankWallMapper.getAllArdTankWall(); |
| | | return result; |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String,String>> getArdTankWallByLockId(String id) { |
| | | List<Map<String,String>> result = ardTankWallMapper.getArdTankWallByLockId(id); |
| | | return result; |
| | | } |
| | | } |