Pu Zhibing
2025-08-06 0efb002d79eda0b1ef539cf8a029f14b5395f83e
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";
}