|
|
@@ -148,7 +148,7 @@ type Noticemsg struct {
|
|
|
Sentstatus int32 `json:"sentstatus" xorm:"'SENTSTATUS'"` // 推送状态 - 0:未推送 1:已推送 2:审核拒绝
|
|
|
Endtime time.Time `json:"-" xorm:"'ENDTIME'"` // 结束时间
|
|
|
Creatorid int64 `json:"-" xorm:"'CREATORID'"` // 建仓人
|
|
|
- Createtime time.Time `json:"-" xorm:"'CREATETIME'"` // 创建时间
|
|
|
+ Createtime time.Time `json:"createtime" xorm:"'CREATETIME'"` // 创建时间
|
|
|
Auditoruserid int64 `json:"-" xorm:"'AUDITORUSERID'"` // 审核人
|
|
|
Audittime time.Time `json:"-" xorm:"'AUDITTIME'"` // 审核日期
|
|
|
Auditremark string `json:"-" xorm:"'AUDITREMARK'"` // 审核备注
|