Changeset 162 for trunk/grails-app/domain
- Timestamp:
- Oct 22, 2009, 8:26:09 PM (15 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/SystemSection.groovy
r121 r162 1 1 class SystemSection { 2 2 3 3 Site site 4 Department department 4 5 5 6 String name 6 7 String description = "" 8 String costCode = "" 7 9 boolean isActive = true 8 10
Note: See TracChangeset
for help on using the changeset viewer.