diff --git a/README.md b/README.md index 58bd037..5c8b121 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # laravel-amount +Total Downloads +Latest Stable Version +License ## 背景 系统中涉及到金额的字段,View 层表现的时候一般都是以**元**为单位使用小数形式展示,不过 Domain 层存储时从空间、性能、容错角度出发,经常以**分**为单位,用整型来存储。