DirectiveController.java
431 Bytes
package com.bsth.controller.realcontrol;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
*
* @ClassName: DirectiveController
* @Description: TODO(调度指令)
* @author PanZhao
* @date 2016年6月7日 上午9:52:11
*
*/
@RestController
@RequestMapping("/realcontrol/directive")
public class DirectiveController {
}