`
ggyyleo
  • 浏览: 47080 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论

asas

阅读更多
class Device {
    String deviceId
    String devicePassword
  
    static constraints = {
    }
}

 Device device = new Device(deviceId:'hi',devicePassword:'hi')
       device.save(flush:true);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics