mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
module.exports = Model({
|
|
testName: "welefen",
|
|
hasFile: function(){
|
|
return true;
|
|
}
|
|
}) |