|
@@ -74,12 +74,12 @@ public class IncrementOrderVo {
|
|
@ExcelProperty("经销商名称")
|
|
@ExcelProperty("经销商名称")
|
|
private String agentName;
|
|
private String agentName;
|
|
|
|
|
|
|
|
+ @ExcelProperty("充值方式")
|
|
|
|
+ private String payMethod;
|
|
|
|
+
|
|
@ExcelProperty("项目号")
|
|
@ExcelProperty("项目号")
|
|
private String projectNum;
|
|
private String projectNum;
|
|
|
|
|
|
- @ExcelProperty("冲值方式")
|
|
|
|
- private String payMethod;
|
|
|
|
-
|
|
|
|
@ExcelProperty("备注")
|
|
@ExcelProperty("备注")
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|