You are on page 1of 1

package com.

project

import java.sql.Timestamp

class Corporate {
String name;
String address;
String city
String state;
String country
String zip
Date dateCreated

Date startDate

Date endDate
String dbUrl
String dbUsername
String dbPassword
Boolean exportRequired
Timestamp lastModified
static constraints = {
name(unique:true)
//parent(nullable:true,blank:true)
}
}

You might also like