source:
trunk/grails-app/domain/dbnp/importer/ImportMapping.groovy
@
359
Last change on this file since 359 was 359, checked in by duh, 13 years ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | package dbnp.importer |
2 | |
3 | class ImportMapping { |
4 | |
5 | static hasMany = [columns: MappingColumn] |
6 | |
7 | static constraints = { |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.