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
Click to show internal directories.
Click to hide internal directories.