コード例 #1
0
//SetAllocNetMoney sets AllocNetMoney, Tag 154
func (m NoAllocs) SetAllocNetMoney(value decimal.Decimal, scale int32) {
	m.Set(field.NewAllocNetMoney(value, scale))
}
コード例 #2
0
//SetAllocNetMoney sets AllocNetMoney, Tag 154
func (m NoAllocs) SetAllocNetMoney(v float64) {
	m.Set(field.NewAllocNetMoney(v))
}