entity

package
v0.0.56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComputingArchitecture

type ComputingArchitecture struct {
	Price     decimal.Decimal `json:"price"`      // 回收单价
	FeeRate   decimal.Decimal `json:"fee_rate"`   // 支付手续费费率
	OpenPrice decimal.Decimal `json:"open_price"` // 开箱价格
}

type User

type User struct {
	UserID           uint64
	Domain           string
	Phone            string
	Balance          decimal.Decimal
	OperatingBalance decimal.Decimal
	AppID            string
	OpenID           string
	UnionID          string
	SN               string
	CompanyID        uint64
	CreatedAt        time.Time
	UserType         string
	Version          uint64
}

User 表示实体

Source Files

  • ComputingArchitecture.go
  • user.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL