Pu Zhibing
10 天以前 b6da936b0c7379c3e1ef07409f81702074b45f47
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
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";
}