Advertisement
pichaya_om

hr_license_list

Apr 19th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.58 KB | None | 0 0
  1. license_list = [
  2.     {
  3.         student_id: '12345', // ในกรณีที่เปิดใช้งานแล้ว,
  4.         employee_id: '12345xxx',
  5.         full_name: 'om choo',
  6.         department: 'dev',
  7.         position: 'dev',
  8.         course: 'toeic',
  9.         total_progress: 10,
  10.         username: OPD001,
  11.         is_activated: false // false=ยังไม่เปิดใช้งาน true=เปิดใช้งานแล้ว,
  12.         activate_date: Date or None,
  13.         email: 'om@choo.com',
  14.         employee_image: '/media/...'
  15.     }
  16. ]
  17.  
  18. departments = [
  19. {
  20.     id: 1,
  21.     name: 'Dev'
  22. },
  23. {
  24.     id: 2,
  25.     name: 'Marketing'
  26. }
  27. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement