| | |
| | | |
| | | 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 { |
| | | |
| | | } |
| | | } |