mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-05-25 10:02:49 +08:00
6 lines
112 B
CoffeeScript
6 lines
112 B
CoffeeScript
Model = require './Model'
|
|
|
|
module.exports = class Ticket extends Model
|
|
@create: (data) ->
|
|
new Ticket data
|