Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.24 KB | None | 0 0
  1. package CENTRALSQ
  2.  
  3. class SqtAfiliacion {
  4.     String numCaja
  5.     int enviado
  6.  
  7.     SqtTienda tienda
  8.     SqtCaja caja
  9.     SqtBanco banco
  10.  
  11.     static constraints = {
  12.         numCaja maxSize: 2
  13.         enviado nullable:true
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement