import java.math.BigDecimal class Cloth { ... BigDecimal price ... static mapping = { price sqlType: "money" } }
No comments:
Post a Comment