|
|
|
@ -292,6 +292,8 @@ public class ExcelHeaderTranslator { |
|
|
|
headers.put("goodsName", "产品名称"); |
|
|
|
headers.put("goodsNum", "产品数量"); |
|
|
|
headers.put("numUnit", "产品单位"); |
|
|
|
headers.put("permanentGold", "永久金币数量"); |
|
|
|
headers.put("freeGold", "免费金币数量"); |
|
|
|
headers.put("Submitter", "提交人"); |
|
|
|
headers.put("id", "序号"); |
|
|
|
headers.put("jwcode", "精网号"); |
|
|
|
@ -315,7 +317,7 @@ public class ExcelHeaderTranslator { |
|
|
|
*/ |
|
|
|
public List<String> getCashRecordColumnOrder() { |
|
|
|
return Arrays.asList( |
|
|
|
"goodsName", "goodsNum", "numUnit", "Submitter", "id", "jwcode", "name", "market", |
|
|
|
"goodsName", "goodsNum", "numUnit", "permanentGold", "freeGold", "Submitter", "id", "jwcode", "name", "market", |
|
|
|
"status", "remark", "refundReason", "refundModelDesc" |
|
|
|
); |
|
|
|
} |
|
|
|
|