fwq
2024-04-11 f31ae0176ba124a2a39121584f5c39c3de932157
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java
@@ -17,6 +17,6 @@
     * @param syncUserProjectItem
     * @return
     */
    @PostMapping(value = "/sync/executionRecord/updateUserProjectItm")
    @PostMapping(value = "/sync/executionRecord/updateUserProjectItem")
    Result updateUserProjectItm(SyncUserProjectItem syncUserProjectItem);
}