ServiceDataInterface.java
402 Bytes
//package com.bsth.controller.realcontrol;
//
//import org.springframework.web.bind.annotation.RequestMapping;
//import org.springframework.web.bind.annotation.RestController;
//
///**
// * 对外的营运数据接口,主要输出当日的数据
// * Created by panzhao on 2017/3/15.
// */
//@RestController
//@RequestMapping("/companyService")
//public class ServiceDataInterface {
//}