main-business/src/main/java/com/ruoyi/business/controller/OfficialInventoryController.java
@@ -8,6 +8,7 @@ import com.ruoyi.business.vo.OfficialInventoryVo; import com.ruoyi.common.core.domain.R; import lombok.AllArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.*; import java.util.List; @@ -23,6 +24,7 @@ @RestController @AllArgsConstructor @Slf4j @RequestMapping("/officialInventory") public class OfficialInventoryController { @@ -61,6 +63,7 @@ return R.ok(officialInventoryService.editOfficial(officialInventoryDto)); } /** * 合并 */