controller.js
313 Bytes
/*
* @Author: Targaryen
* @Date: 2017-04-27 14:55:31
* @Last Modified by: Targaryen
* @Last Modified time: 2017-05-02 13:57:55
*/
'use strict';
import {Controller} from 'yoho-mvc';
class DetailController extends Controller {
constructor() {
super();
}
}
module.exports = DetailController;