예제 #1
0
 def addNotification(self):
     notification = Notification()
     notification.employee_id = 10
     notification.message = "Fucc a"
     notification.active = "Y"
     print Notification.add(notification)