8 lines
137 B
Go
8 lines
137 B
Go
|
|
package consts
|
||
|
|
|
||
|
|
// MongoDB集合名称常量
|
||
|
|
const (
|
||
|
|
FileCollection = "file"
|
||
|
|
TenantOssTotalCollection = "tenant_oss_total"
|
||
|
|
)
|