liding
3 天以前 49e1bc66ebaf696ebd3fc3ed33d65c8795fd3cde
main-business/src/main/java/com/ruoyi/business/controller/InputInventoryRecordController.java
@@ -2,20 +2,20 @@
import org.springframework.web.bind.annotation.RequestMapping;
import lombok.AllArgsConstructor;
    import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
    * 入库记录表 前端控制器
    * </p>
*
* @author chenhj
* @since 2025-06-14
*/
 * <p>
 * 入库记录表 前端控制器
 * </p>
 *
 * @author chenhj
 * @since 2025-06-14
 */
@RestController
@AllArgsConstructor
@RequestMapping("/business/inputInventoryRecord")
        public class InputInventoryRecordController {
public class InputInventoryRecordController {
    }
}