2016-01-05 10:21:09 +08:00

7 lines
111 B
JavaScript

'use strict';
export default class extends think.controller.base {
/**
* some base method in here
*/
}