Commit fa9fd454 authored by yanzg's avatar yanzg

处理之后的结果

parent 5c6d544e
package com.yanzuoguang.util.vo;
/**
* 请求基本实体类
*/
public class BaseReqVO extends BaseVo{
private static final long serialVersionUID = -4319114031743628655L;
/**
* 请求数据编号
*/
private String reqId;
public String getReqId() {
return reqId;
}
public void setReqId(String reqId) {
this.reqId = reqId;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment