Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class MYAPPConfig {
  2. String fiscalYear
  3. Integer requestCount
  4.  
  5. static constraints = {
  6. fiscalYear (size: 4..4, nullable: false)
  7. requestCount(max: 999, nullable: false)
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement