增加渠道上传预统计
This commit is contained in:
@@ -51,6 +51,7 @@ func (RentalListing) TableName() string {
|
||||
type ListingUpload struct {
|
||||
ID uint64 `gorm:"primaryKey" json:"id"`
|
||||
UploaderName string `gorm:"size:64;not null;index" json:"uploader_name"`
|
||||
SourceChannel string `gorm:"size:32;not null;default:'';index" json:"source_channel"`
|
||||
MatchedAdminID *uint64 `gorm:"index" json:"matched_admin_id"`
|
||||
OwnerID *uint64 `gorm:"index" json:"owner_id"`
|
||||
ClientUploadTime *time.Time `json:"client_upload_time"`
|
||||
|
||||
Reference in New Issue
Block a user