Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
7a53e508
Commit
7a53e508
authored
Apr 21, 2021
by
hanghang.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
华莱士
parent
c55c5165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
order-application-service/src/main/java/cn/freemud/entities/dto/promotion/GroupWorkJoinRequest.java
+56
-0
No files found.
order-application-service/src/main/java/cn/freemud/entities/dto/promotion/GroupWorkJoinRequest.java
0 → 100644
View file @
7a53e508
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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment