package com.yanzuoguang.wxxcx.operation.vo; /*** * 错误查询数据 * * @author:heyanou */ public class Strbody { /** * <p>日期</p> */ private String ref_date; /** * <p>意思同参数里面的 cost_time_type</p> */ private Integer cost_time_type; /** * <p>耗时(毫秒)</p> */ private Long cost_time; }