JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
cn.sinozg.applet.common.annotation
Annotation Interface ScaleFormat
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
ScaleFormat
格式化数字
Since:
2025-07-29 11:36
Author:
xieyubin
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
RoundingMode
mode
舍入类型
int
scale
保留三位小数
Element Details
scale
int
scale
保留三位小数
Default:
3
mode
RoundingMode
mode
舍入类型
Default:
HALF_UP