| | |
| | | * @Version 1.0 |
| | | * add by wuxw 2019/4/24 |
| | | **/ |
| | | @FeignClient(name = "${java110.common-service}", configuration = {FeignConfiguration.class}) |
| | | @FeignClient(name = "common-service", configuration = {FeignConfiguration.class}) |
| | | @RequestMapping("/machineAttrApi") |
| | | public interface IMachineAttrInnerServiceSMO { |
| | | |
| | |
| | | @RequestMapping(value = "/saveMachineAttrs", method = RequestMethod.POST) |
| | | int saveMachineAttrs(@RequestBody MachineAttrPo machineAttrPo); |
| | | |
| | | @RequestMapping(value = "/updateMachineAttrs", method = RequestMethod.POST) |
| | | int updateMachineAttrs(@RequestBody MachineAttrPo attr); |
| | | } |