|
|
@ -45,7 +45,9 @@ public class RefundUser implements Serializable { |
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
private Integer adminId; //提交人Id |
|
|
private Integer adminId; //提交人Id |
|
|
private String adminName; //提交人姓名 |
|
|
private String adminName; //提交人姓名 |
|
|
|
|
|
@ExcelIgnore |
|
|
private BigDecimal price; //原价 |
|
|
private BigDecimal price; //原价 |
|
|
|
|
|
@ExcelIgnore |
|
|
private String linkId; //LinkId |
|
|
private String linkId; //LinkId |
|
|
|
|
|
|
|
|
@ExcelIgnore |
|
|
@ExcelIgnore |
|
|
|