model

package
v0.0.0-...-a16dd36 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Payment

type Payment struct {
	ID            int64  `gorm:"primary_key;not_null;auto_increment"`
	PaymentName   string `json:"payment_name"`   //支付
	PaymentSid    string `json:"payment_sid"`    //支付 SID
	PaymentStatus bool   `json:"payment_status"` //支付通道状态 true 为生产
	PaymentImage  string `json:"payment_image"`  //支付图片或logo
}

Jump to

Keyboard shortcuts

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