thinkjs/lib/Extend/Model/AdvModel.class.js
2014-01-08 07:04:48 +08:00

11 lines
142 B
JavaScript

/**
* 高级模型
* @return {[type]} [description]
*/
modle.exports = Model(function(){
return {
countSelect: function(){
}
}
})