apzl_leasing/src_jbo/jbo/sys/LM_GPS_LOCATION.java
2019-12-20 19:23:48 +08:00

80 lines
1.7 KiB
Java
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package jbo.sys;
import java.lang.String;
/**
* GPS定位信息 - JBO命名常量类<br><br>
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
*/
public interface LM_GPS_LOCATION{
/**
* GPS定位信息<br><br>
* 代表本类映射的BizObjectClass
*/
public static final String CLASS_NAME = "jbo.sys.LM_GPS_LOCATION";
/**
* ID STRING(32)<br>
*/
public static final String ID = "ID";
/**
* 申请编号 STRING(32)<br>
*/
public static final String APPLY_NO = "APPLY_NO";
/**
* 设备类型 STRING(32)<br>
*/
public static final String MODEL = "MODEL";
/**
* 运行状态 STRING(32)<br>
*/
public static final String RUN_STATUS = "RUN_STATUS";
/**
* 设备状态 STRING(32)<br>
*/
public static final String STATUS = "STATUS";
/**
* 设备启用状态 STRING(32)<br>
*/
public static final String STATUS_USING = "STATUS_USING";
/**
* 设备号 STRING(32)<br>
*/
public static final String IMEI = "IMEI";
/**
* 车架号 STRING(32)<br>
*/
public static final String CAR_VIN = "CAR_VIN";
/**
* 数据接收时间 STRING(32)<br>
*/
public static final String RECEIVE_TIME = "RECEIVE_TIME";
/**
* GPS时间 STRING(32)<br>
*/
public static final String GPS_TIME = "GPS_TIME";
/**
* 经度 STRING(32)<br>
*/
public static final String LNG = "LNG";
/**
* 纬度 STRING(32)<br>
*/
public static final String LAT = "LAT";
/**
* 速度(单位:千米/小时) STRING(32)<br>
*/
public static final String SPD = "SPD";
/**
* 方向0-360,0为正北向 STRING(32)<br>
*/
public static final String DIR = "DIR";
/**
* 定位类型 STRING(32)<br>
*/
public static final String LOCATE_TYPE = "LOCATE_TYPE";
/**
* 录入时间 STRING(32)<br>
*/
public static final String INPUTTIME = "INPUTTIME";
}