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