Changeset 422 for trunk/grails-app/domain
- Timestamp:
- Mar 2, 2010, 4:34:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/InventoryItem.groovy
r416 r422 8 8 String name 9 9 String description = "" 10 String comment = "" 10 11 String manufacturersPartNumber 11 12 BigDecimal estimatedUnitPriceAmount … … 35 36 picture(nullable:true) 36 37 name(unique:true, blank:false, maxSize:50) 37 description() 38 description(maxSize:255) 39 comment(maxSize:500) 38 40 unitsInStock(min:0) 39 41 unitOfMeasure()
Note: See TracChangeset
for help on using the changeset viewer.