go-common/app/job/main/videoup/model/archive/oper.go

8 lines
100 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package archive
//archive_oper last_id
const (
FirstRoundID = int64(1)
ZeroID = int64(0)
)