|
@@ -85,13 +85,11 @@ public class DownOrderVo {
|
|
@ExcelProperty("充值方式")
|
|
@ExcelProperty("充值方式")
|
|
private String payMethod;
|
|
private String payMethod;
|
|
|
|
|
|
- //@ExcelProperty("项目号")
|
|
|
|
- @ExcelIgnore
|
|
|
|
|
|
+ @ExcelProperty("项目号")
|
|
private String projectNum;
|
|
private String projectNum;
|
|
|
|
|
|
|
|
|
|
- //@ExcelProperty("备注")
|
|
|
|
- @ExcelIgnore
|
|
|
|
|
|
+ @ExcelProperty("备注")
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|
|
|
|