rsf-server/src/main/java/com/vincent/rsf/server/api/controller/erp/BaseInfoController.java
@@ -25,10 +25,10 @@ private ReceiveMsgService receiveMsgService; /** * @author Ryan * @date 2025/8/19 * @author Munch D. Luffy * @date 2026/3/18 * @description: 物料信息同步 * @version 1.0 * @version 1.1 */ @ApiOperation(value = "基础物料信息同步") @PostMapping("/sync/base/matnrs") @@ -114,7 +114,7 @@ /** * @author Ryan * @date 2025/8/19 * @description: 仓库信息同步 * @description: 企业信息同步 * @version 1.0 */ @ApiOperation(value = "企业信息同步") @@ -128,3 +128,4 @@ }