|
@@ -29,10 +29,10 @@ public class UserTicketOrderItemExcel {
|
|
@Excel(name = "盲票类型")
|
|
@Excel(name = "盲票类型")
|
|
private String ticketType;
|
|
private String ticketType;
|
|
|
|
|
|
- @Excel(name = "盲票售价")
|
|
|
|
|
|
+ @Excel(name = "盲票售价(元)")
|
|
private BigDecimal salePrice;
|
|
private BigDecimal salePrice;
|
|
|
|
|
|
- @Excel(name = "佣金系数")
|
|
|
|
|
|
+ @Excel(name = "佣金系数(%)")
|
|
private BigDecimal saleCommRate;
|
|
private BigDecimal saleCommRate;
|
|
|
|
|
|
@Excel(name = "盲票状态")
|
|
@Excel(name = "盲票状态")
|