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
    舍入类型
    int
    保留三位小数
  • Element Details

    • scale

      int scale
      保留三位小数
      Default:
      3
    • mode

      舍入类型
      Default:
      HALF_UP