2016-01-07 16:50:59 +08:00

17 lines
260 B
TypeScript

/// <reference path="../../../typings/thinkjs/think.d.ts" />
'use strict';
/**
* logic
* @param {} []
* @return {} []
*/
export default class extends think.logic.base {
/**
* index action logic
* @return {} []
*/
indexAction(){
}
}