package constant const ( RatioBase = 10000 // 万分比 FRatioBase = 10000.0 // 成万分比浮点数 PctBase = 100 // 百分比 )