Create & Init Project...
This commit is contained in:
15
app/job/main/videoup/model/archive/cover.go
Normal file
15
app/job/main/videoup/model/archive/cover.go
Normal file
@ -0,0 +1,15 @@
|
||||
package archive
|
||||
|
||||
import xtime "go-common/library/time"
|
||||
|
||||
// Cover str
|
||||
type Cover struct {
|
||||
Filename string
|
||||
TotalNum int
|
||||
IndexNum int
|
||||
NFSPath string
|
||||
BFSPath string
|
||||
Used int64
|
||||
CTime xtime.Time
|
||||
MTime xtime.Time
|
||||
}
|
Reference in New Issue
Block a user