dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新合约
KKSU
2024-05-13
b52d29b99c0808b23a6f07bdc87db31e5ba11a31
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
MemberChargrDto.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.mall.dto;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@Data
@ApiModel(value = "MemberChargrDto", description = "参数接收类")
public class MemberChargrDto {
private String orderIds;
}