| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.other.api.domain.TCompany; |
| | | import com.ruoyi.other.api.domain.TCoupon; |
| | | import com.ruoyi.other.api.domain.TEnterpriseUserApplication; |
| | | import com.ruoyi.other.api.domain.TUserTag; |
| | | import com.ruoyi.other.api.domain.*; |
| | | import com.ruoyi.other.api.dto.TagListQueryDto; |
| | | import com.ruoyi.other.api.dto.UnitListQueryDto; |
| | | import com.ruoyi.other.api.feignClient.OtherClient; |
| | |
| | | import org.springframework.cloud.openfeign.FallbackFactory; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | public R<List<TEnterpriseUserApplication>> getTnterPrise() { |
| | | return R.fail("查询:"+throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<Region> getRegionBuyCode(String code) { |
| | | return R.fail("远程调用根据code查询名称失败:"+throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<List<TSystemConfiguration>> getTSystemConfiguration() { |
| | | return R.fail("远程调用获取配置失败:"+throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<BigDecimal> getCarDisCharge() { |
| | | return R.fail("远程调用获取配置失败:"+throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<BigDecimal> getGreenElectricity() { |
| | | return R.fail("远程调用获取配置失败:"+throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R carportData(String parkingPlace) { |
| | | return R.fail("远程调用获取配置失败:"+throwable.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<HashMap<String, Object>> getCarportData() { |
| | | return R.fail("远程调用获取配置失败:"+throwable.getMessage()); |
| | | } |
| | | }; |
| | | } |
| | | } |