Commit 09143200 by chongli

50元券不允许重复下单

parent 4ae5db56
package com.ctrip.fun.common.vo;
/**
* Response for JSON service.
*
* @author: l_cheng@ctrip.com
* @date: 2014-05-20
*/
public class ResponseMp <T> extends Response<T> {
private int code;
public int getCode() {
return code;
}
public void setCode(int code) {
this.code = code;
}
}
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 sign in to comment