package com.changhong.epc.constter.system; public interface SystemConst { /** * 币种 */ String UNIT_CURRENCY = "unit_currency"; /** * 系统设置中报表分组key */ String REPORT_GROUP_KEY = "report."; /** * 用汇预算分组key */ String REMITTANCE_BUDGET_GROUP_KEY = "remittanceBudget"; /** * 用汇预算报表 */ String REMITTANCE_BUDGET_REPORT = "report"; /** * 费用组 */ String COST_GROUP_KEY = "cost"; /** * 国外差旅费 */ String PUBLIC_TRAVEL = "publicTravel"; /** * 国内差旅费 */ String PRIVATE_TRAVEL = "privateTravel"; }