PromotionItemImportRequest.java
449 Bytes
package com.xiniunet.web.home.request;
import com.xiniunet.framework.base.BaseRequest;
/**
* Created by zhancheng.chang on 2016/12/29.
*/
public class PromotionItemImportRequest extends BaseRequest {
/**
* 规则利益类型
*/
private String profitType;
public String getProfitType() {
return profitType;
}
public void setProfitType(String profitType) {
this.profitType = profitType;
}
}