Skip to content
  • This project
    • Loading...
  • Sign in

Дмитрий Корытько / SzsWebApi

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • szswebapi
  • app
  • model
  • Event.js
  • d.a.korytko@gmail.com's avatar
    Сохранение проекта · 6a7c34f8
    6a7c34f8
    d.a.korytko@gmail.com authored 2015-11-28 11:20:00 +0300
Event.js 488 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
Ext.define('App.model.Event', {
    extend: 'Ext.data.Model',
    fields: [
				 'id', 
				  'titlerout',
				  'id_message', 
				  'datetimedevice', 
				  'datetimeveracity', 
				  'datetimeserver', 
				  'latitude', 
				  'longitude', 
				 'coordveracity', 
				 'installplace', 
				  'levelbsv', 
				  'levelpointsuspen', 
				  'levelzeropost',
				  'causeevent',
                  'repair',
                  'opendoor',
				  's1', 
				  's2', 
				  's3'
		  ]
});