pms_comment_replay

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewQueryBuilder

func NewQueryBuilder() *pmsCommentReplayQueryBuilder

Types

type PmsCommentReplay

type PmsCommentReplay struct {
	Id             int64     //
	CommentId      int64     //
	MemberNickName string    //
	MemberIcon     string    //
	Content        string    //
	CreateTime     time.Time `gorm:"autoCreateTime"` //
	Type           int32     // 评论人员类型;0->会员;1->管理员
}

PmsCommentReplay 产品评价回复表

func NewModel

func NewModel() *PmsCommentReplay

func (*PmsCommentReplay) Create

func (t *PmsCommentReplay) Create(db *gorm.DB) (id int64, err error)

Jump to

Keyboard shortcuts

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