Commit 38ccacfd2e70f1ec067ad0315a6fd257dcb15cc9

Authored by 潘钊
1 parent 59088a69

update...

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java 0 → 100644
  1 +//package com.bsth.controller.realcontrol;
  2 +//
  3 +//import org.springframework.web.bind.annotation.RequestMapping;
  4 +//import org.springframework.web.bind.annotation.RestController;
  5 +//
  6 +///**
  7 +// * 对外的营运数据接口,主要输出当日的数据
  8 +// * Created by panzhao on 2017/3/15.
  9 +// */
  10 +//@RestController
  11 +//@RequestMapping("/companyService")
  12 +//public class ServiceDataInterface {
  13 +//}
... ...