go-mcm/model/django/note.go

12 lines
213 B
Go
Raw Normal View History

2019-10-02 19:03:23 +00:00
package django
const (
NoteID = ID
NotePlayerID = "player_id"
NoteMessage = "message"
NoteImportance = "importance"
NoteStaffID = "staff_id"
NoteDate = "date"
NoteLink = Link
)