Guest User

Untitled

a guest
May 28th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. /**
  2.  * @extends coldmvc.Model
  3.  * @accessors true
  4.  */
  5. component {
  6.  
  7.     property id;
  8.     property previousName;
  9.     property newName;
  10.     property createdOn;
  11.     property createdBy;
  12.  
  13. }
Add Comment
Please, Sign In to add comment