package com.stylefeng.guns.modular.shunfeng.model.vo;
|
|
/**
|
* 方法实体类
|
*
|
* @author tuzx
|
* @date 2017年10月26日
|
* @version 1.0
|
*/
|
public class MethodModel {
|
|
//心跳
|
public static String ok= "OK";
|
|
//司机上传位置
|
public static String loc="LOTICO";
|
|
//司机实时计费
|
public static String realtime="REALTIME";
|
|
//司机按小时计费
|
public static String hourstime="HOURSTIME";
|
|
//司机按小时计费
|
public static String todaytime="TODAYTIME";
|
}
|