Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bbsbypidreciver ¶
type Bbsbypidreciver struct { ID int `xorm:"id" json:"id"` MsgId string `xorm:"msgid" json:"msgid"` MsgType string `xorm:"msgtype" json:"msgtype"` ReciverUid string `xorm:"reciver_uid" json:"reciver_uid"` IsViewed int `xorm:"isviewed" json:"isviewed"` ReciverTime string `xorm:"recivertime" json:"recivertime"` ViewTime string `xorm:"viewtime" json:"viewtime"` EntId int `xorm:"entid" json:"entid"` }
*
- @Author: weiyg
- @Date: 2020/4/29 8:50
- @describe:
func (*Bbsbypidreciver) TableName ¶
func (*Bbsbypidreciver) TableName() string
type Bbsmsgbypid ¶
type Bbsmsgbypid struct { MsgType string `xorm:"msgtype" json:"msgtype"` MsgId string `xorm:"msgid" json:"msgid"` EntId string `xorm:"entid" json:"entid"` FormEntId string `xorm:"-" json:"-"` Pid int `xorm:"pid" json:"pid"` PName string `xorm:"pname" json:"pname"` BillNo string `xorm:"billno" json:"billno"` BillId string `xorm:"billid" json:"billid"` BillVer int `xorm:"billver" json:"billver"` Title string `xorm:"title" json:"title"` Body string `xorm:"body" json:"body"` SendUid string `xorm:"send_uid" json:"send_uid"` SendDeptId string `xorm:"-" json:"-"` UserName string `xorm:"username" json:"username"` BDeptname string `xorm:"b_deptname" json:"b_deptname"` TotalMoney string `xorm:"totalmoney" json:"totalmoney"` SendDate string `xorm:"send_date" json:"send_date"` IsReply int `xorm:"isreply" json:"isreply"` ReplyMsgId int `xorm:"replymsgid" json:"replymsgid"` SendUserIds []string `xorm:"-" json:"-"` DetailCostAllName string `xorm:"detailcostallname" json:"detailcostallname"` }
func (*Bbsmsgbypid) TableName ¶
func (*Bbsmsgbypid) TableName() string
Click to show internal directories.
Click to hide internal directories.