Commit 7a53e508 by hanghang.wang

华莱士

parent c55c5165
package cn.freemud.entities.dto.promotion;
import lombok.Data;
/**
* @author freemud
* @title: GroupWorkJoinRequest
* @projectName order-group
* @description: TODO
* @date 2021/4/21上午10:08
*/
@Data
public class GroupWorkJoinRequest {
/**
* 团号,参团时必填,开团时不用
*/
private String groupId;
/**
* 活动号
*/
private String activityCode;
/**
* 会员userId
*/
private String userId;
/**
* 用户昵称
*/
private String userName;
/**
* 用户头像
*/
private String headUrl;
/**
* 订单号
*/
private String orderId;
/**
* 商品id
*/
private String goodId;
/**
* 商品名称
*/
private String goodName;
}
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