TransferController.java
482 Bytes
package com.huaheng.pc.config.transfer.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* 移库配置
* 配置闲时时间段,
* 闲时移库热门物料到靠近出口的位置
*
*需要首先收集热门物料的信息。
* 或者查询最近一根约的出入单,确定物料热度
*
*
* */
@Controller
@RequestMapping("/config/transfer")
public class TransferController {
}