java110
2023-08-25 18d1f4bc4f4f77c8883702a00896dd99469db648
java110-interface/src/main/java/com/java110/intf/common/IMachineAttrInnerServiceSMO.java
@@ -18,7 +18,7 @@
 * @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 {
@@ -50,4 +50,6 @@
    @RequestMapping(value = "/saveMachineAttrs", method = RequestMethod.POST)
    int saveMachineAttrs(@RequestBody MachineAttrPo machineAttrPo);
    @RequestMapping(value = "/updateMachineAttrs", method = RequestMethod.POST)
    int updateMachineAttrs(@RequestBody MachineAttrPo attr);
}