fix: some api bug
This commit is contained in:
@@ -72,6 +72,8 @@ var (
|
||||
DefaultStatus string
|
||||
// StatusValidator is a validator for the "status" field. It is called by the builders before save.
|
||||
StatusValidator func(string) error
|
||||
// DefaultGender holds the default value on creation for the "gender" field.
|
||||
DefaultGender bool
|
||||
// DefaultRating holds the default value on creation for the "rating" field.
|
||||
DefaultRating decimal.Decimal
|
||||
// DefaultTotalOrders holds the default value on creation for the "total_orders" field.
|
||||
|
||||
Reference in New Issue
Block a user