|
|
@ -615,7 +615,7 @@ public class ExcelHeaderTranslator { |
|
|
headers.put("amount", "交易金额"); |
|
|
headers.put("amount", "交易金额"); |
|
|
headers.put("orderCode", "订单号"); |
|
|
headers.put("orderCode", "订单号"); |
|
|
headers.put("description", "交易说明"); |
|
|
headers.put("description", "交易说明"); |
|
|
headers.put("statusText", "状态"); |
|
|
|
|
|
|
|
|
headers.put("statusText", "订单状态"); |
|
|
headers.put("createTime", "创建时间"); |
|
|
headers.put("createTime", "创建时间"); |
|
|
|
|
|
|
|
|
// 如果需要翻译,则翻译表头 |
|
|
// 如果需要翻译,则翻译表头 |
|
|
|