zhangqian
2024-06-12 ee8c1c18382dce5394677b1066385d7ef276c2f1
models/material.go
@@ -120,7 +120,7 @@
   UnitItems struct {
      Amount   decimal.Decimal `json:"amount"`
      Unit     string          `json:"unit"`
      Floating bool            `json:"floating"`
      Floating bool            `json:"floating"` //是否浮动利率
   }
)