Slackbot
10/12/2023, 5:28 AMalexove
10/12/2023, 5:42 AMpackage tech.andean
class UrbanAuth {
String id
String huGroup
String name
String code
static belongsTo = [type:UrbanAuthType,ubigeus:Ubigeus]
static hasMany = [roads:Road]
static constraints = {
huGroup nullable:true,blank:true
}
static mapping = {
id generator:'assigned'
}
}