- Timestamp:
- Apr 21, 2011, 5:57:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders/grails-app/domain/InventoryItem.groovy
r726 r892 1 1 class InventoryItem { 2 2 3 InventoryGroup inventoryGroup 3 4 InventoryType inventoryType … … 6 7 Picture picture 7 8 Supplier preferredSupplier 9 8 10 String name 9 11 String description = ""
Note: See TracChangeset
for help on using the changeset viewer.