dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
关于积分凭证
xiaoyong931011
2023-04-03
bac072f518a357363ae3f201beb665021cd75efc
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
dto
/
HlmVoucherButtonDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cc.mrbird.febs.mall.dto;
import lombok.Data;
@Data
public class HlmVoucherButtonDto {
/**
* 绿色凭证价格
*/
private String scorePrice;
/**
* 绿色凭证提现开关 1:开启 2:关闭
*/
private String voucherOnOff;
}