constants

package
v0.0.0-...-a362c53 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SystemField = "system"
	CustomField = "custom"
)
View Source
const (
	AllCusToFollowUp = 2  // 全部联系人待跟进
	AllCusRecycling  = 3  // 全部联系人即将回收
	AllCusInFollowUp = 4  // 全部联系人跟进中
	AllCus           = 5  // 全部联系人
	MyCusToFollowUp  = 6  // 我的联系人待跟进
	MyCusRecycling   = 7  // 我的联系人即将回收
	MyCusFocus       = 8  // 我的联系人重点关注
	MyCusInFollowUp  = 9  // 我的联系人跟进中
	MyCus            = 10 // 我的联系人

	AllCorpFollowUp   = 11 // 全部企业待跟进
	AllCorpRecycling  = 12 // 全部企业即将回收
	AllCorpInFollowUp = 13 // 全部企业跟进中
	AllCorp           = 14 // 全部企业
	MyCorpToFollowUp  = 15 // 我的企业待跟进
	MyCorpRecycling   = 16 // 我的企业即将回收
	MyCorpInFollowUp  = 17 // 我的企业跟进中
	MyCorp            = 18 // 我的企业
)
View Source
const (
	// DateLayout 统一日期编码布局
	DateLayout = "2006-01-02"
	// TimeLayout 统一时间编码布局
	TimeLayout = "2006-01-02 15:04:05"
)
View Source
const FeatureFlagPrefix = "FeatureFlags-"

Variables

Functions

This section is empty.

Types

type Switch

type Switch string
const (
	CompanyManagement Switch = "CompanyManagement" // 大B开关
	FriendManagement  Switch = "FriendManagement"  // 好友管理开关
)

func (Switch) FeatureFlagCode

func (s Switch) FeatureFlagCode() int32

func (Switch) String

func (s Switch) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL