Commit 209f8081b1f2c0a8206eb4e446b479932c3c1539

Authored by 房远帅
1 parent a2d767d5

统计报表:订单详情-开票情况改为开票要求

... ... @@ -195,9 +195,9 @@ public class OrderDetailStatisticsModel implements ExcelModel {
195 195 private String packagingFee;
196 196
197 197 /**
198   - * 开票情况
  198 + * 开票要求
199 199 */
200   - @ExcelProperty("开票情况")
  200 + @ExcelProperty("开票要求")
201 201 private String invoicingStatus;
202 202
203 203 /**
... ...