Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
bailuntec-cost
Commits
67d7f696
Commit
67d7f696
authored
Jan 21, 2025
by
jianshuqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加币种:泰国铢,林吉特,越南盾,新加坡元,菲律宾比索
parent
98373aff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
CurUtils.java
...ice/src/main/java/com/blt/other/common/util/CurUtils.java
+5
-0
No files found.
cost-service/src/main/java/com/blt/other/common/util/CurUtils.java
View file @
67d7f696
...
...
@@ -72,6 +72,11 @@ public class CurUtils {
curMap
.
put
(
"PLN"
,
"波兰币"
);
curMap
.
put
(
"AED"
,
"阿联酋币"
);
curMap
.
put
(
"IDR"
,
"印尼卢比"
);
curMap
.
put
(
"THB"
,
"泰国铢"
);
curMap
.
put
(
"MYR"
,
"林吉特"
);
curMap
.
put
(
"VND"
,
"越南盾"
);
curMap
.
put
(
"SGD"
,
"新加坡元"
);
curMap
.
put
(
"PHP"
,
"菲律宾比索"
);
return
curMap
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment