| | |
| | | import com.aps.common.core.constant.SecurityConstants; |
| | | import com.aps.common.core.constant.ServiceNameConstants; |
| | | import com.aps.common.core.domain.R; |
| | | import com.aps.common.core.web.domain.AjaxResult; |
| | | import com.aps.system.api.factory.RemoteCoreFallbackFactory; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | @PostMapping("/materialStorageManagement/setStorageDataToRedis") |
| | | R<Boolean> setStorageDataToRedis(@RequestHeader(SecurityConstants.FROM_SOURCE) String source); |
| | | |
| | | /** |
| | | * 刷新钣金子单数据到Redis |
| | | * @param source |
| | | * @return |
| | | */ |
| | | @PostMapping("/apsPlatePlan/setPlateSubPlansToRedis") |
| | | R<AjaxResult> setPlateSubPlansToRedis(@RequestHeader(SecurityConstants.FROM_SOURCE) String source); |
| | | |
| | | } |