zm
2020-06-16 0ef201ff1697460d9209a3b7b227ebc57d62f04a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
 
 
#---------·þÎñÅäÖÃ----------
 
 
mybatis.mapperLocations = classpath:mybatis/**/*.xml
mybatis.typeAliasesPackage = com.changhong.epc.admin.mapper
 
 
 
#---------»ù´¡ÅäÖÃ----------
 
spring.redis.host = 124.225.69.130
spring.redis.port = 6379
spring.redis.password=iem@2020
spring.datasource.center.url = jdbc:mysql://114.115.154.62:3306/epc_center?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull
spring.datasource.center.username = jiuding
spring.datasource.center.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5
spring.datasource.center.driverClass = com.mysql.jdbc.Driver
spring.datasource.center.filters = stat
spring.datasource.center.maxActive = 50
spring.datasource.center.initialSize = 0
spring.datasource.center.maxWait = 6000
spring.datasource.center.minIdle = 0
spring.datasource.center.validationQuery = select 1;
spring.datasource.center.timeBetweenEvictionRunsMillis = 5000
spring.datasource.center.minEvictableIdleTimeMillis = 60000
spring.datasource.center.testWhileIdle = true
spring.datasource.center.testOnBorrow = true
spring.datasource.center.testOnReturn = false
spring.datasource.center.connectionProperties = password=${spring.datasource.center.password}
spring.datasource.center.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack
spring.datasource.tenant1.url = jdbc:mysql://114.115.154.62:3306/epc_tenant_1?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull
spring.datasource.tenant1.username = jiuding
spring.datasource.tenant1.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5
spring.datasource.tenant1.driverClass = com.mysql.jdbc.Driver
spring.datasource.tenant1.filters = stat
spring.datasource.tenant1.maxActive = 50
spring.datasource.tenant1.initialSize = 0
spring.datasource.tenant1.maxWait = 6000
spring.datasource.tenant1.minIdle = 0
spring.datasource.tenant1.validationQuery = select 1;
spring.datasource.tenant1.timeBetweenEvictionRunsMillis = 5000
spring.datasource.tenant1.minEvictableIdleTimeMillis = 60000
spring.datasource.tenant1.testWhileIdle = true
spring.datasource.tenant1.testOnBorrow = true
spring.datasource.tenant1.testOnReturn = false
spring.datasource.tenant1.connectionProperties = password=${spring.datasource.tenant1.password}
spring.datasource.tenant1.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack
spring.datasource.tenant2.url = jdbc:mysql://114.115.154.62:3306/epc_tenant_2?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull
spring.datasource.tenant2.username = jiuding
spring.datasource.tenant2.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5
spring.datasource.tenant2.driverClass = com.mysql.jdbc.Driver
spring.datasource.tenant2.filters = stat
spring.datasource.tenant2.maxActive = 50
spring.datasource.tenant2.initialSize = 0
spring.datasource.tenant2.maxWait = 6000
spring.datasource.tenant2.minIdle = 0
spring.datasource.tenant2.validationQuery = select 1;
spring.datasource.tenant2.timeBetweenEvictionRunsMillis = 5000
spring.datasource.tenant2.minEvictableIdleTimeMillis = 60000
spring.datasource.tenant2.testWhileIdle = true
spring.datasource.tenant2.testOnBorrow = true
spring.datasource.tenant2.testOnReturn = false
spring.datasource.tenant2.connectionProperties = password=${spring.datasource.tenant2.password}
spring.datasource.tenant2.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack
tm.manager.url = http://iemsoft:iemsoft.cn@localhost:8999/tx/manager/
logging.config = classpath:logback-boot.xml
eureka.instance.prefer-ip-address = true
eureka.instance.instance-id = ${spring.cloud.client.ipAddress}:${server.port}
eureka.client.serviceUrl.defaultZone = http://iemsoft:iemsoft.cn@localhost:9995/eureka/
epc.changhong.system-name = ·ÑÓÃÔÆƽ̨
epc.changhong.permission-host = http://autho.chiq-cloud.com
epc.changhong.permission-app-key = 951176a2b1fc4862ae997a5e80fc71ed
epc.changhong.permission-secret-key = adb32e1c135f4fda8a03ebf690852372
epc.changhong.permission-url = autho-api-test
epc.changhong.permission-version = v1
epc.changhong.token-time-out = 3000000
epc.changhong.form-service-post = 8089
epc.changhong.form-service-url = localhost
epc.changhong.login-send-redirect = http://epcf.chfcloud.com:8081/#/main
epc.changhong.bb = http://chartbb.chfcloud.com:10080
epc.changhong.report-service-id = 3
epc.changhong.report-access-id = 1000002
epc.changhong.report-security-key = dfae7333b0434b560d6f11b8c410ab17
epc.changhong.txz = https://tuapi.chiq-cloud.com
epc.changhong.sso-app-id = tubp
epc.changhong.sso-app-key = 7b8879ad
epc.changhong.sso-secret-key = 9717cc2fff624ef2a8e7a5407b161513
epc.changhong.sso-livemode = 0
epc.changhong.sso-server-host = http://test.passport.changhong.com/
epc.changhong.ysx = http://csza.chfcloud.com
epc.changhong.gzl = http://ubpyq.chfcloud.com:8087/ubp
epc.changhong.process-service-id = 9
epc.changhong.process-access-id = 5425975
epc.changhong.process-app-key = 9a4b2489b28b4ceeb1e4426018db4a75
epc.changhong.process-security-key = 8199609c3cf9465289c04c73ef6d5b19
epc.changhong.csc-id = 1000000
epc.changhong.csc-private-key = fa5e4cca8dc79ad8aa333e867b2ecb10
epc.changhong.pass-port.user-detial.url = ${epc.changhong.txz}/v2/user/getUserDetial
epc.changhong.pass-port.DEF_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/def/create
epc.changhong.pass-port.DEF_DELETE.url = ${epc.changhong.gzl}/ubp-api-control/process/def/delete
epc.changhong.pass-port.DEF_DEPLOY.url = ${epc.changhong.gzl}/ubp-api-control/process/def/deploy
epc.changhong.pass-port.DEF_SEACHE.url = ${epc.changhong.gzl}/ubp-api-seache/process/def/seache
epc.changhong.pass-port.INST_BACK.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/back
epc.changhong.pass-port.CREATE_AGENT.url = ${epc.changhong.gzl}/ubp-api-control/process/create/agent
epc.changhong.pass-port.INST_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/create
epc.changhong.pass-port.INST_DRAWBACK.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/drawBack
epc.changhong.pass-port.AGENT_DELETE.url = ${epc.changhong.gzl}/ubp-api-control/process/agent/delete
epc.changhong.pass-port.INST_OVER.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/over
epc.changhong.pass-port.CREATE_CHARGE.url = ${epc.changhong.gzl}/ubp-api-control/process/create/charge
epc.changhong.pass-port.INST_FINISH.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/finish
epc.changhong.pass-port.AGENT_UPDATE.url = ${epc.changhong.gzl}/ubp-api-control/process/agent/update
epc.changhong.pass-port.SEACHE_HANDLE.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/seache/handle
epc.changhong.pass-port.INST_LOG.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/log
epc.changhong.pass-port.GET_BACK.url = ${epc.changhong.gzl}/ubp-api-seache/process/get/back
epc.changhong.pass-port.INST_AGENT.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/agent
epc.changhong.pass-port.AGENT_DEFMSG.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/agent/defMsg
epc.changhong.pass-port.INST_SEACHE.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/seache
epc.changhong.pass-port.GET_USERINFO.url = ${epc.changhong.gzl}/process-system/system/userInfo
epc.changhong.pass-port.APP_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/app/create
epc.changhong.pass-port.ORDER_ORDERACCOUNT.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/orderAccount
epc.changhong.pass-port.find-tenant-tenantcompanys.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findTenantCompanys
epc.changhong.pass-port.find-tenant-organization.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findOrganization
epc.changhong.pass-port.find-company-systemlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/company/findSystemList
epc.changhong.pass-port.find-tenant-subcompanysystem.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findSubCompanySystem
epc.changhong.pass-port.find-company-organization.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/company/findOrganization
epc.changhong.pass-port.find-user-tenantsandcompanys.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/findTenantsAndCompanys
epc.changhong.pass-port.find-user-userorgs.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/findUserOrgs
epc.changhong.pass-port.add-user-usertocsc.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/addUserToCSC
epc.changhong.pass-port.get-user-orgsoftree.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/getOrgsOfTree
epc.changhong.pass-port.find-organization-positionlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findPositionList
epc.changhong.pass-port.find-organization-userlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findUserList
epc.changhong.pass-port.find-organization-namelist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findNameList
epc.changhong.pass-port.find-organization-relationdetail.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findRelationDetail
epc.changhong.pass-port.find-organization-idnames.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findIdNames
epc.changhong.pass-port.order-rule-check.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/api/orderRuleCheck
epc.changhong.pass-port.get-orderpic.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/api/getOrderPic
epc.changhong.pass-port.get-order-typedefinelist.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/orderTypeDefine/getOrderTypeDefineList
epc.changhong.pass-port.get-bus-typebycomp.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/busType/getBusTypeByComp
epc.changhong.pass-port.get-tenant-definemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/ele/getMasDataDefineData
epc.changhong.pass-port.get-tenant-elemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/ele/getMasDataEle
epc.changhong.pass-port.get-tenant-valuemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/masDataValue/getAllMasDataDefValueData
epc.changhong.pass-port.json-order-addorder.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/addOrder
epc.changhong.pass-port.json-order-orderaccountfyy.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/orderAccountFyy
epc.changhong.pass-port.report-widget-saveref.url = ${epc.changhong.bb}/ereport/widget/saveRef
epc.changhong.pass-port.report-widget-preview.url = ${epc.changhong.bb}/#/preview
epc.changhong.pass-port.find-users.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findUserList
epc.changhong.pass-port.order-backrule.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/backRule
epc.changhong.pass-port.update-userinfo.url = ${epc.changhong.txz}/v2/user/updateUserInfo
epc.changhong.pass-port.find-organization-version.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findCompanyVersion
 
