| File was renamed from ycl-platform/src/main/java/com/ycl/controller/smoke/SmokeController.java |
| | |
| | | import com.ycl.entity.smoke.OdsInTime; |
| | | import com.ycl.service.smoke.IOdsCustomerService; |
| | | import com.ycl.service.smoke.IOdsInTimeService; |
| | | import com.ycl.vo.store.StoreInfoVO; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | @RestController |
| | | @RequestMapping("/smoker") |
| | | @RequestMapping("/smoke") |
| | | @Api(tags = "油烟管理管理") |
| | | public class SmokeController extends BaseController { |
| | | public class InTimeController extends BaseController { |
| | | |
| | | IOdsInTimeService inTimeService; |
| | | IOdsCustomerService customerService; |