Skip to content

Instantly share code, notes, and snippets.

@lucastex
Created August 12, 2009 13:43
Show Gist options
  • Save lucastex/166509 to your computer and use it in GitHub Desktop.
Save lucastex/166509 to your computer and use it in GitHub Desktop.
class Empresa {
String razaoSocial
String cnpj
static constraints = {
razaoSocial()
cnpj(cnpj:true)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment