mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
11 lines
142 B
JavaScript
11 lines
142 B
JavaScript
/**
|
|
* 高级模型
|
|
* @return {[type]} [description]
|
|
*/
|
|
modle.exports = Model(function(){
|
|
return {
|
|
countSelect: function(){
|
|
|
|
}
|
|
}
|
|
}) |