mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
6 lines
86 B
JavaScript
6 lines
86 B
JavaScript
module.exports = Model('RelationModel', function(){
|
|
'use strict';
|
|
return {
|
|
|
|
}
|
|
}) |