thinkjs/template/model/relation.js
2015-08-25 17:43:53 +08:00

8 lines
95 B
JavaScript

'use strict';
/**
* model
* @type {Class}
*/
module.exports = think.model('relation', {
});