#ribbon.eureka.enabled = false
#
#epc-client-admin.ribbon.listOfServers = 114.115.154.62:9123
#
#epc-client-tenant.ribbon.listOfServers = 114.115.154.62:9089
#
#epc-client-count.ribbon.listOfServers = 114.115.154.62:9989
#
#epc-client-form.ribbon.listOfServers = 114.115.154.62:9128
#
#epc-client-parsing.ribbon.listOfServers = 114.115.154.62:9096
 
 
 
#---------ÈÛ¶ÏÆ÷ÅäÖÃ----------
 
 
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds = 60000
hystrix.command.default.execution.timeout.enabled = true
hystrix.command.default.execution.isolation.thread.interruptOnTimeout = false
hystrix.command.default.fallback.isolation.semaphore.maxConcurrentRequests = 2000
hystrix.command.default.fallback.enabled = false
hystrix.command.default.circuitBreaker.requestVolumeThreshold = 1
hystrix.threadpool.default.coreSize = 1000
hystrix.threadpool.default.maxQueueSize = 1000
hystrix.threadpool.default.queueSizeRejectionThreshold = 1000
 
 
#---------¹ú¼Ê»¯ÅäÖÃ----------
 
 
DepartmentBudgt.zh-CN = ²¿ÃÅÔ¤Ëã
ElevantDepartments.zh-CN = ¹é¿ÚÔ¤Ëã
SuperBudgtDepartments.zh-CN = Éϼ¶²¿ÃÅ
ApplyUseBudgtFun.zh-CN = ÉêÇëʹÓÃÔ¤Ëã
ExpendUseBudgtFun.zh-CN = ±¨ÏúʹÓÃÔ¤Ëã
CREATE_ASSET_DATE_ERROR.zh-CN = Çë´´½¨×ʲú»¯ÈÕÆÚ{0}µÄ×ʲú
BUDGET_CHILD_SIZE.zh-CN = Ô¤Ëã×Ó±íµ¥ÊýÁ¿ÓëÉϼ¶Ô¤Ëã²»Ò»ÖÂ
CONTRACT_CHILD_SIZE.zh-CN = ºÏͬ±¨Ïú½×¶ÎÊýÁ¿ÓëºÏͬÐÅÏ¢½×¶Î²»Ò»ÖÂ
OVERTOP_CONTRACT_MONEY.zh-CN = ³¬³öºÏͬÐÅÏ¢½×¶Î½ð¶î
BUDGET_MONEY_NOT_ENOUGH.zh-CN = Ô¤ËãÓà¶î²»×ã
RECOVERY_BUDGET_MONEY_NOT_ENOUGH.zh-CN = »ØÊÕ½ð¶î²»ÄÜ´óÓÚÔ¤ËãÓà¶î
EXTEND_BUDGET_MONEY_NOT_ENOUGH.zh-CN = À©Õ¹Ô¤Ëã½ð¶î²»ÄÜ´óÓÚÉϼ¶Ô¤ËãÓà¶î
BUDGET_LOCK.zh-CN = ÆäËüµ¥¾ÝÕýÔÚʹÓôËÔ¤Ëãµ¥£¬ÇëÉÔºóÔÙÊÔ
EMPTY_BUDGET.zh-CN = Î´ÕÒµ½¶ÔÓ¦Ô¤ËãÐÅÏ¢
BUDGET_EXPEND_DATE_ERROR.zh-CN = Ô¤ËãÀ©Õ¹ÈÕÆÚ²»ÄÜСÓÚ»òµÈÓÚÔ¤Ëã½áÊøÈÕÆÚ
BUDGET_INVALID.zh-CN = Ô¤ËãÐÅÏ¢ÎÞЧ£¬Çë´ÓÐÂÑ¡Ôñ
ALREADY_REPAID_OUT.zh-CN = »¹¿î½ð¶î³¬³ö
PERSION_COST_OUT.zh-CN = ¸öÈ˵ֿ۽ð¶î´óÓÚµ±Ç°»¹¿î×ܽð¶î/µ±Ç°ÎÞ½è¿î
CREATE_ORDERCODE_ERR.zh-CN = ×Ô¶¯´´µ¥Ê§°Ü
ACCOUNT_NOT_DEPRECIATION.zh-CN = Ö»ÓмÆÌá³É¹¦µÄ×ʲú²Å¿ÉÒÔ¼ÇÕË
CONTRACT_BUDGET_OUT.zh-CN = ³¬³öÔ¤Ëã½ð¶î
CONTRACT_OVER.zh-CN = ´ËºÏͬÒÑÖÕÖ¹
C00021.zh-CN = {0}ÒÑ´æÔÚÏàֵͬ!
BUDGETINFO_DEFICLENCY.zh-CN = Ô¤ËãÌõ¼þ²»ÍêÕû,ÇëÍêÉÆÊý¾Ý!
BUDGETINFO_NOTFOUND.zh-CN = Ô¤Ëãµ¥Ã÷ϸÖÐÎÞÊý¾Ý
DEP_RETEPI.zh-CN = µ±Ç°²¿ÃÅÒÑÓÐÏàͬԤËã:
FORM_LOCK.zh-CN = ±íµ¥ÒÑËø¶¨£¬ÇëÉÔºóÖØÊÔ
FORM_UPDATE.zh-CN = µ¥¾ÝÒѱ»Ð޸Ļò³¬Ê±£¬Çë´Óдò¿ª
FORM_USER_AGREEMENT.zh-CN = µ±Ç°µ¥¾Ý´´½¨ÈËÓë²Ù×÷ÈËÔ±²»Ò»ÖÂ
000006.zh-CN = ¶ÔÏóδ³õʼ»¯»òÕß²»´æÔÚ
000000.zh-CN = ÇëÇó³É¹¦
000005.zh-CN = Êý¾Ý¿â²Ù×÷´íÎó
000007.zh-CN = Êý¾ÝÊäÈëÊä³ö´íÎó
000008.zh-CN = Ö¸¶¨µÄÀ಻´æÔÚ
000009.zh-CN = ÊýѧÔËËãÒì³£
000010.zh-CN = Êý×éÔ½½çÒì³£
000011.zh-CN = ·½·¨²ÎÊý´íÎó
000012.zh-CN = ÀàÐÍת»¯´íÎó
000013.zh-CN = Î¥±³°²È«Ô­Ôò´íÎó
000014.zh-CN = Êý¾Ý¿â²Ù×÷Òì³£
000015.zh-CN = ·½·¨Î´ÕÒµ½
000016.zh-CN = JAVAÐéÄâ»ú·¢ÉúÄÚ²¿Òì³£
000017.zh-CN = SQLÓï¾ä·¢Éú´íÎó
000018.zh-CN = ³ÌÐòÄÚ²¿´íÎ󣬲Ù×÷ʧ°Ü
F0004.zh-CN = ¸ñʽ»¯ÈÕÆÚ
S0004.zh-CN = ([ÈÕÆÚÀàÐÍ(±ØÌî)], [ÈÕÆÚ¸ñʽ])
F0008.zh-CN = »ñµÃµ±Ç°Ê±¼ä
S0008.zh-CN = ()
F0009.zh-CN = »ñµÃÄê
S0009.zh-CN = ([ÈÕÆÚÀàÐÍ(±ØÌî)])
F0011.zh-CN = »ñµÃÁ½¸öÈÕÆÚÏà²îÌìÊý
S0011.zh-CN = ([ÈÕÆÚÀàÐÍ(±ØÌî)], [ÈÕÆÚÀàÐÍ(±ØÌî)])
F0015.zh-CN = »ñÈ¡±¨Ïú´ÎÊý
S0015.zh-CN = ([±íµ¥id(±ØÌî)])
F0020.zh-CN = »ñµÃÈÕÆÚÔ·Ö
S0020.zh-CN = ([ÈÕÆÚÀàÐÍ(±ØÌî)])
F0012.zh-CN = »ñµÃÁ½¸öÈÕÆÚÏà²îСʱÊý
S0012.zh-CN = ([ÈÕÆÚÀàÐÍ(±ØÌî)], [ÈÕÆÚÀàÐÍ(±ØÌî)])
F0013.zh-CN = ÈÕÆÚ¼ÓСʱ
S0013.zh-CN = ([ÈÕÆÚÀàÐÍ(±ØÌî)], [Êý×Ö(±ØÌî)])
F0201.zh-CN = ÏòÉÏÈ¡Õû
S0201.zh-CN = ([Êý×ÖÀàÐÍ(±ØÌî)])
F0202.zh-CN = ÏòÏÂÈ¡Õû
S0202.zh-CN = ([Êý×ÖÀàÐÍ(±ØÌî)])
F0203.zh-CN = ËÄÉáÎåÈë
S0203.zh-CN = ([Êý×ÖÀàÐÍ(±ØÌî)])
F0002.zh-CN = »ñµÃµÚÒ»¸öÐг̿ؼþÖµ
S0002.zh-CN = ([Ö÷Êý¾Ý(±ØÌî)])
F0003.zh-CN = »ñµÃ×îºóÒ»¸öÐг̿ؼþÖµ
S0003.zh-CN = ([Ö÷Êý¾Ý(±ØÌî)])
F0010.zh-CN = »ñµÃ¿Ø¼þÖµ
S0010.zh-CN = ([Ö÷Êý¾Ý(±ØÌî)])
F0205.zh-CN = »ñµÃÐг̸öÊý
S0205.zh-CN = ([Ö÷Êý¾Ý])
F0001.zh-CN = »ñµÃÖ÷Êý¾ÝÖµ(×Ö·û´®)
S0001.zh-CN = ([Ö÷Êý¾Ý.·µ»ØµÄÔªËØ(±ØÌî)],[Ö÷Êý¾Ý.ÔªËØ]
F0007.zh-CN = »ñµÃÖ÷Êý¾ÝÖµ(¸¡µã)
S0007.zh-CN = ([Ö÷Êý¾Ý.·µ»ØµÄÔªËØ(±ØÌî)],[Ö÷Êý¾Ý.ÔªËØ]
F0005.zh-CN = »ñµÃÖ÷Êý¾ÝÖµ-²ÎÊý
S0005.zh-CN = ([Ö÷Êý¾Ý.ÔªËØ], [Ö÷Êý¾Ý])
fe001.zh-CN = Î´ÕÒµ½ÏàÓ¦º¯Êý²ÎÊý
DEBG.zh-CN = ¶¨¶î°ü¸É
SBSX.zh-CN = Êµ±¨ÊµÏú
BZNXEBX.zh-CN = ±ê×¼ÄÚÏÞ¶î
BZNSBSX.zh-CN = ±ê×¼ÄÚ¾Ýʵ
NO_STANDARD_GROUP.zh-CN = ·ÑÓò»·ûºÏ±ê×¼ÌáʾÐÅÏ¢
NO_STANDARD.zh-CN = ²»ÔÚ²¹Öú±ê×¼·¶Î§ÄÚ
MONEY_TYPE.zh-CN = ·ÑÓÃÀàÐÍ
WAY_TYPE.zh-CN = ±¨Ïú·½Ê½
ERR_TITLE.zh-CN = ´íÎóÌáʾ
BILL_TITLE_NAME.zh-CN = Æ±¾Ý
NOMR_TITLE_NAME.zh-CN = ±ê×¼
BILL_RULE_MSG.zh-CN = Æ±¾Ý¹æÔò¼ì²éÌáʾÐÅÏ¢
PERSION_NO_EQUALS.zh-CN = ³ÇÊм佻ͨ·Ñ''{0}''Óëµ¥¾ÝÈËÔ±²»·û
NO_BILL_JOURNEY.zh-CN = ÎÞƱ¾ÝÐгÌ
FORBID_SQL_PARAM.zh-CN = º¯Êý½ûÖ¹sqlÓï¾ä
E0019.zh-CN = ²ÎÊý²»¿ÉΪ¿Õ
E0100.zh-CN = µ÷ÓýӿÚʧ°Ü
DEPRECIATION_MONTH_ERROR.zh-CN = ÇëÔÚ{0}¼ÆÌá{1}²¿ÃŵÄ×ʲú
ACCOUNT_NOTEMPTY_ERROR.zh-CN = {0}²¿ÃÅ{1}ÒѼÇÕË£¬²»¿ÉÖØмÆÌá
NO_ASSET_ERROR.zh-CN = Ã»ÓÐ×ʲú£¬²»ÄܼÆÌá
DEPRECIATION_GT_NOW_MONTH_ERROR.zh-CN = ¼ÆÌáʱ¼ä²»¿É´óÓÚµ±Ç°Ô·Ý
LAST_DEPRECIATION_NOT_ACCOUNT.zh-CN = ÉÏÔ¼ÆÌáδ¼ÇÕË
NEW_ASSET_NOT_DEPRECIATION.zh-CN = ´æÔÚδ¼ÆÌá×ʲú£¬ÇëÖØмÆÌá
NOT_ACCOUNT_SERVER.zh-CN = µ±Ç°¹«Ë¾Ã»Óй̶¨×ʲú¼ÇÕË·þÎñ
C0000.zh-CN = ÇëÇó³É¹¦
C0006.zh-CN = ¶ÔÏóδ³õʼ»¯»òÕß²»´æÔÚ
U0041.zh-CN = ÒѾ­´æÔÚÏàͬÖ÷Êý¾Ý
MASTER_ERR_MSG.zh-CN = %s ÔÚ'%s'Ö÷Êý¾ÝÖв»´æÔÚ
C0010.zh-CN = ×⻧¹«Ë¾Î´³õʼ»¯
C00023.zh-CN = ÉÏ´«¸ñʽ²»Ö§³Ö!
100001.zh-CN = ÍøÂçÒì³£
100009.zh-CN = ±íµ¥°æ±¾ÒÑ´æÔÚ!
100010.zh-CN = ×Ó±íµ¥ÃûÒÑ´æÔÚ!
100002.zh-CN = Óû§Ãû»òÃÜÂë´íÎó
100004.zh-CN = ±í¸ñ¸ñʽÓÐÎó
100011.zh-CN = ÍøÂçÒì³£
L0001.zh-CN = µÇ½Ñé֤ʧЧ
CREATEUSER.zh-CN = ´´½¨ÈË
CREATEDATETIME.zh-CN = ´´½¨Ê±¼ä
PROCESSSTATE.zh-CN = Á÷³Ì״̬
otherCost.zh-CN = ÆäËû
APPLY_NOT_MERGE.zh-CN = ÉêÇëµ¥»¹Ã»Óкϲ¢
journey.title.billType.zh-CN = Æ±¾ÝÀàÐÍ
journey.title.money.zh-CN = Æ±¾Ý½ð¶î
journey.title.exchangeMoney.zh-CN = ±¨Ïú±ÒÖÖ½ð¶î
APPLY_FLOW_OVER.zh-CN = ÉêÇëÁ÷³Ì½áÊø£¬²»¿ÉÈ¡ÏûºÏ²¢
U0040.zh-CN = tokenÑé֤ʧ°Ü
U0040.en-US = token validation fails
U0039.zh-CN = signÑé֤ʧ°Ü
U0039.en-US = sign validation fails
NO_JOIN_BILL.zh-CN = ÎÞÆ¥ÅäÐгÌ
NO_JOIN_BILL.en-US = no matching trip
NO_JOIN_BILL_GROUP.zh-CN = ÎÞÐгÌƱ¼ÛÐÅÏ¢
NO_JOIN_BILL_GROUP.en-US = no trip bill