1
This commit is contained in:
xiexiaojun
2019-05-29 20:30:59 +08:00
parent fae35b9107
commit c699071f05
3 changed files with 26 additions and 4 deletions

6
data/view/gtools/def.go Normal file
View File

@@ -0,0 +1,6 @@
package gtools
var TypeDicMp = map[string]string{
"1000": "M",
"900": "CM",
}