Changes between Version 23 and Version 24 of web-entity


Ignore:
Timestamp:
03/02/2012 09:48:32 AM (14 years ago)
Author:
yangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-entity

    v23 v24  
    8888||seq||顺序号||smallint|| || 
    8989||route-name||地点名称||varchar(100)|| || 
    90 ||longitude||经度||double(15,10)|| || 
    91 ||latitude||纬度||double(15,10)|| || 
     90||longitude||手机设备GPS经度||double(15,10)|| || 
     91||latitude||手机设备GPS纬度||double(15,10)|| || 
     92||preLongitude||百度地图经度||double(15,10)|| || 
     93||preLatitude||百度地图纬度||double(15,10)|| || 
    9294||addr||地址名称||varchar(100)|| || 
    9395||province||省份名称||varchar(50)|| || 
     
    117119||act-id||活动ID||bigint(20)|| || 
    118120||uid||用户ID||bigint(20)|| || 
    119 ||latitude||纬度||double(15,10)|| || 
     121||longitude||手机设备GPS经度||double(15,10)|| || 
     122||latitude||手机设备GPS纬度||double(15,10)|| || 
     123||preLongitude||百度地图经度||double(15,10)|| || 
     124||preLatitude||百度地图纬度||double(15,10)|| || 
    120125||location||地点描述||varchar2(100)|| || 
    121126||created-by||ACCOUNT-ID||bigint(20)|| ||