wuxw
2025-02-25 4f365007869668ee035dc44ca98263b85ced8d8a
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);
}