dashboard
repositories
filestore
activity
search
login
main
/
xzx
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
modify
Helius
2021-06-28
d1f64b7d4b316f58594999257bb9146f68a51355
[xzx.git]
/
gc-order
/
src
/
main
/
java
/
com
/
xzx
/
gc
/
order
/
dto
/
RayaltyDto.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.xzx.gc.order.dto;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class RayaltyDto {
@ApiModelProperty("未结算提成")
private String notPay;
}